log libpurple/protocols/oscar/flap_connection.c @ 25016:ff5e2356683f

age author description
Thu, 11 Dec 2008 08:06:23 +0000 Paul Aurich Use purple_proxy_connect + purple_ssl_connect_with_host_fd() to hopefully
Wed, 10 Dec 2008 23:41:28 +0000 Paul Aurich First pass at adding SSL connections to OSCAR.
Fri, 14 Nov 2008 22:14:19 +0000 Mark Doliner Remove a few spurious debug_warns
Tue, 16 Sep 2008 17:30:23 +0000 Mark Doliner Don't use g_queue_get_length because it requires glib 2.4
Sun, 20 Jul 2008 19:52:22 +0000 Mark Doliner Missed one of these guys
Sun, 20 Jul 2008 19:44:24 +0000 Mark Doliner This looks good to me. I'm thinking we probably don't want to get
Sun, 20 Jul 2008 05:47:42 +0000 Evan Schoenberg Added `flap_connection_send_snac_with_priority()`, which allows specifying
Thu, 17 Jul 2008 16:48:37 +0000 Mark Doliner I swear I did this! I must have gotten a little overzealous with the
Thu, 17 Jul 2008 16:08:09 +0000 Mark Doliner Daniel Atallah pointed out that this was obviously wrong. So we would
Mon, 12 May 2008 02:56:24 +0000 Daniel Atallah Fix functions to match definitions.
Mon, 12 May 2008 02:27:08 +0000 Daniel Atallah More s/ssize_t/gssize/
Mon, 05 May 2008 09:22:46 +0000 Mark Doliner Minor changes... mostly whitespace related.
Thu, 24 Apr 2008 11:19:26 +0000 Evan Schoenberg Used byte_stream_destroy(), added in 2e791da1fb1cfd6b751a0cef01aa83dc89692051,
Thu, 24 Apr 2008 11:10:03 +0000 Evan Schoenberg All SNACs on FLAP channel 2 except in the auth family are now sent through
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()