]> code.citadel.org Git - citadel.git/history - citadel
"visit" is now "struct visit" again.
[citadel.git] / citadel /
2023-02-14 Art Cancro"visit" is now "struct visit" again.
2023-02-14 Art Cancrocleaned up 32
2023-02-14 Art Cancroreorganize the comments meow
2023-02-14 Art Cancroupdated .gitignore
2023-02-14 Art CancroExperimental utility ctdl3264 for database conversion...
2023-02-12 Art Cancromoved more defs from server.h to citadel_defs.h
2023-02-12 Art Cancromove stuff around
2023-02-12 Art Cancrocitadel.h is now citadel_defs.h
2023-02-11 Art CancroMoved from citadel.h to server.h
2023-02-11 Art CancroMoved from citadel.h to server.h
2023-02-11 Art CancroRemoved references to as opposed to
2023-02-11 Art CancroRemoved references to as opposed to
2023-02-11 Art Cancromoved from citadel.h to server.h
2023-02-11 Art Cancroserver/control.c : style update
2023-02-08 Art CancroMost outgoing email will now be delivered the moment...
2023-02-08 Art Cancrokeep track of last_queue_job_submitted
2023-02-08 Art Cancrogive the smtp job queue an ability to do a quick or...
2023-02-08 Art CancroKeep track of last queue message processed
2023-02-08 Art Cancroonly throw a warning if housekeeping has not run in...
2023-02-08 Art Cancroquick spacing fix
2023-02-08 Art CancroEVT_ hook numbers are now an enum
2023-02-07 Art CancroEVT_ types can certainly be enum now because there...
2023-02-07 Art Cancroserver.h began style c leanup
2023-02-07 Art Cancrocomment change
2023-02-07 Art CancroWrap SMTP Client concurrency check in a mutex
2023-02-07 Art CancroRemoved S_ mutex types no longer in use
2023-02-07 Art Cancromade a couple of things more readable
2023-01-31 Art Cancroserv_smtpclient: queue now uses libcitadel Array type
2023-01-31 Art CancroSome of the included doc files were already close to...
2023-01-24 Art Cancrodon't double-close the client socket
2023-01-06 Art CancroRSS feed reader now QP-Encodes message text.
2023-01-06 Art CancroRename StrBufRFC2047encodeMessage() to StrBufQuotedPrin...
2023-01-06 Art Cancrocitadel.lock added to .gitignore and removed from git
2023-01-05 Art CancroBring back just our changes, revert accidental removal...
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2023-01-02 Art CancroCopyright notices updated to 2023
2022-12-28 Art CancroRemove color from syslog messages
2022-12-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-12-22 Art Cancroserv_openid_rp.c : style cleanup
2022-12-22 Art Cancroserv_pop3client.c: style cleanup
2022-12-17 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-12-17 Art Cancro.gitignore core files
2022-12-16 Art Cancrobuild mods
2022-12-15 Art Cancromodernize serv_spam.c
2022-12-15 Art CancroExit cleanly if citserver is running with a version...
2022-12-13 Art CancroRelease version 972 generated by do-release.sh v972
2022-12-13 Art CancroRelease version 971 generated by do-release.sh v971
2022-12-13 Art CancroRelease version 970 generated by do-release.sh v970
2022-12-13 Art CancroRelease version 969 generated by do-release.sh v969
2022-12-13 Art CancroRelease version 968 generated by do-release.sh v968
2022-12-13 Art CancroRelease version 967 generated by do-release.sh v967
2022-12-13 Art CancroRelease version 966 generated by do-release.sh v966
2022-12-13 Art CancroRelease version 965 generated by do-release.sh v965
2022-12-12 Art CancroRelease version 964 generated by do-release.sh v964
2022-12-12 Art CancroRelease version 963 generated by do-release.sh v963
2022-12-11 Art CancroRelease version 962 generated by do-release.sh v962
2022-12-11 Art CancroRelease version 961 generated by do-release.sh v961
2022-12-11 Art CancroRelease version 960 generated by do-release.sh v960
2022-12-11 Art Cancroimap_store.c style update
2022-12-09 Art CancroWhen BDB issues a 'panic' message, call cdb_abort(...
2022-12-07 Art CancroMarc Crispin is dead so he can't make IMAP any more...
2022-12-03 Art CancroGoto/Skip/Ungoto disappear when not in forum view
2022-11-23 Art CancroGOTO no longer counts newly arrived mail in the inbox...
2022-11-23 Art Cancrobiff was here
2022-11-23 Art CancroChange CCC to CC in serv_rooms.c
2022-11-19 Art Cancrostriplt() is now string_trim()
2022-11-11 Art CancroRelease version 959 generated by do-release.sh v959
2022-11-02 Art CancroRemoved support for ...bang!paths and user%node1@node2...
2022-10-18 Art Cancrotest commit
2022-09-22 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-09-21 Art CancroAdded a new parameter to html_to_ascii() to let it...
2022-09-17 Art CancroRelease version 958 generated by do-release.sh v958
2022-09-16 Art Cancrotext client: if the 'who am i' command is used to popul...
2022-09-16 Art CancroStyle update to server/modules/ctdlproto/serv_file.c
2022-08-31 Art CancroUse spaces in api.txt
2022-08-27 Art CancroUnwrapped some old 80-column code
2022-08-01 Art CancroIn the online users list, display partially logged...
2022-07-20 Art CancroBUILD_ID is now the output of "git describe" , falling...
2022-07-10 Art CancroConvert RFC2047-encoded strings to UTF8 before display
2022-07-10 Art Cancroutf8ify_rfc822_string() is in libcitadel now
2022-07-06 Art CancroDefine the citserver BUILD_ID as a five digit number...
2022-07-01 Art CancroI can't see the screen with my sunglasses on
2022-06-28 Art CancroRemoved more old artifacts from autoconf's reign of...
2022-06-27 Art CancroRemoved close_masters() because it was completely redun...
2022-06-27 Art CancroNothing to see here, move along
2022-06-25 Art CancroRemoved the comments about not needing to block on...
2022-06-25 Art CancroMostly just changes to make the code more readable...
2022-06-25 Art CancroThe unused messages in setup.c are now in an unused...
2022-06-21 Art CancroRemoved support for Solaris, which has been dead for...
2022-06-20 Art CancroI was today years old when I learned that the "thunderi...
2022-06-15 Art CancroRelease version 957 generated by do-release.sh v957
2022-06-15 Art CancroRemoved some more portability hacks that were made...
2022-06-15 Art CancroHandle system accounts differently in auto purger
2022-06-14 Art CancroNice color modes in setup
2022-06-14 Art Cancroconfigure (in Citadel Server) - don't accept "--prefix...
2022-06-14 Art CancroCtdlEncodeBase64() - only add linebreaks if told to...
2022-06-13 Art CancroRelease version 956 generated by do-release.sh v956
2022-06-13 Art CancroRelease version 955 generated by do-release.sh v955
2022-06-13 Art CancroRelease version 954 generated by do-release.sh v954
next