citadel.git
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 ">...
2023-09-16 Art CancroRelease version 994 generated by do-release.sh v994
2023-09-16 Art Cancrowebcit: sanitize instant messages against XSS type...
2023-09-15 Art CancroObsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
2023-09-15 Art Cancrocdb_chmod_data() : don't make so much noise unless...
2023-09-09 Art CancroSuppress noise during configure
2023-09-09 Art Cancrovalidate_recipients(): don't send mail to user 0
2023-09-08 Art Cancroserv_expire: remove two TRACE directives I left in...
2023-09-07 Art CancroTDAP: consolidated transcripts to a single summary
2023-09-06 Art Cancroserv_expire: abort() if any malloc() calls fail.
2023-09-06 Art CancroRelease version 993 generated by do-release.sh v993
2023-09-06 Art Cancroberkeley_db: cdb_next_item() use DB_REALLOC, not DB_MALLOC
2023-09-06 Art Cancroctdldump/ctdlload: document the -y flag
2023-09-06 Art Cancroserv_fulltext: better handling of exit by yield vs...
2023-09-05 Art CancroRichard Stallman is a fucking left-wing communist douch...
2023-09-05 Art Cancrotextclient: don't prompt to change internet email addre...
2023-09-05 Art CancroOmit the warning about session scheduled for terminatio...
2023-09-02 Art CancroRelease version 992 generated by do-release.sh v992
2023-09-02 Art Cancroonly build chkpw and chkpwd if we can
2023-09-02 Art CancroRemove the warning-this-is-unfinished warnings from...
2023-09-02 Art CancroInclude -lintl where we need it on systems that have it
2023-09-02 Art CancroInclude -lresolv only if we have it
2023-09-02 Charlie Rootloadtest: run with a warning instead of exiting when...
2023-09-01 Art Cancroloadtest: pretty display when running with hundreds...
2023-09-01 Art Cancrofulltext: be smarter about exiting silently if there...
2023-09-01 Art Cancrofulltext: after the indexer runs for 60 seconds (tunabl...
2023-09-01 rootloadtest: minor changes
2023-09-01 Art CancroRelease version 991 generated by do-release.sh v991
2023-09-01 Art CancroMoved the creation of the data directory.
2023-08-31 Art CancroRelease version 990 generated by do-release.sh v990
2023-08-31 Art CancroRelease version 989 generated by do-release.sh v989
2023-08-31 Art CancroOn second thought, let's do it this way.
2023-08-31 Art CancroRevert "setup: reflect the fact that the operator shoul...
2023-08-31 Art Cancrosetup: reflect the fact that the operator should restar...
2023-08-31 Art CancroRemoved background and restart from citserver.
2023-08-31 Art Cancrofix compiler warning
2023-08-31 Art CancroRenamed Makefile to GNUmakefile to enforce the use...
2023-08-31 Art CancroRewrite of the indexer is complete!
2023-08-31 Art CancroRemoved all the disused CtdlUnregister functions.
2023-08-31 Art Cancrosearch function is complete
2023-08-30 Art CancroWrapping indexer transactions inside a critical section...
2023-08-30 Art CancroRewrote the indexer
2023-08-30 Art CancroRemoved double-fetch-room in the indexer.
2023-08-30 Art Cancrofree(msglist)
2023-08-30 Art CancroTotally ripping apart the indexer.
2023-08-29 Art Cancroserv_fulltext: wordbreaker now returns a libcitadel...
2023-08-29 Art CancroCtdlForEachMessage() don't process message 0
2023-08-29 Art Cancrothreads.c: commented out try_critical_section() , I...
2023-08-29 Art Cancroloadtest.c: after creating accounts and rooms, log...
2023-08-29 Art CancroMakefile: proper incantation for compiling loadtest
2023-08-29 Art Cancrocontext.c: fixed invalid pointer
2023-08-29 Art CancroTemporarily disable the indexer
2023-08-29 Art Cancrono diags
2023-08-29 Art Cancrocdb_tick() called periodically
2023-08-29 Art CancroWhen opening a cursor, always read through to the end.
2023-08-29 Art Cancrocosmetic stuff
2023-08-29 Art Cancrocleaned that up a bit
2023-08-29 Art Cancroloadtest.c: multiple threadds
2023-08-29 Art CancroGenerate listsub token with a hash instead of crypt
2023-08-28 Art Cancro.gitignore: add dbnothing and loadtest
2023-08-28 Art CancroMakefile: use ${CC} selected by configure
2023-08-28 Art CancroRemoved the 'ucred' stuff. It's insecure and it doesn...
2023-08-28 Art CancroFreeBSD compatibility (first of several commits)
2023-08-28 Art CancroRemoved extra diagnostics
2023-08-28 Art Cancrodiagnostics
2023-08-27 Art CancroFound a place where CM_SetAsField() was owning db memory.
2023-08-27 Art CancroCM_SetField() no longer accepts a length, just uses...
2023-08-27 Art Cancroloadtest.c: when deleting, always make sure we deleted...
2023-08-27 Art Cancroloadtest.c: added
2023-08-26 Art Cancroberkeley_db.c: improvements to transactional data store
2023-08-25 Art Cancromaster_cleanup() is now the global shutdown/exit function
next