citadel.git
2022-04-09 Art CancroRelease version 950 generated by do-release.sh v950
2022-04-09 Art CancroImproved compatibility with POSIX LDAP Schema. Tested...
2022-04-08 Art CancroUpdated LDAP code to be compatible with more modern...
2022-03-12 Art Cancroderive_uid_from_ldap() converted to use ldap_get_values...
2022-03-05 Art CancroClick on a user or their avatar to go to their profile...
2022-02-27 Art CancroWowzers! Copied the login modal example from the w3css...
2022-02-27 Art Cancroclick on the envelope to go to the inbox
2022-02-26 Art Cancrosome comments
2022-02-26 Art CancroHandle messages that are empty (or which appear empty...
2022-02-17 Art CancroTuned up some of the iconography
2022-02-17 Art CancroThe sidebar buttons are now unhighlighted by default...
2022-02-17 Art CancroUse the w3-badge class for circular badges instead...
2022-02-16 Art CancroUpgrade W3.CSS to version 4.15
2022-02-16 Art CancroUse the Font Awesome 6.0.0 hosted version instead of...
2022-02-14 Art Cancromoved vars to vars.js
2022-02-13 Art CancroAnything that looks like a button should act like a...
2022-02-13 Art CancroSkip/Goto are functionally complete.
2022-02-12 Art CancroClient side of SLRP is done
2022-02-12 Art CancroKeep track of the last message number we saw
2022-02-11 Art CancroOnly add _BASEROOM_ to the march list if the number...
2022-02-11 Art CancroFixed a bug in the "goto next room" logic that was...
2022-02-08 Art CancroRe-encode the auth cookie with the properly formatted...
2022-02-06 Art CancroMore gratuitous style cleanup.
2022-02-05 Art Cancro"Forum list" is now more or less in its final form.
2022-02-04 Art CancroNow it has a button look.
2022-02-04 Art CancroRooms in the Forums List are now clickable anywhere...
2022-02-04 Art CancroMade the bubble icons in the Forums list round, and...
2022-02-01 Art CancroInitial commit of the "new" room list. It's going...
2022-01-28 Art Cancromore divs
2022-01-28 Art Cancroctdl-roomlist-floor class for the floor banner over...
2022-01-27 Art Cancro/ctdl/r/<room_name>/info.txt now fetches the room info...
2022-01-25 Art CancroSort room list by floor but also put them in different...
2022-01-24 Art Cancro/ctdl/f/ to get a list of all floors
2022-01-23 Art Cancroroom list renderer is now aware of which rooms are...
2022-01-23 Art CancroMoved the room list from the sidebar to the main viewin...
2022-01-23 Art CancroTweaked the icons a bit
2022-01-22 Art CancroThe "Post message" button in forum view is now active.
2022-01-22 Art CancroSet up a "new item" dispatcher so it can be different...
2022-01-22 Art CancroAdded a button to the screen that can be populated...
2022-01-15 Art CancroExplain in comments how the connection pool works.
2022-01-15 Art CancroI was able to simplify the login code too. ctdl_startu...
2022-01-15 Art Cancrook, that function needed to be async
2022-01-15 Art CancroSimplified the logout javascript
2022-01-14 Art CancroA little more cosmetic work on the login modal.
2022-01-14 Art Cancrobanner change
2022-01-14 Art CancroThis is a better version of detect_logged_in() for...
2022-01-13 Art CancroRemoved some debugs that are no longer needed now that...
2022-01-13 Art CancroBig change to mailing list subscription/unsubscription!
2022-01-12 Art CancroGenerate a random 100-byte string to be used as a host...
2022-01-12 Art CancroSeed the random number generator before the config...
2022-01-12 Art CancroRelease version 949 generated by do-release.sh v949
2022-01-12 Art CancroChange TLS_server_method() to SSLv23_server_method...
2022-01-11 Art Cancromissed a few references to delete
2022-01-11 Art CancroRemoved APOP authentication from the text client. ...
2022-01-11 Art CancroMultiple invocations of HELO and/or EHLO from an SMTP...
2022-01-10 Art CancroRelease version 948 generated by do-release.sh v948
2022-01-10 Art Cancrossl ciphers had to be set to its old value of
2022-01-10 Art CancroANGRY SCREED WITH CAPS LOCK ON
2022-01-10 Art CancroFFFFFFFFFFFFFFFFFUUUUUUUUUUUUUuu----------------
2022-01-10 Art CancroTesting to see if SSLv23_server_method() is actually...
2022-01-10 Art CancroLONG STRING OF EXPLETIVES
2022-01-10 Art CancroRelease version 947 generated by do-release.sh v947
2022-01-10 Art CancroI got a little too eager in removing old cruft from...
2022-01-10 Art CancroRelease version 946 generated by do-release.sh v946
2022-01-10 Art CancroSwitch out the key/cert in a critical section (mutex...
2022-01-10 Art CancroUnified the openssl library initialization code
2022-01-10 Art CancroReplaced all instances of SSLv23_server_method() with...
2022-01-08 Art CancroRelease version 945 generated by do-release.sh v945
2022-01-08 Art CancroRelease version 944 generated by do-release.sh v944
2022-01-08 Art CancroNew ctx change semantics in WebCit-NG
2022-01-08 Art CancroNew ctx change semantics in WebCit-classic
2022-01-08 Art CancroWhen a new certificate is installed, allocate a new...
2022-01-08 Art CancroSignificant cleanup of the code that generates a self...
2022-01-07 Art Cancroremoved some unused variables
2022-01-07 Art CancroRemoved the local implementation of snprintf() and...
2022-01-07 Art Cancrossl_ctx = SSL_CTX_new(SSLv23_server_method()) instead...
2022-01-06 Art Cancrorandom acts of style cleanup
2022-01-05 Art CancroWhile hunting for an internet address bug, cleaning...
2022-01-05 Art CancroI was checking something in serv_user.c and just couldn...
2022-01-05 Art CancroWhen checking to see whether we have to rebind a new...
2022-01-04 Art CancroMore of me not being able to look at code without pokin...
2022-01-03 Art Cancrothe crufty code, it stings...
2022-01-03 Art CancroI went looking for something in the text client, and...
2022-01-03 Art CancroReplyQuoted works now.
2022-01-03 Art CancroCleaned up the editor-div-replacement thing
2022-01-03 Art CancroThe current local date and time now displays in the...
2022-01-03 Art CancroMessage date/time is now sent to the browser in unix...
2022-01-01 Art Cancrossl error handling
2022-01-01 Art CancroRemoved some comments
2022-01-01 Art Cancrominor comment change
2022-01-01 Art CancroSet up a proper favicon.ico in both webcit-classic...
2022-01-01 Art CancroThe "reply" function in webcit-ng now correctly replace...
2022-01-01 Art CancrorandomString() is now always the same length and always...
2022-01-01 Art CancroIt's 2022 ... updating all of the copyright notices...
2021-12-30 Art CancroRelease version 943 generated by do-release.sh v943
2021-12-30 Art CancroList-Unsubscribe: header is now being generated and...
2021-12-30 Art Cancromore idle style-cleanup work
2021-12-30 Art Cancrolistsub.c: style cleanup
2021-12-29 Art CancroExtend the source_room field all the way into the SMTP...
2021-12-29 Art CancroWhen delivering mailing list messages, populate the...
next