Fri, 22 May 2020 01:13:41 +0000 Gary Kramlich Merged in default (pull request #702) changeset | files
Mon, 18 May 2020 23:34:20 -0400 Elliott Sales de Andrade simple: Convert TCP reading to gio. changeset | files
Mon, 18 May 2020 19:58:19 -0400 Elliott Sales de Andrade simple: Convert TCP writing to gio. changeset | files
Thu, 21 May 2020 04:45:24 +0000 Gary Kramlich Merged in default (pull request #696) changeset | files
Mon, 18 May 2020 19:28:04 -0400 Elliott Sales de Andrade simple: Remove unused listenfd struct member. changeset | files
Sat, 16 May 2020 17:00:20 -0400 Elliott Sales de Andrade simple: Convert TCP listener to gio. changeset | files
Sat, 16 May 2020 05:18:48 -0400 Elliott Sales de Andrade simple: Convert purple_proxy_connect to gio. changeset | files
Tue, 19 May 2020 10:29:23 +0000 Gary Kramlich Merged in default (pull request #697) changeset | files
Sun, 17 May 2020 22:03:11 -0400 Elliott Sales de Andrade simple: De-duplicate sipmsg_to_string. changeset | files
Sun, 17 May 2020 05:34:38 -0400 Elliott Sales de Andrade simple: Fix search for message headers. changeset | files
Sun, 17 May 2020 05:00:02 -0400 Elliott Sales de Andrade simple: Replace siphdrelement by PurpleKeyValuePair. changeset | files
Tue, 19 May 2020 10:14:43 +0000 Gary Kramlich Merged in default (pull request #698) changeset | files
Sun, 17 May 2020 22:46:04 -0400 Elliott Sales de Andrade Use g_timeout_add_seconds some more. changeset | files
Mon, 18 May 2020 20:13:50 -0400 Elliott Sales de Andrade simple: Re-write gensesskey using nettle. changeset | files
Tue, 19 May 2020 09:34:10 +0000 Gary Kramlich Merged in release-2.x.y (pull request #695) release-2.x.y changeset | files
Fri, 15 May 2020 01:43:54 -0500 Gary Kramlich Revert the pr-262/ticket-17232, it's caused more harm than good. See ticket-17324. release-2.x.y changeset | files
Mon, 18 May 2020 12:06:29 +0100 David Woodhouse Handle unplug and replug of selected media device release-2.x.y changeset | files
Thu, 14 May 2020 03:20:38 -0500 Gary Kramlich fix a use after free by making sure to reference an old smiley image if it is not null. release-2.x.y changeset | files
Wed, 13 May 2020 02:01:23 +0000 Gary Kramlich Merged in default (pull request #692) changeset | files
Tue, 12 May 2020 05:24:11 -0400 Elliott Sales de Andrade Cleanup some list iteration. changeset | files
Tue, 12 May 2020 03:01:37 -0400 Elliott Sales de Andrade xmpp: Convert si xfer to gio socket server. changeset | files
Tue, 12 May 2020 01:44:23 -0400 Elliott Sales de Andrade Split jabber_si_xfer_bytestreams_listen_cb in half. changeset | files
Tue, 12 May 2020 05:55:22 -0400 Elliott Sales de Andrade bonjour: Convert socks5 xfer to gio socket server. changeset | files
Tue, 12 May 2020 04:06:23 -0400 Elliott Sales de Andrade Replace bonjour_xmpp_get_local_ips by purple_network_get_all_local_system_ips. changeset | files
Mon, 11 May 2020 21:28:39 +0000 Gary Kramlich Merged in release-2.x.y (pull request #337) release-2.x.y changeset | files
Wed, 08 Apr 2020 00:21:19 +0100 David Woodhouse Add braces around if() and while() blocks release-2.x.y changeset | files
Tue, 07 Apr 2020 23:49:20 +0100 David Woodhouse Remove global portal session/request numbers release-2.x.y changeset | files
Tue, 07 Apr 2020 23:25:28 +0100 David Woodhouse File descriptors are 'int' not unsigned release-2.x.y changeset | files
Tue, 07 Apr 2020 21:02:55 +0100 David Woodhouse Wayland screenshare review feedback from QuLogic release-2.x.y changeset | files
Sun, 05 Apr 2020 23:44:51 +0100 David Woodhouse Increase timeout for initial XDP portal session to 2s release-2.x.y changeset | files
Sun, 05 Apr 2020 20:55:28 +0100 David Woodhouse screenshare: Add XDP portal ScreenCast support release-2.x.y changeset | files
Sun, 05 Apr 2020 20:48:11 +0100 David Woodhouse Fix purple_media_element_info_finalize() to chain up to GObject release-2.x.y changeset | files
Mon, 11 May 2020 02:40:30 +0000 Gary Kramlich Merged in default (pull request #680) changeset | files
Thu, 07 May 2020 02:24:42 -0500 Gary Kramlich Fix a few more things found in review changeset | files
Fri, 01 May 2020 00:18:32 -0500 Gary Kramlich Use g_list_delete_link instead of g_list_remove changeset | files
Thu, 30 Apr 2020 20:27:38 -0500 Gary Kramlich Clean up the account actions lists as we're iterating to avoid having to iterate it twice. changeset | files
Sun, 26 Apr 2020 03:22:31 -0500 Gary Kramlich Fix a bunch of stuff that was found in review. changeset | files
Tue, 07 Apr 2020 18:28:26 -0500 Gary Kramlich use g_list_index instead of manually searching a list and a bunch of whitespace fixes changeset | files
Tue, 07 Apr 2020 02:32:53 -0500 Gary Kramlich Clean up some docs changeset | files
Tue, 07 Apr 2020 02:27:08 -0500 Gary Kramlich Move the mood api to it's own files and remove the remaining bits of the old menu bar from gtkblist changeset | files
Tue, 07 Apr 2020 01:20:01 -0500 Gary Kramlich Start setting up the protocol specific set mood menu items changeset | files
Tue, 07 Apr 2020 00:55:43 -0500 Gary Kramlich Move the menu trac to PidginBuddyListMenu changeset | files
Tue, 07 Apr 2020 00:16:27 -0500 Gary Kramlich Manage the room list action's state based on whether the online accounts support the room list interface. changeset | files
Mon, 06 Apr 2020 23:35:44 -0500 Gary Kramlich Toggle the enabled status of chat actions based on connected accounts that implement that interface changeset | files
Mon, 06 Apr 2020 22:48:37 -0500 Gary Kramlich alphabetize the online required actions and add room list to them changeset | files
Mon, 06 Apr 2020 22:27:40 -0500 Gary Kramlich Migrate the accounts menu to its own set of widgets changeset | files
Wed, 01 Apr 2020 13:08:57 -0500 Gary Kramlich Move the join chat menu item to the new menu setup changeset | files
Tue, 31 Mar 2020 23:54:24 -0500 Gary Kramlich Fix up the docs for PidginBuddyListMenu and PidginPluginsMenu. changeset | files
Tue, 31 Mar 2020 23:45:35 -0500 Gary Kramlich Move the PidginPluginsMenu creation into the BuddyListMenu ui file changeset | files
Tue, 31 Mar 2020 23:40:57 -0500 Gary Kramlich Rename the plugins menu manager item to `Manage Plugins` to match the accounts menu's manager item changeset | files
Tue, 31 Mar 2020 23:38:28 -0500 Gary Kramlich Remove the old plugin actions code from the old UIManager based menubar changeset | files
Tue, 31 Mar 2020 23:30:54 -0500 Gary Kramlich Add the new PidginPluginsMenu which manages itself when plugins and loaded/unloaded. changeset | files
Tue, 31 Mar 2020 05:38:10 -0500 Gary Kramlich Add a missing cast changeset | files
Tue, 31 Mar 2020 01:49:27 -0500 Gary Kramlich Migrate add-chat and add-buddy to the new menu changeset | files
Tue, 31 Mar 2020 00:59:49 -0500 Gary Kramlich Use the new online and offline signals to manage the state of actions in PidginActionGroup changeset | files
Tue, 31 Mar 2020 00:59:27 -0500 Gary Kramlich Add online and offline signals that are emitted when the first account goes and the last account go offline. changeset | files
Mon, 30 Mar 2020 22:47:30 -0500 Gary Kramlich Port the sort-method items to GMenu and GAction and display in the new menubar changeset | files
Fri, 27 Mar 2020 19:03:57 -0500 Gary Kramlich Finish porting the rest of the toggle actions to the new menubar widget changeset | files
Fri, 27 Mar 2020 07:03:16 -0500 Gary Kramlich Implement mute sounds to prove out the action state code changeset | files
Fri, 27 Mar 2020 07:02:54 -0500 Gary Kramlich Add the toggle items to the menu changeset | files
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip

mercurial