12
I Use This!
High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Jun 03, 2024 — Jun 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
webcit-ng server: allow message fetch by EUID in Wiki rooms More... about 19 hours ago
Reused the forum list page as a wiki list page (for now?) More... 1 day ago
webcit-classic: disable the nonworking 'publish to blog' button More... 3 days ago
This is it! Diff and patch are now completely handled in-program using libxdiff. More... 5 days ago
xdifftest: added patch code and comparison test More... 5 days ago
Switched to the original libxdiff-0.23 because libgit2/libxdiff doesn't have a patch function. More... 5 days ago
xdifftest: modified to test xdl_patch, only to find out that this version of libxdiff doesn't have it anymore! More... 6 days ago
xdifftest: added in-tree More... 6 days ago
Write to the patch pipe using a single call to fwrite(). More... 6 days ago
serv_wiki.c: fetch/revert history now sends a CtdlMessage to the callback; tempfile is created/destroyed inside the callback. This puts us into position for changing the callback to patch using libxdiff instead of a temporary file and the patch command. Almost there! More... 7 days ago
serv_wiki.c: separated current, history, and synthetic msg and msgnum into different variables. More... 7 days ago
cosmetic changes More... 7 days ago
Wiki history, show rev, and revert to rev are working again. More... 8 days ago
Fix bug which would refuse to save a brand new wiki page More... 8 days ago
Completed the generation of wiki page history using libxdiff. More... 8 days ago
This commit merges libxdiff from libgit2 into Citadel. More... 8 days ago
serv_wiki.c: encode the null terminator as part of the synthetic filename. More... 10 days ago
Release version 1013 generated by do-release.sh More... 11 days ago
Troubleshooting for a user who is getting crashes during a simple 'MESG hello' command. Added more logging, changed cprintf() to call va_end() sooner, and removed the strerror output from the MESG command. Dunno if any of this will work but it might produce more data. More... 11 days ago
Call SSL_shutdown() again if it returns 0, as per the instructions More... 12 days ago
citserver now writes a stack trace to syslog when sigsegv is caught More... 12 days ago
citserver is always dumpable. More... 12 days ago
sysdep.c: renamed to session.c More... 12 days ago
Server network functions moved out of sysdep.c and into new serversocket.c More... 12 days ago
Went back to the old metadata format because our MIME parser doesn't extract those other fields. History is working but show-version is generating a few errors. More... 12 days ago
I typed "=" instead of "==" in 2009 and wiki history has been broken ever since. :( More... 13 days ago
There was no excuse for capitalizing that variable name. Fixed. More... 15 days ago
Someday I'll rewrite the text client completely. This is not that day. More... 18 days ago
Got the pop3client delete working. This COMPLETES THE ROOM EDITING AND CONFIGURATION SCREENS! That took WAY too long but I can finally move on to another part of the system. More... 19 days ago
Fixed screen overflow on lower resolution displays when a table is inserted inside a formgrid. More... 19 days ago