fixed an error in one of the log messages
[citadel.git] / citadel / msgbase.c
2018-07-03 Art Cancrofixed an error in one of the log messages
2018-06-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-06-11 Art Cancroremove unused trace function
2018-01-25 Art Cancrowar on eNodeName
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-24 Art Cancromsgbase.c updated to new logging standard
2017-03-12 Art CancroRemoved race condition from CheckIfAlreadySeen()
2017-03-09 Art CancroEager-zero and compress CDB_USETABLE records to save...
2017-03-04 Art Cancrostyle cleanup
2016-04-09 Art CancroUser profiles (bios) are now stored as MIME in the...
2016-01-23 Wilfried Goesgensmore log silencing.
2016-01-23 Wilfried GoesgensSilence logging in non-debug usecases. The raspii users...
2015-12-20 Wilfried GoesgensAdd lookup table for message headers instead of doing...
2015-12-20 Wilfried GoesgensImprove documentation:
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-10-29 Wilfried Goesgensmake shure we send a linebreak after the headers.
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-27 Wilfried Goesgensconst!
2015-07-24 Wilfried GoesgensModularise msgbase
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2015-02-17 Wilfried GoesgensSend crashmessage just once per day.
2015-01-01 Wilfried Goesgensproperly abort if we fail to create debug files instead...
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2014-10-27 Wilfried GoesgensAdjust handling of seen events, add debug functions...
2014-02-12 Art CancroMerge branch 'master' into nntp
2014-02-12 Art CancroAdded message-id to the list of fields CtdlOutputMsg...
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2013-12-14 Wilfried Goesgensmsgbase: don't buffer overrun on invalid messages.
2013-12-01 Wilfried GoesgensMSG: another place to replaces chars by enums; secure...
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-15 Wilfried GoesgensMSG: the database returns the buffer size, not the...
2013-11-15 Wilfried GoesgensMSG: we can continue using the strbuf, ommit the wrappe...
2013-11-15 Wilfried GoesgensMSG: free the author
2013-11-15 Wilfried GoesgensMSG: safeguard: terminate the message buffer if we...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-29 Wilfried Goesgensremove unneeded assignment
2013-09-28 Wilfried Goesgenssecure possible NULL-Pointer access in strlen
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
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-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
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 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-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
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-06-08 Wilfried GoesgensLOG: add separating blanks in debug messages.
2013-06-06 Wilfried Goesgensfix buffer overrun by 1
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2013-03-25 Wilfried GoesgensMSG: log if we don't find a requested message in the db
2013-02-25 Wilfried Goesgensmime_download(): missed CC -> CCC in one place.
2013-02-17 Wilfried Goesgensadd utility function to set / replace cm_flield entries.
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-29 Wilfried GoesgensMSG: fix size to copy for message copying
2013-01-26 Wilfried Goesgensmake it const, baby.
2013-01-20 Wilfried GoesgensMSG: fix duplication of messages.
2013-01-20 Wilfried GoesgensAdd function to in-memory duplicate a message.
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
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-08-06 Wilfried GoesgensAdd aide message functionality that uses the UT table...
2012-08-06 Wilfried GoesgensRemove deprecated function.
2012-08-05 Wilfried Goesgensqp_encode_email_addrs(): only backtrace if message...
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
2012-07-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-06-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-06 Art CancroField 'K' is now 'rep2=' in the citadel headers
2012-05-31 Wilfried Goesgenswhen failing by OOM, don't loose any more memory.
2012-05-26 Wilfried Goesgens- dump_message() isn't used anymore; remove it.
2012-05-26 Wilfried GoesgensCtdlOutputMsg(): if we found that the attachment which...
2012-05-26 Wilfried GoesgensAfter checking for NULL-Pointer exit with failure.
2012-05-25 Wilfried Goesgensvalidate_recipients(): just remember the mailtype we...
2012-05-17 Art CancroReverted most of e40ba85133cf6401bda3d6b81a1d144d73d250...
2012-05-05 Wilfried GoesgensLogging: log the number of messages in room with the...
2012-04-29 Wilfried GoesgensLogging: configure message logging
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-20 Wilfried Goesgensfix memleak
2012-03-05 Wilfried GoesgensCtdlSaveMsgPointersInRoom() also call AdjRefCountList...
2012-03-05 Wilfried GoesgensAdjRefCountList(): we de/increase the refcount of a...
2012-03-05 Wilfried GoesgensCtdlDeleteMessages(): deploy smarter logic to check...
next