Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / msgbase.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-05-30 Art Cancroremoved some debugs
2022-05-21 Art CancroCommitting all of my little comment syntax changes...
2022-05-18 Art CancroRemoved traces after realizing that I was hitting confi...
2022-05-17 Art CancroTemporarily added some debugs and an assert() statement...
2022-05-17 Art CancroFound another vestige of ignet to remove
2022-01-05 Art CancroWhen checking to see whether we have to rebind a new...
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2021-08-01 Art CancroCtdlGetSysConfig() and CtdlPutSysConfig() now have...
2021-03-09 Art Cancroformatting
2021-03-08 Art CancroMy current love affair is with C++ style comments....
2021-03-08 Art CancroWhen exporting a message, write to the client 10 KB...
2021-02-21 Art CancroFixed an omitted 'break' statement in RFC822 output...
2021-02-14 Art CancroFor messages delivered to a mailing list, add the room...
2021-02-05 Art Cancrosyntax cleanup internet_addressing.c
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-30 Art Cancrodon't run this, it's broken
2021-01-07 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2021-01-03 Art CancroXMPP Mortuary blocks are now tagged with the user they...
2020-12-14 Art CancroThe server now uses its own knowledge of local domains...
2020-12-14 Art CancroReverted my work on the 'originated locally' field...
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-12-14 Art CancroThe 'N' (Node) field in the message database has been...
2020-11-22 Art Cancromeaningless shuffle of parentheses
2020-11-15 Art CancroFixed an edge case that could crash the server from...
2020-11-15 Art Cancromsgbase.c: some of the field conversion buffer fields...
2020-11-10 Art CancroMake use of the functionality provided in the preceding...
2020-11-10 Art CancroCM_SetField() and CM_SetAsField() now accept -1 as...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-16 Art CancroHandling is now to the point where user accounts requir...
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2019-12-07 Art CancroApplied patch sent by Vijay Kumar to correct SMTP dot...
2019-09-12 Art CancroRemoved md5.c and md5.h because the APOP implementation...
2018-11-23 Art CancroSuppress 'message 0 appears to be corrupted' log messages
2018-09-17 Art Cancrohtml_to_ascii() , removed unused option do_citaformat
2018-09-03 Art CancroAdjRefCount() now runs synchronously, eliminating the...
2018-08-24 Art Cancromsgbase.c style cleanup
2018-08-24 Art Cancrostruct MetaData has an unused member "mimetype" that...
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
next