<E>nter-message command in the text client now warns the user that this creates a...
[citadel.git] / citadel / modules /
2019-06-19 Art CancroAccept the origin host as indicated by the client,...
2019-03-16 Art Cancrofix to previous commit
2019-03-16 Art Cancromore work on removing masqueraded user/room/host names
2019-02-19 Art CancroThe battle against bit rot continues!
2019-02-09 Art CancroRemoved the MRTG module. No one is using this anymore.
2019-01-20 Art CancroRemoved the obsolete MSG3 command.
2019-01-08 Art CancroTrim SMTP responses down to one line when putting them...
2019-01-03 Art CancroOne more field in the xml-vcard
2018-12-26 Art CancroRemoved the obsolete netproc hooks from the vcard module
2018-12-20 Art Cancrocosmetic cleanup of files in xmpp directory
2018-12-20 Art CancroRemoved the 'master user' feature ... if we still need...
2018-12-19 Art Cancrocomment change
2018-12-19 Art Cancroxmpp non sasl authenticate does not need the resource...
2018-12-19 Art CancroIf we have to generate an XMPP resource name, make...
2018-12-19 Art Cancropopulate cs_inet_email with a default generated address...
2018-12-18 Art CancroGenerate a synthetic user@host for XMPP JID if the...
2018-12-18 Art CancroAs per RFC3920 section 7, if an XMPP client does not...
2018-11-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-10-18 Art Cancromore minor style cleanups
2018-10-18 Art Cancrominor style cleanup
2018-10-15 Art Cancro80 columns is so 20 century
2018-10-12 Art CancroRemoved ical_dezonify() from the citserver build ....
2018-10-01 Art CancroStarting to look into why we still have 'Purge this...
2018-09-14 Art CancroI will not bow to the demands of social justice warrior...
2018-09-03 Art CancroAdjRefCount() now runs synchronously, eliminating the...
2018-08-27 Art CancroRSS feed reader now accepts <creator> as a substitute...
2018-08-27 Art Cancrocleaned up some compiler warnings
2018-08-24 Art CancroThe new server API no longer uses upload_type. Removed...
2018-08-24 Art Cancrostruct MetaData has an unused member "mimetype" that...
2018-08-09 Art Cancrotuning the index cache
2018-08-08 Art Cancroadded more diagnostic messages to mmnext sanity checks
2018-07-27 Art Cancroindent -kr -i132 citserver.c
2018-07-27 Art CancroThe "c_smtpclient_use_starttls" configuration option...
2018-07-24 Art Cancrob0rk d0rk aaak
2018-06-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-06-11 Art Cancroremove unused trace function
2018-04-12 Art CancroCapture the actual SMTP response from the server, ugly...
2018-04-05 Art Cancrolibical3 compatibility , patches submitted by Adrian...
2018-03-02 Art Cancromore removal of ignet cruft
2018-03-02 Art Cancromore removal of ignet cruft
2018-03-02 Art CancroRemoved some more ignet cruft
2018-01-25 Art Cancrowar on eNodeName
2018-01-24 Art CancroRemoved all references to network/spoolout/ directory
2018-01-24 Art Cancrowhittle whittle
2018-01-24 Art Cancromore trimming away of ignet stuffs
2018-01-23 Art Cancrowhittle whittle whittle
2018-01-23 Art Cancrowhittle whittle whittle
2018-01-23 Art Cancrowhittling away the ignet pieces...
2018-01-23 Art Cancronetwork_usetable() no longer needed
2018-01-23 Art Cancroscraping the bits away
2018-01-23 Art CancroRemoved spoolin processing
2018-01-23 Art CancroRemoved netfilterlist module
2018-01-23 Art CancroMore orderly this time. Removed serv_networkclient...
2018-01-23 Art CancroRevert "began removing IGnet from the server"
2018-01-23 Art CancroRevert "aagh"
2018-01-23 Art Cancroaagh
2018-01-22 Art Cancrobegan removing IGnet from the server
2018-01-14 Art Cancromoved a close-paren onto the next line. HK Rowling...
2018-01-09 Art CancroEnded the use of the CC macro in rbl_check() , made...
2018-01-02 Art Cancrowebcit-ng openssl 1.1 compatibility
2018-01-01 Art CancroMore OpenSSL 1.1 update
2018-01-01 Art Cancrocitserver updated to openssl 1.1 API
2018-01-01 Art CancroMore work on using the OpenSSL 1.1 API
2017-12-31 Art Cancroserv_crypto.c: minor style cleanups before we try to...
2017-12-29 Art CancroMore work on replace deprecated readdir_r()
2017-12-29 Art Cancroreplace deprecated readdir_r() with readdir()
2017-12-27 Art CancroReordered the locking and setting of user email address...
2017-12-26 Art Cancroserv_upgrade.c now has pre- and post- startup sections...
2017-12-26 Art Cancro * oldver is the version number of Citadel Server which...
2017-12-06 Art Cancrominor cosmetic cleanups
2017-11-30 Art CancroSynchronization of LDAP users to Citadel is now complet...
2017-11-06 Art Cancrogetuserbyuid() now uses the extauth index, so we can...
2017-11-06 Art CancroInternal version number to 913 to activate UID indexing...
2017-11-06 Art CancroIndex by UID
2017-11-05 Art Cancromore moving towards ldap sync ... lots of refactoring
2017-10-30 Art CancroMore use of %m instead of strerror(errno)
2017-10-30 Art CancroRepurposed an old upgrade module for upcoming index...
2017-10-30 Art Cancrowtf, people? we indent with tabs not spaces.
2017-10-30 Art CancroInternal API change, create_user() now expects to be...
2017-10-30 Art CancroChange the become_user parameter of create_user() to...
2017-10-30 Art CancroRemove unused parameter
2017-10-28 Art CancroMore prep for turning openid table into generic externa...
2017-10-28 Art CancroCDB_OPENID is now CDB_EXTAUTH
2017-10-26 Art Cancroremove DH parameter stuff that isn't needed and doesn...
2017-10-26 Art Cancroremove syntax error
2017-10-26 Art Cancrotry to work with libical1 and libical2
2017-10-25 Art Cancrolibical_errors_are_fatal is now opaque. Change to...
2017-07-12 Art CancroNew config option 'c_smtpclient_try_starttls' if nonzer...
2017-07-12 Art CancroCURUSESSL_TRY for outbound SMTP (currently commented...
2017-07-12 Art CancroRun db->compact() to shrink DB files on disk after...
2017-07-02 Art CancroExperiment with DB->compact() to reduce the size of...
2017-07-02 Art CancroCompleted initial version of text client admin edit...
2017-06-24 Art CancroAGEA and ASEA server commands to get and set a user...
2017-06-23 Art Cancrosmall cleanup of serv_user.c before I work on it
2017-06-14 Art Cancrotext client <.A>ide <S>ysconfig <I>nternet , when encou...
2017-06-11 Art Cancrosyntax cleanup
2017-06-05 Art CancroStarting to work on the inetcfg_backend stuff
2017-05-24 Art CancroRemoved some vestiges of the old logging system
2017-05-19 Art CancroAt login time, copy prefer email addresses for user...
2017-05-18 Art CancroCompleted the code to insert each email address for...
next