summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-03muc-factory: use a dispatch table for handling requestsWill Thompson1-44/+37
2011-11-03muc-factory: use fully-qualified property constantsWill Thompson1-26/+26
2011-11-03MucFactory: remove stupid priv anti-idiomWill Thompson1-31/+28
2011-10-31Merge branch 'memory-leaks'Andre Moreira Magalhaes (andrunko)3-3/+5
2011-10-31roster: Do not leak the roster stanza.Andre Moreira Magalhaes (andrunko)1-0/+2
2011-10-31connection: Remove unnecessary extra copy of caps when updating capabilities.Andre Moreira Magalhaes (andrunko)1-3/+1
2011-10-31conn-presence: Properly free priv member.Andre Moreira Magalhaes (andrunko)1-0/+2
2011-10-31Merge branch 'telepathy-gabble-0.12'Will Thompson2-0/+15
2011-10-31roster: ignore multiple replies to roster query.Will Thompson2-0/+15
2011-10-28Update .gitignore with installed testsAlban Crequy1-3/+11
2011-10-28Install the test plugin for the installed testsAlban Crequy3-25/+50
2011-10-28tests: add --enable-installed-testsAlban Crequy10-49/+215
2011-10-28exec-with-log.sh.in: POSIX shells, avoid "export var=foo"Alban Crequy1-11/+24
2011-10-28Use autoconf's $(MKDIR_P)Alban Crequy2-3/+4
2011-10-28tests/twisted/Makefile.am: Move additional tests in the main listAlban Crequy1-20/+17
2011-10-28tests/twisted/Makefile.am: order lists in alphabetic orderAlban Crequy1-43/+43
2011-10-26actually implement ContactBlocking interfaceGuillaume Desmottes2-3/+12
2011-10-26Advertise ContactBlocking if supportedGuillaume Desmottes3-0/+12
2011-10-24Merge branch '41743-show-contacts-as-offline-even-after-a-really-early-message'Will Thompson5-4/+148
2011-10-19Fix offline contacts showing up as unknown, not offlineWill Thompson2-4/+32
2011-10-19Test grabbing <nick/> from <message/>Will Thompson3-0/+116
2011-10-17[muc-channel] timestamp is a time_t not a gint64Danielle Madeley1-1/+1
2011-10-12Update Wocky snapshot for glib/gtypes.h fix.Will Thompson1-0/+0
2011-10-12test-resolver: don't include glib/types.h directlyCosimo Cecchi1-1/+1
2011-10-12nano version bump to 0.13.8.1Will Thompson2-1/+6
2011-10-12Version 0.13.7telepathy-gabble-0.13.7Will Thompson2-3/+3
2011-10-12Truncate generated ChangeLog at version 0.12.0Will Thompson1-1/+1
2011-10-12NEWS for 0.13.7Will Thompson1-0/+35
2011-10-12Do not assume we can authenticate with a passwordXavier Claessens2-1/+4
2011-10-12Merge branch 'moar-room'Will Thompson19-1597/+1472
2011-10-12MUC: ref properties_being_updatedWill Thompson1-3/+3
2011-10-12MUC: add more error-checking to SetSubjectWill Thompson2-1/+19
2011-10-12muc/subject: fix obsolete FIXME about discoing MUCsWill Thompson1-12/+8
2011-10-12MUC: update for RoomConfig.update_async API changeWill Thompson3-16/+71
2011-10-12RoomConfig: move the base class to tp-glibWill Thompson3-1168/+62
2011-10-12muc/room-config: test disconnecting with requests in flightWill Thompson1-1/+37
2011-10-12muc/room-config: expand test coverageWill Thompson2-32/+119
2011-10-12muc/room-config.py: refactor form building/parsingWill Thompson1-28/+46
2011-10-12muc/subject.py: fix disco replyWill Thompson1-3/+3
2011-10-12MUC: emit ConfigurationRetrievedWill Thompson2-3/+9
2011-10-12RoomConfig: implement ConfigurationRetrievedWill Thompson2-0/+57
2011-10-12subject: test for PropertiesChangedWill Thompson1-17/+10
2011-10-12Rename muc/test-muc-properties to muc/room-configWill Thompson2-2/+2
2011-10-12MUC: emit PropertiesChanged for RoomConfigWill Thompson2-8/+53
2011-10-12RoomConfig: track changed propertiesWill Thompson2-45/+161
2011-10-12RoomConfig: refactor validating property typesWill Thompson1-27/+40
2011-10-12MUC: remove Telepathy.PropertiesWill Thompson4-204/+42
2011-10-12muc/test-muc: neaten up interface assertionsWill Thompson1-23/+12
2011-10-12MUC: hook up UpdateConfigurationWill Thompson2-74/+126
2011-10-12RoomConfig: add a vfunc for updating configurationWill Thompson2-2/+325