summaryrefslogtreecommitdiff
path: root/src/idle-im-channel.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes1-2/+0
2012-11-09im-channel: chain up in get_interfaces() implWill Thompson1-1/+3
2012-07-19Reindent idle-im-channel.cWill Thompson1-56/+79
2012-07-19Make IdleIMChannel use TpBaseChannelWill Thompson1-403/+74
2012-05-30Merge branch 'catch-up'Simon McVittie1-36/+19
2012-05-14configure: disable newer deprecations and API additionsJonny Lamb1-0/+2
2012-05-10Various dull C89-complianceSimon McVittie1-20/+19
2012-05-10Stop refcounting handles, which have been "immortal" since 0.14Simon McVittie1-16/+0
2011-09-08Remove obsolete DBUS_API_SUBJECT_TO_CHANGEWill Thompson1-1/+0
2011-03-02add Messages properties to immutable propertiesGuillaume Desmottes1-0/+4
2011-02-11ImChannel: include Destroyable in Channel.Interfaces.Will Thompson1-0/+1
2010-12-22advertise that channels implement the Messages interfaceGuillaume Desmottes1-1/+4
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-51/+55
2009-08-30Implement Destroyable for IM channelsWill Thompson1-1/+21
2009-08-29Implement respawning for 1-1 channels.Will Thompson1-5/+27
2009-08-29Implement more mandatory properties for 1-1 channelsWill Thompson1-10/+88
2009-01-28Implement the TpExportableChannel interfaceJonathon Jongsma1-8/+46
2008-01-16Still more coding style unifications, now there should be quite a few less fu...Olli Salli1-17/+17
2008-01-15Make GInterface init functions conform to the same coding standardOlli Salli1-6/+6
2008-01-15Clean up includesOlli Salli1-10/+9
2008-01-03Cope with TpChannelIface channel-type property becoming writeable in telepath...Simon McVittie1-0/+3
2008-01-12Coding style, part: Public functions of classes shouldn't have an underscore ...Olli Salli1-1/+1
2007-12-27Unify coding style, part 3: Return type on the same line with the function nameOlli Salli1-4/+2
2007-12-27Unify coding style, book II: Thou shalt indent by tabs, and only tabsOlli Salli1-57/+57
2007-12-27Remove trailing whitespaceOlli Salli1-5/+5
2007-12-27Unify coding style part 1 (mostly bracing style)Olli Salli1-82/+40
2007-04-24Remove cracky _idle_im_channel_renameOlli Salli1-21/+0
2007-04-24Rename text.[ch] to idle-text.[ch] (how incredibly clever to do it in this br...Olli Salli1-1/+1
2007-04-23IDLE_DEBUG in IdleIMChannelOlli Salli1-3/+6
2007-04-10Fix the license header copyright statements in all .c filesOlli Salli1-2/+2
2007-04-10Use TpBaseConnection in IdleConnection (with no MUC factory, we temporarily l...Olli Salli1-5/+5
2007-03-28Port to new handle repo APIOlli Salli1-6/+4
2007-03-22Drop the nowadays extraneous param to tp_text_mixin_initOlli Salli1-1/+1
2007-03-19Include svc-channel.h directly from Idle{IM,MUC}ChannelOlli Salli1-0/+1
2007-03-19Make IdleMUCChannel use the channel interfaceOlli Salli1-2/+1
2007-03-15Make IdleIMChannel use TpSvcChannel and ChannelIfaceOlli Salli1-82/+42
2007-03-15do tp_text_mixin_class_init in idle_im_channel_class_init, though due to redu...Olli Salli1-0/+2
2007-03-12Finalize the TpTextMixin in idle_im_channel_finalize()Olli Salli1-0/+2
2007-03-12Move the message send implementation of IdleIMChannel to text.[ch], soon to b...Olli Salli1-76/+5
2007-03-12Make IdleIMChannel use TpTextMixinOlli Salli1-284/+36
2007-02-04Migrate to the handle repos and sets in telepathy-glibOlli Salli1-17/+16
2007-01-31Migrate to the DBus helpers in telepathy-glibOlli Salli1-1/+1
2007-01-31Migrate to telepathy-glib Telepathy error definitionsOlli Salli1-4/+4
2007-01-31Migrate to the telepathy interface name constants in telepathy-glibOlli Salli1-1/+1
2007-01-31Migrate from local copy of the telepathy constants to telepathy-glib/enums.hOlli Salli1-1/+2
2007-01-29Initial import (migration from SF.net SVN)Olli Salli1-0/+814