Release version 999 generated by do-release.sh
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2019-11-25 Art CancroThe user principal identity is now used as the JID...
2019-09-12 Art CancroRemoved md5.c and md5.h because the APOP implementation...
2019-01-03 Art CancroOne more field in the xml-vcard
2018-12-20 Art Cancrocosmetic cleanup of files in xmpp directory
2018-12-19 Art Cancrocomment change
2018-12-19 Art Cancroxmpp non sasl authenticate does not need the resource...
2018-12-19 Art CancroIf we have to generate an XMPP resource name, make...
2018-12-19 Art Cancropopulate cs_inet_email with a default generated address...
2018-12-18 Art CancroGenerate a synthetic user@host for XMPP JID if the...
2018-12-18 Art CancroAs per RFC3920 section 7, if an XMPP client does not...
2018-10-15 Art Cancro80 columns is so 20 century
2018-10-12 Art CancroRemoved ical_dezonify() from the citserver build ....
2017-05-24 Art CancroRemoved some vestiges of the old logging system
2017-03-30 Art CancroUpdated XMPP server to new logging standard
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2015-02-16 Wilfried GoesgensFix utf8-handling.
2015-02-14 Art CancroAdded a from= attribute to the reply to discovery queri...
2015-01-03 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2015-01-03 Art CancroEmpty handlers for closing tags of <bind> and <query...
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 Goesgens - enable TLS
2014-11-11 Wilfried GoesgensRevert parts of b11aa21e7968de3591f30d7af1ba561fab7bc53...
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2013-11-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
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-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...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-04-29 Wilfried GoesgensXMPP: make logging configurable.
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 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-14 Wilfried GoesgensMemleak: free the XMPP-Eventqueue on shutdown
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
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-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-03 Wilfried Göesgens* rather have one typedef than dozends of structs all...
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ö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-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...