summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* closing merged branchBall--Gy-rgy/update-screenshot-url-in-appdata-file-1591293245974Gary Kramlich2020-06-070-0/+0
* Update screenshot URL in appdata fileBalló György2020-06-041-1/+1
* Merged in default (pull request #702)Gary Kramlich2020-05-222-125/+128
|\
| * simple: Convert TCP reading to gio.Elliott Sales de Andrade2020-05-182-62/+82
| * simple: Convert TCP writing to gio.Elliott Sales de Andrade2020-05-182-65/+48
* | Merged in default (pull request #696)Gary Kramlich2020-05-212-71/+109
|\ \ | |/
| * simple: Remove unused listenfd struct member.Elliott Sales de Andrade2020-05-182-4/+0
| * simple: Convert TCP listener to gio.Elliott Sales de Andrade2020-05-162-51/+45
| * simple: Convert purple_proxy_connect to gio.Elliott Sales de Andrade2020-05-162-30/+78
* | Merged in default (pull request #697)Gary Kramlich2020-05-193-80/+71
|\ \
| * | simple: De-duplicate sipmsg_to_string.Elliott Sales de Andrade2020-05-173-40/+32
| * | simple: Fix search for message headers.Elliott Sales de Andrade2020-05-171-7/+18
| * | simple: Replace siphdrelement by PurpleKeyValuePair.Elliott Sales de Andrade2020-05-173-39/+27
| |/
* | Merged in default (pull request #698)Gary Kramlich2020-05-1911-28/+29
|\ \
| * | Use g_timeout_add_seconds some more.Elliott Sales de Andrade2020-05-1711-28/+29
| |/
* | simple: Re-write gensesskey using nettle.Elliott Sales de Andrade2020-05-181-23/+14
|/
* Merged in default (pull request #692)Gary Kramlich2020-05-131-98/+82
|\
| * Cleanup some list iteration.Elliott Sales de Andrade2020-05-121-21/+14
| * xmpp: Convert si xfer to gio socket server.Elliott Sales de Andrade2020-05-121-85/+56
| * Split jabber_si_xfer_bytestreams_listen_cb in half.Elliott Sales de Andrade2020-05-121-52/+72
* | bonjour: Convert socks5 xfer to gio socket server.Elliott Sales de Andrade2020-05-121-57/+72
* | Replace bonjour_xmpp_get_local_ips by purple_network_get_all_local_system_ips.Elliott Sales de Andrade2020-05-123-96/+3
|/
* Merged in default (pull request #680)Gary Kramlich2020-05-1125-1072/+3392
|\
| * Fix a few more things found in reviewGary Kramlich2020-05-071-7/+11
| * Use g_list_delete_link instead of g_list_removeGary Kramlich2020-05-011-1/+1
| * Clean up the account actions lists as we're iterating to avoid having to iter...Gary Kramlich2020-04-301-5/+8
| * Fix a bunch of stuff that was found in review.Gary Kramlich2020-04-2610-48/+55
| * use g_list_index instead of manually searching a list and a bunch of whitespa...Gary Kramlich2020-04-074-58/+49
| * Clean up some docsGary Kramlich2020-04-072-0/+14
| * Move the mood api to it's own files and remove the remaining bits of the old ...Gary Kramlich2020-04-079-319/+413
| * Start setting up the protocol specific set mood menu itemsGary Kramlich2020-04-072-6/+31
| * Move the menu trac to PidginBuddyListMenuGary Kramlich2020-04-074-3/+28
| * Manage the room list action's state based on whether the online accounts supp...Gary Kramlich2020-04-072-85/+91
| * Toggle the enabled status of chat actions based on connected accounts that im...Gary Kramlich2020-04-061-7/+105
| * alphabetize the online required actions and add room list to themGary Kramlich2020-04-061-3/+4
| * Migrate the accounts menu to its own set of widgetsGary Kramlich2020-04-0615-279/+803
| * Move the join chat menu item to the new menu setupGary Kramlich2020-04-013-15/+20
| * Fix up the docs for PidginBuddyListMenu and PidginPluginsMenu.Gary Kramlich2020-03-313-1/+27
| * Move the PidginPluginsMenu creation into the BuddyListMenu ui fileGary Kramlich2020-03-312-3/+9
| * Rename the plugins menu manager item to `Manage Plugins` to match the account...Gary Kramlich2020-03-311-2/+2
| * Remove the old plugin actions code from the old UIManager based menubarGary Kramlich2020-03-311-162/+2
| * Add the new PidginPluginsMenu which manages itself when plugins and loaded/un...Gary Kramlich2020-03-3110-35/+415
| * Add a missing castGary Kramlich2020-03-311-1/+1
| * Migrate add-chat and add-buddy to the new menuGary Kramlich2020-03-313-11/+38
| * Use the new online and offline signals to manage the state of actions in Pidg...Gary Kramlich2020-03-311-0/+89
| * Add online and offline signals that are emitted when the first account goes a...Gary Kramlich2020-03-313-4/+83
| * Port the sort-method items to GMenu and GAction and display in the new menubarGary Kramlich2020-03-307-69/+151
| * Finish porting the rest of the toggle actions to the new menubar widgetGary Kramlich2020-03-274-103/+183
| * Implement mute sounds to prove out the action state codeGary Kramlich2020-03-273-30/+109
| * Add the toggle items to the menuGary Kramlich2020-03-271-0/+60