]> code.citadel.org Git - citadel.git/history - citadel
Release version 942 generated by do-release.sh
[citadel.git] / citadel /
2021-12-27 Art CancroRelease version 942 generated by do-release.sh
2021-12-27 Art CancroCitadel Server and WebCit (classic) now both reload...
2021-12-21 Art CancroRemoved more legacy cruft no longer needed when OpenSSL...
2021-12-20 Art CancroOpenSSL no longer requires thread locking callbacks...
2021-12-19 Art CancroRemoved SSL cleanup function. Let the operating system...
2021-12-19 Art Cancroserv_pop3.c: updated to latest style guidelines
2021-12-09 Art CancroWhen delivering mail from a mailing list room, it is...
2021-11-29 Art CancroChanged the reject message to be identical to the one...
2021-11-29 Art CancroRelease version 941 generated by do-release.sh v941
2021-11-29 Art CancroMail to a mailing list room must be from a subscriber...
2021-11-29 Art CancroCleaned up another set of conditionals in the SMTP...
2021-11-29 Art CancroAnother win for short circuit evaluation
2021-11-29 Art CancroMade the RBL evaluation conditional cleaner by assuming...
2021-11-15 Art CancroRelease version 940 generated by do-release.sh v940
2021-11-15 Art CancroRemoved the remaining code where LDAP was optional.
2021-09-28 Art Cancromore boring style cleanup
2021-09-22 Art CancroRelease version 939 generated by do-release.sh v939
2021-09-22 rootFixed a bug in the new aliasing code that broke mail...
2021-09-09 Art CancroRelease version 938 generated by do-release.sh
2021-09-09 Art CancroRelease version 937 generated by do-release.sh
2021-09-09 Art CancroRelease version 936 generated by do-release.sh
2021-09-09 Art CancroRelease version 935 generated by do-release.sh
2021-09-09 Art CancroRelease version 934 generated by do-release.sh
2021-09-09 Art CancroRelease version 933 generated by do-release.sh
2021-09-09 Art Cancrovalidate_recipients() now strips out duplicate recipien...
2021-09-09 Art CancroNow it also works when receiving messages over SMTP...
2021-09-08 Art CancroI got the bug to stop biting me, and even made the...
2021-09-08 Art CancroSaving my place while we try something...
2021-09-08 Art CancroWell, it doesn't crash anymore, but it also doesn't...
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2021-09-06 Art CancroWhen a client of any protocol handler sends a command...
2021-09-03 Art CancroCtdlPutSysConfig() don't delete the old copy of the...
2021-08-25 Art CancroTrivial commit to test automated builds
2021-08-10 Art CancroRemoved a bit of diagnostic code no longer needed
2021-08-08 Art CancroRemove APPDIR support in database_cleanup.sh
2021-08-03 Art CancroThis completes the server portion of the Global Alias...
2021-08-03 Art CancroInitial version of global alias table is in place....
2021-08-01 Art CancroCONF LOADVAL and CONF STOREVAL are deprecated and proba...
2021-08-01 Art CancroCtdlGetSysConfig() and CtdlPutSysConfig() now have...
2021-07-31 Art Cancromisc cleanup
2021-07-31 Art CancroThe overhaul of recipient parsing code is complete...
2021-07-30 Art CancroSlightly better logic for preventing endless aliasing...
2021-07-29 Art CancroDo not expand aliases once we get past the original...
2021-07-28 Art CancroExpansion of aliases is working. Still need to restore...
2021-07-24 Art CancroReworked validate_recipients() and expand_aliases(...
2021-07-18 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2021-07-18 Art CancroA bit of prep work to bring back the global alias table...
2021-06-14 Art CancroRelease version 932 generated by do-release.sh
2021-06-12 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2021-06-05 Art Cancro2021-06-02 03:45 from jmb100770
2021-06-04 Art Cancrorandom boilerplate
2021-05-26 Art Cancrohere have code
2021-05-19 Art CancroToying around with more boilerplate. Epstein didn...
2021-05-08 Art CancroRemoved the backtrace stuff. It wasn't producing trace...
2021-05-02 Art CancroNew server option -b to specify the name of a file...
2021-05-02 Art CancroDisplay stack trace on caught signal. Also do this...
2021-04-25 Art CancroFixed .Help SUMMARY
2021-04-23 Art CancroRemoved exit code definitions that are no longer used
2021-04-13 Art CancroRemoved help text in database_cleanup.sh which suggeste...
2021-04-01 Art CancroAdded 'database_cleanup' to the AppImage
2021-04-01 Art CancroRemoved the comments about RMS being an asshole communi...
2021-03-30 Art Cancroupdated database_cleanup.sh
2021-03-30 Art CancroVarious changes to appimage. Removed some old docs.
2021-03-09 rootThis wraps up the ctdlmigrate fixes.
2021-03-09 Art Cancroformatting
2021-03-08 Art CancroMy current love affair is with C++ style comments....
2021-03-08 Art CancroLarge migrations over SSH continue failing despite...
2021-03-08 Art CancroFixed an incorrect box drawing character
2021-03-08 Art CancroWhen exporting a message, write to the client 10 KB...
2021-03-08 Art Cancroctdlmigrate: use libreadline for prompts
2021-03-06 Art CancroSimplified disable_housekeeping
2021-03-06 Art Cancroctdlmigrate: exit cleanly when a signal is received...
2021-03-06 Art Cancrofix a c99 compile bug
2021-03-05 Art CancroAdded a comma after each msgnum exported. The parser...
2021-03-04 Art CancroPolishing up ctdlmigrate with lots of ANSI color and...
2021-03-04 Art Cancroctdlmigrate: changed flow of program to avoid gotos...
2021-03-04 Art Cancromove braces
2021-03-04 Art Cancroctdlmigrate now uses a direct socket connection to...
2021-03-03 Art Cancroregretting my brief fling with BSD style braces
2021-03-03 Art Cancroremoved StartLibCitadel()
2021-03-03 Art Cancromoved utils directory files into the root
2021-03-03 Art Cancroremove_any_whitespace_to_the_left_or_right_of_at_symbol...
2021-03-02 Art CancroIn the XML export, move the 100% progress tag inside...
2021-02-21 Art CancroFixed an omitted 'break' statement in RFC822 output...
2021-02-20 Art CancroRenamed SUBS command to LSUB and changed its parameters...
2021-02-16 Art CancroGenerate subscription/unsubscription confirmation emails
2021-02-16 Art Cancrostuff
2021-02-16 Art Cancromore work on listsub
2021-02-16 Art Cancrogetmx() now uses our array class
2021-02-14 Art CancroDelivery of messages to mailing list recipients is...
2021-02-14 Art CancroFor messages delivered to a mailing list, add the room...
2021-02-11 Art Cancro/* We used to wait for all threads to exit. Fuck that...
2021-02-10 Art CancroWrite lastsent back to netconfig after sending list...
2021-02-10 Art CancroFilter out zero-length MX records
2021-02-10 Art CancroFixed a bug in the startup sanity checks. When it...
2021-02-09 Art CancroUse the new elastic array class to queue the list of...
2021-02-09 Art CancroAdded an elastic string buffer class to libcitadel...
2021-02-07 Art CancroRemoved the register/callback stuff from serv_smtp...
2021-02-05 Art Cancrofixed a spelling error
2021-02-05 Art CancroWhen I don't have the time or focus to deep code, I...
next