summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-11porter: don't close twice if we close in a send callbackmessage-exampleJonny Lamb1-1/+4
2011-02-15Add a simple example of sending a message.Will Thompson3-0/+141
2011-02-04node: add set_attributes functionJonny Lamb2-0/+33
2011-01-18caps-cache: store caps cache in .cache/caps/caps-cache.dbJonny Lamb1-1/+1
2011-01-18caps-cache: add documentationJonny Lamb3-4/+59
2011-01-18caps-cache: stop declaring a non-existent get_singleton functionJonny Lamb1-3/+0
2011-01-18wocky: link to sqlite3Jonny Lamb3-7/+11
2011-01-18caps-cache: typedef object and class structsJonny Lamb1-4/+6
2011-01-18caps-cache: misc. style changesJonny Lamb2-40/+36
2011-01-18caps-cache: don't save caps cache into a telepathy directoryJonny Lamb1-1/+1
2011-01-18caps-cache: copy over from Gabble with s/gabble/wocky/gJonny Lamb5-0/+808
2011-01-10Muc: correctly parse the 'composing' chat state.Will Thompson1-1/+1
2010-12-24DEBUG once per mainloop iteration is bad, removeSjoerd Simons1-1/+0
2010-12-20Add assertions to ensure async resources are freedNicolas Dufresne4-0/+7
2010-12-20Fix wocky_implement_finish_*() macroNicolas Dufresne3-32/+50
2010-12-15Heartbeat: safely stop polling iphb FD.Will Thompson1-2/+8
2010-11-30MUC: only include <x xmlns=...muc.../> when joining.Will Thompson2-10/+8
2010-11-30Inline wocky_muc_send_presence()Will Thompson1-15/+4
2010-11-30connector-test: fix a typo of 'sasl'Will Thompson1-1/+1
2010-11-30examples/connect: always call wocky_init().Will Thompson1-1/+1
2010-11-23Add maintainer-upload-docs target to Makefile.amSimon McVittie1-0/+5
2010-11-15auth-registry: add a namespace to auth mechanism constantsJonny Lamb7-14/+14
2010-11-10Merge branch 'iphb'Will Thompson8-64/+490
2010-11-10OpenSSL: improve debugging output for ignored errorsWill Thompson1-0/+5
2010-11-10OpenSSL: don't erroneously truncate X509_NAMEs.Will Thompson1-1/+1
2010-11-10OpenSSL: add debug output to check_peer_name()Will Thompson1-1/+8
2010-10-25Clarify that moving next_wakeup into the past is okayWill Thompson1-0/+3
2010-10-25Ping test: reduce the number of pings sent and time waitedWill Thompson1-3/+3
2010-10-25Heartbeat: add this/next wakeup timestamps to debug outputWill Thompson1-2/+17
2010-10-25Heartbeat: explain why _new() doesn't use update_interval()Will Thompson1-0/+4
2010-10-25Ping: flag ping-interval property as CONSTRUCTWill Thompson1-1/+1
2010-10-25Improve WockyPing's debugging output.Will Thompson1-1/+6
2010-10-25Heartbeat: handle max_interval = 0Will Thompson2-11/+82
2010-10-25Add more debugging to the heartbeatWill Thompson1-1/+6
2010-10-25Heartbeat: split degrading out of finalizeWill Thompson1-8/+16
2010-10-25Replace WockyPing's timeouts with WockyHeartbeatWill Thompson1-59/+19
2010-10-25Document heartbeat methods.Will Thompson1-0/+25
2010-10-25Bake iphb interval policy into WockyHeartbeatSourceWill Thompson2-8/+12
2010-10-25Heartbeat: support updating the interval on the flyWill Thompson2-0/+29
2010-10-25Heartbeat: extract common iphb_wait()-calling codeWill Thompson1-19/+24
2010-10-25Heartbeat: fall back to internal timeoutsWill Thompson1-48/+99
2010-10-25Add a GSource wrapping libiphb.Will Thompson6-1/+242
2010-10-25Fix DEBUGGING macro to call wocky_debug_flag_is_set()Will Thompson1-1/+1
2010-10-20Test sending a stanza just before destroying porter.Will Thompson2-1/+52
2010-10-20OpenSSL: report hostname mismatch over other errors.Will Thompson2-19/+26
2010-10-20OpenSSL: clarify anonymous certificate handlingWill Thompson1-11/+15
2010-10-20TestConnectorServer: use '*' in a _build() callWill Thompson1-3/+1
2010-10-20Remove unnecessary MUC namespace abbreviations.Will Thompson2-5/+5
2010-10-20Use wocky_stanza_get_{from,to}Will Thompson6-17/+9
2010-10-20Add wocky_stanza_get_{from,to}Will Thompson2-0/+37