summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysroom-config: use G_N_ELEMENTSHEADmasterJonny Lamb1-2/+1
8 daysroom-config: simplify password protection validationJonny Lamb1-16/+11
8 daysroom-config: flicker CanUpdateConfiguration but keep MutableProperties stableJonny Lamb3-27/+59
8 daysmuc-channel: move RoomConfig stuff into IdleRoomConfigJonny Lamb3-198/+163
8 daysmuc-channel: validate Password properties to simplify {,un}setting branchJonny Lamb2-31/+76
9 daysmuc-channel: turn DO_QUICK_BOOLEAN from a macro into a functionJonny Lamb1-23/+35
9 daysmuc-channel: track op-ness in the channel to mark config properties {,im}mutableJonny Lamb2-25/+57
10 daysmuc-channel: set configuration retrieved when appropriateJonny Lamb2-6/+15
10 daysmuc-channel: remove the last of the TpProperties codeJonny Lamb1-80/+0
10 daysmuc-channel: remove last property flags settingJonny Lamb1-89/+0
10 daysmuc-channel: start setting RoomConfig properties for mode changesJonny Lamb2-227/+119
10 daysmuc-channel: remove SetProperties implementationJonny Lamb1-269/+0
10 daystests: add RoomConfig1 testJonny Lamb2-0/+224
10 daysmuc-channel: add initial RoomConfig1 implementationJonny Lamb6-0/+366
10 daysmuc-channel: stop implementing {Get,List}PropertiesJonny Lamb1-146/+0
10 daysImplement Channel.I.RoomWill Thompson4-30/+130
10 daysMUCManager: use constants for property namesWill Thompson1-7/+7
10 daysMUCManager: simplify foreach_channelWill Thompson1-18/+19
10 daysMUCManager: simplify foreach_channel_classWill Thompson1-13/+4
10 daysMUCManager: move ChannelType check upWill Thompson1-31/+27
10 daysMUCManager: reindent requests code.Will Thompson1-125/+116
10 daysserver-connection: fix race when writing to stream when closedJonny Lamb1-2/+5
10 daysconfigure: disable newer deprecations and API additionsJonny Lamb4-0/+8
2012-05-08Remove generated marshallers, just use g_cclosure_marshal_genericSimon McVittie6-94/+2
2012-05-08Fix codegen to respect changes to the inputSimon McVittie1-1/+1
2012-05-08Allow generation of unstable interfacesSimon McVittie1-0/+1
2012-05-08Update Renaming interface from spec 0.25.2 to satisfy pickier codegenSimon McVittie1-11/+16
2012-05-08Update codegen tools from telepathy-glib, requiring GLib 2.30Simon McVittie5-233/+520
2012-05-08Remove INSTALL from gitSimon McVittie2-236/+1
2012-05-08Use TpIntset, not deprecated TpIntSetSimon McVittie1-11/+11
2012-05-08Use TP_ERROR, not deprecated TP_ERRORSSimon McVittie9-43/+43
2012-05-07Set G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
2012-04-04use new GLib API checking macrosGuillaume Desmottes1-1/+4
2012-04-04config.h has to be the first header included in C filesGuillaume Desmottes4-3/+7
2012-04-03muc-channel,parser: fix GLib version checkJonny Lamb2-2/+2
2012-04-03replace calls to g_value_{get,set}_char with _schar versionsJonny Lamb2-0/+8
2012-04-02Merge branch '48084-eats-cpu-on-failed-ssh-forward'Will Thompson5-117/+104
2012-03-30Test server dropping connection after authentication.Will Thompson2-0/+24
2012-03-30Connection: handle ServerConn errors while ConnectingWill Thompson3-15/+39
2012-03-30ServerConnection: guard against double-disconnectionWill Thompson1-0/+9
2012-03-30Connection: inline enqueueing messagesWill Thompson1-14/+13
2012-03-30Connection: simplify adding queue timeoutsWill Thompson1-45/+8
2012-03-30IdleConnection: remove unused message-batching codeWill Thompson1-19/+1
2012-03-30IdleConnection: don't drop & leak messages on full output bufferWill Thompson1-3/+4
2012-03-30Connection: delete requeueing logic.Will Thompson1-29/+7
2012-03-30ServerConnection: disconnect on end-of-file.Will Thompson1-1/+8
2011-11-07Fix the test broken by the last commitDanielle Madeley1-1/+1
2011-11-07Make unknown timestamp a G_MAXINT64Danielle Madeley2-6/+8
2011-11-02Support trailing parameter without a initial :Sjoerd Simons2-8/+37
2011-11-01Subject: implement ActorHandle property.Will Thompson2-1/+20