index
:
~wjt/telepathy-idle
handle-massive-lines
master
☕
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
ServerConnection: use GSimpleAsyncResult for connect thread
Will Thompson
1
-10
/
+11
2013-04-30
ServerConnection: ensure socket connection is not leaked
Will Thompson
1
-1
/
+1
2013-04-30
ServerConnection: don't leak GTask used to connect
Will Thompson
1
-1
/
+3
2013-04-30
Connection: fix default for 'charset' property.
Will Thompson
1
-1
/
+1
2013-04-30
Connection: cancel connect_async when Disconnect() is called
Will Thompson
2
-4
/
+11
2013-04-30
Connection: fix a crash on Disconnect() during TLS verification
Will Thompson
1
-4
/
+5
2013-04-29
Hide IdleServerConnectionState
Will Thompson
2
-9
/
+10
2013-04-29
Connection: use a boolean for ServerConnection status
Will Thompson
1
-6
/
+10
2013-04-29
ServerConnection: replace ::status-changed with ::disconnected
Will Thompson
2
-30
/
+14
2013-04-29
Start pinging & running message queue after 001 (welcome)
Will Thompson
1
-9
/
+12
2013-04-29
TLSManager: treat unhandled channels as rejected.
Will Thompson
1
-0
/
+6
2013-04-28
Don't special-case tls handling in tests
Sjoerd Simons
1
-10
/
+0
2013-04-28
Add support for interactive TLS certificate checking
Sjoerd Simons
2
-2
/
+93
2013-04-28
Connect to the server in the non-main thread
Sjoerd Simons
1
-3
/
+21
2013-04-28
Port to TLS handling code to work in Idle
Sjoerd Simons
7
-221
/
+105
2013-04-28
Copy TLS channel code from gabble
Sjoerd Simons
6
-0
/
+1448
2013-04-24
IdleServerConnection: check certificates properly, except in the tests
Simon McVittie
1
-5
/
+10
2013-04-24
Include config.h in each source file
Simon McVittie
10
-0
/
+11
2013-04-22
Drop unused build dependency on OpenSSL
Will Thompson
1
-2
/
+0
2012-11-16
Parse PONG more leniently
Will Thompson
1
-1
/
+1
2012-11-14
muc-channel: remove content-free/wrong docstrings
Will Thompson
1
-24
/
+1
2012-11-14
muc-channel: implement Destroy(), make Close() respawn
Will Thompson
2
-3
/
+50
2012-11-09
muc-channel: implement get_interfaces vfunc
Will Thompson
1
-1
/
+15
2012-11-09
im-channel: chain up in get_interfaces() impl
Will Thompson
1
-1
/
+3
2012-11-09
im-manager: use tp_base_channel_is_destroyed()
Will Thompson
1
-8
/
+3
2012-11-02
Merge branch 'ping'
Will Thompson
6
-50
/
+143
2012-11-02
Clarify ping timeout comparison
Will Thompson
1
-1
/
+2
2012-10-30
connection: cope with send_async() returning synchronously
Will Thompson
1
-1
/
+1
2012-10-30
Disable keepalive pings if server doesn't support PING.
Will Thompson
3
-0
/
+21
2012-10-30
Fix _force_disconnect to actually forcibly disconnect.
Will Thompson
3
-14
/
+22
2012-10-30
Don't try to ping while we're disconnecting.
Will Thompson
1
-1
/
+2
2012-10-30
Connection: disconnect if we get no PONG for our PING
Will Thompson
3
-3
/
+59
2012-10-30
Move comment about message interval to the right place
Will Thompson
1
-3
/
+2
2012-10-30
Connection: add priv field to structure
Will Thompson
2
-40
/
+45
2012-10-30
Parser: spell out prefix vs. non-prefix logic better
Will Thompson
2
-2
/
+4
2012-10-30
RoomlistManager: remove redundant check for Handle
Will Thompson
1
-11
/
+0
2012-10-30
Add a debug flag for roomlist code.
Will Thompson
3
-4
/
+3
2012-10-29
Fix warnings in roomlist code.
Will Thompson
2
-14
/
+13
2012-10-29
idle_roomlist_manager_get_type: fix prototype
Will Thompson
1
-1
/
+1
2012-10-29
Merge branch 'room-list'
Will Thompson
8
-0
/
+988
2012-10-29
Sanitize incoming messages to remove UTF-8 non-characters.
Will Thompson
1
-0
/
+41
2012-10-28
Give charset conversion function a more natural type
Will Thompson
1
-9
/
+6
2012-07-19
IMManager: replace constructor with constructed.
Will Thompson
1
-18
/
+8
2012-07-19
Reindent idle-im-channel.c
Will Thompson
1
-56
/
+79
2012-07-19
Make IdleIMChannel use TpBaseChannel
Will Thompson
3
-411
/
+80
2012-07-09
Renamed variables to avoid warnings with "-Werror=shadow".
Thomas Thurman
2
-17
/
+17
2012-05-30
Merge branch 'catch-up'
Simon McVittie
15
-100
/
+118
2012-05-16
room-config: use G_N_ELEMENTS
Jonny Lamb
1
-2
/
+1
2012-05-16
room-config: simplify password protection validation
Jonny Lamb
1
-16
/
+11
2012-05-16
room-config: flicker CanUpdateConfiguration but keep MutableProperties stable
Jonny Lamb
2
-20
/
+34
[next]