summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* closing old/merged branchespurple-ssl-to-gioGary Kramlich2016-10-050-0/+0
* sslconn: Remove purple_ssl_(init|uninit) as they're no longer neededMike Ruprecht2016-04-072-43/+0
* sslconn: Clean up tls_connect() function error pathsMike Ruprecht2016-04-071-10/+22
* Improve TLS Certificate API documentation and add transfer annotationsMike Ruprecht2016-04-071-4/+12
* Move Tls Certificate parsing code into tls-certificate-info.[ch]Mike Ruprecht2016-04-079-819/+892
* Fix handling EAGAIN in purple_ssl_read()Mike Ruprecht2016-03-311-1/+2
* Remove unused SslOps code from sslconn.[ch]Mike Ruprecht2016-01-312-87/+0
* Remove old certificate API from libpurpleMike Ruprecht2016-01-315-3202/+0
* Remove SSL pluginsMike Ruprecht2016-01-317-3498/+0
* Implement manually trusting certificates with TLS helper APIMike Ruprecht2016-03-301-3/+114
* Port Finch to use TLS Certificate APIMike Ruprecht2016-03-302-58/+79
* Port Pidgin to use TLS Certificate APIMike Ruprecht2016-03-302-95/+104
* Port PurpleRequest API to use GTlsCertificate instead of PurpleCertificateMike Ruprecht2016-01-312-9/+9
* Port sslconn.[ch] to GioMike Ruprecht2016-03-302-59/+152
* Add TLS Certificate parsing APIMike Ruprecht2016-03-292-0/+815
* Add helper API for using Purple TLS subsystem with GTlsConnectionsMike Ruprecht2016-02-162-0/+111
* Implement new, simplified TLS certificate API in libpurpleMike Ruprecht2016-02-164-0/+294
* MergingGary Kramlich2016-01-251-5/+1
|\
| * Merged in CMaiku/pidgin (pull request #16)Gary Kramlich2016-01-251-1/+0
| |\
| * | Remove unneeded gplugin-gtk from purple-3.pcMike Ruprecht2016-01-241-5/+1
* | | facebook: fixed a crash with incoming messages from non-friendsJames Geboski2016-01-253-8/+15
| |/ |/|
* | Fix "make pidgin.pot"Mark Doliner2016-01-241-1/+0
|/
* Merged in CMaiku/pidgin (pull request #14)Gary Kramlich2016-01-2312-1637/+236
|\
| * Merged in EionRobb/pidgin (pull request #12)Gary Kramlich2016-01-233-13/+33
| |\
| | * Add memleak fixup to Yahoo prpl after cookie getter API changeEion Robb2016-01-211-7/+13
| | * Handle session cookies (expiry of 0) and correctly escape/unescape cookies wh...Eion Robb2016-01-212-6/+20
| * | Merged in CMaiku/pidgin (pull request #13)Gary Kramlich2016-01-231-15/+37
| |\ \
| | * | Don't have proxy code call callbacks if connect data disposedMike Ruprecht2016-01-181-15/+37
| * | | Merged in CMaiku/pidgin (pull request #15)Gary Kramlich2016-01-236-1562/+156
| |\ \ \
| | * | | Remove PurpleDesktopItem for goodJorge Villase?or2016-01-195-1452/+0
| | * | | Use glib's Desktop file utilities instead of our ownJorge Villase?or2016-01-191-39/+74
| | * | | Refactor a painfully long Drag&Drop util functionJorge Villase?or2016-01-181-105/+116
| | |/ /
| * | | Remove ximagesink and xvimagesink from Pidgin options as they're brokenMike Ruprecht2016-01-221-2/+4
| * | | Remove x264enc specific hack as it's now included in Farstream defaultsMike Ruprecht2016-01-221-26/+1
| * | | Remove SPEEX specific codec preferenceMike Ruprecht2016-01-221-19/+0
| * | | Load default codec preferences if fs-codec.conf doesn't existMike Ruprecht2016-01-221-0/+5
| * | | Clarify GKeyFile error condition using error enumMike Ruprecht2016-01-221-1/+1
| |/ /
* | | Silence warning when tooltip's tipwindow is destroyed before widgetMike Ruprecht2016-01-221-3/+3
* | | Silence warning when system messages are being logged aka from == NULLMike Ruprecht2016-01-221-1/+2
|/ /
* | facebook: use the icon URL as a backup checksumJames Geboski2016-01-161-2/+13
* | Merged in CMaiku/pidgin/purple-proxy-to-gio (pull request #9)Gary Kramlich2016-01-142-1815/+296
|\ \
| * | Remove unused data and related, unused code from PurpleProxyConnectDataMike Ruprecht2016-01-101-52/+2
| * | Clear ununused functions from proxy.[ch] including purple_proxy_connect_udp()Mike Ruprecht2016-01-102-1702/+4
| * | Port purple_proxy_connect() to use Gio internallyMike Ruprecht2016-01-121-43/+50
| * | Port purple_proxy_connect_socks5_account() to use Gio internallyMike Ruprecht2016-01-121-29/+126
| * | Add cross-platform duplicate_fd() function to support Gio-ifying proxy.cMike Ruprecht2016-01-101-0/+27
| * | Implement function to get a GProxyResolver with an account's settingsMike Ruprecht2016-01-092-0/+98
* | | facebook: use locally defined aliases in the group chat listJames Geboski2016-01-141-1/+16
* | | facebook: ensure the local user is only added to inactive group chatsJames Geboski2016-01-141-2/+5
* | | facebook: fixed group chat join messages with incoming messagesJames Geboski2016-01-141-2/+9