2008-08-28Merged [25019] compilation fix adium-1.3
Evan Schoenberg [Thu, 28 Aug 2008 19:11:23 +0000] rev 74
Merged [25019] compilation fix

2008-08-28merged [25016]: Let's try using -[NSURL path] rather than CFURLCopyFileSystemPath(). Perhaps it doesn't crash on long paths. adium-1.3
Evan Schoenberg [Thu, 28 Aug 2008 19:09:45 +0000] rev 73
merged [25016]: Let's try using -[NSURL path] rather than CFURLCopyFileSystemPath(). Perhaps it doesn't crash on long paths.

2008-08-28libmeanwhile with some debug logging for the list_get()/fetch_line() crash adium-1.3
Evan Schoenberg [Thu, 28 Aug 2008 16:30:43 +0000] rev 72
libmeanwhile with some debug logging for the list_get()/fetch_line() crash

2008-08-27When setting the spelling preference for the language, store it globally in addition to at a per-contact level so that it will be used as the default for future chats. Fixes #10752 adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 22:36:59 +0000] rev 71
When setting the spelling preference for the language, store it globally in addition to at a per-contact level so that it will be used as the default for future chats. Fixes #10752

2008-08-27Re-applied changes in [25003] based on code in the 1.3 branch. Should re-fix #1834. adium-1.3
Ryan Govostes [Wed, 27 Aug 2008 07:36:10 +0000] rev 70
Re-applied changes in [25003] based on code in the 1.3 branch. Should re-fix #1834.

2008-08-27Reverting [25003] -- don't merge code from trunk into the 1.3 branch. Refs #1834. adium-1.3
Ryan Govostes [Wed, 27 Aug 2008 06:45:10 +0000] rev 69
Reverting [25003] -- don't merge code from trunk into the 1.3 branch. Refs #1834.

2008-08-27Patch from rgov: On launch, change log permissions to 0700 (for directories) or 0600 (for files), preventing users other than the owner from viewing transcripts. Fixes #1834. adium-1.3
David Smith [Wed, 27 Aug 2008 06:24:17 +0000] rev 68
Patch from rgov: On launch, change log permissions to 0700 (for directories) or 0600 (for files), preventing users other than the owner from viewing transcripts. Fixes #1834.

2008-08-27Allow backslashes in SIMPLE names, which are apparently needed for the Messenger service adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 03:41:03 +0000] rev 67
Allow backslashes in SIMPLE names, which are apparently needed for the Messenger service

2008-08-271.3.1svn adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 03:09:25 +0000] rev 66
1.3.1svn

2008-08-27merged [24968]: Specify LC_ALL=C when running svn to avoid getting a localized response. Fixes the plist macros script when running in a localized environment which includes localized svn. Fix from VinDuv, thanks. Fixes #10793. Also, I removed the svk stuff; I don't believe anyone is using it. adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 02:56:37 +0000] rev 65
merged [24968]: Specify LC_ALL=C when running svn to avoid getting a localized response. Fixes the plist macros script when running in a localized environment which includes localized svn. Fix from VinDuv, thanks. Fixes #10793. Also, I removed the svk stuff; I don't believe anyone is using it.

2008-08-27merged [24992]: Facebook previously allowed 10 seconds for the entire connect process to finish before timing out. We now allow 20 seconds per page-load, resetting the timer when we successfully load the page. This should fix logging in on slow connections. Fixes #10718 adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 02:44:55 +0000] rev 64
merged [24992]: Facebook previously allowed 10 seconds for the entire connect process to finish before timing out. We now allow 20 seconds per page-load, resetting the timer when we successfully load the page. This should fix logging in on slow connections. Fixes #10718

2008-08-27Applied fix for xcode 3.1 for the spotlight importer from trunk adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 02:40:08 +0000] rev 63
Applied fix for xcode 3.1 for the spotlight importer from trunk

