fix utf8 handling for xmpp - don't escape valid utf8 characters.
[citadel.git] / citadel /
2013-10-20 Wilfried Goesgensfix utf8 handling for xmpp - don't escape valid utf8...
2013-10-16 Art CancroSet internal version numbers to 8.21
2013-10-10 Wilfried Goesgensmemset also needs to have the right type.
2013-10-07 Wilfried Goesgensrests of moving the .debs of the textclient over into...
2013-10-07 Wilfried Goesgensfix type for sizeof; it shouldn't be the pointer.
2013-10-07 Wilfried Goesgenswhen we did the login and replied, we mustn't try again...
2013-10-07 Wilfried GoesgensNULL-Protect the Context-ID
2013-10-07 Wilfried GoesgensMake realy shure we don't put a NULL into memcpy
2013-10-07 Wilfried Goesgensset the type of the pointer into sizeof, so its definit...
2013-10-07 Wilfried Goesgensif the pointer is there, we need to free it.
2013-10-07 Wilfried Goesgensfix a bug introduced in a8bb950b3da00b7933912c27e2ad928...
2013-10-07 Wilfried Goesgensfix dnamlen, they missed the e, so we need to follow.
2013-09-29 Wilfried Goesgenswe need to free the array _after_ releasing the array...
2013-08-31 Wilfried GoesgensFix possible double free during sending network error...
2013-08-25 Art CancroObserve the 'preferred sender email' and 'preferred...
2013-08-17 Wilfried GoesgensUCLS: output networker files to syslog
2013-08-17 Wilfried GoesgensNetworker: more verbose INFO-logging about what we...
2013-08-11 Art Cancrocorrected some comment mistakes
2013-08-03 Wilfried GoesgensRSS: if debug, remove variables too.
2013-08-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-03 Wilfried GoesgensMESSAGES: store 1 & 2 field to db - it has to be permanent.
2013-08-03 Art CancroInstant expunge is now the only mode of operation....
2013-07-16 Art CancroUpdated all version numbers to 8.20 in preparation...
2013-07-08 Art CancroAdditional logging to troubleshoot false positives...
2013-06-29 Wilfried GoesgensSendcommand: add missing break - so we don't fail to -w.
2013-06-15 Wilfried GoesgenscURL: put error description into the status message.
2013-06-12 Wilfried GoesgensCURL: it seems as in case of timeout cURL closes the...
2013-06-12 Wilfried GoesgensML: don't free the roomname yet - we still need it.
2013-06-12 Wilfried GoesgensMailinglist: properly sanitize the roomname if we have...
2013-06-10 Wilfried GoesgensSMTP: fix aggregation of fail stati for aide / bounce...
2013-06-10 Wilfried GoesgensNETCFG: make shure files exist with proper permissions.
2013-06-08 Wilfried GoesgensRNCFG: protect deletion of configs
2013-06-08 Wilfried GoesgensCitadel Networking: add configured remote room name...
2013-06-08 Wilfried GoesgensNETIN: one return is enough.
2013-06-08 Wilfried GoesgensNETIN: save strlens when deserializing network message...
2013-06-08 Wilfried GoesgensMessage Deletion: only use one memmove to remove leadin...
2013-06-08 Wilfried GoesgensLOG: add separating blanks in debug messages.
2013-06-08 Wilfried GoesgensEVCURL: debug log stopping
2013-06-06 Wilfried GoesgensRSSClient: don't save empty messages.
2013-06-06 Wilfried Goesgensfix buffer overrun by 1
2013-06-05 Wilfried GoesgensAdd handler for recovery of bad file descriptors
2013-06-05 Wilfried GoesgensUT: fix comparison for expired timestamps.
2013-06-04 Wilfried GoesgensRSSClient: do not double delete the curl context; don...
2013-06-02 Wilfried GoesgensTDAP: increase usetable flush time to 10 days
2013-06-02 Wilfried GoesgensCURL: the cleanup has to be done before.
2013-05-27 Wilfried GoesgensRSSClient: refresh per message UT-Entries after one day
2013-05-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-05-26 Wilfried GoesgensEV: stop all watchers before going into other queues...
2013-05-16 Wilfried GoesgensRSSClient: properly abort loop for setting state in...
2013-05-16 Wilfried GoesgensPOP3Client: expose state to rwho
2013-05-16 Wilfried GoesgensRSSClient: fix cast
2013-05-16 Wilfried GoesgensNETCFG: first free the configs, then the infrastructure...
2013-05-14 Wilfried GoesgensTDAP: align rss config structs with the primary type.
2013-05-14 Wilfried GoesgensTDAP: add facility to protect usetable entries from...
2013-05-12 Wilfried GoesgensEV: fix possible nullpointer access in last commit.
2013-05-12 Wilfried GoesgensEV: expose current event queue state to the RWHO command
2013-05-12 Wilfried GoesgensRSS: expose current state of action to RWHO command
2013-04-21 Wilfried Goesgensfix formating; use define for size_t arguments.
2013-04-20 Wilfried GoesgensTHREADS: config setting min_workers _now_ also is that...
2013-04-20 Wilfried GoesgensTHREADS: re-install the max workers & min spare workers...
2013-04-16 Wilfried Goesgensfix compilation.
2013-04-16 Wilfried Goesgensfix closing of already closed files
2013-04-16 Wilfried GoesgensSockets: make clear we don't close a socket again.
2013-04-16 Wilfried GoesgensEVENT: we memset the context, remember & re-set the...
2013-04-16 Wilfried GoesgensRSS: some more debug logging.
2013-04-13 Wilfried GoesgensSMPQ: we collect stati of all failed attempts; put...
2013-04-13 Wilfried GoesgensNETCFG: increment loop counter.
2013-03-31 Wilfried GoesgensNETCFG: fix condition to check whether a filedescriptor...
2013-03-31 Wilfried GoesgensNETCFG: oops, we need to add CCID to the CtdlAideFPMess...
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2013-03-25 Wilfried GoesgensRSSC: remove old malloc not needed anymore.
2013-03-25 Wilfried GoesgensNSYN: fix the NSYN command
2013-03-25 Wilfried GoesgensNTT: add a debug facility to dump all currently locked...
2013-03-25 Wilfried GoesgensMSG: log if we don't find a requested message in the db
2013-03-22 Wilfried GoesgensWorkaround pop3 servers sending empty lines in message...
2013-03-21 Wilfried GoesgensRSSClient: fix loading of RSS Configs; Usetable handling
2013-03-02 Wilfried GoesgensEVENT_CLIENT: when handing over to the DB-Queue, don...
2013-03-01 Wilfried GoesgensSMTPSrv: don't use memset() to forget - we have structu...
2013-02-25 Wilfried GoesgensFile-Handling: sanitize filenames.
2013-02-25 Wilfried Goesgensmime_download(): missed CC -> CCC in one place.
2013-02-25 Wilfried GoesgensSMTP-Client: Implement AUTH LOGIN
2013-02-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-24 Wilfried GoesgensLists: don't overwrite from: header. this only needs...
2013-02-22 Art CancroCompleted a pair of functions to fetch the user prefere...
2013-02-22 Wilfried GoesgensPOP3Clinet: add missing iteration to next in linked...
2013-02-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-22 Wilfried GoesgensPOP3Aggregator: check whether we already have a session...
2013-02-22 Art CancroBegan writing a routine to fetch the user's preferred...
2013-02-20 Wilfried GoesgensOPENID: if self service account creation is disabled...
2013-02-17 Wilfried GoesgensML: remove cludge to set the reply-to from the original...
2013-02-17 Wilfried GoesgensRNCFG: implement missing handler for room aliases.
2013-02-17 Wilfried GoesgensNETCFG: cleanup & memleaks fixed.
2013-02-17 Wilfried Goesgensno, CalcListID is needed in both places :(
2013-02-17 Wilfried GoesgensCalcListID() was ran in the wrong place.
2013-02-17 Wilfried GoesgensNETWORKER: add from addresses and new way of setting...
2013-02-17 Wilfried Goesgenswrap around ; as the style guide police against nasty...
2013-02-17 Wilfried Goesgensadd utility function to set / replace cm_flield entries.
2013-02-12 Wilfried Goesgensfree static stuff on shutdown.
2013-02-12 Wilfried GoesgensContext: void* is more appropriate for the module data...
2013-02-12 Wilfried GoesgensFinalize simplification of module detection.
next