citadel.git
2024-01-29 Art CancroRelease version 997 generated by do-release.sh v997
2024-01-29 Art CancroIndent with tabs, as God intended.
2024-01-29 Art Cancrodatabaselayout.md: added code blocks
2024-01-29 Art Cancrobinaries.txt: converted to markdown
2024-01-29 Art CancroCodified plans for world domination
2024-01-29 Art CancroChanged the BIGMSGS semantics.
2024-01-27 Art Cancroloadtest: default threads now 10
2024-01-27 Art Cancroloadtest: added ops/sec meter
2024-01-26 Art CancroAssert that eMessageText MUST be serialized last.
2024-01-26 Art CancroCtdlSerializeMessage() now returns struct smr_ret
2024-01-25 Art CancroRearranging code to prepare for multiple REPORT types
2024-01-25 Art Cancroremove leading/trailing whitespace from hrefs
2024-01-24 Art CancroNoodling on calendar query commands.
2024-01-24 Art CancroMade our cproto output even more beautiful
2024-01-24 Art CancroBegan refactoring CALDAV REPORT flow of control.
2024-01-24 Art CancroDon't bother reading this commit.
2024-01-23 Art CancroBlockquotes are now rendered to console as dim instead...
2024-01-20 Art CancroNew config option: set smtp_advertise_starttls to nonze...
2024-01-14 Art Cancroupdated description
2024-01-10 Art Cancromove calendar prototypes around, add more with cproto
2024-01-08 Art CancroExperimenting with the code layout for calendar report...
2024-01-08 Art CancroDon't log each table open/close, just the whole operation
2024-01-08 Art CancroSTART_CHAT_MODE is renamed to SEND_THEN_RECV
2024-01-06 Art CancroThe damn thing finished. Let's see what it did.
2024-01-05 Art CancroStill waiting for the computer. Or rather, for other...
2024-01-05 Art CancroStill waiting...
2024-01-05 Art CancroThis time I'm waiting for the computer.
2024-01-05 Art CancroCan you tell I'm REALLY avoiding another task right...
2024-01-05 Art CancroThe little LEDs on the NanoPi blink when there is activity.
2024-01-05 Art CancroThat about wraps it up for serv_calendar.c
2024-01-05 Art CancroContinuing the war against C89-style comments
2024-01-05 Art Cancroserv_calendar.c: more formatting changes
2024-01-04 Art Cancrodammit, learn to spell
2024-01-04 Art Cancroserv_calendar.c: basically reformatting for modern...
2024-01-04 Art Cancroserv_calendar.c: basically reformatting for modern...
2024-01-04 Art CancroEnd support for libical <2.0
2024-01-04 Art CancroWondering how we ever got by with narrow terminals
2024-01-03 Art Cancroclarify terms in license
2024-01-03 Art Cancrodumploadtest.sh: added an exit 0 to the top of the...
2024-01-03 Art CancroIn case you haven't figured it out yet...
2024-01-03 Art CancroGrammar change in the license declaration.
2024-01-03 Art Cancrostyle cleanup
2024-01-03 Art CancroMore C99-style comments.
2024-01-02 Art CancroThe sooner we can put webcit-classic out to pasture...
2024-01-02 Art Cancroserv_func.c: simplify IDEN command
2024-01-02 Art CancroUtilities displaying a color banner now use line drawin...
2024-01-02 Art Cancrocontext.c: last_purge is local to dead_session_purge()
2024-01-02 Art CancroChanges to server session timeouts.
2024-01-02 Art CancroIt is the current year. (c)-2024
2024-01-02 Art CancroRemove sock_close and sock_shutdown 'portability' defs.
2023-12-31 Art CancroRemoved the dev_code, cli_code, and rev_level fields...
2023-12-31 Art Cancroserv_session.c: style update
2023-12-27 Art CancroStarting to bring over calendar server code from webcit...
2023-12-27 Art Cancroview_calendar.js: finalized a fetch design pattern
2023-12-27 Art Cancrocalendar_view.c (from webcit-classic) : clean up
2023-12-22 Art CancroWorked out the syntax for requesting a calendar range
2023-12-22 Art Cancromoar skeleton
2023-12-22 Art Cancrowebcit.h: regenerated function prototypes using cproto
2023-12-22 Art Cancrocalendar_functions.c: added skeleton
2023-12-22 Art Cancroroom_functions.c: get_msglist() now returns Array
2023-12-22 Art CancroChanged the arrangement of bytes in the universe
2023-12-21 Art CancroUpdated copyright date in files where git blame shows...
2023-12-20 Art CancroAdded stub renderers for Calendar and Contacts rooms
2023-12-20 Art Cancroviews.js: convert strings to template literals
2023-12-20 Art CancroFound a place where 1TBS was not used, and fixed it.
2023-12-20 Art CancroMore template literals.
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...
next