2008-08-27Merged [24988]: Only look at the edges of the screen the window slid off of when determining if the contact list should slide back onto the screen. I think this is right, but I can't test it on a multiscreen setup right now. Fixes #10204, I believe, as well as the ticket like it which I can't (and jas8522 couldn't) find adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 02:27:55 +0000] rev 62
Merged [24988]: Only look at the edges of the screen the window slid off of when determining if the contact list should slide back onto the screen. I think this is right, but I can't test it on a multiscreen setup right now. Fixes #10204, I believe, as well as the ticket like it which I can't (and jas8522 couldn't) find

2008-08-27im.pidgin.pidgin 2.5.1mtn @ 23de00c9ca with a possible fix for the CFHostCreateWithName() crash caused by an invalid host being passed from a UPnP lookup adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 02:21:12 +0000] rev 61
im.pidgin.pidgin 2.5.1mtn @ 23de00c9ca with a possible fix for the CFHostCreateWithName() crash caused by an invalid host being passed from a UPnP lookup

2008-08-27Merged [24957]: Made the information about importing button localizable adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 02:02:56 +0000] rev 60
Merged [24957]: Made the information about importing button localizable

2008-08-27Clear the InvisibleAlert state when clearing the Alert state. Fixes #10786 adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 01:59:16 +0000] rev 59
Clear the InvisibleAlert state when clearing the Alert state. Fixes #10786

2008-08-27Abstracted out handling of setting an account's user icon locally to be handled by the AIAccount superclass rather than depending upon each subclass. This also makes it easy to see the problem causing #10210 - the account wasn't updated for the fact that the user icon is a display attribute rather than a 'property' (the value formerly known as a statusObject) in 1.3. Fixes #10210 adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 01:53:32 +0000] rev 58
Abstracted out handling of setting an account's user icon locally to be handled by the AIAccount superclass rather than depending upon each subclass. This also makes it easy to see the problem causing #10210 - the account wasn't updated for the fact that the user icon is a display attribute rather than a 'property' (the value formerly known as a statusObject) in 1.3. Fixes #10210

2008-08-27Added AIAllowBackgroundTabClosinghiden userdefaults pref on branch adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 01:51:33 +0000] rev 57
Added AIAllowBackgroundTabClosinghiden userdefaults pref on branch

2008-08-27Spacing fix adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 01:45:50 +0000] rev 56
Spacing fix

2008-08-27Added debug logging which shows the user's preferred spell checking language. Refs #10752 adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 01:45:00 +0000] rev 55
Added debug logging which shows the user's preferred spell checking language. Refs #10752

2008-08-27Fixed compilation of new debug logging for dns lookups adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 01:18:06 +0000] rev 54
Fixed compilation of new debug logging for dns lookups

2008-08-27Added better debug logging for DNS lookup and resolve requests adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 01:03:50 +0000] rev 53
Added better debug logging for DNS lookup and resolve requests

2008-08-27Some further serverside name/alias debugging. Refs #10329 adium-1.3
Evan Schoenberg [Wed, 27 Aug 2008 00:48:35 +0000] rev 52
Some further serverside name/alias debugging. Refs #10329

2008-08-26For some reason I thought this was right, and it seemed to work. I was terribly terribly wrong. adium-1.3
Elliott Harris [Tue, 26 Aug 2008 16:37:29 +0000] rev 51
For some reason I thought this was right, and it seemed to work. I was terribly terribly wrong.

2008-08-26Merged [24954]: added neohaven to the copyright adium-1.3
Evan Schoenberg [Tue, 26 Aug 2008 00:58:10 +0000] rev 50
Merged [24954]: added neohaven to the copyright

2008-08-25Just because we released doesn't mean we should stop updating! Some extra notes about combined contacts via Robby. adium-1.3
Eric Richie [Mon, 25 Aug 2008 22:44:44 +0000] rev 49
Just because we released doesn't mean we should stop updating! Some extra notes about combined contacts via Robby.

2008-08-251.3 appcast on the 1.3 branch adium-1.3
Evan Schoenberg [Mon, 25 Aug 2008 22:23:31 +0000] rev 48
1.3 appcast on the 1.3 branch

2008-08-25merged [24945]: dated the 1.3 release adium-1.3 1.3.0
Evan Schoenberg [Mon, 25 Aug 2008 21:37:03 +0000] rev 47
merged [24945]: dated the 1.3 release

2008-08-25Adium 1.3 adium-1.3
Evan Schoenberg [Mon, 25 Aug 2008 21:11:59 +0000] rev 46
Adium 1.3

2008-08-25merged [24941]: Last minute Danish general preferences update. Fixes #10776 adium-1.3
Evan Schoenberg [Mon, 25 Aug 2008 21:07:03 +0000] rev 45
merged [24941]: Last minute Danish general preferences update. Fixes #10776

2008-08-25Shiny new index. adium-1.3
Eric Richie [Mon, 25 Aug 2008 21:01:27 +0000] rev 44
Shiny new index.

2008-08-25Contact Inspector image. This wraps up the What's New page. Time to reindex! adium-1.3
Eric Richie [Mon, 25 Aug 2008 20:59:45 +0000] rev 43
Contact Inspector image. This wraps up the What's New page. Time to reindex!

2008-08-25Added 1.2.6 and 1.2.7 changes, which got lost from the file somehow adium-1.3
Evan Schoenberg [Mon, 25 Aug 2008 20:59:25 +0000] rev 42
Added 1.2.6 and 1.2.7 changes, which got lost from the file somehow

2008-08-25Fixed the toolbar for the contact inspector using NSMatrix, Apple-style. Fixes #10663. adium-1.3
Elliott Harris [Mon, 25 Aug 2008 20:39:02 +0000] rev 41
Fixed the toolbar for the contact inspector using NSMatrix, Apple-style. Fixes #10663.

2008-08-25Change suggested by Eric over IM: Instead of “ever before”, compare to the 1.2 series specifically. adium-1.3
Peter Hosey [Mon, 25 Aug 2008 18:51:51 +0000] rev 40
Change suggested by Eric over IM: Instead of “ever before”, compare to the 1.2 series specifically.

2008-08-25Backported [24932]: The core plugin loader now checks for an AIMinimumAdiumVersionRequirement key in external plugins' Info.plist files. If present, Adium must meet-or-beat that version; otherwise the plugin is not loaded. If absent, the plugin is assumed incompatible with Adium 1.3+. adium-1.3
Evan Schoenberg [Mon, 25 Aug 2008 16:10:30 +0000] rev 39
Backported [24932]: The core plugin loader now checks for an AIMinimumAdiumVersionRequirement key in external plugins' Info.plist files. If present, Adium must meet-or-beat that version; otherwise the plugin is not loaded. If absent, the plugin is assumed incompatible with Adium 1.3+.

AIMinimumAdiumVersionRequirement is therefore a ''required'' key for external plugins as of Adium 1.3.

2008-08-25Never stall the GUI to close the log index. If we're still indexing, try again in 30 seconds adium-1.3
Evan Schoenberg [Mon, 25 Aug 2008 16:04:56 +0000] rev 38
Never stall the GUI to close the log index. If we're still indexing, try again in 30 seconds

2008-08-25While msnp12 (msn-pecan) can't message invisible contacts without a conversation being in progress, it can message them if they message first and the conversation connection is still open. We now allow for this possibility by overriding maySendMessageToInvisibleContact: and returning YES if we received a message from the offline contact within the last 3 minutes. Fixes #10770 adium-1.3
Evan Schoenberg [Mon, 25 Aug 2008 15:45:26 +0000] rev 37
While msnp12 (msn-pecan) can't message invisible contacts without a conversation being in progress, it can message them if they message first and the conversation connection is still open. We now allow for this possibility by overriding maySendMessageToInvisibleContact: and returning YES if we received a message from the offline contact within the last 3 minutes. Fixes #10770

2008-08-25Some updates refelecting new meta management. adium-1.3
Eric Richie [Mon, 25 Aug 2008 02:11:37 +0000] rev 36
Some updates refelecting new meta management.

2008-08-25Add the Facebook image and fill out the What's New page a bit more. We still need the image for the new Contact Inspector which should be finished tomorrow. adium-1.3
Eric Richie [Mon, 25 Aug 2008 02:04:48 +0000] rev 35
Add the Facebook image and fill out the What's New page a bit more. We still need the image for the new Contact Inspector which should be finished tomorrow.

2008-08-24Fixed backport problems. Fixes #10765 adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 17:18:37 +0000] rev 34
Fixed backport problems. Fixes #10765

2008-08-24Changes update adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 14:26:26 +0000] rev 33
Changes update

2008-08-24cs updates adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 07:07:11 +0000] rev 32
cs updates

2008-08-24nb updates adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 07:04:27 +0000] rev 31
nb updates

