William Bowling is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

wbowling / adium (fork of adium / adium)

Fork of Adium for patches/improvements

Clone this repository (size: 338.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/wbowling/adium
hg clone ssh://hg@bitbucket.org/wbowling/adium
Branch
default
Filename Size Date modified Message
AMPurpleJabberDiscoveryBrowser.nib
AMPurpleJabberXMLConsole.nib
AMPurpleRequestFieldsWindow.nib
AMPurpleSearchResultsWindow.nib
DCPurpleGaduGaduJoinChatView.nib
DCPurpleMSNJoinChatView.nib
DCPurpleNovellJoinChatView.nib
ESIRCJoinChatView.nib
PurpleActionRequestWindow.nib
PurpleMultilineRequestWindow.nib
PurpleQQAccountView.nib
PurpleSinglelineRequestWindow.nib
Ukrainian.lproj
ca.lproj
cs.lproj
da.lproj
de.lproj
el_GR.lproj
en.lproj
en_AU.lproj
en_GB.lproj
es.lproj
fi.lproj
fr.lproj
fr_CA.lproj
hu.lproj
is.lproj
it.lproj
ja.lproj
libpurple_extensions
nb.lproj
nl.lproj
pl.lproj
pt.lproj
pt_PT.lproj
ru.lproj
sk_SK.lproj
sl.lproj
sv.lproj
tr.lproj
uk_UA.lproj
zh_CN.lproj
zh_TW.lproj
AIAnnoyingIRCMessagesHiderPlugin.h 215 B Create a new plugin - AIAnnoyingIRCMessagesHiderPlugin - which hides, well, annoying messages.
AIAnnoyingIRCMessagesHiderPlugin.m 2.3 KB Declare previously undeclared selectors in AdiumLibpurple.framework
AIFacebookXMPPService.h 950 B Refs #13748, #13054 Initial Facebook XMPP service for testing
AIFacebookXMPPService.m 3.8 KB Refs #13748 Don't allow group Facebook XMPP chats
AIGTalkService.h 943 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIGTalkService.m 2.1 KB Remove pointless empty comments
AIIRCServicesPasswordPlugin.h 159 B Move AIPlugin.h into the pch as well; same reasoning
AIIRCServicesPasswordPlugin.m 5.8 KB Merge from hg.adium.im
AILibpurplePlugin.h 419 B Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
AILiveJournalService.h 949 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AILiveJournalService.m 2.0 KB Remove pointless empty comments
AIMobileMeService.h 941 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIMobileMeService.m 3.4 KB Add -[AIService pathForDefaultServiceIconOfType:], and use it for replacing %serviceIconImg% in headers. Fixes #12697.
AIPurpleAIMAccountViewController.h 1.0 KB Generalize the "use SSL" and "use proxy server" settings into AIPurpleOscarAccountViewController, a superclass of now *Purple[AIM|ICQ]AccountViewController. Huge. Changeset.
AIPurpleAIMAccountViewController.m 3.3 KB AIPreferenceControllerProtocol.h is commonly imported (>120 imports) and almost never changes (5 changes in the two years since it was created). Stick it in the prefix header
AIPurpleAccountViewController.h 1.2 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleAccountViewController.m 2.2 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleCertificateTrustWarningAlert.h 715 B I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
AIPurpleCertificateTrustWarningAlert.m 10.1 KB Declare previously undeclared selectors in AdiumLibpurple.framework
AIPurpleCertificateViewer.h 368 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleCertificateViewer.m 1.8 KB Declare previously undeclared selectors in AdiumLibpurple.framework
AIPurpleFacebookXMPPAccount.h 1.1 KB Refs #13748, #13054 Initial Facebook XMPP service for testing
AIPurpleFacebookXMPPAccount.m 6.0 KB Refs #13748, #13054 Initial Facebook XMPP service for testing
AIPurpleFacebookXMPPAccountViewController.h 1010 B Refs #13748, #13054 Initial Facebook XMPP service for testing
AIPurpleFacebookXMPPAccountViewController.m 1.2 KB Refs #13748, #13054 Initial Facebook XMPP service for testing
AIPurpleGTalkAccount.h 961 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleGTalkAccount.m 2.9 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleGTalkAccountViewController.h 1003 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleGTalkAccountViewController.m 1.4 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleGTalkJoinChatViewController.h 251 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleGTalkJoinChatViewController.m 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleLiveJournalAccount.h 967 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleLiveJournalAccount.m 1.8 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AIPurpleMobileMeAccount.h 243 B Fix copyright
AIPurpleMobileMeAccount.m 1.7 KB Fix copyright
AIPurpleMobileMeAccountViewController.h 297 B Generalize the "use SSL" and "use proxy server" settings into AIPurpleOscarAccountViewController, a superclass of now *Purple[AIM|ICQ]AccountViewController. Huge. Changeset.
AIPurpleMobileMeAccountViewController.m 268 B Fix copyright
AIPurpleOscarAccountViewController.h 1.1 KB Add a preference for AIM: allow multiple sign in locations defaulting to true. Fixes #5790, initial patch from Josh Perry.
AIPurpleOscarAccountViewController.m 2.1 KB Add a preference for AIM: allow multiple sign in locations defaulting to true. Fixes #5790, initial patch from Josh Perry.
AMPurpleJabberAdHocCommand.h 1.4 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
AMPurpleJabberAdHocCommand.m 4.5 KB Reveal shadowed symbols in AdiumLibpurple.framework
AMPurpleJabberAdHocPing.h 334 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMPurpleJabberAdHocPing.m 363 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMPurpleJabberAdHocServer.h 631 B Protocol-ize another delegate. Sadly, this results in a cast in the one place it's used, since it passes a Class as the delegate. Still safer for future users though
AMPurpleJabberAdHocServer.m 5.2 KB Add appropriate class checks for all our +initialize impls that lacked them. I don't *think* this fixes anything, but it does make a few things subclassing-safe that weren't
AMPurpleJabberFormGenerator.h 3.1 KB I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
AMPurpleJabberFormGenerator.m 17.0 KB Reveal shadowed symbols in AdiumLibpurple.framework
AMPurpleJabberMoodTooltip.h 324 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMPurpleJabberMoodTooltip.m 2.5 KB Propertyize a bunch of stuff, and remove some API on AIListObject that was just a passthrough to AIService
AMPurpleJabberNode.h 1.2 KB I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
AMPurpleJabberNode.m 10.7 KB Reveal shadowed symbols in AdiumLibpurple.framework
AMPurpleJabberServiceDiscoveryBrowserController.h 825 B Now that I've cleaned up, I can do what I really came here to do, which is make the delegate informal protocol into a formal protocol with @optional methods. Also fix a typo.
AMPurpleJabberServiceDiscoveryBrowserController.m 14.0 KB Reveal shadowed symbols in AdiumLibpurple.framework
AMPurpleJabberServiceDiscoveryBrowsing.h 539 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMPurpleJabberServiceDiscoveryBrowsing.m 1.5 KB I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
AMPurpleRequestFieldsController.h 1.1 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMPurpleRequestFieldsController.m 25.8 KB Declare previously undeclared selectors in AdiumLibpurple.framework
AMPurpleSearchResultsController.h 982 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMPurpleSearchResultsController.m 6.2 KB Reveal shadowed symbols in AdiumLibpurple.framework
AMPurpleTuneTooltip.h 306 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMPurpleTuneTooltip.m 3.6 KB Reveal shadowed symbols in AdiumLibpurple.framework
AMXMLConsoleController.h 567 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
AMXMLConsoleController.m 3.8 KB Resolve implicit 64->32 bit castings in AdiumLibpurple.framework. Add asserts to ensure sanity where needed.
CBOscarService.h 943 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
CBOscarService.m 3.0 KB Change the default (and Oscar—the only thing that overlodas it) service to lowercase a chat name when normalizing it. Save the normalized name as the AIChat's name, not whatever the user entered. This fixes creating a second AIChat when joining any chat whose case may differ on the server (or spaces are present in Oscar names), as well as bookmarking or rejoining said chats.
CBPurpleAccount.h 10.3 KB Remove a whole bunch of GTK stuff, filling it with absolutely nothing useful.
CBPurpleAccount.m 107.7 KB If no password is set, use NULL, not "", as the password to send libpurple, as code in various places checks for NULL rather than a 0-length string. This, in turn, fixes prompting for the password if no password is entered for a Jabber account which needs one. The form-based request is ugly, but at least now it's functional.
CBPurpleOscarAccount.h 1.7 KB Add a preference for AIM: allow multiple sign in locations defaulting to true. Fixes #5790, initial patch from Josh Perry.
CBPurpleOscarAccount.m 32.4 KB Add a preference for AIM: allow multiple sign in locations defaulting to true. Fixes #5790, initial patch from Josh Perry.
CBPurpleServicePlugin.h 1.1 KB Create a new plugin - AIAnnoyingIRCMessagesHiderPlugin - which hides, well, annoying messages.
CBPurpleServicePlugin.m 3.1 KB Refs #13748, #13054 Initial Facebook XMPP service for testing
DCPurpleGaduGaduJoinChatViewController.h 991 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleGaduGaduJoinChatViewController.m 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleJabberJoinChatViewController.h 1.5 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleJabberJoinChatViewController.m 6.2 KB Disable the 'always search user paths' option (it's only enabled by default for backwards compatibility with gcc3) and fix the resulting errors.
DCPurpleMSNJoinChatViewController.h 1.0 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleMSNJoinChatViewController.m 1.7 KB Propertyize AIListObject and convert some more controller accesses to dot syntax
DCPurpleMeanwhileJoinChatViewController.h 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleMeanwhileJoinChatViewController.m 4.1 KB Apply the same simplification elsewhere
DCPurpleNovellJoinChatViewController.h 989 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleNovellJoinChatViewController.m 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleOscarJoinChatViewController.h 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleOscarJoinChatViewController.m 5.0 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
DCPurpleYahooJoinChatViewController.h 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleYahooJoinChatViewController.m 4.0 KB Apply the same simplification elsewhere
DCPurpleZephyrJoinChatViewController.h 1.1 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
DCPurpleZephyrJoinChatViewController.m 2.9 KB Apply the same simplification elsewhere
ESAIMService.h 939 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESAIMService.m 1.8 KB Generalize the "use SSL" and "use proxy server" settings into AIPurpleOscarAccountViewController, a superclass of now *Purple[AIM|ICQ]AccountViewController. Huge. Changeset.
ESDotMacService.h 948 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESDotMacService.m 2.4 KB Remove pointless empty comments
ESGaduGaduService.h 946 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESGaduGaduService.m 3.4 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
ESICQService.h 939 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESICQService.m 2.9 KB sed is evil. All [adium *Controller]s are now adium.*Controller.
ESIRCAccount.h 767 B erg
ESIRCAccount.m 16.4 KB Merge from hg.adium.im
ESIRCAccountViewController.h 466 B Move the encoding menu up a few levels into PurpleAccountViewController, make the IRC account view a subclass, and add an encoding menu to IRC.
ESIRCAccountViewController.m 2.7 KB Move the encoding menu up a few levels into PurpleAccountViewController, make the IRC account view a subclass, and add an encoding menu to IRC.
ESIRCJoinChatViewController.h 301 B Made IRC part of the default Purple Service rather than an external plugin. Fixes #231. Please make separate tickets for specific issues which should be addressed before releasing with IRC support, such as topic display. :)
ESIRCJoinChatViewController.m 1.8 KB Made IRC part of the default Purple Service rather than an external plugin. Fixes #231. Please make separate tickets for specific issues which should be addressed before releasing with IRC support, such as topic display. :)
ESIRCService.h 157 B Made IRC part of the default Purple Service rather than an external plugin. Fixes #231. Please make separate tickets for specific issues which should be addressed before releasing with IRC support, such as topic display. :)
ESIRCService.m 3.6 KB Add a small IRC icon and an improved larger one. Refs #12697.
ESJabberService.h 1015 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESJabberService.m 5.4 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
ESMSNService.h 936 B Remove CBPurpleAccount's knowledge of MSN.
ESMSNService.m 3.9 KB Kill off the MSN advanced preference pane, and move (return?) "display custom emoticons" back as an account option instead.
ESMeanwhileService.h 943 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESMeanwhileService.m 3.3 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
ESNovellService.h 940 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESNovellService.m 3.1 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
ESPurpleAIMAccount.h 450 B Declare previously undeclared selectors in AdiumLibpurple.framework
ESPurpleAIMAccount.m 4.8 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
ESPurpleDotMacAccount.h 966 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleDotMacAccount.m 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleDotMacAccountViewController.h 1008 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleDotMacAccountViewController.m 967 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleFileReceiveRequestController.h 301 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleFileReceiveRequestController.m 1.5 KB Having a separate notification center for Adium leads to the possibility of accidentally using the wrong one, which has tripped me up on more than one occasion. This switches us over to using the default center.
ESPurpleGaduGaduAccount.h 956 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleGaduGaduAccount.m 4.0 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
ESPurpleGaduGaduAccountViewController.h 1.0 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleGaduGaduAccountViewController.m 1.2 KB More @classing
ESPurpleICQAccount.h 1.1 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleICQAccount.m 3.4 KB Dot syntax. Lots of it.
ESPurpleICQAccountViewController.h 1.1 KB Generalize the "use SSL" and "use proxy server" settings into AIPurpleOscarAccountViewController, a superclass of now *Purple[AIM|ICQ]AccountViewController. Huge. Changeset.
ESPurpleICQAccountViewController.m 1.9 KB Remove pointless empty comments
ESPurpleJabberAccount.h 2.2 KB Store protocol info in the AIMedia itself; the protocol's job is to manage it. Adds some AIAccount methods to handle media events that it might need to handle.
ESPurpleJabberAccount.m 31.6 KB Refs #13748, #13054 Initial Facebook XMPP service for testing
ESPurpleJabberAccountViewController.h 2.2 KB Add a "BOSH Server" option for Jabber accounts.
ESPurpleJabberAccountViewController.m 14.5 KB Declare previously undeclared selectors in AdiumLibpurple.framework
ESPurpleMSNAccount.h 1.2 KB I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
ESPurpleMSNAccount.m 20.3 KB Whenever libpurple works here again (or is it just me?), this will let us set the MSN display name without the previously needed hack of using an msn prpl internal
ESPurpleMSNAccountViewController.h 1.1 KB Bump custom emoticons up another level, to the Purple account view controller. Adds the option to XMPP also, defaulting to on. Control of whether or not custom emoticons are displayed is now at the libpurple level, not the Adium level.
ESPurpleMSNAccountViewController.m 2.0 KB Bump custom emoticons up another level, to the Purple account view controller. Adds the option to XMPP also, defaulting to on. Control of whether or not custom emoticons are displayed is now at the libpurple level, not the Adium level.
ESPurpleMeanwhileAccount.h 2.5 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
ESPurpleMeanwhileAccount.m 7.5 KB Resolve implicit 64->32 bit castings in AdiumLibpurple.framework. Add asserts to ensure sanity where needed.
ESPurpleMeanwhileAccountViewController.h 1.0 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleMeanwhileAccountViewController.m 1.8 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleNotifyEmailController.h 1.2 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleNotifyEmailController.m 10.9 KB Declare previously undeclared selectors in AdiumLibpurple.framework
ESPurpleNovellAccount.h 950 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleNovellAccount.m 3.3 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
ESPurpleNovellAccountViewController.h 988 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleNovellAccountViewController.m 1.1 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleQQAccount.h 262 B Patch from Jortuny to allow specifying client version for QQ. Fixed a few things myself. Fixes #12748.
ESPurpleQQAccount.m 1.9 KB Patch from Jortuny to allow specifying client version for QQ. Fixed a few things myself. Fixes #12748.
ESPurpleQQAccountViewController.h 395 B Patch from Jortuny to allow specifying client version for QQ. Fixed a few things myself. Fixes #12748.
ESPurpleQQAccountViewController.m 2.1 KB Patch from Jortuny to allow specifying client version for QQ. Fixed a few things myself. Fixes #12748.
ESPurpleRequestAbstractWindowController.h 286 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleRequestAbstractWindowController.m 1.3 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleRequestActionController.h 1.1 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleRequestActionController.m 9.5 KB Resolve implicit 64->32 bit castings in AdiumLibpurple.framework. Add asserts to ensure sanity where needed.
ESPurpleRequestWindowController.h 1.6 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleRequestWindowController.m 8.8 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
ESPurpleSimpleAccount.h 499 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleSimpleAccount.m 1.5 KB A bunch more converted
ESPurpleSimpleAccountViewController.h 235 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleSimpleAccountViewController.m 1.4 KB More deprecation removal. It would be nice if a) the new methods for doing things were less clunky not more, and b) the header files had the proper deprecation attributes rather than just comments
ESPurpleYahooAccount.h 1022 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleYahooAccount.m 14.2 KB Use the account proxy for SSL connections for Yahoo. Fixes #13210.
ESPurpleYahooAccountViewController.h 1.0 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleYahooAccountViewController.m 3.6 KB Resolving most* undeclared selectors in Adium.app.
ESPurpleYahooJapanAccount.h 964 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleYahooJapanAccount.m 1008 B im.pidgin.adium at 534ffccfd244372a8f2569168b1bc15b8c9d9054, which separates out Yahoo into 2 protocols (JP, regular). Neither currently connect.
ESPurpleZephyrAccount.h 1.2 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleZephyrAccount.m 7.6 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
ESPurpleZephyrAccountViewController.h 1.4 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESPurpleZephyrAccountViewController.m 5.4 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
ESQQService.h 157 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESQQService.m 2.1 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
ESSimpleService.h 164 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESSimpleService.m 2.8 KB Add -[AIService pathForDefaultServiceIconOfType:], and use it for replacing %serviceIconImg% in headers. Fixes #12697.
ESYahooJapanService.h 946 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESYahooJapanService.m 1.9 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
ESYahooService.h 939 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESYahooService.m 5.0 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
ESZephyrService.h 940 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
ESZephyrService.m 2.9 KB Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
English.lproj 8 B A symlink from English.lproj to en.lproj is helpful when dealing with localization stuff
MobileMe-large.png 3.9 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
MobileMe-small.png 472 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
MySpace-large.png 3.2 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
MySpace-small.png 1.0 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleAccountViewController.h 340 B Bump custom emoticons up another level, to the Purple account view controller. Adds the option to XMPP also, defaulting to on. Control of whether or not custom emoticons are displayed is now at the libpurple level, not the Adium level.
PurpleAccountViewController.m 5.4 KB Bump custom emoticons up another level, to the Purple account view controller. Adds the option to XMPP also, defaulting to on. Control of whether or not custom emoticons are displayed is now at the libpurple level, not the Adium level.
PurpleCommon.h 2.8 KB I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
PurpleDefaultsAIM.plist 383 B Add a preference for AIM: allow multiple sign in locations defaulting to true. Fixes #5790, initial patch from Josh Perry.
PurpleDefaultsFacebookXMPP.plist 406 B Refs #13748, #13054 Initial Facebook XMPP service for testing
PurpleDefaultsGTalk.plist 519 B Set a default FT proxy for Gtalk accounts, allow unsetting the proxies list without reverting to the default.
PurpleDefaultsGadu-Gadu.plist 308 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsGroupWise.plist 247 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsICQ.plist 445 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsIRC.plist 287 B Move the encoding menu up a few levels into PurpleAccountViewController, make the IRC account view a subclass, and add an encoding menu to IRC.
PurpleDefaultsJabber.plist 363 B Add a Jabber preference for file transfer proxies, defaulting to proxy.eu.jabber.org, and update the nibs for it.
PurpleDefaultsLiveJournal.plist 407 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsMSN.plist 395 B Kill off the MSN advanced preference pane, and move (return?) "display custom emoticons" back as an account option instead.
PurpleDefaultsMac.plist 310 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsMobileMe.plist 301 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsMySpace.plist 312 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsQQ.plist 276 B Patch from Jortuny to allow specifying client version for QQ. Fixed a few things myself. Fixes #12748.
PurpleDefaultsSametime.plist 341 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsSimple.plist 277 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsYahoo! Japan.plist 305 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleDefaultsYahoo!.plist 350 B Updated libpurple:
PurpleDefaultsZephyr.plist 565 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleFacebookAccount.h 231 B Remove a ton of unnecessary imports of Cocoa.h
PurpleFacebookAccount.m 5.9 KB Merge from hg.adium.im
PurpleFacebookAccountViewController.h 283 B Remove a ton of unnecessary imports of Cocoa.h
PurpleFacebookAccountViewController.m 326 B Transplant 2da626ce439f from adium-1.3, mark the nib as localizable. Refs #12480.
PurpleFacebookService.h 227 B Remove a ton of unnecessary imports of Cocoa.h
PurpleFacebookService.m 3.4 KB Add -[AIService pathForDefaultServiceIconOfType:], and use it for replacing %serviceIconImg% in headers. Fixes #12697.
PurpleMySpaceAccount.h 180 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleMySpaceAccount.m 1.3 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
PurpleMySpaceAccountViewController.h 232 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleMySpaceAccountViewController.m 210 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleMySpaceService.h 176 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleMySpaceService.m 3.9 KB Add -[AIService pathForDefaultServiceIconOfType:], and use it for replacing %serviceIconImg% in headers. Fixes #12697.
PurpleService.h 936 B Bump custom emoticons up another level, to the Purple account view controller. Adds the option to XMPP also, defaulting to on. Control of whether or not custom emoticons are displayed is now at the libpurple level, not the Adium level.
PurpleService.m 922 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleServiceDefaults.plist 541 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
PurpleServices.h 1.4 KB Refs #13748, #13054 Initial Facebook XMPP service for testing
SLPurpleCocoaAdapter.h 5.7 KB Set the PurpleBuddy's alias when adding to the buddy list, which is how Pidgin operates.
SLPurpleCocoaAdapter.m 51.3 KB Merge from hg.adium.im
adiumPurpleAccounts.h 339 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleAccounts.m 3.5 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurpleBlist.h 963 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleBlist.m 2.9 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurpleCertificateTrustWarning.h 413 B I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
adiumPurpleCertificateTrustWarning.m 1.2 KB Fast enumerate, etc...
adiumPurpleConnection.h 973 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleConnection.m 3.6 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurpleConversation.h 1.1 KB Normalize the UID (possibly getting their real UID) when receiving a message from a group chat participant. Fixes #11416.
adiumPurpleConversation.m 22.5 KB Merge from hg.adium.im
adiumPurpleCore.h 958 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleCore.m 9.4 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurpleDnsRequest.h 202 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleDnsRequest.m 7.3 KB Note the number of resolved addresses when doing a dns lookup. Refs #12632
adiumPurpleEventloop.h 971 B Checking in libpurple and dependencies compiled against the 10.5 SDK. Includes im.pidgin.pidgin libpurple.framework 2.5.0mtn @ 27269c5b28.. with MSNP15.
adiumPurpleEventloop.m 13.4 KB Reveal shadowed symbols in AdiumLibpurple.framework
adiumPurpleFt.h 958 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleFt.m 2.5 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurpleMedia.h 939 B Remove a whole bunch of GTK stuff, filling it with absolutely nothing useful.
adiumPurpleMedia.m 9.6 KB Move gst and new gtype init to before libpurple init. Still infinite looping.
adiumPurpleNotify.h 965 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleNotify.m 6.9 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurplePrivacy.h 963 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurplePrivacy.m 2.0 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurpleRequest.h 1.4 KB Use our own password UI when libpurple wants a password. Fixes #14018
adiumPurpleRequest.m 17.9 KB Forgot an important break statement
adiumPurpleRoomlist.h 965 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleRoomlist.m 1.8 KB Complete libpurple uiops struct initializers in AdiumLibpurple.framework
adiumPurpleSignals.h 948 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleSignals.m 16.8 KB Reveal shadowed symbols in AdiumLibpurple.framework
adiumPurpleWebcam.h 1012 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
adiumPurpleWebcam.m 5.5 KB Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
downloadprogress.png 374 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
facebook-small.png 949 B Removed the Facebook Service plugin. Added a libpurple-based Facebook service which uses pidgin-facebook (which is now compiled into our libpurple.framework).
facebook.png 3.7 KB Removed the Facebook Service plugin. Added a libpurple-based Facebook service which uses pidgin-facebook (which is now compiled into our libpurple.framework).
irc-small.png 856 B Add a small IRC icon and an improved larger one. Refs #12697.
irc.png 7.2 KB Add a small IRC icon and an improved larger one. Refs #12697.
missing_image.png 403 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
msn-adium.c 1.2 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
msn-adium.h 80 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
simple.png 611 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
zhm 274.4 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk