summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-15muc-channel: set configuration retrieved when appropriateJonny Lamb1-0/+2
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 Lamb1-227/+55
2012-05-15muc-channel: remove SetProperties implementationJonny Lamb1-269/+0
2012-05-15muc-channel: add initial RoomConfig1 implementationJonny Lamb5-0/+365
2012-05-15muc-channel: stop implementing {Get,List}PropertiesJonny Lamb1-146/+0
2012-05-15Implement Channel.I.RoomWill Thompson2-15/+81
2012-05-15MUCManager: use constants for property namesWill Thompson1-7/+7
2012-05-15MUCManager: simplify foreach_channelWill Thompson1-18/+19
2012-05-15MUCManager: simplify foreach_channel_classWill Thompson1-13/+4
2012-05-15MUCManager: move ChannelType check upWill Thompson1-31/+27
2012-05-15MUCManager: reindent requests code.Will Thompson1-125/+116
2012-05-14server-connection: fix race when writing to stream when closedJonny Lamb1-2/+5
2012-05-14configure: disable newer deprecations and API additionsJonny Lamb3-0/+6
2012-05-10Bring in the compiler/linker warnings from telepathy-glibSimon McVittie1-0/+4
2012-05-10idle_debug_init: don't make a semicolon have side-effectsSimon McVittie1-1/+3
2012-05-10Fix some confusing variable-shadowing by just reusing the variablesSimon McVittie1-3/+6
2012-05-10Make some internal functions properly staticSimon McVittie2-2/+3
2012-05-10Prototype functions properly: foo() is not a prototype, foo(void) isSimon McVittie6-6/+8
2012-05-10Various dull C89-complianceSimon McVittie8-71/+104
2012-05-10Stop refcounting handles, which have been "immortal" since 0.14Simon McVittie4-23/+0
2012-05-08Remove generated marshallers, just use g_cclosure_marshal_genericSimon McVittie2-19/+2
2012-05-08Use TpIntset, not deprecated TpIntSetSimon McVittie1-11/+11
2012-05-08Use TP_ERROR, not deprecated TP_ERRORSSimon McVittie9-43/+43
2012-04-08RoomlistManager: use tp_asv_new()Will Thompson1-13/+6
2012-04-08Roomlist: modernize private structures.Will Thompson4-40/+34
2012-04-08Roomlist: use Text interface constantWill Thompson1-1/+1
2012-04-08Roomlist: use tp_asv_new()Will Thompson1-17/+5
2012-04-08RoomList: use TpBaseChannelWill Thompson3-279/+59
2012-04-08Fix the crash on closing the RoomList channelJonathon Jongsma2-9/+9
2012-04-08Initial support for listing IRC channelsJonathon Jongsma8-0/+1233
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-03-30Connection: handle ServerConn errors while ConnectingWill Thompson1-15/+14
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-07Make unknown timestamp a G_MAXINT64Danielle Madeley2-6/+8
2011-11-02Support trailing parameter without a initial :Sjoerd Simons1-8/+26
2011-11-01Subject: implement ActorHandle property.Will Thompson1-1/+15
2011-10-28_network_member_left: indent a declarationWill Thompson1-1/+1
2011-10-12MUCChannel: Implement Channel.Interface.SubjectWill Thompson1-165/+235
2011-10-12MUCChannel: remove GET_PRIVATE antipatternWill Thompson2-36/+38
2011-10-12MUCChannel: port to TpBaseChannelWill Thompson3-413/+147