Tue, 03 Jul 2007 11:04:50 +0000 Andreas Monitzer Switched buzz namespace and tag name to be libpurple-specific and use a more professionally-sounding name ('attention' instead of 'buzz'). soc.2007.xmpp file | diff | annotate
Fri, 29 Jun 2007 21:44:42 +0000 Andreas Monitzer disapproval of revision 'd52c12703a8e67c41c7f95a2cae7f16ab426ad76' soc.2007.xmpp file | diff | annotate
Thu, 28 Jun 2007 13:22:13 +0000 Andreas Monitzer Removed buzz support. soc.2007.xmpp file | diff | annotate
Wed, 27 Jun 2007 03:23:52 +0000 Andreas Monitzer Added buzz support using a private extension. Maybe I should write a XEP about that. soc.2007.xmpp file | diff | annotate
Mon, 25 Jun 2007 19:08:16 +0000 Andreas Monitzer The server's ad-hoc commands are now listed in the account's action menu. Note that this requires an additional field in the _PurplePluginAction struct. There's no other way, since there was no way to supply user_data, and dynamically created functions are not supported by C. This should be fine, since that struct is only malloced in purple_plugin_action_new, which is part of the core. Applications have to either pass the struct unmodified, or restore the user_data pointer if the action is recreated when necessary (as is the case in Adium). soc.2007.xmpp file | diff | annotate
Fri, 22 Jun 2007 11:52:50 +0000 Andreas Monitzer Simplified registration callback per request of Sean. soc.2007.xmpp file | diff | annotate
Fri, 22 Jun 2007 00:05:35 +0000 Andreas Monitzer Implemented a callback for a successful registration, supplying the username and password to the application when available, in the way explained by Sean. soc.2007.xmpp file | diff | annotate
Wed, 20 Jun 2007 10:18:52 +0000 Andreas Monitzer Introduced an additional connection stage to the jabber connection progress in order to be able to tell in the application, whether SSL/TLS is enabled, so it can display a lock icon next to the connection. soc.2007.xmpp file | diff | annotate
Wed, 20 Jun 2007 00:13:02 +0000 Andreas Monitzer Fixed a leak: The XML parser was never cleaned up on disconnect. soc.2007.xmpp file | diff | annotate
Tue, 19 Jun 2007 14:50:22 +0000 Andreas Monitzer Added the ability to register gateways, re-using most of the account registration code for this. soc.2007.xmpp file | diff | annotate
Mon, 18 Jun 2007 14:45:17 +0000 Andreas Monitzer Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks. soc.2007.xmpp file | diff | annotate
Mon, 18 Jun 2007 12:37:29 +0000 Andreas Monitzer Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me. soc.2007.xmpp file | diff | annotate
Sun, 17 Jun 2007 20:31:01 +0000 Andreas Monitzer Implemented user tune, currently untested. soc.2007.xmpp file | diff | annotate
Sun, 17 Jun 2007 03:51:19 +0000 Andreas Monitzer Implemented receiving other people's avatars via XEP-0084. Note that this code now includes a workaround for a non-spec incompatibility for the current ejabberd PEP implementation, and doesn't use the correct namespace due to Psi using the wrong one (outdated?). Works fine though, and the vcard-based approach is retained. soc.2007.xmpp file | diff | annotate
Sun, 17 Jun 2007 01:16:55 +0000 Andreas Monitzer Added support for setting the avatar via XEP-0084. Receiving other people's avatar is up next. soc.2007.xmpp file | diff | annotate
Fri, 15 Jun 2007 07:13:41 +0000 Andreas Monitzer PEP publishing features are now only announced in disco#info when PEP is supported by the server. soc.2007.xmpp file | diff | annotate
Wed, 13 Jun 2007 16:03:11 +0000 Andreas Monitzer Implemented a mood menu action (non-functional right now for some reason) soc.2007.xmpp file | diff | annotate
Tue, 12 Jun 2007 03:19:42 +0000 Andreas Monitzer Fixed a few small mistakes I discovered while testing user mood in Adium. soc.2007.xmpp file | diff | annotate
Tue, 12 Jun 2007 01:25:46 +0000 Andreas Monitzer Fixed whitespace to match the coding convention used in libpurple soc.2007.xmpp file | diff | annotate
Mon, 11 Jun 2007 23:33:39 +0000 Andreas Monitzer implemented user mood, still missing the front end interface soc.2007.xmpp file | diff | annotate
Wed, 06 Jun 2007 02:07:53 +0000 Andreas Monitzer Implemented adding callbacks for PEP events. Moved the feature list to be application-global instead of per-connection (makes more sense). soc.2007.xmpp file | diff | annotate
Wed, 06 Jun 2007 01:19:49 +0000 Andreas Monitzer Added the ability to define extensions to caps soc.2007.xmpp file | diff | annotate
Wed, 06 Jun 2007 00:04:29 +0000 Andreas Monitzer applied patch for supporting XEP-0199: XMPP Ping soc.2007.xmpp file | diff | annotate
Wed, 06 Jun 2007 00:01:15 +0000 Andreas Monitzer added preliminary frame for pep-support soc.2007.xmpp file | diff | annotate
Tue, 05 Jun 2007 16:31:20 +0000 Andreas Monitzer New API name change, per request of Sean. soc.2007.xmpp file | diff | annotate
Tue, 05 Jun 2007 15:18:30 +0000 Andreas Monitzer Fixed one of the issues in the ssl stuff, allowing CN cert checks for starttls-connections in XMPP. soc.2007.xmpp file | diff | annotate
Fri, 08 Jun 2007 12:38:30 +0000 Nathan Walp merge of '40543ce7b48e6be1fa33e3381d376f7214122644' file | diff | annotate
Thu, 07 Jun 2007 06:22:37 +0000 Mark Doliner Better error message for when a Jabber connection fails file | diff | annotate
Fri, 08 Jun 2007 12:38:21 +0000 Nathan Walp if we don't have an icon, lets not clear the icon on login (fixes #788) file | diff | annotate
Fri, 11 May 2007 00:15:12 +0000 Nathan Walp fix #699 file | diff | annotate
Wed, 09 May 2007 00:02:17 +0000 Sean Egan Handle people forgetting to enter a domain. Also, change 'server,' in the account options to 'domain,' which is its proper name, and hopefully less confusion file | diff | annotate
Tue, 08 May 2007 22:08:46 +0000 Sean Egan Removes 'jabber.org' defaults from XMPP. I think we had agreed this was a good idea. file | diff | annotate
Sat, 05 May 2007 19:08:07 +0000 Richard Laager s/Jabber/XMPP in user-visible places. file | diff | annotate
Thu, 03 May 2007 12:04:04 +0000 Nathan Walp this should fix jabber buddy icons (but it will re-introduce the behavior of overwriting your vCard whenever you sign in). file | diff | annotate
Tue, 01 May 2007 14:11:35 +0000 Luke Schierer disapproval of revision '8886297505a2298edb21c3a50904501ebfd4644d' file | diff | annotate
Tue, 01 May 2007 05:53:57 +0000 Richard Laager s/Jabber/XMPP/ in user-visible places. file | diff | annotate
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl. file | diff | annotate
Wed, 18 Apr 2007 19:51:24 +0000 Sean Egan This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber file | diff | annotate
Mon, 16 Apr 2007 00:44:33 +0000 Richard Laager merge of 'b98e72d4089afb8a1879e5fe9627cfb132ee88de' file | diff | annotate | base
Sun, 15 Apr 2007 00:14:34 +0000 Nathan Walp patch from Simon Wilkinson to support Jabber/XMPP w/o passwords file | diff | annotate
Sun, 25 Mar 2007 07:07:29 +0000 Mark Doliner Minor code cleanup file | diff | annotate
Sun, 25 Mar 2007 07:01:57 +0000 Mark Doliner Correctly handle the Jabber disconnection error for signing onto the file | diff | annotate
Sun, 25 Mar 2007 06:24:04 +0000 Mark Doliner Don't advertise that we support the adverts, invite and translate file | diff | annotate
Sat, 24 Mar 2007 20:06:21 +0000 Stu Tomlinson Re-arrange #includes so 'make check' stands a chance of passing during file | diff | annotate
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g' file | diff | annotate
Sat, 03 Mar 2007 19:18:38 +0000 Nathan Walp pass the correct domain to cyrus sasl (sf patch 1663064) file | diff | annotate
Mon, 26 Feb 2007 04:21:41 +0000 Daniel Atallah Simon Wilkinson noticed that this check was invalid and caused authentications to hang. file | diff | annotate
Fri, 16 Feb 2007 00:40:35 +0000 Sean Egan Sending XEP 85 'gone' messages file | diff | annotate
Tue, 13 Feb 2007 05:00:49 +0000 Evan Schoenberg If jabber_ssl_connect_failure() is called because a connect attempt fails, but the user has already canceled the attempt by signing the account offline, this would previously crash. It now does not. file | diff | annotate
Fri, 02 Feb 2007 23:14:20 +0000 Nathan Walp clean up some compile warnings file | diff | annotate
Tue, 30 Jan 2007 06:53:23 +0000 Sean Egan Emblems in the blist file | diff | annotate
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/ file | diff | annotate | base
(0) tip

mercurial