summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-01Merge branch 'telepathy-idle-0.2'Alexander Akulich3-6/+83
2020-11-01build: Add meson build systemJan Tojnar1-0/+52
2020-11-01Handle modechars properlyDaniel Landau1-2/+6
2020-11-01Channel names can start with a '!'Daniel Landau1-1/+3
2020-11-01fix compilation on GCC 9.x, add #pragmaDavid Heidelberg1-0/+3
2020-11-01Properly handle long IRC messagesMichael Catanzaro1-5/+21
2019-10-12idle-connection: make sure to always reset force_disconnect_idGuillaume Desmottes1-0/+1
2017-11-06Returning FALSE from the timer function causes the timeout to be destroyedDiane Trout1-0/+1
2016-02-25ctcp: Don't bling the non-blingFlorian Müllner1-2/+7
2016-02-25ctcp: Don't bling the non-blingFlorian Müllner1-2/+7
2014-02-14idle-connection: make sure to always reset force_disconnect_idGuillaume Desmottes1-0/+2
2014-01-07Use telepathy-glib 0.23 for Renaming interfaceSimon McVittie1-8/+12
2013-10-15IRC_Command: prevent user of sending commands for which we have proper APIGuillaume Desmottes1-0/+53
2013-10-15Rename IRC_Command interface to IRCCommand1Simon McVittie1-4/+4
2013-10-13add IrcCommand extensionGuillaume Desmottes1-0/+24
2013-10-11Remove GLib < 2.32 code pathsSimon McVittie2-8/+0
2013-09-23s/NUM_TP_*/TP_NUM_*Guillaume Desmottes3-3/+3
2013-09-23TpBaseConnectionClass->create_channel_factories is going to be removedGuillaume Desmottes1-1/+0
2013-09-23add missing telepathy-glib-dbus.h includesGuillaume Desmottes9-0/+10
2013-09-16use TP_SEAL_ENABLEGuillaume Desmottes5-27/+50
2013-09-16Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes24-67/+18
2013-09-12connection: use a hash table to store aliasesGuillaume Desmottes1-17/+16
2013-09-05ServerConnection: dispose internal objectsLionel Landwerlin1-4/+4
2013-09-05ServerConnection: kill async read when disconnectingLionel Landwerlin1-1/+9
2013-06-11Add handle-name to RoomList propertiesXavier Claessens1-0/+1
2013-05-12Don't crash when a channel with multiple requests failsSjoerd Simons1-1/+1
2013-05-01Use slightly more concise g_param_spec_object() argumentsSimon McVittie1-4/+2
2013-05-01Split property/value pairs one-per-line in interactive TLS checking codeSimon McVittie2-3/+10
2013-05-01ServerConnection: use GSimpleAsyncResult for connect threadWill Thompson1-10/+11
2013-04-30ServerConnection: ensure socket connection is not leakedWill Thompson1-1/+1
2013-04-30ServerConnection: don't leak GTask used to connectWill Thompson1-1/+3
2013-04-30Connection: fix default for 'charset' property.Will Thompson1-1/+1
2013-04-30Connection: cancel connect_async when Disconnect() is calledWill Thompson2-4/+11
2013-04-30Connection: fix a crash on Disconnect() during TLS verificationWill Thompson1-4/+5
2013-04-29Hide IdleServerConnectionStateWill Thompson2-9/+10
2013-04-29Connection: use a boolean for ServerConnection statusWill Thompson1-6/+10
2013-04-29ServerConnection: replace ::status-changed with ::disconnectedWill Thompson2-30/+14
2013-04-29Start pinging & running message queue after 001 (welcome)Will Thompson1-9/+12
2013-04-29TLSManager: treat unhandled channels as rejected.Will Thompson1-0/+6
2013-04-28Don't special-case tls handling in testsSjoerd Simons1-10/+0
2013-04-28Add support for interactive TLS certificate checkingSjoerd Simons2-2/+93
2013-04-28Connect to the server in the non-main threadSjoerd Simons1-3/+21
2013-04-28Port to TLS handling code to work in IdleSjoerd Simons7-221/+105
2013-04-28Copy TLS channel code from gabbleSjoerd Simons6-0/+1448
2013-04-24IdleServerConnection: check certificates properly, except in the testsSimon McVittie1-5/+10
2013-04-24Include config.h in each source fileSimon McVittie10-0/+11
2013-04-22Drop unused build dependency on OpenSSLWill Thompson1-2/+0
2012-11-16Parse PONG more lenientlyWill Thompson1-1/+1
2012-11-14muc-channel: remove content-free/wrong docstringsWill Thompson1-24/+1
2012-11-14muc-channel: implement Destroy(), make Close() respawnWill Thompson2-3/+50