2008-08-24nl updates adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 07:02:37 +0000] rev 30
nl updates

2008-08-24nb updates adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 07:00:03 +0000] rev 29
nb updates

2008-08-24Merged [24896]: The display of metacontacts' contents now properly follows the contact hiding settings and updates appropriately. adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 06:58:22 +0000] rev 28
Merged [24896]: The display of metacontacts' contents now properly follows the contact hiding settings and updates appropriately.

2008-08-24Merged [24909] and [24910] adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 06:53:55 +0000] rev 27
Merged [24909] and [24910]

2008-08-24Image for the CL search (crushed). adium-1.3
Eric Richie [Sun, 24 Aug 2008 05:38:47 +0000] rev 26
Image for the CL search (crushed).

2008-08-24Compile adium-1.3
Evan Schoenberg [Sun, 24 Aug 2008 05:22:16 +0000] rev 25
Compile

2008-08-24Add a note about being logged out of Facebook being a known limitation. adium-1.3
Eric Richie [Sun, 24 Aug 2008 01:47:48 +0000] rev 24
Add a note about being logged out of Facebook being a known limitation.

2008-08-24Overzealous paste. Whoops. adium-1.3
Eric Richie [Sun, 24 Aug 2008 01:44:11 +0000] rev 23
Overzealous paste. Whoops.

2008-08-24Don't need the .Mac page anymore. adium-1.3
Eric Richie [Sun, 24 Aug 2008 01:03:38 +0000] rev 22
Don't need the .Mac page anymore.

2008-08-24We missed a few supported protocols. Adding MySpace, Facebook, and renaming .Mac. adium-1.3
Eric Richie [Sun, 24 Aug 2008 01:02:09 +0000] rev 21
We missed a few supported protocols. Adding MySpace, Facebook, and renaming .Mac.

2008-08-24Clean up the rest while I'm at it. adium-1.3
Eric Richie [Sun, 24 Aug 2008 00:54:50 +0000] rev 20
Clean up the rest while I'm at it.

2008-08-24Removing some unsightly X's... adium-1.3
Eric Richie [Sun, 24 Aug 2008 00:33:27 +0000] rev 19
Removing some unsightly X's...

2008-08-23Merged [24894]: Handle drops when no manual ordering is availaable correctly, showing the destination index and allowing it if appropriate. Fixes #10762 adium-1.3
Evan Schoenberg [Sat, 23 Aug 2008 21:57:24 +0000] rev 18
Merged [24894]: Handle drops when no manual ordering is availaable correctly, showing the destination index and allowing it if appropriate. Fixes #10762

2008-08-23libpurple 2.5.0 plus fixes for being disconnected by invalid XML over XMPP and a potential crash when getting info on an AIM contact adium-1.3
Evan Schoenberg [Sat, 23 Aug 2008 19:24:20 +0000] rev 17
libpurple 2.5.0 plus fixes for being disconnected by invalid XML over XMPP and a potential crash when getting info on an AIM contact

2008-08-23Merged [24886] and [24887]: Fixed display of group counts for contact bubbles to fit. Fixes #10279 adium-1.3
Evan Schoenberg [Sat, 23 Aug 2008 19:08:20 +0000] rev 16
Merged [24886] and [24887]: Fixed display of group counts for contact bubbles to fit. Fixes #10279

2008-08-23Avoid some autorelease shenanigans; hopefully fixes #10742, almost certainly fixes #10120 adium-1.3
David Smith [Sat, 23 Aug 2008 01:42:07 +0000] rev 15
Avoid some autorelease shenanigans; hopefully fixes #10742, almost certainly fixes #10120

2008-08-22Merged trunk's Adium.xcodeproj changes to fix compilation on XCode 3.1 adium-1.3
Evan Schoenberg [Fri, 22 Aug 2008 15:15:46 +0000] rev 14
Merged trunk's Adium.xcodeproj changes to fix compilation on XCode 3.1

2008-08-221.3b12. Besidse the documentation updates, I think this is release candidate 1. If you're reading this, have commit access, and haven't replied to my email or Eric's email on adium-devl... please do. adium-1.3
Evan Schoenberg [Fri, 22 Aug 2008 14:47:23 +0000] rev 13
1.3b12. Besidse the documentation updates, I think this is release candidate 1. If you're reading this, have commit access, and haven't replied to my email or Eric's email on adium-devl... please do.

