log libpurple/protocols/jabber/jabber.c @ 19975:6a0d9fa477d4

age author description
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Fri, 17 Aug 2007 22:10:43 +0000 Gabriel Schulhof explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
Sun, 12 Aug 2007 17:55:38 +0000 Gabriel Schulhof Added hints to jabber jabber.c
Mon, 10 Sep 2007 23:54:49 +0000 Sean Egan Don't put "Mood: \(null\) \(null\)" on XMPP buddies
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Wed, 05 Sep 2007 22:32:14 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Tue, 28 Aug 2007 19:03:07 +0000 Andreas Monitzer Fixed code indenting, some spaces were still left and now replaced by tabs.
Tue, 14 Aug 2007 22:00:24 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)
Sun, 12 Aug 2007 20:48:34 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)
Mon, 30 Jul 2007 01:35:00 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 3a0579367ce217b7d1014674ca42191a0afa6e33)
Fri, 29 Jun 2007 04:25:54 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)
Wed, 27 Jun 2007 05:03:25 +0000 William Ehlhardt - Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls
Wed, 27 Jun 2007 04:29:24 +0000 William Ehlhardt - Jabber now understands SSL_CERTIFICATE_INVALID code
Wed, 27 Jun 2007 04:25:55 +0000 William Ehlhardt - Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand
Mon, 25 Jun 2007 21:38:40 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
Thu, 21 Jun 2007 19:21:47 +0000 William Ehlhardt applied changes from e52b685d84ca8874da6e3e71199829e513500642
Wed, 08 Aug 2007 21:01:42 +0000 Andreas Monitzer Updated attention namespace to adhere to my new XEP-0224: Attention
Tue, 31 Jul 2007 15:01:14 +0000 Andreas Monitzer Mixed up TRUE and FALSE.
Tue, 31 Jul 2007 03:50:41 +0000 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
Mon, 30 Jul 2007 00:05:02 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)
Thu, 09 Aug 2007 18:58:07 +0000 Daniel Atallah Fix uninitialized variable access.
Sun, 29 Jul 2007 06:10:24 +0000 Mark Doliner Fix a bunch of possible crashes in jabber when using slash commands in
Mon, 30 Jul 2007 00:01:08 +0000 Andreas Monitzer Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
Mon, 16 Jul 2007 13:56:22 +0000 Andreas Monitzer Added the ability to unregister from a gateway.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Wed, 27 Jun 2007 21:41:04 +0000 Sean Egan Make password fileds in Jabber's Change Password dialog required. Fixes #1907
Sat, 23 Jun 2007 06:01:30 +0000 Sadrul Habib Chowdhury Fix a crash when you have an IM window open on a jabber account and the
Sun, 17 Jun 2007 15:27:35 +0000 Nathan Walp server-side jabber vcards now take precedence over local vcards, so
Wed, 11 Jul 2007 00:17:11 +0000 Andreas Monitzer Fixed bug that caused incorrect stream negotiation, which ejabberd and openfire tolerate, but gtalk does not.