summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'ping'Will Thompson2012-11-026-50/+143
|\
| * 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-303-3/+59
| * 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
| * Parser: spell out prefix vs. non-prefix logic betterWill Thompson2012-10-302-2/+4
* | 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
* idle_roomlist_manager_get_type: fix prototypeWill Thompson2012-10-291-1/+1
* Merge branch 'room-list'Will Thompson2012-10-298-0/+988
|\
| * 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
| * RoomList: use TpBaseChannelWill Thompson2012-04-083-279/+59
| * Fix the crash on closing the RoomList channelJonathon Jongsma2012-04-082-9/+9
| * Initial support for listing IRC channelsJonathon Jongsma2012-04-088-0/+1233
* | Sanitize incoming messages to remove UTF-8 non-characters.Will Thompson2012-10-291-0/+41
* | Give charset conversion function a more natural typeWill Thompson2012-10-281-9/+6
* | IMManager: replace constructor with constructed.Will Thompson2012-07-191-18/+8
* | Reindent idle-im-channel.cWill Thompson2012-07-191-56/+79
* | Make IdleIMChannel use TpBaseChannelWill Thompson2012-07-193-411/+80
* | Renamed variables to avoid warnings with "-Werror=shadow".Thomas Thurman2012-07-092-17/+17
* | Merge branch 'catch-up'Simon McVittie2012-05-3015-100/+118
|\ \
| * | Bring in the compiler/linker warnings from telepathy-glibSimon McVittie2012-05-101-0/+4
| * | idle_debug_init: don't make a semicolon have side-effectsSimon McVittie2012-05-101-1/+3
| * | Fix some confusing variable-shadowing by just reusing the variablesSimon McVittie2012-05-101-3/+6
| * | Make some internal functions properly staticSimon McVittie2012-05-102-2/+3
| * | Prototype functions properly: foo() is not a prototype, foo(void) isSimon McVittie2012-05-106-6/+8
| * | Various dull C89-complianceSimon McVittie2012-05-108-71/+104
| * | Stop refcounting handles, which have been "immortal" since 0.14Simon McVittie2012-05-104-23/+0
* | | room-config: use G_N_ELEMENTSJonny Lamb2012-05-161-2/+1
* | | room-config: simplify password protection validationJonny Lamb2012-05-161-16/+11
* | | room-config: flicker CanUpdateConfiguration but keep MutableProperties stableJonny Lamb2012-05-162-20/+34
* | | muc-channel: move RoomConfig stuff into IdleRoomConfigJonny Lamb2012-05-163-198/+163
* | | muc-channel: validate Password properties to simplify {,un}setting branchJonny Lamb2012-05-161-31/+53
* | | muc-channel: turn DO_QUICK_BOOLEAN from a macro into a functionJonny Lamb2012-05-161-23/+35
* | | muc-channel: track op-ness in the channel to mark config properties {,im}mutableJonny Lamb2012-05-161-23/+25
* | | muc-channel: set configuration retrieved when appropriateJonny Lamb2012-05-151-0/+2
* | | muc-channel: remove the last of the TpProperties codeJonny Lamb2012-05-151-80/+0
* | | muc-channel: remove last property flags settingJonny Lamb2012-05-151-89/+0
* | | muc-channel: start setting RoomConfig properties for mode changesJonny Lamb2012-05-151-227/+55