summaryrefslogtreecommitdiff
path: root/wocky/wocky-c2s-porter.c
AgeCommit message (Expand)AuthorFilesLines
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-06docs: use @... not @VarargsWill Thompson1-1/+1
2012-01-31C2SPorter: reply to unhandled IQ get/sets.Will Thompson1-5/+15
2011-11-18Porter: add stanza being sent to ::sendingWill Thompson1-2/+2
2011-11-18Porter: support matching STANZA_TYPE_NONEWill Thompson1-10/+33
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-2/+2
2011-11-07Accept from="server.com" as stanzas coming from serverXavier Claessens1-6/+8
2011-10-12C2SPorter: correct _enable_power_saving docsWill Thompson1-2/+6
2011-09-05C2SPorter: clear up English properly.Will Thompson1-6/+8
2011-09-05C2SPorter: correctly conjugate the verb "to threaten"Will Thompson1-3/+3
2011-08-05Merge branch 'gabble-0.12'Marco Barisione1-19/+28
2011-08-05Use GQueue instead of GList* for queueable_stanza_patternSiraj Razick1-11/+6
2011-08-05Avoid filtering all PEP messagesSiraj Razick1-10/+24
2011-08-03c2s-porter: add send_whitespace_ping_(async|finish) methodsMarco Barisione1-9/+134
2011-08-03c2s-porter: share the code to terminate the pending operationsMarco Barisione1-21/+21
2011-05-03Porters: chain up in constructedWill Thompson1-0/+3
2011-04-07c2s-porter: don't blindly disconnect the IQ handler cancellableJonny Lamb1-1/+4
2011-03-17porter: don't close twice if we close in a send callbackJonny Lamb1-1/+4
2011-03-16WockyC2SPorter: queue unimportant stanza in power saving modeSenko Rasic1-1/+147
2011-03-08c2s-porter: fix link to register_handler_from_serverJonny Lamb1-2/+2
2011-03-01porter: move from_server register variant to c2s porterJonny Lamb1-5/+140
2011-03-01porter: rename _stanza variants to _by_stanzaJonny Lamb1-9/+9
2011-03-01{,c2s-}porter: fix copyright yearsJonny Lamb1-1/+1
2011-02-28porter: move c2s properties and signals to the interfaceJonny Lamb1-116/+13
2011-02-28porter: turn the porter into an interface and implement it in a C2S porterJonny Lamb1-0/+1896