summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Some more NEWS.Will Thompson1-5/+14
2012-11-02Merge branch 'ping'Will Thompson8-50/+179
2012-11-02Clarify ping timeout comparisonWill Thompson1-1/+2
2012-10-30connection: cope with send_async() returning synchronouslyWill Thompson1-1/+1
2012-10-30Disable keepalive pings if server doesn't support PING.Will Thompson3-0/+21
2012-10-30Fix _force_disconnect to actually forcibly disconnect.Will Thompson3-14/+22
2012-10-30Don't try to ping while we're disconnecting.Will Thompson1-1/+2
2012-10-30Connection: disconnect if we get no PONG for our PINGWill Thompson4-6/+75
2012-10-30Move comment about message interval to the right placeWill Thompson1-3/+2
2012-10-30Connection: add priv field to structureWill Thompson2-40/+45
2012-10-30Make the PONGs sent back by the test more realisticWill Thompson1-2/+4
2012-10-30Parser: spell out prefix vs. non-prefix logic betterWill Thompson2-2/+4
2012-10-30Add a stupid test for Idle sending PINGWill Thompson2-0/+21
2012-10-30RoomlistManager: remove redundant check for HandleWill Thompson1-11/+0
2012-10-30Add a debug flag for roomlist code.Will Thompson3-4/+3
2012-10-29Fix warnings in roomlist code.Will Thompson2-14/+13
2012-10-29NEWS for UTF-8 fix and room listing.Will Thompson1-0/+10
2012-10-29idle_roomlist_manager_get_type: fix prototypeWill Thompson1-1/+1
2012-10-29Merge branch 'room-list'Will Thompson12-0/+1138
2012-10-29Sanitize incoming messages to remove UTF-8 non-characters.Will Thompson3-0/+94
2012-10-28Give charset conversion function a more natural typeWill Thompson1-9/+6
2012-08-28NEWS: updatedJonny Lamb1-1/+3
2012-08-28build: fix for "make -j" safetyDan Winship1-1/+4
2012-08-03Bump nano-versionWill Thompson2-1/+6
2012-08-02Tell Automake about _gen/svc-gtk-doc.hWill Thompson1-1/+2
2012-08-02Version 0.1.12Will Thompson2-3/+3
2012-08-02NEWS for 0.1.12Will Thompson1-0/+22
2012-07-19IMManager: replace constructor with constructed.Will Thompson1-18/+8
2012-07-19Reindent idle-im-channel.cWill Thompson1-56/+79
2012-07-19Make IdleIMChannel use TpBaseChannelWill Thompson3-411/+80
2012-07-18servicetest: squash dbus-python deprecation warningWill Thompson1-1/+3
2012-07-09Renamed variables to avoid warnings with "-Werror=shadow".Thomas Thurman2-17/+17
2012-05-30Merge branch 'catch-up'Simon McVittie23-146/+309
2012-05-16room-config: use G_N_ELEMENTSJonny Lamb1-2/+1
2012-05-16room-config: simplify password protection validationJonny Lamb1-16/+11
2012-05-16room-config: flicker CanUpdateConfiguration but keep MutableProperties stableJonny Lamb3-27/+59
2012-05-16muc-channel: move RoomConfig stuff into IdleRoomConfigJonny Lamb3-198/+163
2012-05-16muc-channel: validate Password properties to simplify {,un}setting branchJonny Lamb2-31/+76
2012-05-16muc-channel: turn DO_QUICK_BOOLEAN from a macro into a functionJonny Lamb1-23/+35
2012-05-16muc-channel: track op-ness in the channel to mark config properties {,im}mutableJonny Lamb2-25/+57
2012-05-15muc-channel: set configuration retrieved when appropriateJonny Lamb2-6/+15
2012-05-15muc-channel: remove the last of the TpProperties codeJonny Lamb1-80/+0
2012-05-15muc-channel: remove last property flags settingJonny Lamb1-89/+0
2012-05-15muc-channel: start setting RoomConfig properties for mode changesJonny Lamb2-227/+119
2012-05-15muc-channel: remove SetProperties implementationJonny Lamb1-269/+0
2012-05-15tests: add RoomConfig1 testJonny Lamb2-0/+224
2012-05-15muc-channel: add initial RoomConfig1 implementationJonny Lamb6-0/+366
2012-05-15muc-channel: stop implementing {Get,List}PropertiesJonny Lamb1-146/+0
2012-05-15Implement Channel.I.RoomWill Thompson4-30/+130
2012-05-15MUCManager: use constants for property namesWill Thompson1-7/+7