citadel.git
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
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-19 Wilfried Goesgensthere is no ar_AR, we choose ar_AE.
2013-03-18 Wilfried GoesgensGETTEXT: rather choose the language on the array of...
2013-03-18 Wilfried Goesgensoops, we chose to do this in alphabetic order.
2013-03-18 Wilfried GoesgensTranslation: add arabic
2013-03-11 Wilfried GoesgensTinyMCE: enable browser based spellchecking. Tnx ax25...
2013-03-06 Wilfried Goesgensoops, we chose to do this in alphabetic order.
2013-03-06 Wilfried GoesgensTranslation: add arabic
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...
next