log libpurple/connection.c @ 20074:6bf32c9e15a7

age author description
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Mon, 17 Sep 2007 16:52:38 +0000 Will Thompson It's even better when code compiles. Remove references to disconnection
Mon, 17 Sep 2007 15:30:51 +0000 Will Thompson Create purple_connection_reason_is_fatal, which is basically a replacement for
Mon, 17 Sep 2007 15:23:29 +0000 Will Thompson Create PurpleConnectionUiOps.report_disconnect_reason and
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, 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: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.
Sat, 16 Jun 2007 19:00:52 +0000 Richard Laager merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'
Sun, 10 Jun 2007 01:46:31 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18)
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Sat, 19 May 2007 21:38:47 +0000 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
Sat, 09 Jun 2007 14:11:39 +0000 Stu Tomlinson Don't use g_critical to report that purple_connection_error was called
Thu, 03 May 2007 07:55:32 +0000 Mark Doliner Change a few functions to free a linked list while iterating through
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Tue, 20 Mar 2007 14:37:22 +0000 Evan Schoenberg merge of '31ed92ba1b530f050510b4958686e3013ba4176c'
Tue, 20 Mar 2007 14:37:16 +0000 Evan Schoenberg Fixed connection errors; this logical check on 'text' was reversed.
Mon, 19 Mar 2007 13:31:34 +0000 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
Sun, 18 Mar 2007 22:56:57 +0000 Daniel Atallah merge of '5d82380976ddbe6635550905c1fac7198a445809'
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 17 Mar 2007 17:40:19 +0000 Stu Tomlinson This is tidier
Sat, 17 Mar 2007 17:41:14 +0000 Daniel Atallah Fix reversed NULL check.
Tue, 13 Mar 2007 07:33:08 +0000 Mark Doliner Change connection.c:gaim_connection_error() to still work even if the
Wed, 31 Jan 2007 18:31:31 +0000 Evan Schoenberg The accounts request API now keeps track of a returned ui_handle for authorization requests, which can be closed on demand individually or all-at-once by account. When a connection is destroyed, its associated requests are closed.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/