summaryrefslogtreecommitdiff
path: root/src/idle-muc-channel.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-14muc-channel: remove content-free/wrong docstringsWill Thompson1-24/+1
2012-11-14muc-channel: implement Destroy(), make Close() respawnWill Thompson1-0/+39
2012-11-09muc-channel: implement get_interfaces vfuncWill Thompson1-1/+15
2012-05-30Merge branch 'catch-up'Simon McVittie1-3/+0
2012-05-16room-config: flicker CanUpdateConfiguration but keep MutableProperties stableJonny Lamb1-20/+2
2012-05-16muc-channel: move RoomConfig stuff into IdleRoomConfigJonny Lamb1-166/+0
2012-05-16muc-channel: validate Password properties to simplify {,un}setting branchJonny Lamb1-31/+53
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 Lamb1-23/+25
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 Lamb1-0/+166
2012-05-15muc-channel: stop implementing {Get,List}PropertiesJonny Lamb1-146/+0
2012-05-15Implement Channel.I.RoomWill Thompson1-1/+25
2012-05-14configure: disable newer deprecations and API additionsJonny Lamb1-0/+2
2012-05-10Fix some confusing variable-shadowing by just reusing the variablesSimon McVittie1-3/+6
2012-05-10Various dull C89-complianceSimon McVittie1-3/+4
2012-05-10Stop refcounting handles, which have been "immortal" since 0.14Simon McVittie1-3/+0
2012-05-08Use TpIntset, not deprecated TpIntSetSimon McVittie1-11/+11
2012-05-08Use TP_ERROR, not deprecated TP_ERRORSSimon McVittie1-15/+15
2012-04-03muc-channel,parser: fix GLib version checkJonny Lamb1-1/+1
2012-04-03replace calls to g_value_{get,set}_char with _schar versionsJonny Lamb1-0/+4
2011-11-07Make unknown timestamp a G_MAXINT64Danielle Madeley1-4/+6
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 Thompson1-36/+35
2011-10-12MUCChannel: port to TpBaseChannelWill Thompson1-404/+140
2011-10-12MUCChannel: remove obsolete GType definesWill Thompson1-49/+27
2011-10-12MUCChannel: remove unused LAST_MODE_FLAG_SHIFT defineWill Thompson1-2/+0
2011-09-08Remove obsolete DBUS_API_SUBJECT_TO_CHANGEWill Thompson1-1/+0
2011-05-24Remove unused but set variablesDebarshi Ray1-8/+0
2011-05-11Add idle_muc_channel_is_typechar as per RFC 2811Debarshi Ray1-0/+21
2011-03-21Update the list of mode prefixes and document themDebarshi Ray1-2/+14
2011-03-02add Messages properties to immutable propertiesGuillaume Desmottes1-0/+4
2011-02-28MUC: colon-quote kick messages.Will Thompson1-1/+1
2011-02-28MUC: specify Group_Flag_Message_DepartWill Thompson1-1/+4
2011-02-28Add missing colon before PART messageChandni Verma1-1/+1
2010-12-22advertise that channels implement the Messages interfaceGuillaume Desmottes1-0/+1
2010-12-05Handle (the absence of) the +t channel modeSjoerd Simons1-2/+24
2010-11-18fd.o #31662: use TpDBusDaemon to avoid tp_get_bus()Simon McVittie1-3/+3
2010-10-13actually implement the D-Bus prop iface on text channelsGuillaume Desmottes1-1/+3
2010-09-16factor out idle_text_receivedGuillaume Desmottes1-16/+1
2010-09-16use G_N_ELEMENTS instead of NUM_SUPPORTED_MESSAGE_TYPESGuillaume Desmottes1-4/+2
2010-08-17Implement Messages interface (fdo #29378)Guillaume Desmottes1-42/+57
2010-02-18Add ourself to remote-pending while joining the channel (fd.o #25039)Guillaume Desmottes1-0/+12
2009-09-10Merge branch 'channel-manager'Will Thompson1-7/+162