summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-25wocky: don't use absolute paths in enumtypes headersHEADmasterJonny Lamb1-1/+1
2011-02-25Merge branch 'register-handler-from'Will Thompson13-179/+761
2011-02-25Merge remote-tracking branch 'jonny/blow-away-corrupt-caps-caches'Will Thompson1-22/+63
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson13-190/+650
2011-02-16Porter: refactor matching stanzas from the server.Will Thompson1-3/+11
2011-02-16Porter: fix matching handlers from JIDs sans node partWill Thompson2-3/+60
2011-02-16Add wocky_porter_register_handler_va().Will Thompson2-16/+73
2011-02-04node: add set_attributes functionJonny Lamb2-0/+33
2011-02-03CapsCache: remove an unneeded assertion.Will Thompson1-2/+2
2011-02-03CapsCache: don't potentially double-free statementWill Thompson1-2/+2
2011-02-03CapsCache: add a satity check to prepare()Will Thompson1-1/+5
2011-02-03Blow away corrupt caps cachesWill Thompson1-19/+56
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