more places where we can use cm_lengths;
[citadel.git] / citadel / modules /
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2013-09-30 Wilfried Goesgensfix type for sizeof; it shouldn't be the pointer.
2013-09-29 Wilfried Goesgenswhen we did the login and replied, we mustn't try again...
2013-09-29 Wilfried Goesgenswe need to free the array _after_ releasing the array...
2013-09-28 Wilfried Goesgensset the type of the pointer into sizeof, so its definit...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-22 Wilfried Goesgensfix possible endless loop
2013-09-15 Wilfried Goesgenscleanup: remove unneeded includes.
2013-09-14 Wilfried Goesgensde-apify GenerateRoomDisplay(), its only needed in...
2013-09-14 Wilfried Goesgensmove cmd_isme to serv_user.c
2013-09-14 Wilfried Goesgensmove cull to serv_syscmds
2013-09-14 Wilfried Goesgensmove log switcher funcs to serv_syscmds.c
2013-09-14 Wilfried Goesgensstart moving system commands into its own file
2013-09-14 Wilfried Goesgensmove Mesg commands to serv_files; they basicaly also...
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-14 Wilfried GoesgensApiize CtdlIsPublicClient()
2013-09-14 Wilfried Goesgensoops, forgot to add the user commands
2013-09-14 Wilfried Goesgensmove session related functions to ctdlproto/serv_session.c
2013-09-14 Wilfried Goesgensmove citadel room functions into its own file.
2013-09-14 Wilfried Goesgensmove the citadel protocol message handlers ino modules...
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-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
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 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-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 GoesgensNetworker: more verbose INFO-logging about what we...
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 Art CancroInstant expunge is now the only mode of operation....
2013-07-08 Art CancroAdditional logging to troubleshoot false positives...
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-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-06 Wilfried GoesgensRSSClient: don't save empty messages.
2013-06-04 Wilfried GoesgensRSSClient: do not double delete the curl context; don...
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-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-16 Wilfried GoesgensRSS: some more debug logging.
2013-04-13 Wilfried GoesgensSMPQ: we collect stati of all failed attempts; put...
2013-03-31 Wilfried GoesgensNETCFG: fix condition to check whether a filedescriptor...
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-22 Wilfried GoesgensWorkaround pop3 servers sending empty lines in message...
2013-03-21 Wilfried GoesgensRSSClient: fix loading of RSS Configs; Usetable handling
2013-03-01 Wilfried GoesgensSMTPSrv: don't use memset() to forget - we have structu...
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-12 Wilfried Goesgensfree static stuff on shutdown.
2013-02-12 Wilfried Goesgensstyle: modules mustn't have braces in the line.
2013-02-10 Wilfried GoesgensVCard: this bitflag is supposed to be used with & not...
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-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 GoesgensNETCFG: finalize & verify listsubscription interface.
next