index
:
~jonny/telepathy-idle
master
next
presence
le idle
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-05-16
muc-channel: move RoomConfig stuff into IdleRoomConfig
Jonny Lamb
3
-198
/
+163
2012-05-16
muc-channel: validate Password properties to simplify {,un}setting branch
Jonny Lamb
1
-31
/
+53
2012-05-16
muc-channel: turn DO_QUICK_BOOLEAN from a macro into a function
Jonny Lamb
1
-23
/
+35
2012-05-16
muc-channel: track op-ness in the channel to mark config properties {,im}mutable
Jonny Lamb
1
-23
/
+25
2012-05-15
muc-channel: set configuration retrieved when appropriate
Jonny Lamb
1
-0
/
+2
2012-05-15
muc-channel: remove the last of the TpProperties code
Jonny Lamb
1
-80
/
+0
2012-05-15
muc-channel: remove last property flags setting
Jonny Lamb
1
-89
/
+0
2012-05-15
muc-channel: start setting RoomConfig properties for mode changes
Jonny Lamb
1
-227
/
+55
2012-05-15
muc-channel: remove SetProperties implementation
Jonny Lamb
1
-269
/
+0
2012-05-15
muc-channel: add initial RoomConfig1 implementation
Jonny Lamb
5
-0
/
+365
2012-05-15
muc-channel: stop implementing {Get,List}Properties
Jonny Lamb
1
-146
/
+0
2012-05-15
Implement Channel.I.Room
Will Thompson
2
-15
/
+81
2012-05-15
MUCManager: use constants for property names
Will Thompson
1
-7
/
+7
2012-05-15
MUCManager: simplify foreach_channel
Will Thompson
1
-18
/
+19
2012-05-15
MUCManager: simplify foreach_channel_class
Will Thompson
1
-13
/
+4
[next]