citadel.git
2005-02-19 Art Cancro* The previous <div style=\"margin-right:1px\"> has...
2005-02-19 Art Cancro* Replaced all the "centered 99% tables" with 100%...
2005-02-19 Art Cancro*** empty log message ***
2005-02-18 Art Cancro*** empty log message ***
2005-02-18 Art Cancro* Moved the room access control screen into a tab on...
2005-02-17 Art Cancro* Removed "Log Hooks." This enabled the removal of...
2005-02-17 Art Cancro* After setup is complete, tell them how to log in.
2005-02-17 Art Cancro* setup.c: clarify some of the messages
2005-02-16 Art Cancro*** empty log message ***
2005-02-16 Art Cancro* master_cleanup() now passes along an exit code from...
2005-02-16 Art Cancro* Try to reach our cleanup routine when SIGSEGV is...
2005-02-16 Art Cancro* Be more aggressive about shutting down when told...
2005-02-16 Art Cancro* More display fixes
2005-02-16 Art Cancro* inetconf.c: fixed memory management problem that...
2005-02-16 Art Cancro*** empty log message ***
2005-02-16 Art Cancro* newinstall.sh: put the checksum files server-side...
2005-02-16 Art Cancro* Applied patches submitted by Kevin Kilbride for TCP_C...
2005-02-15 Art Cancro* THIS IS 6.02
2005-02-15 Art Cancro*** empty log message ***
2005-02-15 Art Cancro* Fixed an HTTP output error for static data which...
2005-02-14 Art Cancro* Started changing some of the top-level tables from...
2005-02-13 Art Cancro* Did the server port hooks etc. for SSL listeners...
2005-02-13 Art Cancro* Added server and client configuration settings to...
2005-02-13 Art Cancro* Network configuration screen: add IMAPS, POP3S, and...
2005-02-13 Art Cancro* IMAP flag twiddling with STORE was broken because...
2005-02-12 Art Cancro* Changes to lprintf() and start_daemon() submitted...
2005-02-12 Art Cancro* THIS IS 6.01
2005-02-11 Art Cancro* <.A>ide <U>ser-edit is now <.A>ide <U>ser <E>dit
2005-02-11 Art Cancro* useredit.c: added an "Delete user" button, because...
2005-02-10 Art Cancro* THIS IS 6.40
2005-02-10 Art Cancro* Updated documentation etc. for 6.40 release (and...
2005-02-10 Art Cancro*** empty log message ***
2005-02-09 Art Cancro* More GroupDAV fixes and tuning.
2005-02-08 Art Cancro*** empty log message ***
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-02-07 Art Cancro*** empty log message ***
2005-02-07 Art Cancro* groupdav_propfind.c: output all XML on a single line...
2005-02-06 Art Cancro* Added some HTTP Date: header output
2005-02-05 Art Cancro* All GroupDAV HTTP output is now \r\n instead of ...
2005-02-05 Art Cancro* More reliable handling of conversion of vCard UID...
2005-02-05 Art Cancro* Added an everything-buffering thingi so we can do...
2005-02-05 Art Cancro*** empty log message ***
2005-02-05 Art Cancro*** empty log message ***
2005-02-05 Art Cancro* Cleanup of new message range view-o-matic
2005-02-05 Art Cancro* msgbase.c: replication checks for Exclusive-ID no...
2005-02-04 Art Cancro* Message reading range selection is now a drop-down...
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-02-04 Art Cancro* fixed the tasks view in the summary screen
2005-02-03 Art Cancro* Minor comment and syntax cleanups
2005-02-03 Art Cancro* More tuning for GroupDAV compliance.
2005-02-03 Art Cancro* VTODO components need to be encapsulated inside VCALE...
2005-02-03 Art Cancro* serv_calendar.c: beforesave hook now looks for the...
2005-02-03 Art Cancro*** empty log message ***
2005-02-02 Art Cancro*** empty log message ***
2005-02-02 Art Cancro* Encode GroupDAV uid's using more concise string escap...
2005-02-02 Art Cancro* Debugged the GroupDAV service with KOrganizer. It...
2005-02-01 Art Cancro* Completed GroupDAV PUT. Untested.
2005-02-01 Art Cancro* new ENT0 syntax now also outputs EUID
2005-02-01 Art Cancro* Bumped the internal version number to 6.01
2005-02-01 Art Cancro* Added an SMTP-like calling syntax to ENT0 to allow...
2005-02-01 Art Cancro* Better purging of not-logged-in GroupDAV sessions
2005-02-01 Art Cancro* Reworked the PROPFIND xml output based on an example...
2005-02-01 Art Cancro*** empty log message ***
2005-02-01 Art Cancro* Completed "folder list" PROPFIND, now listing all...
2005-02-01 Art Cancro* Changed CtdlRoomAccess() calling syntax in order...
2005-02-01 Art Cancro*** empty log message ***
2005-02-01 Art Cancro* "time(NULL) mod 60" doesn't work for some reason...
2005-01-31 Art Cancro* Initial attempt at GroupDAV PROPFIND for folder enume...
2005-01-31 Art Cancro* iconbar is now a happy css hovery lightupy div thing
2005-01-29 Art Cancro* Implemented the GroupDAV DELETE method.
2005-01-28 Art Cancro* iconbar no longer uses the beginbox/endbox semantics...
2005-01-28 Art Cancro* GroupDAV object URL's are now based on the EUID of...
2005-01-27 Art Cancro* Renamed the "Extended message ID" field to "Exclusive...
2005-01-27 Art Cancro* serv_vcard.c: changed the logic a bit. When saving...
2005-01-27 Art Cancro* The before-save hook in serv_calendar.c now runs...
2005-01-26 Art Cancro* When saving calendar items, if the vCalendar object...
2005-01-26 Art Cancro* PROPFIND now outputs fully qualified URL's
2005-01-26 Art Cancro* Initial implementation of GroupDAV PROPFIND
2005-01-26 Art Cancro* Output ETags in double quotes to conform with the...
2005-01-25 Art Cancro* serv_pop3.c: minor change to logging output
2005-01-25 Art Cancro* Accept escaped characters in GroupDAV GET URL's
2005-01-25 Art Cancro* Quick hacks to some of the tech docs
2005-01-25 Michael Hampton* Updated SSL/TLS code to actually use the TLS cipher...
2005-01-25 Art Cancro* Implemented the Groupdav GET method, more or less...
2005-01-25 Art Cancro* Completed HTTP "Basic" authentication, and a stub...
2005-01-24 Art Cancro* Began laying the groundwork for http-authenticated...
2005-01-22 Art Cancro* removed descriptions in non-main menus
2005-01-22 Art Cancro*** empty log message ***
2005-01-22 Art Cancro* Increased per-thread stack size again, this time...
2005-01-22 Art Cancro* Each message's metadata now has the ability to cache...
2005-01-21 Art Cancro* THIS IS 6.30
2005-01-21 Art Cancro* Internal version number is now 6.30
2005-01-21 Art Cancro* Increase per-thread stack size from 128k to 256k...
2005-01-21 Art Cancro*** empty log message ***
2005-01-20 Art Cancro* When viewing a calendar room, the "Read all messages...
2005-01-20 Art Cancro*** empty log message ***
2005-01-20 Art Cancro* Added in a bunch of stupid JavaScript to allow the...
2005-01-20 Art Cancro* Cleaned up a bunch of unused cruft from the old layout
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-19 Art Cancro*** empty log message ***
next