| Wed, 19 Jul 2023 23:23:17 -0500 |
Gary Kramlich |
Fix a few warn_unused_result's in bosh.c
|
file |
diff |
annotate
|
| Tue, 21 Mar 2023 02:07:16 -0500 |
Elliott Sales de Andrade |
Remove libsoup2 code
|
file |
diff |
annotate
|
| Tue, 21 Mar 2023 01:59:19 -0500 |
Elliott Sales de Andrade |
Use g_clear_handle_id everywhere
|
file |
diff |
annotate
|
| Tue, 21 Mar 2023 00:39:45 -0500 |
Elliott Sales de Andrade |
Use g_clear_* helpers where useful
|
file |
diff |
annotate
|
| Wed, 16 Nov 2022 23:44:59 -0600 |
Gary Kramlich |
Remove soupcompat.h since we require libsoup3 now
|
file |
diff |
annotate
|
| Fri, 04 Nov 2022 02:32:53 -0500 |
Elliott Sales de Andrade |
Fix string size specifier in debug prints
|
file |
diff |
annotate
|
| Thu, 03 Nov 2022 22:53:41 -0500 |
Elliott Sales de Andrade |
Fix SoupMessage leaks when using new libsoup3 API
|
file |
diff |
annotate
|
| Mon, 31 Oct 2022 04:02:09 -0500 |
Gary Kramlich |
Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfo
|
file |
diff |
annotate
|
| Wed, 26 Oct 2022 02:06:39 -0500 |
Elliott Sales de Andrade |
Port XMPP to libsoup3
|
file |
diff |
annotate
|
| Sun, 18 Sep 2022 22:34:12 -0500 |
Elliott Sales de Andrade |
Convert soup_message_set_request to soup_message_set_request_body_from_bytes
|
file |
diff |
annotate
|
| Fri, 20 May 2022 02:55:51 -0500 |
Gary Kramlich |
Update purple_core_init to take a PurpleUiInfo instance
|
file |
diff |
annotate
|
| Tue, 14 Dec 2021 01:57:00 -0600 |
Elliott Sales de Andrade |
Use accessor for SoupMessage->reason_phrase
|
file |
diff |
annotate
|
| Tue, 14 Dec 2021 01:57:00 -0600 |
Elliott Sales de Andrade |
Use accessor for SoupMessage->status_code
|
file |
diff |
annotate
|
| Tue, 14 Dec 2021 01:55:51 -0600 |
Elliott Sales de Andrade |
Switch SoupURI to GUri
|
file |
diff |
annotate
|
| Wed, 17 Mar 2021 04:13:27 -0500 |
Elliott Sales de Andrade |
Cleanup deprecated libsoup usage
|
file |
diff |
annotate
|
| Fri, 01 May 2020 12:13:35 -0500 |
Gary Kramlich |
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
|
file |
diff |
annotate
|
| Fri, 01 May 2020 04:42:52 -0500 |
Gary Kramlich |
move all protocols, purple plugins, and purple tests to use purple.h instead of including files individually
|
file |
diff |
annotate
|
| Thu, 09 Apr 2020 21:29:01 -0500 |
Gary Kramlich |
purple_core_get_ui_info now transfers the PurpleUiInfo to the caller, so we need to make sure to not cache it.
|
file |
diff |
annotate
|
| 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
|