citadel.git
2021-01-31 Art Cancroctdlmigrate now uses the new directory semantics
2021-01-31 Art Cancrocitmail now uses the new directory semantics
2021-01-31 Art Cancrosetup now uses the new directory semantics
2021-01-31 Art Cancrosendcommand now uses the new directory semantics
2021-01-31 Art CancroAll of the old network modules are now completely gone...
2021-01-31 Art Cancroholy crap there is some old cruft in here I have to...
2021-01-31 Art Cancropop3 retrieval working again
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2021-01-30 Art Cancrowar on lfhs continues ... what a mess
2021-01-30 Art Cancrodon't run this, it's broken
2021-01-27 Art Cancrowar on lhfs
2021-01-27 Art CancroOfficially declare war on LHFS
2021-01-26 Art Cancroulimit -c unlimited
2021-01-26 Art Cancromore diagnostics
2021-01-26 Art Cancrolook at me , i am a build monkey , see what I can type
2021-01-26 Art CancroMoved most of the command line logic to the shell script
2021-01-25 Art Cancrocompatibility tests
2021-01-25 Art Cancro-c option to citserver to only check for binary compati...
2021-01-25 Art Cancromore appimage stuff related to installation
2021-01-25 Art Cancroworking on the options
2021-01-24 Art Cancroctdlvisor is now more sensible about how it stops its...
2021-01-24 Art Cancrotroubleshooting the appimage
2021-01-24 Art Cancrocleanup
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2021-01-24 Art CancroEliminated all destructor hooks. The operating system...
2021-01-23 Art CancroMore work on the appimage
2021-01-23 Art CancroRemoved an old debugging harness
2021-01-23 Art CancroBuild citadel server and webcit in temp directories...
2021-01-19 Art CancroMore fine tuning of the AppImage
2021-01-13 Art CancroUpdate config.guess and config.sub. Fix chdir() and...
2021-01-11 Art Cancrotrying to figure out why webcit doesn't chdir properly...
2021-01-11 Art Cancroadd readme
2021-01-07 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2021-01-07 Art CancroRemove install directories after build
2021-01-07 Art Cancroappimage supervisor is functionally complete
2021-01-07 Art CancroMoved the appimage project into the main tree
2021-01-03 Art CancroXMPP Mortuary blocks are now tagged with the user they...
2021-01-02 Art CancroRemoved calls to chdir() from citserver. Not needed...
2021-01-02 Art CancroRemoved chdir() from setup.c - this program requires...
2020-12-31 Art CancroRemoved a test in html2html() that would cause it to...
2020-12-31 Art CancroMore distancing of our project from Richard Marx Stallm...
2020-12-27 Art CancroMoved the defunct server-side renderer into another...
2020-12-27 Art CancroFixed mini_2047_decode() in textclient. It ... actuall...
2020-12-27 Art Cancromore sorting out of the headers
2020-12-27 Art Cancromore sorting out of the headers
2020-12-26 Art Cancromore style cleanup ... ugh
2020-12-26 Art Cancrothe dreaded style cleanup
2020-12-26 Art CancroNo more XHR in views.js
2020-12-26 Art CancroReplaced all XHR in main.js with fetch/await
2020-12-26 Art CancroRichard Stallman is a communist and an asshole.
2020-12-26 Art CancroRewrote ctdl_startup() using fetch/await
2020-12-26 Art CancroRewrote ctdl_startup() using fetch/await
2020-12-23 Art Cancromore of that
2020-12-23 Art Cancrofixed error: 'for' loop initial declarations are only...
2020-12-14 Art CancroWebCit now handles the 'local message' flag correctly.
2020-12-14 Art CancroHandle display of local and nonlocal messages correctly...
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-12-13 Art CancroChanged the display logic for message author. New...
2020-12-12 Art CancroRemoved 'node' and 'hnode' items from the templates.
2020-12-12 Art Cancromissed a few
2020-12-12 Art CancroRemoved from WebCit Classic all code which handles...
2020-12-10 Art CancroIn the text client - fixed the logic for determining...
2020-12-10 Art CancroUgh. The sloppiness of the code in the text client...
2020-12-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2020-12-06 Art Cancrofix to auto generated messages from inbox handler
2020-12-06 Art CancroRemoved extra references to thread keys that are not...
2020-12-02 rootinput type="date" here will allow datepicker.js to...
2020-11-29 Art CancroWhen comparing the sender, compare both the name and...
2020-11-28 Art CancroJust a little bit less debug logging
2020-11-28 Art CancroSend a hash of an auto-response to the use table. ...
2020-11-28 Art CancroImplemented the 'vacation' action
2020-11-28 Art CancroRecord the 'last message processed' in the user record...
2020-11-28 Art CancroNew field in user record "lastproc_inboxrules" which...
2020-11-28 Art CancroRemoved unused RSEN server command
2020-11-27 Art CancroThis may be the completion of the rewrite bits. Need...
2020-11-25 Art Cancroinbox_do_reject() does not need to return a value,...
2020-11-24 Art Cancrocompleted the 'redirect' action
2020-11-23 Art CancroThere is no tabs vs. spaces debate. There are only...
2020-11-23 Art CancroCompleted the 'fileinto' action
2020-11-22 Art CancroAction functions will return a keep or delete instruction
2020-11-22 Art CancroWhen appropriate, delete the message from the inbox...
2020-11-22 Art Cancromeaningless shuffle of parentheses
2020-11-22 Art CancroDecided not to attempt normalizing the parameters to...
2020-11-22 Art CancroCompleted the code for the 'reject' action
2020-11-21 Art CancroImplemented keep_message flag to determine whether...
2020-11-20 Art Cancrofleshed out the actions in pseudocode
2020-11-20 Art CancroImplemented the 'stop' final action
2020-11-19 Art CancroField comparison code is functionally complete
2020-11-16 Art Cancrofilled out some of the field comparison code
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-15 Art Cancroserv_rssclient.c: RFC2047-encode fields where needed
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-10-27 Art Cancrowar on BSD style curly braces
2020-10-21 Art CancroRemoved BSD style curly braces from serv_expire.c and...
2020-10-21 Art Cancromore inbox filter testing, and yes the build is still...
next