2008-08-17libpurple 2.5.0. adium-1.3
Evan Schoenberg [Sun, 17 Aug 2008 17:36:51 +0000] rev 12
libpurple 2.5.0.
Includes a fix for gadu-gadu statuses; fixes #10465

2008-08-17More help updates... adium-1.3
Eric Richie [Sun, 17 Aug 2008 05:41:29 +0000] rev 11
More help updates...

2008-08-17Another .Mac removal (and testing my .bash_profile updates because seeing emacs pop up almost made me cry.) adium-1.3
Eric Richie [Sun, 17 Aug 2008 04:24:19 +0000] rev 10
Another .Mac removal (and testing my .bash_profile updates because seeing emacs pop up almost made me cry.)

2008-08-17Beginnings of the Help updates for 1.3. Adding Facebook and MobileMe account pages. adium-1.3
Eric Richie [Sun, 17 Aug 2008 04:04:33 +0000] rev 9
Beginnings of the Help updates for 1.3. Adding Facebook and MobileMe account pages.

2008-08-13Let svn commit its merge tracking things adium-1.3
Evan Schoenberg [Wed, 13 Aug 2008 22:15:45 +0000] rev 8
Let svn commit its merge tracking things

2008-08-13Don't allow sending messages to offline contacts on MSN when using msn-pecan, since it doesn't support offline messaging. Fixes #10695 adium-1.3
Evan Schoenberg [Wed, 13 Aug 2008 22:14:28 +0000] rev 7
Don't allow sending messages to offline contacts on MSN when using msn-pecan, since it doesn't support offline messaging. Fixes #10695

2008-08-13Merged 24740:24743: AIChatCanNotSendMessage when the account can't send to an invisible/offline contact adium-1.3
Evan Schoenberg [Wed, 13 Aug 2008 22:11:01 +0000] rev 6
Merged 24740:24743: AIChatCanNotSendMessage when the account can't send to an invisible/offline contact

2008-08-13Merged [24746]: Changed drawing calculations to use floats consistently. Hopefully fixes #10378 adium-1.3
Andreas Monitzer [Wed, 13 Aug 2008 22:02:43 +0000] rev 5
Merged [24746]: Changed drawing calculations to use floats consistently. Hopefully fixes #10378

2008-08-13Merged [24738]: I have no idea what "Eye-Rolling" is but it appears to be exactly the same as :-| and for no apparent reason overriding 8-). adium-1.3
Zachary West <zacw@adiumx.com> [Wed, 13 Aug 2008 11:49:40 +0000] rev 4
Merged [24738]: I have no idea what "Eye-Rolling" is but it appears to be exactly the same as :-| and for no apparent reason overriding 8-).

2008-08-13Merged [24736]: im.pidgin.pidgin libpurple.framework 2.5.0mtn @ 4afa456445 with msn-pecan 0.0.14-82-g2a2687b adium-1.3
Evan Schoenberg [Wed, 13 Aug 2008 03:48:44 +0000] rev 3
Merged [24736]: im.pidgin.pidgin libpurple.framework 2.5.0mtn @ 4afa456445 with msn-pecan 0.0.14-82-g2a2687b
Fixes #10411

2008-08-09Revert NSDateFormatter changes in [24696], [24666], [24646], [24569], [24554], [24531], [24530] for 1.3; I'll keep working on it in trunk. Refs #10620, #10630, #10676, #10682, and probably #10686. adium-1.3
Ryan Govostes [Sat, 09 Aug 2008 17:48:21 +0000] rev 2
Revert NSDateFormatter changes in [24696], [24666], [24646], [24569], [24554], [24531], [24530] for 1.3; I'll keep working on it in trunk. Refs #10620, #10630, #10676, #10682, and probably #10686.

If your timestamps are messed up still, reset your format preferences in Advanced -> Messages.

2008-08-071.3b11 adium-1.3
Evan Schoenberg [Thu, 07 Aug 2008 03:09:57 +0000] rev 1
1.3b11

2008-08-06Branch 1.3.x adium-1.3
David Smith [Wed, 06 Aug 2008 08:12:13 +0000] rev 0
Branch 1.3.x