summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'telepathy-idle-0.2'Alexander Akulich2020-11-013-6/+83
|\
| * build: Add meson build systemJan Tojnar2020-11-011-0/+52
| * Handle modechars properlyDaniel Landau2020-11-011-2/+6
| * Channel names can start with a '!'Daniel Landau2020-11-011-1/+3
| * fix compilation on GCC 9.x, add #pragmaDavid Heidelberg2020-11-011-0/+3
| * Properly handle long IRC messagesMichael Catanzaro2020-11-011-5/+21
| * idle-connection: make sure to always reset force_disconnect_idGuillaume Desmottes2019-10-121-0/+1
| * Returning FALSE from the timer function causes the timeout to be destroyedDiane Trout2017-11-061-0/+1
| * ctcp: Don't bling the non-blingFlorian Müllner2016-02-251-2/+7
* | ctcp: Don't bling the non-blingFlorian Müllner2016-02-251-2/+7
* | idle-connection: make sure to always reset force_disconnect_idGuillaume Desmottes2014-02-141-0/+2
* | Use telepathy-glib 0.23 for Renaming interfaceSimon McVittie2014-01-071-8/+12
* | IRC_Command: prevent user of sending commands for which we have proper APIGuillaume Desmottes2013-10-151-0/+53
* | Rename IRC_Command interface to IRCCommand1Simon McVittie2013-10-151-4/+4
* | add IrcCommand extensionGuillaume Desmottes2013-10-131-0/+24
* | Remove GLib < 2.32 code pathsSimon McVittie2013-10-112-8/+0
* | s/NUM_TP_*/TP_NUM_*Guillaume Desmottes2013-09-233-3/+3
* | TpBaseConnectionClass->create_channel_factories is going to be removedGuillaume Desmottes2013-09-231-1/+0
* | add missing telepathy-glib-dbus.h includesGuillaume Desmottes2013-09-239-0/+10
|/
* use TP_SEAL_ENABLEGuillaume Desmottes2013-09-165-27/+50
* Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-1624-67/+18
* connection: use a hash table to store aliasesGuillaume Desmottes2013-09-121-17/+16
* ServerConnection: dispose internal objectsLionel Landwerlin2013-09-051-4/+4
* ServerConnection: kill async read when disconnectingLionel Landwerlin2013-09-051-1/+9
* Add handle-name to RoomList propertiesXavier Claessens2013-06-111-0/+1
* Don't crash when a channel with multiple requests failsSjoerd Simons2013-05-121-1/+1
* Use slightly more concise g_param_spec_object() argumentsSimon McVittie2013-05-011-4/+2
* Split property/value pairs one-per-line in interactive TLS checking codeSimon McVittie2013-05-012-3/+10
* ServerConnection: use GSimpleAsyncResult for connect threadWill Thompson2013-05-011-10/+11
* ServerConnection: ensure socket connection is not leakedWill Thompson2013-04-301-1/+1
* ServerConnection: don't leak GTask used to connectWill Thompson2013-04-301-1/+3
* Connection: fix default for 'charset' property.Will Thompson2013-04-301-1/+1
* Connection: cancel connect_async when Disconnect() is calledWill Thompson2013-04-302-4/+11
* Connection: fix a crash on Disconnect() during TLS verificationWill Thompson2013-04-301-4/+5
* Hide IdleServerConnectionStateWill Thompson2013-04-292-9/+10
* Connection: use a boolean for ServerConnection statusWill Thompson2013-04-291-6/+10
* ServerConnection: replace ::status-changed with ::disconnectedWill Thompson2013-04-292-30/+14
* Start pinging & running message queue after 001 (welcome)Will Thompson2013-04-291-9/+12
* TLSManager: treat unhandled channels as rejected.Will Thompson2013-04-291-0/+6
* Don't special-case tls handling in testsSjoerd Simons2013-04-281-10/+0
* Add support for interactive TLS certificate checkingSjoerd Simons2013-04-282-2/+93
* Connect to the server in the non-main threadSjoerd Simons2013-04-281-3/+21
* Port to TLS handling code to work in IdleSjoerd Simons2013-04-287-221/+105
* Copy TLS channel code from gabbleSjoerd Simons2013-04-286-0/+1448
* IdleServerConnection: check certificates properly, except in the testsSimon McVittie2013-04-241-5/+10
* Include config.h in each source fileSimon McVittie2013-04-2410-0/+11
* Drop unused build dependency on OpenSSLWill Thompson2013-04-221-2/+0
* Parse PONG more lenientlyWill Thompson2012-11-161-1/+1
* muc-channel: remove content-free/wrong docstringsWill Thompson2012-11-141-24/+1
* muc-channel: implement Destroy(), make Close() respawnWill Thompson2012-11-142-3/+50