citadel.git
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 CancroUpdated the comments in do-release.sh
2021-11-29 Art CancroAnother win for short circuit evaluation
2021-11-29 Art CancroMade the RBL evaluation conditional cleaner by assuming...
2021-11-26 Art Cancromake a note that we have to retain the reply message...
2021-11-26 Art CancroCapture the new message number from the etag of the...
2021-11-26 Art CancroLink entry in the editor now works. The example code...
2021-11-25 Art Cancrobold, italic, and list buttons now work.
2021-11-24 Art Cancrosplit utility function out into a separate util.js
2021-11-24 Art CancroPlaced the bold/italic/list/link buttons in the editor...
2021-11-24 Art CancroPrettied up the qp encoder function a bit.
2021-11-24 Art CancroPost messages in quoted-printable instead of base64...
2021-11-24 Art CancroSave messages as multipart/mixed with the HTML componen...
2021-11-24 Art CancroRevert previous commit because it didn't work. Further...
2021-11-24 Art CancroPermit the Content-Transfer-Encoding: header to be...
2021-11-24 Art CancroMoved the remaining else blocks
2021-11-24 Art CancroHandle posting errors a little more elegantly.
2021-11-24 Art CancroDetect whether the save operation succeeded by checking...
2021-11-23 Art CancroWow! Posting a message to the server worked on the...
2021-11-23 Art CancroGot it working, now it's pretty
2021-11-23 Art Cancrocontent editable window with focus and cursor
2021-11-23 Art CancroFixed the vertical float issue by specifying the height...
2021-11-21 Art Cancrohow about that scroll?
2021-11-20 Art CancroHot damn! I just discovered scrollIntoView()
2021-11-18 Art Cancrosave/cancel
2021-11-18 Art Cancroreplybox adornments
2021-11-18 Art Cancro more work on the reply box
2021-11-18 Art CancroIntermediate commit: open a new div beneath the existin...
2021-11-17 Art Cancrofujobi
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-11-14 Art CancroRemoved the 'old threaded view save for reference'...
2021-11-14 Art Cancroincreased the margin around the message reading boxes
2021-11-06 Art Cancronotes
2021-11-06 Art CancroSplit the forum view into a separate .js file. We...
2021-11-06 Art Cancronip and tuck
2021-11-06 Art CancroReply/ReplyAll/Delete buttons are pretty now
2021-11-05 Art CancroThe buttons now look like buttons, the reply button...
2021-11-05 Art CancroWhen sending MSGS commands, unescape the command being...
2021-11-05 Art CancroTinkering with the headers some more
2021-11-05 Art CancroAdded CSS style for the Loading Messages, Older Posts...
2021-11-01 Art CancroDisplay the subject line -- only if present
2021-10-30 Art CancroAdd subject to json output
2021-10-30 Art CancroTuned up the CSS for message board view. It looks...
2021-10-30 Art CancroUse overflow:hidden style to keep the user avatar photo...
2021-10-25 Art CancroChanging signal handlers to the correct type eliminates...
2021-10-25 Art CancroSuppress format-truncation warnings because they are...
2021-10-21 Art CancroPoking around in the text client to determine whether...
2021-10-16 Art CancroFinished converting all the comments in webcit-ng to...
2021-10-16 Art Cancrobackslashes are fun
2021-09-28 Art CancroPut the site name and room name in the top header bar
2021-09-28 Art CancroTweaked the CSS on the forum view. Gave it a little...
2021-09-28 Art Cancromore boring style cleanup
2021-09-27 Art CancroDid a little more style updating. Realized that I...
2021-09-27 Art CancroAdded -Wno-format-truncation to the CFLAGS to make...
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 CancroFixed some rendering problems in webcit that resulted...
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 CancroFinished the WebCit screen for the Global Alias Table.
2021-09-06 Art CancroWhen a client of any protocol handler sends a command...
2021-09-04 Art Cancrodo_generic now supports a return_to variable, so it...
2021-09-03 Art CancroCtdlPutSysConfig() don't delete the old copy of the...
2021-09-03 Art CancroMoved the global email aliases editing screen to its...
2021-08-25 Art Cancroanother trivial commit to test builds
2021-08-25 Art CancroTrivial commit to test automated builds
2021-08-14 Art CancroAdditional work on the alias table. This is taking...
2021-08-13 Art CancroFine tuning the design pattern
2021-08-13 Art Cancromade it async using fetch/await
2021-08-13 Art CancroSkeleton code for the Global Email Aliases tab. To...
2021-08-12 Art CancroRemoved the WebCit tab for 'push email' since the serve...
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-05 Art CancroAbandoned the AppImage
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 CancroAdded a delete element method to the array class in...
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...
next