log

age author description
Sun, 10 Jun 2007 17:18:50 +0000 Stu Tomlinson merge of '8076670c76ed171ce5bc373a596dfd98c5458d91'
Sun, 10 Jun 2007 17:18:43 +0000 Stu Tomlinson Don't retrieve hotmail authorization info for non-hotmail accounts. Fixes #1580
Sun, 10 Jun 2007 17:12:00 +0000 Mark Doliner Use G_GSIZE_FORMAT when formatting strings containing size_t values in
Sun, 10 Jun 2007 15:59:10 +0000 Mark Doliner merge of '0e092e2c969ff59e242f866fd69d643b77bad18c'
Sun, 10 Jun 2007 15:58:23 +0000 Mark Doliner Two questions:
Sun, 10 Jun 2007 15:51:29 +0000 Nathan Walp merge of '5998e522bba60abda4cfd33374a81cb6d30d1d73'
Sun, 10 Jun 2007 07:25:09 +0000 Etan Reisner Fix #318 which asked for the buddynote plugins notes to be shown in the
Sun, 10 Jun 2007 01:54:40 +0000 Stu Tomlinson We now depend on SILC Toolkit 1.1 for this copy of this prpl so we can
Sat, 09 Jun 2007 18:03:12 +0000 Stu Tomlinson Kill a compile warning
Sat, 09 Jun 2007 18:01:47 +0000 Stu Tomlinson Don't automatically add channels to the buddy list when you join them. I
Sat, 09 Jun 2007 17:58:26 +0000 Stu Tomlinson Remove the following SILC account options, as suggested by Pekka Riikonen
Sat, 09 Jun 2007 17:33:07 +0000 Stu Tomlinson Update POTFILES.in with the silc10 filenames
Sat, 09 Jun 2007 17:31:28 +0000 Stu Tomlinson Patch from Pekka Riikonen to update the SILC protocol plugin to work with
Sat, 09 Jun 2007 16:39:00 +0000 Stu Tomlinson Duplicate the current SILC prpl as silc10 for backwards compatibility with
Sat, 09 Jun 2007 16:13:10 +0000 Stu Tomlinson Avoid including NSPR's private header pprio.h just for the prototype of
Sat, 09 Jun 2007 14:45:14 +0000 Stu Tomlinson Add mnemonics to prpl provided account options, from OpenSolaris patch
Sat, 09 Jun 2007 14:18:01 +0000 Stu Tomlinson Don't use g_return_val_if_reached() for objects not registered with dbus.
Sat, 09 Jun 2007 14:11:39 +0000 Stu Tomlinson Don't use g_critical to report that purple_connection_error was called
Sat, 09 Jun 2007 14:10:21 +0000 Stu Tomlinson This started off as a patch from OpenSolaris to fix compiling with static
Sat, 09 Jun 2007 08:01:17 +0000 Mark Doliner wabz pointed out that this string comparision was being done twice. I
Fri, 08 Jun 2007 20:55:13 +0000 Sean Egan merge of 'a1e49bdf5d79109f7becf1a5b25ab023070524c9'
Fri, 08 Jun 2007 19:31:31 +0000 Daniel Atallah Pretend that WSAEINPROGRESS is EAGAIN (for our purposes, I think they are equivalent). I think this might help #485. References #485.
Fri, 08 Jun 2007 18:24:23 +0000 Daniel Atallah Update Bonjour to do nonblocking I/O correctly.
Fri, 08 Jun 2007 15:37:48 +0000 Daniel Atallah merge of '03da073664bc840f76d0cec53eea61517337c5a7'
Fri, 08 Jun 2007 15:28:00 +0000 Daniel Atallah Close conversation connections when logging out of the Bonjour account. This also fixes leakage.
Fri, 08 Jun 2007 06:28:31 +0000 Daniel Atallah Consolidate BonjourJabberConversation creation and deletion.
Fri, 08 Jun 2007 06:15:43 +0000 Daniel Atallah Send 'to' and 'from' attributes in the stream start message.
Fri, 08 Jun 2007 06:04:06 +0000 Daniel Atallah Cleanup, fix a leak and prevent the inbound xml from being parsed twice for every message.
Fri, 08 Jun 2007 05:06:47 +0000 Daniel Atallah advertisment_fd is an input handler, not a fd; name it accurately to avoid confusion.
Sun, 10 Jun 2007 15:50:19 +0000 Nathan Walp show the "Retrieving..." window whenever we request user info. Fixes #1617.