Mon, 10 Sep 2007 13:57:15 +0000 |
Daniel Atallah |
merge of '1c7910841138381c841363256ca3c7905b1f26b0'
|
Thu, 06 Sep 2007 04:08:41 +0000 |
Sean Egan |
propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed)
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Wed, 05 Sep 2007 22:33:22 +0000 |
Sadrul Habib Chowdhury |
Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
|
Tue, 28 Aug 2007 19:03:07 +0000 |
Andreas Monitzer |
Fixed code indenting, some spaces were still left and now replaced by tabs.
|
Wed, 11 Jul 2007 23:27:12 +0000 |
Andreas Monitzer |
Fixed errors created by merge conflict resolve mistakes.
|
Wed, 11 Jul 2007 22:27:44 +0000 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
|
Sun, 24 Jun 2007 04:53:36 +0000 |
Nathan Walp |
support replying to XEP-0202 queries
|
Sun, 17 Jun 2007 15:27:35 +0000 |
Nathan Walp |
server-side jabber vcards now take precedence over local vcards, so
|
Sun, 17 Jun 2007 05:10:35 +0000 |
Nathan Walp |
unused variable cleanup
|
Sun, 17 Jun 2007 04:50:18 +0000 |
Nathan Walp |
fix inital presence (fixes #1395)
|
Sat, 16 Jun 2007 03:17:13 +0000 |
Nathan Walp |
respond to XEP-0199 queries (XMPP ping)
|
Tue, 03 Jul 2007 15:34:34 +0000 |
Andreas Monitzer |
Now preserving the node on the (empty) disco#items replies. This is required for apps to add items on the correct nodes using signals.
|
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).
|
Sat, 23 Jun 2007 02:57:21 +0000 |
Andreas Monitzer |
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
|