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.
|
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.
|
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.
|
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.
|
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.
|
Tue, 12 Jun 2007 01:25:46 +0000 |
Andreas Monitzer |
Fixed whitespace to match the coding convention used in libpurple
|
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).
|
Wed, 06 Jun 2007 01:19:49 +0000 |
Andreas Monitzer |
Added the ability to define extensions to caps
|
Wed, 06 Jun 2007 00:04:29 +0000 |
Andreas Monitzer |
applied patch for supporting XEP-0199: XMPP Ping
|
Tue, 05 Jun 2007 15:33:36 +0000 |
Andreas Monitzer |
Fixed binary compatibility
|
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.
|
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
|
Sat, 07 Apr 2007 12:28:29 +0000 |
Nathan Walp |
oops
|
Mon, 19 Mar 2007 07:01:17 +0000 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
Sat, 03 Mar 2007 19:18:38 +0000 |
Nathan Walp |
pass the correct domain to cyrus sasl (sf patch 1663064)
|
Sat, 20 Jan 2007 02:32:10 +0000 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|