summaryrefslogtreecommitdiff
path: root/wocky/wocky-muc.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-20muc: include GError and type in both error signalsWill Thompson1-14/+15
2013-02-15Muc: document a load of thingsWill Thompson1-28/+146
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-2/+0
2011-11-07wocky-muc: return NULL if a timestamp can't be determinedgabble-0.14Danielle Madeley1-4/+2
2011-10-18[muc] Port time_t to GDateTimeDanielle Madeley1-8/+14
2011-06-01MUC: allow own presence to be passed to other handlersWill Thompson1-1/+2
2011-06-01MUC: remove now-unnecessary gotoWill Thompson1-12/+9
2011-05-31MUC: early-return for presence without <x ...muc#user>Will Thompson1-87/+87
2011-05-31MUC: hoist JID decoding up to main <presence> handlerWill Thompson1-33/+17
2011-05-31MUC: remove redundant checksWill Thompson1-21/+1
2011-05-31MUC: simplify extracting <status> from <presence>Will Thompson1-25/+2
2011-05-31MUC: represent status code set as a bitfieldWill Thompson1-73/+51
2011-05-31MUC: use a node iterator when parsing status codesWill Thompson1-26/+30
2011-05-31MUC: remove weird casts when parsing status codesWill Thompson1-9/+3
2011-03-29MUC: remove content-free headers and unused returnsWill Thompson1-23/+2
2011-03-08namespaces: ensure all have wocky prefixJonny Lamb1-2/+2
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson1-2/+2
2010-11-30MUC: only include <x xmlns=...muc.../> when joining.Will Thompson1-8/+7
2010-11-30Inline wocky_muc_send_presence()Will Thompson1-15/+4
2010-10-20Remove unnecessary MUC namespace abbreviations.Will Thompson1-1/+1
2010-10-20Use wocky_stanza_get_{from,to}Will Thompson1-3/+2
2010-10-13More style fix when doing if on pointersNicolas Dufresne1-4/+4
2010-10-04GSimpleAsyncResult source tags should be _asyncNicolas Dufresne1-1/+1
2010-05-04muc: rearrange handle_messageWill Thompson1-27/+18
2010-05-04muc: extract determining chat stateWill Thompson1-6/+14
2010-05-04muc: extract looking up message senderWill Thompson1-35/+55
2010-05-04muc: don't drop backlog messages from former membersWill Thompson1-24/+28
2010-05-04muc: refactor determining message typeWill Thompson1-21/+34
2010-05-04muc: refactor extracting timestamp from messages.Will Thompson1-25/+36
2010-05-04muc: Remove Google message-without-type kludge.Will Thompson1-10/+0
2010-05-04muc: use GEnum to look up chat statesWill Thompson1-16/+5
2010-05-04muc: expunge 'gone' from the known chat statesWill Thompson1-1/+0
2010-05-04muc: don't leak new_jid when we change our nickWill Thompson1-3/+10
2010-05-04muc: don't fall through between properties in _setWill Thompson1-0/+2
2010-04-29Plug some memory and refcounting leaksSjoerd Simons1-4/+7
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-49/+49
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-8/+13
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-31/+31
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-29/+25
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-3/+3
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-4/+4
2010-04-06Merge branch 'oleavr-windows'Simon McVittie1-6/+12
2010-03-25Use get_content_from_child a bunch.Will Thompson1-14/+4
2010-03-23Parse MUC timestamps using g_time_val_from_iso8601, for portabilitySimon McVittie1-5/+11
2010-03-23Add a missing cast to make MSVC a bit happier warning-wiseOle André Vadla Ravnås1-1/+1
2010-03-03Correct typos detected by Lintian (separate, received)Simon McVittie1-1/+1
2010-02-23Don't leak the WockyMuc in the disco CBWill Thompson1-0/+2