changelog
- Mon, 18 May 2020 19:58:19 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Mon, 18 May 2020 19:58:19 -0400] rev 40422
- simple: Convert TCP writing to gio.
- Thu, 21 May 2020 04:45:24 +0000
- by Gary Kramlich <grim@reaperworld.com> [Thu, 21 May 2020 04:45:24 +0000] rev 40421
- Merged in default (pull request #696)
Convert simple TCP connections to gio
Approved-by: Gary Kramlich
- Mon, 18 May 2020 19:28:04 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Mon, 18 May 2020 19:28:04 -0400] rev 40420
- simple: Remove unused listenfd struct member.
It is always -1 now, and never set to anything because there is no
longer a TCP listener using purple_network_listen.
- Sat, 16 May 2020 17:00:20 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Sat, 16 May 2020 17:00:20 -0400] rev 40419
- simple: Convert TCP listener to gio.
Note, this no longer defaults to a fixed range of ports (5060-5160), but
that appears unnecessary. The SIP RFC3261 says that 5060 is the default
if a port is not specified, but we always include our port in the Via
header. Thus there's no reason to restrict ports to any particular
range.
- Sat, 16 May 2020 05:18:48 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Sat, 16 May 2020 05:18:48 -0400] rev 40418
- simple: Convert purple_proxy_connect to gio.
- Tue, 19 May 2020 10:29:23 +0000
- by Gary Kramlich <grim@reaperworld.com> [Tue, 19 May 2020 10:29:23 +0000] rev 40417
- Merged in default (pull request #697)
simple: Fix search for message headers
Approved-by: Gary Kramlich
- Sun, 17 May 2020 22:03:11 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Sun, 17 May 2020 22:03:11 -0400] rev 40416
- simple: De-duplicate sipmsg_to_string.
No need to try and do this manually in separate places.
- Sun, 17 May 2020 05:34:38 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Sun, 17 May 2020 05:34:38 -0400] rev 40415
- simple: Fix search for message headers.
The list contains key-value pairs (of `PurpleKeyValuePair` type now, but
`struct siphdrelement` before) so using `g_ascii_strcasecmp` directly
does not work.
- Sun, 17 May 2020 05:00:02 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Sun, 17 May 2020 05:00:02 -0400] rev 40414
- simple: Replace siphdrelement by PurpleKeyValuePair.
- Tue, 19 May 2020 10:14:43 +0000
- by Gary Kramlich <grim@reaperworld.com> [Tue, 19 May 2020 10:14:43 +0000] rev 40413
- Merged in default (pull request #698)
Use g_timeout_add_seconds some more.
Approved-by: Gary Kramlich