citadel.git
2003-02-19 Art Cancro* latest config.guess and config.sub from gnu.org
2003-02-19 Art Cancro* THIS IS 6.05
2003-02-17 Art Cancro* new config.guess and config.sub from ftp.gnu.org
2003-02-17 Art Cancro* comments
2003-02-17 Art Cancro* Fixed a small bug in the GDBM backend (deprecated...
2003-02-14 Art Cancro* Added support for any standard RBL
2003-02-13 Art Cancro* Fixed algorithm for reporting "last login"
2003-02-13 Art Cancro* IMAP service: fixed bug that was causing the wrong...
2003-02-13 Art Cancro* Applied "multi editor" patch supplied by georbit
2003-02-13 Art Cancro* Completed the documentation overhaul.
2003-02-13 Art Cancro* Docs update (only one section left to go!)
2003-02-12 Art Cancro* more docs update
2003-02-12 Art Cancro* More docs update
2003-02-10 Art Cancro* More documentation updates
2003-02-09 Art Cancro* more doco update
2003-02-09 Art Cancro* Updated the documentation some more
2003-02-09 Art Cancro*** empty log message ***
2003-02-07 Art Cancro* Replaced sleep() with a function that sleeps using...
2003-02-07 Art Cancro* Moved "global site config" to the new html documentat...
2003-01-29 Art Cancro* Shuffled some code and comments around; minor cleanup
2003-01-28 Art Cancro* update to docs
2003-01-28 Art Cancro* All functions which read binary data from the server...
2003-01-26 Art Cancro* docs editing
2003-01-25 Michael Hampton* whobbs.c: Print error message if we can't connect...
2003-01-24 Art Cancro* Continued working on the new documentation
2003-01-23 Art Cancro* citadel.c: hitting enter without entering a room...
2003-01-23 Art Cancro* Began reviewing, updating, and HTML-izing the documen...
2003-01-22 Art Cancro* More reliablility hacks for autologin mode, and bette...
2003-01-21 Art Cancro* Moved login-to-screenname code ... no longer part...
2003-01-19 Michael Hampton* Remove irrelevant file hpsux.h (was part of dynloader)
2003-01-19 Art Cancro* Minimum required Citadel version 6.05
2003-01-19 Art Cancro* serv_calendar.c: allocate dynamic symbol at module...
2003-01-18 Art Cancro* whobbs.c: line up the columns better
2003-01-18 Art Cancro* More work on fake resolver
2003-01-17 Art Cancro* This commit is a figment of your imagination.
2003-01-17 Art Cancro* Began making some build changes for Cygwin compatibility
2003-01-17 Michael Hampton* fmout(): Ignore \r (carriage return) characters...
2003-01-17 Art Cancro* whobbs.c: fix bad call to CtdlGetServInfo() so we...
2003-01-16 Michael Hampton* CtdlIPCGetMessages(): Fix message read failing on...
2003-01-16 Michael Hampton* ENT0 command: changed post-as username from arg 4...
2003-01-16 Art Cancro* When displaying edit controls for time of day in...
2003-01-16 Art Cancro* citadel_ipc.c: when issuing a SPEX command, send...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* event.c: fixed a misspelling
2003-01-15 Art Cancro* bootstrap: don't check /etc/redhat-release if it...
2003-01-15 Art Cancro* Updated config.guess and config.sub
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2003-01-14 Art Cancro* Only offer views which make sense for the default...
2003-01-14 Art Cancro* Set default view for new user Calendar> rooms to...
2003-01-13 Art Cancro* Add a sample URL view command for Macintosh in the...
2003-01-13 Art Cancro* Get ready for the 6.10 release
2003-01-13 Art Cancro* Do calendar support only if libical header *and*...
2003-01-12 Art Cancro* configure.in: check for libical v0.24 or newer
2003-01-12 Art Cancro* configure.ac: Attempt to check for libical 0.24 or...
2003-01-12 Art Cancro* Start marking things for 6.05 release
2003-01-12 Art Cancro* Display message subjects in magenta instead of white
2003-01-07 Art Cancro* Complete the free/busy transparency handling in the...
2003-01-06 Art Cancro* Begin handling of TRANSP property to show event times...
2003-01-06 Michael Hampton* Remove non (yet) existent sstring.c dependency from...
2003-01-05 Art Cancro* Summary page: three columns are now all the same...
2003-01-05 Art Cancro* minor fix for previous checkin
2003-01-05 Art Cancro* Display PARTSTAT for attendees
2003-01-05 Michael Hampton* Add an AllFloors parameter to the citadel IPC API
2003-01-05 Art Cancro* Add "today's calendar events" to the summary page.
2003-01-05 Art Cancro* Add "Tasks" to the summary page
2003-01-01 Michael Hampton* commands.c: bugfix for reading from FILE pointers...
2003-01-01 Art Cancro* Fixed a bug in fmout() that caused it to not render...
2002-12-28 Art Cancro* ical_dezonify.c: brought over new version from the...
2002-12-28 Art Cancro* ical_dezonify: set is_utc=1 even if we didn't convert...
2002-12-28 Art Cancro* ical_dezonify.c: brought over new version from the...
2002-12-28 Art Cancro* Yet another attempt at making ical_dezonify() send...
2002-12-27 Art Cancro* Another attempt at fixing timezones :(
2002-12-26 Art Cancro* Perform CHEK command when automatically establishing...
2002-12-25 Art Cancro* Be more strategic about when to call ical_dezonify()
2002-12-25 Art Cancro* ical_dezonify.c: shuffle around #includes and #ifdef's
2002-12-25 Art Cancro* Another shot at timezone handling (ugggghh)
2002-12-25 Art Cancro* ical_dezonify.c: added.
2002-12-25 Art Cancro* Tweaked the code to work with libical 0.24
2002-12-25 Art Cancro* set up ical_dezonify() to be called at appropriate...
2002-12-25 Art Cancro* ical_dezonify.c: added (function to strip localized...
2002-12-20 Art Cancro* When saving a calendar event, increment the SEQUENCE...
2002-12-19 Art Cancro* database_cleanup.sh: added
2002-12-18 Art Cancro* In the calendar code, changed all "struct tm *" to...
2002-12-18 Art Cancro* Don't attempt to send out invitations when there...
2002-12-17 Art Cancro* Prettied up the calendar day view layout
2002-12-16 Art Cancro* Correctly handle local time zone when figuring out...
2002-12-15 Michael Hampton* Final touches on the new message formatter.
2002-12-15 Michael Hampton* Converted more routines to new IPC code.
2002-12-15 Art Cancro* Form editing of date/time fields now assumes that...
2002-12-14 Art Cancro* When saving a calendar event, set the message Subject...
2002-12-10 Art Cancro* Fixed a bug in the allocation of per-session dynamic...
2002-12-10 Art Cancro* Display attendees in message view of calendar objects
2002-12-09 Art Cancro* Finished the code to accept incoming calendar REPLY...
2002-12-08 Art Cancro* More work on the reply handler. Wrote functions...
2002-12-08 Art Cancro* Began adding a calendaring subcommand to accept a...
2002-12-07 Art Cancro* Handle incoming RSVP's for meetings. (Note: this...
2002-12-04 Michael Hampton* Fix spurious double space in message formatter -...
2002-12-04 Art Cancro* When sending out invitations, encapsulate the VEVENT...
2002-12-03 Art Cancro* Send out meeting requests! (Need to test with variou...
2002-12-02 Michael Hampton* Don't eat too much whitespace in new formatter
next