summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add support for interactive TLS certificate checkingSjoerd Simons2013-04-282-2/+93
| * Connect to the server in the non-main threadSjoerd Simons2013-04-282-5/+23
| * 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
* | Reference CVE-2007-6746 in the NEWS for 0.1.15Simon McVittie2013-04-301-1/+1
|/
* Nano versionSimon McVittie2013-04-242-1/+5
* Update telepathy.am from telepathy-gabble to allow out-of-tree distchecktelepathy-idle-0.1.15Simon McVittie2013-04-241-6/+17
* Prepare version 0.1.15Simon McVittie2013-04-242-2/+20
* IdleServerConnection: check certificates properly, except in the testsSimon McVittie2013-04-242-5/+11
* messages/invalid-utf8.py: amend test-case to work under GLib 2.36Simon McVittie2013-04-241-9/+20
* Include config.h in each source fileSimon McVittie2013-04-2413-0/+17
* with-session-bus.sh: update from telepathy-glibSimon McVittie2013-04-221-3/+15
* HACKING: update a bit.Will Thompson2013-04-221-7/+6
* Drop unused build dependency on OpenSSLWill Thompson2013-04-223-8/+2
* Nano-version bumpWill Thompson2012-11-161-1/+1
* 0.1.14telepathy-idle-0.1.14Will Thompson2012-11-162-2/+13
* tests: disable pings by defaultWill Thompson2012-11-161-0/+1
* Parse PONG more lenientlyWill Thompson2012-11-162-1/+7
* nano bumpWill Thompson2012-11-141-1/+1
* Version 0.1.13telepathy-idle-0.1.13Will Thompson2012-11-142-3/+16
* muc-channel: remove content-free/wrong docstringsWill Thompson2012-11-141-24/+1
* muc: check that messages are marked as rescuedWill Thompson2012-11-142-12/+41
* muc-channel: implement Destroy(), make Close() respawnWill Thompson2012-11-145-4/+111
* idletest: handle PART with no message argumentWill Thompson2012-11-141-1/+7
* muc-channel: implement get_interfaces vfuncWill Thompson2012-11-091-1/+15
* im-channel: chain up in get_interfaces() implWill Thompson2012-11-091-1/+3
* im-manager: use tp_base_channel_is_destroyed()Will Thompson2012-11-091-8/+3
* Some more NEWS.Will Thompson2012-11-051-5/+14
* Merge branch 'ping'Will Thompson2012-11-028-50/+179
|\
| * Clarify ping timeout comparisonWill Thompson2012-11-021-1/+2
| * Disable keepalive pings if server doesn't support PING.Will Thompson2012-10-303-0/+21
| * Fix _force_disconnect to actually forcibly disconnect.Will Thompson2012-10-303-14/+22
| * Don't try to ping while we're disconnecting.Will Thompson2012-10-301-1/+2
| * Connection: disconnect if we get no PONG for our PINGWill Thompson2012-10-304-6/+75
| * Move comment about message interval to the right placeWill Thompson2012-10-301-3/+2
| * Connection: add priv field to structureWill Thompson2012-10-302-40/+45
| * Make the PONGs sent back by the test more realisticWill Thompson2012-10-301-2/+4
| * Parser: spell out prefix vs. non-prefix logic betterWill Thompson2012-10-302-2/+4
| * Add a stupid test for Idle sending PINGWill Thompson2012-10-302-0/+21
* | connection: cope with send_async() returning synchronouslyWill Thompson2012-10-301-1/+1
|/
* RoomlistManager: remove redundant check for HandleWill Thompson2012-10-301-11/+0
* Add a debug flag for roomlist code.Will Thompson2012-10-303-4/+3
* Fix warnings in roomlist code.Will Thompson2012-10-292-14/+13
* NEWS for UTF-8 fix and room listing.Will Thompson2012-10-291-0/+10
* idle_roomlist_manager_get_type: fix prototypeWill Thompson2012-10-291-1/+1
* Merge branch 'room-list'Will Thompson2012-10-2912-0/+1138
|\
| * RoomlistManager: use tp_asv_new()Will Thompson2012-04-081-13/+6
| * Roomlist: modernize private structures.Will Thompson2012-04-084-40/+34
| * Roomlist: use Text interface constantWill Thompson2012-04-081-1/+1
| * Roomlist: use tp_asv_new()Will Thompson2012-04-081-17/+5