citadel.git
2013-09-14 Wilfried GoesgensMesages: fix copying of fields; add flush function...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-12 Wilfried Goesgensextnotify: free up resources on exit.
2013-09-09 Wilfried Goesgensfix the offset of items in calendar day view broken...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-09-01 Wilfried Goesgensadd initialization in internet_addressing
2013-09-01 Wilfried Goesgensmove config message loading from msgbase.c -> config.c
2013-09-01 Wilfried Goesgensmove email address related functions oven to internet_a...
2013-09-01 Wilfried Goesgensoops, this also checks room access rights.
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2013-09-01 Wilfried GoesgensMove simple subtstitution functions to the message...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensMove Message struct manipulation functions into one...
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-09-01 Wilfried GoesgensFix generation of bounce messages; we would put the...
2013-08-31 Wilfried GoesgensFix possible double free during sending network error...
2013-08-31 Wilfried Goesgensmake it const, baby!
2013-08-25 Art CancroObserve the 'preferred sender email' and 'preferred...
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-08-17 Wilfried GoesgensUCLS: output networker files to syslog
2013-08-17 Wilfried GoesgensNetworker: more verbose INFO-logging about what we...
2013-08-17 Wilfried GoesgensFDIO: don't set fd's to 0, -1 is better since its safe...
2013-08-15 Wilfried GoesgensFDIO: check for double freeing of an FDIO resource...
2013-08-14 Art CancroAdjusted paramhandling to accept parameters with empty... v8.20
2013-08-11 Art Cancrocorrected some comment mistakes
2013-08-11 Art CancroOnly define CTDLDIR if not already defined
2013-08-11 Art Cancrofixed some comment syntax
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-19 Wilfried GoesgensDisable ical rendering for now.
2013-07-16 Art CancroUpdated all version numbers to 8.20 in preparation...
2013-07-11 Art CancroStrBufStripAllBut() now returns the LEFTMOST qualifying...
2013-07-08 Art CancroAdditional logging to troubleshoot false positives...
2013-07-06 Wilfried GoesgensVCARD: if we loaded the vcard mime from the server...
2013-06-29 Wilfried GoesgensSendcommand: add missing break - so we don't fail to -w.
2013-06-25 Wilfried GoesgensGETTEXT: when re-using a session, make shure we re...
2013-06-25 Wilfried GoesgensGETTEXT: Browser detection; if we don't know any of...
2013-06-25 Wilfried GoesgensGETTEXT: represent C as en_US to the user - no one...
2013-06-25 Wilfried GoesgensSUBST: bad bug in plain text substitution: need to...
2013-06-23 Wilfried GoesgensSUBST: fix warnings.
2013-06-23 Wilfried GoesgensGETTEXT: optionaly allow to escape translated tokens.
2013-06-23 Wilfried GoesgensDEB: also warn uninitialized access when doing debug...
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 GoesgensMailinglists: possible room aliases have to be prepared...
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-20 Art Cancrominor doc change
2013-05-16 Wilfried GoesgensWebcit dupe-zapper
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-21 Wilfried GoesgensUnix domain sockets don't work well in non-blocking.
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-04-12 Wilfried GoesgensLogin: fix typo in token
2013-03-31 Wilfried GoesgensWildfire: fix memory leak.
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-31 Wilfried GoesgensRework Login dialog to work with rekonq (and hopefully...
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2013-03-26 Wilfried GoesgensInfrastructure: if we don't find the ical headers durin...
2013-03-25 Wilfried GoesgensRSSC: remove old malloc not needed anymore.
2013-03-25 Wilfried GoesgensNSYN: fix the NSYN command
next