]> code.citadel.org Git - citadel.git/history - citadel/modules
EVT_LOGOUT hooks are now called with the thread's current
[citadel.git] / citadel / modules /
2008-03-19 Dave WestAuto purger thread was declaring itself as the indexer_...
2008-03-18 Dave WestAdded some more CtdlThreadCheckStop() calls to speed...
2008-03-18 Dave WestPOP3 client now makes use of CtdlThreadCheckStop()...
2008-03-18 Dave WestRSS client now makes use of CtdlThreadCheckStop() to...
2008-03-18 Dave WestIgnet now makes use of CtdlThreadCheckStop() to check...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-03-18 Dave WestMissed one. Only need to use a copy of the context...
2008-03-18 Dave Westmrtg now reads the context list safely.
2008-03-18 Dave WestJabber now reads the context list safely and it writes...
2008-03-18 Dave WestRWHO command uses new function to read the context...
2008-03-18 Dave West Now the RWHO command processes the context list in...
2008-03-17 Dave WestZero calls is possible, contrary to the comment so...
2008-03-17 Art CancroWhen dumping or scanning the wholist in the Jabber
2008-03-15 Art CancroMore reliable (hopefully) XMPP logout (unavailable +
2008-03-07 Art CancroAdded a RENU command (REName a User)
2008-02-26 Art CancroXMPP service ... remove from tech preview, as several
2008-02-24 Wilfried Göesgens* hm, how could this get through? we don't have getpwui...
2008-02-20 Wilfried Göesgens* re-designed loop with strlen inside
2008-02-17 Art CancroThe networker and RSS client each start up their own...
2008-02-17 Art CancroThe auto-purger has its own thread so it needs its own
2008-02-17 Art CancroThe fix to Bug 311 didn't work. Applied a cleaner...
2008-02-15 Art CancroSearch box is only enabled when the server's full text...
2008-02-14 Art CancroWhen reading/writing netconfigs files, do not purge
2008-02-13 Dave WestWhen using host auth mode the user is given a default...
2008-02-13 Dave WestFixed a small bug in serv_vcard.c that could leave...
2008-02-13 Dave WestWe are unable to purge users that have no name but...
2008-02-11 Wilfried Göesgens* allow LMTP posting to all rooms.
2008-02-10 Wilfried Göesgens* add typedefs in citadel.h so we don't need to typedef...
2008-02-07 Art CancroFixed (hopefully) the mailing list problem.
2008-02-07 Art Cancrofunambol65.c: cleaned up compiler warnings
2008-02-04 Wilfried Göesgens* don't link unused libs
2008-01-29 Art CancroMissed a few :)
2008-01-29 Art CancroEliminated unnecessary complexity by removing support
2008-01-29 Art Cancrosmtp service: offer the 8BITMIME extension, because
2008-01-28 Art Cancro* Unfinished code is now disabled.
2008-01-23 Art CancroApplied Matt's latest funambol65 patch.
2008-01-20 Art CancroApplied Matt's new patch. Adds 'extnotify' and removes
2008-01-19 Dave WestIf we are redirected we need to close this socket befor...
2008-01-19 Art CancroBacked out previous commit
2008-01-19 Art CancroApplied matt's latest patch set
2008-01-16 Wilfried Göesgens* checking a pointer is useless if you dereference...
2008-01-15 Dave WestNow the autopurger will always attempt to purge users...
2008-01-13 Wilfried Göesgens* urlescs new parameter added.
2008-01-12 Wilfried Göesgens* fixed tbirds managesieve login troubles.
2008-01-04 Wilfried Göesgens* sanitized the decision whether we have one line auth...
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
2007-12-30 Wilfried Göesgens* disable dspam
2007-12-29 Dave WestRemoved excess return from init function as it breaks...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-29 Art Cancroinclude threads.h in serv_rssclient.c
2007-12-27 Art CancroAdded a missing 'NO' to some error messages in IMAP...
2007-12-25 Wilfried Göesgens* don't load the module.
2007-12-25 Wilfried Göesgens* initial dspam integration module
2007-12-25 Michael HamptonSomebody broke the build by forgetting to #include...
2007-12-13 Wilfried Göesgens* fixups. subscribers only post mailinglists work now.
2007-12-13 Art CancroRSS parser can now handle datestamps in RFC822 format
2007-12-12 Art CancroCalendar system now handles invitations and rsvp's
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-09 Art CancroIMAP server: suppress untagged 'EXISTS' and 'EXPUNGE...
2007-12-08 Michael HamptonMove misplaced #ifdef to fix compile error
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-07 Dave WestEXTREMELY EXPERIMENTAL
2007-12-07 Wilfried Göesgens* simplify structs so we don't need to type struct...
2007-12-06 Art CancroThis implementation of non-SASL Jabber authentication
2007-12-06 Art CancroRequire <bind> tag for bind attempts.
2007-12-06 Art CancroDon't allow an XMPP session to transmit instant messages
2007-12-06 Art CancroBacked out previous change
2007-12-06 Art CancroBegan (but did not complete) implementation
2007-12-06 Art CancroChange around the order of features offered as
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-12-03 Wilfried Göesgens* applied Patrick Colemans patch
2007-12-03 Dave WestAdded an entry point to the modules init stuff.
2007-12-03 Art CancroSite config protocol and UI for XMPP port numbers
2007-12-03 Art CancroOnly send presence notifications when the first
2007-12-03 Art CancroInitial XMPP STARTTLS code; commented out because it...
2007-12-03 Art CancroHandle <message> stanzas with no body by clearing out
2007-12-03 Art CancroJabber chat is now working in both directions
2007-12-03 Art CancroReceiving Jabber messages now works correctly, with
2007-12-03 Art CancroInstant messages now carry the email address or JID...
2007-12-03 Art CancroUnsolicited XMPP presence pushes are now working
2007-12-03 Art CancroUpdated roster push technique
2007-12-03 Art CancroGot the unsolicited roster pushes working.
2007-12-02 Art CancroUnsolicited presence push. Still doesn't seem to work.
2007-12-01 Art Cancromore xmpp presence stuff
2007-12-01 Dave WestA thread based version of the Auto Purger.
2007-11-30 Art CancroLogin and logout queue events are processed
2007-11-30 Art CancroDefine an XMPP queue...
2007-11-30 Dave WestAdded a macro to get a threads structure.
2007-11-30 Art CancroStrip leading and trailing whitespace from instant...
2007-11-29 Art CancroInitial code to output any instant messages which
2007-11-29 Art CancroXMPP presence dump of wholist
2007-11-29 Art CancroSlight change to the way we offer XMPP stream features.
2007-11-28 Art Cancrosvn propset
2007-11-28 Art CancroDeliver a reply to a Jabber 'roster' query.
2007-11-28 Art Cancrowe have the iq-query-xmlns nonsense all framed up
2007-11-28 Art CancroMinor xml fix to xmpp server
2007-11-27 Art Cancrocomments change
2007-11-27 Art CancroWhen restarting the XMPP stream after a successful
next