citadel.git
2023-12-20 Art CancroI really like template literals.
2023-12-20 Art CancroTuned up the CSS on more banner buttons
2023-12-19 Art CancroMake the font sizes less cartoonish at extreme viewport...
2023-12-18 Art CancroWhen forwarding an email, pre-load its attachments.
2023-12-18 Art Cancroserv_smtpclient.c: style cleanup
2023-12-14 Art Cancroupload.c: completed the code to reload attachments.
2023-12-14 Art Cancroview_mail.js: don't list attachments in a quote or...
2023-12-13 Art Cancroupload.c: skeleton code for load_attachments_from_message()
2023-12-13 Art Cancrouploads.c: made the syslog less verbose
2023-12-13 Art Cancroview_mail.js: more improvements to mail forwarding
2023-12-13 Art CancroKeep the "Attachments:" button updated.
2023-12-13 Art Cancro"Number of attachments" div name is now variable.
2023-12-07 Art Cancroview_mail.js: remove upload from local array when deleted.
2023-12-07 Art Cancroview_mail.js: removed the is_quoted parameter.
2023-12-06 Art Cancroview_mail.js: fixed handling of references field
2023-11-30 Art CancroConverting recipient arrays to recipient strings:
2023-11-30 Art Cancrodatabaselayout.md: updated to remove networking
2023-11-29 Art CancroFixing the parameters sent to the mail composer.
2023-11-29 Art Cancroview_mail.js: make the Forward button appear.
2023-11-29 Art Cancro"make cc/bcc visible" now makes BOTH visible.
2023-11-27 Art Cancroserv_extensions.c: style cleanup from 30,000 feet
2023-11-21 Art CancroFocus on "To:" for new messages, body for replies.
2023-11-21 Art Cancromail view: focus the cursor in the correct place when...
2023-11-21 Art CancroRestored the gap before the "Hi From Stu" sound.
2023-11-21 Art CancroOnly attempt to insert quote when replying to mail.
2023-11-21 Art CancroRemoved temporary diagnostic output
2023-11-21 Art Cancroupload.js: when removing an attachment, delete the div
2023-11-19 Art CancroWhen a mail compose is canceled, flush all uploads.
2023-11-09 Art Cancroupload.js: moved the delete-an-attachment skeleton...
2023-11-06 Art CancroFixed the MIME boundary after the message text.
2023-11-06 Art CancroQuoted-printable encode HTML messages on the WebCit...
2023-11-06 Art Cancrowebcit-ng: fixed the way HTTP uploads are fed into...
2023-11-06 Art Cancroconsidering nuclear weapons
2023-11-06 Art CancroLooks like I need to remove some optimization cancer...
2023-11-06 Art CancroProgress on upload
2023-11-03 Art Cancroroom_functions.c: remove diagnostic hex dump of recipie...
2023-11-03 Art Cancrojson.c: encode JSON strings the correct way (RFC 7159...
2023-11-03 Art CancroWar on old style continues.
2023-10-30 Art Cancrostringbuf.c: chipped away at style modernization
2023-10-30 Art Cancrovcard.c: style cleanup
2023-10-27 Art CancroChanged some C89 style comments to C99 style.
2023-10-27 Art Cancroremoved an unused function
2023-10-21 Art CancroSaving my place.
2023-10-16 Art Cancroloadtest: counters row offset from banner is definable
2023-10-16 Art Cancroloadtest: counter position is now derived from thread...
2023-10-16 Art Cancroloadtest: paint the screen in a separate pass
2023-10-16 Art Cancrotried some random cosmetic stuff and removed it
2023-10-16 Art CancroRevert "loadtest: change display"
2023-10-16 Art Cancroloadtest: change display
2023-10-13 Art Cancroserver/housekeeping.c: fix a small compiler warning
2023-10-13 Art CancroMore progress on attaching attachments
2023-10-11 Art Cancromessages.c: inching towards saving the attachments
2023-10-11 Art CancroDon't try to destroy the upload window if it doesn...
2023-10-11 Art CancroGot multipart/mixed being transmitted
2023-10-11 Art Cancrodeactivate_uploads() hides the window.
2023-10-11 Art Cancrobroken: attachments window cannot be a child of the...
2023-10-11 Art Cancroupload: reduce attachment identifiers to 9 characters.
2023-10-10 Art Cancromove struct uploaded_file to webcit.h
2023-10-06 Art Cancroloadtest: small file cleanup
2023-10-06 Art Cancroupload DELETE method
2023-10-06 Art CancroVarious operations in the /ctdl/p/ hierarchy to handle...
2023-10-04 Art Cancro❌ marks the spot
2023-10-04 rootuploads
2023-10-04 rootupload.c: hold uploads in temporary file handles
2023-10-03 Art Cancroupload: change REST path from /ctdl/a/upload/ to /ctdl/p/
2023-10-03 Art Cancroapi.txt: updated
2023-10-03 Art Cancrolibcitadel/configure.in: renamed to configure.ac
2023-09-30 Art Cancroupload.c: rename "tempfilename" to "ref"
2023-09-30 Art Cancroupload.js: moved these functions into own file.
2023-09-30 Art Cancroarray.c: minor changes to comments
2023-09-29 Art CancroRelease version 996 generated by do-release.sh v996
2023-09-29 Art CancroAdditional checks to keep zero-length messages from...
2023-09-27 Art Cancrouploads: return uploaded file info to caller
2023-09-27 Art Cancroupload.c: more progress on returning values
2023-09-27 Art Cancrodo not require autoconf 2.71 wtf
2023-09-27 Art CancroRelease version 995 generated by do-release.sh v995
2023-09-27 Art Cancroserv_fulltext: don't try to index a null message
2023-09-27 Art Cancrotextclient: makefile no longer leaves behind test compiles
2023-09-27 Art Cancroupload.c: write uploaded data to a temp file
2023-09-26 Art Cancroview_mail.js: throbber and "Processing dropped files...
2023-09-26 Art Cancroview_mail.js: make the function names more consistent...
2023-09-26 Art CancroSimplify the upload dialog.
2023-09-26 Art Cancroview_mail.js: move upload dialog from ctdl_big_modal...
2023-09-26 Art Cancroupload.c: stub function for accepting uploads
2023-09-25 Art Cancroview_mail.js: more progress on upload dialog
2023-09-24 Art CancroImproving my template-literal-fu
2023-09-24 Art Cancroview_mail.js: convert ugly syntax to heredocs
2023-09-24 Art CancroClose attachments window on Cancel
2023-09-23 Art Cancroview_mail.js: show/hide attachments screen, added title...
2023-09-23 Art Cancroloadtest: use a random password
2023-09-19 Art CancroAttachment download links target to _blank
2023-09-19 Art CancroAttachments now download with the appropriate filename.
2023-09-19 Art Cancroview_mail.js: better display of attachment links; attac...
2023-09-19 Art CancroWhere gettimeofday() is required, include both time...
2023-09-18 Art Cancroremoved some verbage, but really a git test
2023-09-18 Art CancroAdditional memory allocated since startup: %d bytes...
2023-09-18 Art CancroWrite server PID to citadel.lock in addition to locking it.
2023-09-18 Art CancroFixed build failure induced by the new version of autoconf.
2023-09-17 Art CancroI have no words to describe the fuckery I am trying...
2023-09-16 Art CancroSanitize better. "&" is handled before "<" and ">...
next