Fri, 20 Mar 2020 08:57:57 -0500 Gary Kramlich Replace the ui info GHashTable with a gobject. file | diff | annotate
Mon, 04 Nov 2019 01:18:24 +0000 Gary Kramlich Merged in default (pull request #617) file | diff | annotate
Sun, 27 Oct 2019 14:28:20 -0400 Elliott Sales de Andrade Implement XEP-0233: XMPP Server Registration for use with Kerberos V5. file | diff | annotate
Sat, 02 Nov 2019 06:04:59 -0400 Elliott Sales de Andrade Remove some unnecessary checks in BOSH initialization. file | diff | annotate
Thu, 17 Oct 2019 23:36:37 -0400 Elliott Sales de Andrade Remove old #include of http header and its init. file | diff | annotate
Wed, 02 Oct 2019 00:01:17 -0400 Elliott Sales de Andrade Convert Jabber BOSH to libsoup. file | diff | annotate
Wed, 09 Oct 2019 00:42:02 -0400 Elliott Sales de Andrade Replace purple_ip*_address_is_valid by GLib functions. file | diff | annotate
Thu, 29 Mar 2018 23:20:36 -0500 Gary Kramlich Mergin 2.13.0 into default file | diff | annotate
Sat, 25 Nov 2017 22:28:44 +0800 Tom Li bosh.c: remove HTTP Pipelining, fix #17025 bosh-pipeline file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Fri, 24 Mar 2017 12:29:27 +0300 qarkai Remove redundant NULL checks string-comparison-r2 file | diff | annotate
Thu, 23 Mar 2017 21:01:15 +0300 qarkai Replace !strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Thu, 23 Mar 2017 19:19:01 +0300 qarkai Replace misused g_str_equal() with purple_strequal() string-comparison-r2 file | diff | annotate
Thu, 13 Nov 2014 01:06:59 -0500 Elliott Sales de Andrade Merge with release-2.x.y file | diff | annotate
Thu, 13 Nov 2014 00:56:55 -0500 Elliott Sales de Andrade Remove -Wno-sign-compare and backport fixes from default. release-2.x.y file | diff | annotate
Mon, 20 Jan 2014 00:02:17 -0800 Mark Doliner Merge with a fair number of conflicts. Nothing too crazy. file | diff | annotate
Sun, 19 Jan 2014 21:35:49 -0800 Mark Doliner Fix dropping incoming stanzas on BOSH connections when we receive release-2.x.y file | diff | annotate
Sun, 19 Jan 2014 20:30:56 -0800 Mark Doliner Documentation. release-2.x.y file | diff | annotate
Sun, 19 Jan 2014 20:26:01 -0800 Mark Doliner Move g_return_if_fail to top of function and exit early. release-2.x.y file | diff | annotate
Sun, 19 Jan 2014 18:30:20 -0800 Mark Doliner Remove unused variable. release-2.x.y file | diff | annotate
Mon, 13 Jan 2014 18:09:59 -0800 Mark Doliner Fix conditional. release-2.x.y file | diff | annotate
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Fri, 09 Aug 2013 23:12:25 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sun, 04 Aug 2013 14:34:04 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sat, 03 Aug 2013 05:38:36 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 13:35:53 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 02:23:11 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sun, 16 Jun 2013 16:55:27 +0530 Ankit Vani Rename circbuffer files to circularbuffer files to match the object name soc.2013.gobjectification file | diff | annotate
Wed, 12 Jun 2013 18:58:24 +0530 Ankit Vani GObjectify PurpleCircBuffer as PurpleCircularBuffer (from gobjectification branch) soc.2013.gobjectification file | diff | annotate
Fri, 09 Aug 2013 13:03:26 +0200 Tomasz Wasilczyk HTTP: successful is spelled with one l file | diff | annotate
Sat, 03 Aug 2013 19:20:57 +0200 Tomasz Wasilczyk HTTP: Use PurpleHttpConnectionSet instead of GSLists of PurpleHttpConnection structs file | diff | annotate
Sat, 03 Aug 2013 00:36:57 +0200 Tomasz Wasilczyk HTTP: connections set support added; BOSH for xmpp reimplemented, to use http API instead of its own HTTP implementation file | diff | annotate
Sun, 23 Jun 2013 01:03:34 +0200 Tomasz Wasilczyk HTTP: get rid of purple_url_parse file | diff | annotate
Sat, 22 Jun 2013 20:20:39 +0200 Tomasz Wasilczyk HTTP: make purple_url_parse deprecated in favor of purple_http_url_parse file | diff | annotate
Mon, 18 Feb 2013 22:21:39 -0800 Mark Doliner Merge from the release-2.x.y branch. Some manual merging in file | diff | annotate
Tue, 19 Feb 2013 00:32:22 -0500 Daniel Atallah Fix various other minor issues identified in the coverity scan. release-2.x.y file | diff | annotate
Tue, 16 Oct 2012 11:54:27 +0200 Tomasz Wasilczyk Revert changes to purple_url_parse, because no longer needed for new http implementation file | diff | annotate
Sat, 13 Oct 2012 01:52:22 +0200 Tomasz Wasilczyk Break the API with purple_url_parse returning protocol file | diff | annotate
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error file | diff | annotate
Wed, 11 May 2011 05:04:43 +0000 Paul Aurich Get rid of a few other dead variables. file | diff | annotate
Wed, 11 May 2011 02:42:52 +0000 Paul Aurich jabber/bosh: We require glib 2.16 now, this was added in 2.16 file | diff | annotate
Tue, 15 Feb 2011 01:58:41 +0000 Mark Doliner g_warn_if_reached was added in glib 2.16.0, but we agree to support 2.12.0. file | diff | annotate
Tue, 01 Feb 2011 04:00:50 +0000 Paul Aurich jabber: bosh: Hopefully a final corrective fix. Refs #13008 file | diff | annotate
Wed, 12 Jan 2011 14:31:52 +0000 Paul Aurich jabber: Be friendlier to servers when we have nothing to say. file | diff | annotate
Mon, 10 Jan 2011 05:19:11 +0000 Paul Aurich jabber: Handle the connection: close header. Closes #13008 file | diff | annotate
Mon, 10 Jan 2011 03:34:00 +0000 Paul Aurich jabber: Make the BOSH parsing a little more resilient and add more diagnostic output file | diff | annotate
Mon, 10 Jan 2011 03:25:42 +0000 Paul Aurich jabber: \n-ize a debug message file | diff | annotate
Mon, 10 Jan 2011 01:28:31 +0000 Paul Aurich jabber: Improved BOSH logging some. Refs #13008 file | diff | annotate
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless file | diff | annotate
Thu, 08 Jul 2010 21:27:36 +0000 Paul Aurich jabber: Set js->serverFQDN when connecting via BOSH. Fixes #12289 file | diff | annotate
Wed, 21 Apr 2010 19:07:19 +0000 Paul Aurich jabber: Send whitespace keepalives every two minutes of (outgoing) silence. file | diff | annotate
Tue, 09 Mar 2010 23:09:54 +0000 Paul Aurich jabber: Treat the version properly. file | diff | annotate
Wed, 10 Feb 2010 07:09:52 +0000 Paul Aurich jabber: Handle non-compliant servers that don't put stanzas in the right namespace. file | diff | annotate
Sat, 28 Nov 2009 04:10:37 +0000 Paul Aurich jabber: Here's a good reason for the namespace defines. Fix a typo 'urn:xmpp:bosh'. file | diff | annotate
Mon, 28 Sep 2009 22:11:54 +0000 Paul Aurich jabber: Don't crash when disconnecting if there's been no response from the server. file | diff | annotate
Tue, 25 Aug 2009 16:38:18 +0000 Paul Aurich jabber: Fix using BOSH and legacy auth together. Closes #9990. file | diff | annotate
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl. file | diff | annotate
Sun, 02 Aug 2009 20:42:00 +0000 Paul Aurich jabber: Keep a second connection open over which to send the terminate. file | diff | annotate
Sun, 02 Aug 2009 03:00:00 +0000 Paul Aurich jabber: Add a BOSH send timer (queue up stanzas), fixes connecting to Prosody file | diff | annotate
(0) -100 -60 tip

mercurial