summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * RoomList: use TpBaseChannelWill Thompson2012-04-086-324/+114
| * Fix a bug and add a test for requesting multiple roomlist channelsJonathon Jongsma2012-04-082-0/+62
| * Fix the crash on closing the RoomList channelJonathon Jongsma2012-04-082-9/+9
| * Initial support for listing IRC channelsJonathon Jongsma2012-04-0810-0/+1311
* | Sanitize incoming messages to remove UTF-8 non-characters.Will Thompson2012-10-293-0/+94
* | Give charset conversion function a more natural typeWill Thompson2012-10-281-9/+6
* | NEWS: updatedJonny Lamb2012-08-281-1/+3
* | build: fix for "make -j" safetyDan Winship2012-08-281-1/+4
* | Bump nano-versionWill Thompson2012-08-032-1/+6
* | Tell Automake about _gen/svc-gtk-doc.htelepathy-idle-0.1.12Will Thompson2012-08-021-1/+2
* | Version 0.1.12Will Thompson2012-08-022-3/+3
* | NEWS for 0.1.12Will Thompson2012-08-021-0/+22
* | 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
* | servicetest: squash dbus-python deprecation warningWill Thompson2012-07-181-1/+3
* | Renamed variables to avoid warnings with "-Werror=shadow".Thomas Thurman2012-07-092-17/+17
* | Merge branch 'catch-up'Simon McVittie2012-05-3023-146/+309
|\ \
| * | Fix coding style nits in the testsSimon McVittie2012-05-103-3/+7
| * | Bring in the compiler/linker warnings from telepathy-glibSimon McVittie2012-05-106-24/+183
| * | 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
| * | configure.ac: fix some underquotingSimon McVittie2012-05-101-4/+5
| * | configure.ac: drop redundant AC_SUBSTs and content-free commentsSimon McVittie2012-05-101-15/+0
| * | 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-163-27/+59
* | | muc-channel: move RoomConfig stuff into IdleRoomConfigJonny Lamb2012-05-163-198/+163
* | | muc-channel: validate Password properties to simplify {,un}setting branchJonny Lamb2012-05-162-31/+76
* | | 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-162-25/+57
* | | muc-channel: set configuration retrieved when appropriateJonny Lamb2012-05-152-6/+15
* | | 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-152-227/+119
* | | muc-channel: remove SetProperties implementationJonny Lamb2012-05-151-269/+0
* | | tests: add RoomConfig1 testJonny Lamb2012-05-152-0/+224
* | | muc-channel: add initial RoomConfig1 implementationJonny Lamb2012-05-156-0/+366
* | | muc-channel: stop implementing {Get,List}PropertiesJonny Lamb2012-05-151-146/+0
* | | Implement Channel.I.RoomWill Thompson2012-05-154-30/+130
* | | MUCManager: use constants for property namesWill Thompson2012-05-151-7/+7
* | | MUCManager: simplify foreach_channelWill Thompson2012-05-151-18/+19
* | | MUCManager: simplify foreach_channel_classWill Thompson2012-05-151-13/+4
* | | MUCManager: move ChannelType check upWill Thompson2012-05-151-31/+27
* | | MUCManager: reindent requests code.Will Thompson2012-05-151-125/+116
* | | server-connection: fix race when writing to stream when closedJonny Lamb2012-05-141-2/+5