Empty handlers for closing tags of <bind> and <query> stanzas. We handled those...
[citadel.git] / citadel / modules / xmpp /
2015-01-03 Art CancroEmpty handlers for closing tags of <bind> and <query...
2015-01-03 Art Cancrowhitespace cleanup
2014-12-31 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2014-12-31 Art Cancromerge
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Art CancroRevert some of the later changes in XMPP and fix other...
2014-12-31 Wilfried GoesgensRevert xmpp back to a working state
2014-12-29 Wilfried Goesgensstart defining stuff that could handle subtokens -...
2014-12-29 Wilfried Goesgens - enable TLS
2014-12-29 Wilfried GoesgensApply patches sugested by Taroe Hong plus some more...
2014-11-11 Wilfried GoesgensRevert parts of b11aa21e7968de3591f30d7af1ba561fab7bc53...
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2014-09-30 Art CancroRevert "sys/time.h no longer needed on modern systems"
2014-09-30 Art Cancrosys/time.h no longer needed on modern systems
2014-02-01 Art CancroMerge branch 'master' into nntp
2014-01-27 Wilfried GoesgensBASE64: we don't remove \0's anymore, we need to treat...
2013-11-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-28 Wilfried GoesgensXMPP: how messages look..
2013-11-28 Wilfried GoesgensXMPP: continue work on message body
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-15 Wilfried GoesgensXMPP: add proper cleanup; add basic support for body...
2013-11-14 Wilfried GoesgensXMPP: commit xprint statement.
2013-11-10 Wilfried GoesgensXMPP: add X-Macros to automated parse tokens
2013-11-03 Wilfried GoesgensXMPP: don't copy stuff around just to find the start...
2013-11-02 Wilfried GoesgensXMPP: add function to generate XML-Stanzas
2013-11-01 Wilfried GoesgensXMPP: fix buffering & tls
2013-11-01 Wilfried GoesgensXMPP: Cleanup
2013-10-28 Wilfried GoesgensXMPP: replace rumpelstilskin handler lookup by a hash...
2013-10-20 Wilfried Goesgensfix utf8 handling for xmpp - don't escape valid utf8...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-04-29 Wilfried GoesgensXMPP: make logging configurable.
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroMake use of XML_StopParser() when XML_MAJOR_VERSION...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art Cancroxmpp_destroy_buddy() now accepts an 'aggressively'...
2011-09-04 Art CancroGuard against 'billion laughs' attack in our XMPP service
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroOnly offer XMPP over TLS if we have OpenSSL in the...
2011-09-04 Art CancroEnable XMPP over TLS.
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-11-16 Art Cancroevent_jid is a buffer, not a pointer, so don't free...
2010-11-14 Wilfried GoesgensMemleak: free the XMPP-Eventqueue on shutdown
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-06-22 Wilfried Göesgens* fix build of webcit tests
2010-05-21 Wilfried Göesgens* add possibility to specify the inbound buffer size
2010-05-20 Art Cancro* In a rare eureka-moment, discovered that my XML strin...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-05-14 Art Cancro* Properly escape XML output using new xmlesc() functio...
2010-05-10 Art Cancro* I think this cleans up the remaining XMPP bugs. ...
2010-05-10 Art Cancro* Ok, it's not an async bug. When I changed everything...
2010-05-10 Art Cancro* Changed the logic of how we inform the client about...
2010-05-07 Art Cancro* Modified the XMPP service to use client_read_random_b...
2010-05-05 Art Cancro* XMPP login hooks which output protocol data should...
2010-05-05 Art Cancro* check for null
2010-05-03 Art Cancro* New utility function xmpp_is_visible(), used to deter...
2010-05-03 Art Cancro* New utility function xmpp_is_visible(), used to deter...
2010-05-03 Wilfried Göesgens* rather have one typedef than dozends of structs all...
2010-05-03 Art Cancro* Lots of changes to the XMPP Mortuary to make it keep...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-05-03 Art Cancro* cosmetic changes
2010-05-03 Art Cancro* Tried to complete the dead buddy thing in xmpp, but...
2010-04-29 Wilfried Göesgensxmpp_fetch_mortuary_backend(): copy the string over...
2010-04-29 Wilfried Göesgens* xmpp_xml_end(): output what we don't understand in...
2010-04-28 Art Cancro* Reenabled the XMPP mortuary. If there's still a...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-27 Art Cancro* Disable the XMPP-mortuary code. It's not ready for...
2010-03-22 Art Cancro* More work on the XMPP dead buddy list
2010-03-22 Art Cancro* more work on the dead buddies purge
2010-03-21 Art Cancro* clean up dead buddies from the xmpp roster (not finis...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-25 Art Cancro* Noticed that when serv_chat.c sets async_waiting...
2010-02-23 Art Cancro* Tweaked some of the XMPP stanzas to include a valid...
2010-02-23 Art Cancro* More XMPP tweaks, none of which fixed our current...
2010-02-23 Art Cancro* When an XMPP client closes its stream, close the...
2010-02-22 Art Cancro* more debugging
2010-02-22 Art Cancro* Renamed the 'jabber' module to 'xmpp' module. Also...