log

age author description
Fri, 27 Mar 2009 07:58:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)
Mon, 23 Mar 2009 00:47:46 +0000 Paul Aurich Because BOSH works over connections that may die non-fatally, we need to
Mon, 23 Mar 2009 00:38:20 +0000 Paul Aurich BOSH: For authentication purposes, HTTPS is equivalent to a secured JabberStream.
Sun, 22 Mar 2009 23:44:31 +0000 Paul Aurich merge of '2fbd079d0e8c53d5a6f240df5232b63c780212c0'
Sat, 21 Mar 2009 03:49:03 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
Wed, 01 Apr 2009 05:28:20 +0000 Elliott Sales de Andrade merge of 'a609160715ae18beed98b084aac19bc0f6551362'
Wed, 01 Apr 2009 03:36:58 +0000 Ka-Hing Cheung merge of '881df138362222308d7b078687b7576861609e9c'
Wed, 01 Apr 2009 03:36:06 +0000 Ka-Hing Cheung fixes a race condition, probably Fixes #8594 and maybe others
Sat, 28 Mar 2009 16:58:59 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
Wed, 01 Apr 2009 05:25:36 +0000 Elliott Sales de Andrade Fix a faulty condition that would result in an attempt to add most of your
Tue, 31 Mar 2009 01:10:32 +0000 Ethan Blanton ChangeLog for 0d220fdade88a561785e674e66d01a2a34bd4b1c
Tue, 31 Mar 2009 01:08:29 +0000 Ethan Blanton Handle multiple 319 (channels joined) messages for IRC WHOIS.
Mon, 30 Mar 2009 05:52:32 +0000 Elliott Sales de Andrade merge of '37604e59d5a53b761fa4d623e577ff79499b32a5'
Sat, 28 Mar 2009 17:00:03 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)
Wed, 01 Apr 2009 05:26:25 +0000 Paul Aurich s/category/type/ and s/muc/chat/ in the core and gateway type is a string.
Tue, 31 Mar 2009 18:32:33 +0000 Paul Aurich Add a node parameter to jabber_disco_items_do and use it in the new disco-listing code.
Tue, 31 Mar 2009 06:58:26 +0000 Paul Aurich jabber_disco_items_do(), which functions like jabber_disco_info_do.
Tue, 31 Mar 2009 06:43:54 +0000 Paul Aurich Don't match in the disco callbacks hashtable on remote JID. Use IQ id instead.
Tue, 31 Mar 2009 05:40:13 +0000 Paul Aurich Clean up Jabber's references and protocol_data if the window is closed
Tue, 31 Mar 2009 05:22:44 +0000 Paul Aurich The core should be in charge of setting in_progress to FALSE
Tue, 31 Mar 2009 05:18:09 +0000 Paul Aurich Make the prpl be in charge of creating the PurpleDiscoList; UI data is
Mon, 30 Mar 2009 02:36:02 +0000 Paul Aurich Use purple_request_input
Mon, 30 Mar 2009 00:42:15 +0000 Paul Aurich Hide the structs, add accessors, and fix various smaller things:
Sun, 29 Mar 2009 21:17:34 +0000 Paul Aurich Add the padding needed from the previous commit
Sun, 29 Mar 2009 20:54:30 +0000 Paul Aurich Fix compilation errors and add padding to UI ops. My bad...
Sun, 29 Mar 2009 19:43:32 +0000 Paul Aurich Add the files I forgot to `mtn add` earlier (also, alphabetized disco.h
Sun, 29 Mar 2009 19:38:31 +0000 Paul Aurich 'mrim' is the mail.ru IM service. 'smtp' is an XMPP<>email gateway
Sun, 29 Mar 2009 19:29:22 +0000 Paul Aurich Applied disco-2.patch from nops with some modifications:
Sat, 28 Mar 2009 16:58:32 +0000 Marcus Lundblad merge of '6d48acd8a35fbd463e701692ad0c937f59f03b9e'
Sat, 28 Mar 2009 12:04:03 +0000 Richard Laager Update the documentation for the account-authorization-requested signal, as