GETTEXT: rather choose the language on the array of locales successfully loaded than...
[citadel.git] / citadel /
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.
2013-02-12 Wilfried GoesgensMODULES: simplify scan script; add missing entry point.
2013-02-12 Wilfried Goesgensstyle: modules mustn't have braces in the line.
2013-02-10 Wilfried Goesgensfix warning of scan-build; it doesn't see we would...
2013-02-10 Wilfried Goesgensfix typo
2013-02-10 Wilfried GoesgensMD5: fix wrong memset
2013-02-10 Wilfried GoesgensRNCFG: add forward declaration missing in last commit.
2013-02-10 Wilfried GoesgensRNCFG: if we are going to overwrite the contents of...
2013-02-10 Wilfried GoesgensVCard: this bitflag is supposed to be used with & not...
2013-02-10 Wilfried GoesgensAccording to clang -Wcast-align its not good to cast...
2013-02-09 Wilfried GoesgensRNCFG: fix room access check function for posters;...
2013-02-09 Wilfried GoesgensSMTP-QUEUE: silence warning
2013-02-09 Wilfried GoesgensNETCFG: check for nullpointer. tnx bzed for the scan...
2013-02-09 Wilfried GoesgensNWC: fix format string for loff_t which is longlog...
2013-02-09 Wilfried GoesgensNETCFG: fix specifying the remote room to IGNET share.
2013-02-09 Wilfried GoesgensDB: more backtraces in case of errors
2013-02-05 Wilfried GoesgensRNCFG: reduce the work needed to be done during the...
2013-02-02 Wilfried GoesgensNETSPOOL: combine collecting of email recipients into...
2013-02-02 Wilfried GoesgensNETSPOOL: combine collecting of email recipients into...
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-29 Wilfried GoesgensNETSPOOL: enable sending to mailinglists
2013-01-29 Wilfried GoesgensMSG: fix size to copy for message copying
2013-01-29 Wilfried GoesgensNETCFG: finalize & verify listsubscription interface.
2013-01-29 Wilfried GoesgensNETWORKER: fix memleak.
2013-01-27 Wilfried GoesgensNETCFG: fix leaks & oddities
2013-01-26 Wilfried GoesgensNETCFG: migrate list subscription to the new room facility
2013-01-26 Wilfried GoesgensNETCFG: set the right file permissions so its not world...
2013-01-26 Wilfried Goesgensmake it const, baby.
2013-01-22 Wilfried GoesgensRNCFG: fix destructing, implement reloading on SNET
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-20 Wilfried GoesgensMSG: fix duplication of messages.
2013-01-20 Wilfried GoesgensNETSPOOL: move spool types into their own function.
2013-01-20 Wilfried GoesgensAdd function to in-memory duplicate a message.
2013-01-20 Wilfried GoesgensNETCFG: more work on details
2013-01-15 Wilfried GoesgensWhen loading the netmap always create a hash. else...
2013-01-15 Wilfried Goesgensdisable netfiltering.
2013-01-13 Wilfried GoesgensRNCFG: smarten up the functions processing room configs...
2013-01-12 Wilfried GoesgensNETCFG: reimplement network_sync_to using the new api
2013-01-09 Wilfried GoesgensRSSClient: switch to new RoomNetCfg facilities
2013-01-09 Wilfried GoesgensPOP3Client: integrate pop3client with the new roomnetco...
2013-01-09 Wilfried GoesgensROOMS: add foreach handler featuring netconfigs
2013-01-09 Wilfried GoesgensROOMS: use typedef for callback function
2013-01-09 Wilfried GoesgensNETCFG: make basic parsing
2013-01-01 Wilfried GoesgensDIRECTORY Iterating: fix typo found by Rachid; use...
2013-01-01 Wilfried GoesgensNETWORKCLIENT: move into its own directory
2013-01-01 Wilfried GoesgensNETCONFIG: remove unneeded files.
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.
2012-12-27 Wilfried GoesgensNetconfigs: start abstracting handling of network confi...
2012-12-17 Wilfried GoesgensGVDN: new call. Get Valid Domain Names
2012-12-16 Wilfried GoesgensSNET: fix writing of files.
2012-12-10 Wilfried GoesgensGNET/SNET: allow access to the mail aliases file.
2012-12-09 Wilfried GoesgensSMTP: fix authentication.
2012-12-05 Wilfried GoesgensChoose default sender email address by envelope recipient
2012-12-01 Wilfried GoesgensSMTPSRV: migrate to use StrBuf
2012-12-01 Wilfried GoesgensFix memory leak when doing floodprotected system messages
2012-11-27 Wilfried Goesgensresync translations with launchpad
2012-11-27 Wilfried GoesgensSMPC: when aborting because of to many outbound job...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-11-11 Wilfried Goesgensresync translations
2012-10-11 Wilfried GoesgensEVENT_CLIENT: to ease debugging put the function names...
2012-10-11 Wilfried GoesgensEVENT_CLIENT: we settled for 0 being the invalid FD.
2012-10-11 Wilfried GoesgensEVENT: while abusing the timeout trigger for aborting...
2012-10-11 Wilfried GoesgensCtdlTerminateOtherSession(): fix evaluation whether...
2012-09-16 Wilfried GoesgensUpsie, usleep is 10^6 times smaller than sleep
2012-09-03 Wilfried GoesgensDOC: add some explanations about the way we log
2012-09-03 Wilfried GoesgensLOGGING: add name to pop3 logging & message writing
2012-08-23 Wilfried GoesgensEVENT-CLIENT: fix potential compile problems with older...
2012-08-19 Wilfried GoesgensSMTP-Client: add the current hostname we're talking...
2012-08-19 Wilfried GoesgensC-Ares: add the query data to the errormessage, so...
2012-08-19 Wilfried GoesgensSMTP-Client: add the stati of all delivery attempts...
2012-08-19 Wilfried GoesgensC-Ares: fix debug logging
2012-08-07 Wilfried GoesgensNetworker: set state
2012-08-07 Wilfried GoesgensSMTP-Client: output our current state on the useragent...
2012-08-07 Wilfried GoesgensEVENT: output the FD number in the debug log once we...
2012-08-06 Wilfried GoesgensNetworker: when a remote host fails to connect successf...
next