* Dropped support for GDBM and for versions of Berkeley DB prior to 4.1
[citadel.git] / citadel / ChangeLog
2003-03-19 Art Cancro* Dropped support for GDBM and for versions of Berkeley...
2003-03-18 Art Cancro* Applied a patch sent in by Clint Adams <schizo@debian...
2003-03-17 Michael Hampton* Fix <G>oto in alternate_semantics - it actually marks...
2003-03-17 Art Cancro* Supply a NULL argument as the second argument to...
2003-03-16 Art Cancro* Fixed the bug that caused freebusy publishes to crash.
2003-03-15 Art Cancro* Rewrite of calendar-to-freebusy conversion functions...
2003-03-15 Art Cancro* When scanning a user's Calendar> room for calendar...
2003-03-14 Art Cancro* Clone calendar subcomponents before encapsulating...
2003-03-13 Art Cancro* Move towards storing calendar objects as fully encaps...
2003-03-12 Art Cancro* More changes to the handling of RFC822 headers with...
2003-03-11 Art Cancro* More accurate handling of IMAP FETCH xx BODYSTRUCTURE...
2003-03-10 Art Cancro* Tweaks to msgbase.c and imap_fetch.c to fix slightly...
2003-03-10 Art Cancro* Fixed bug that caused segv when <R>eplying to certain...
2003-03-07 Art Cancro* Remove the "modules" directory
2003-03-06 Art Cancro* When entering a message into Citadel with authenticat...
2003-03-05 Art Cancro* serv_smtp.c: when authenticated, do not log out when...
2003-03-03 Art Cancro* When creating a user, hide the "My Citadel Config...
2003-03-01 Art Cancro* commands.c: alternate_semantics might have been getti...
2003-03-01 Art Cancro* citadel.rc default for alternate_semantics = no
2003-02-23 Art Cancro* When the <N>ew command is used to read new messages...
2003-02-21 Art Cancro* Completed the "ICAL freebusy" subcommand, which fetch...
2003-02-20 Art Cancro* Began framing up a command to view other users' free...
2003-02-19 Art Cancro* Changed socklen_t to int (to allow compile on Macintosh)
2003-02-19 Art Cancro* THIS IS 6.05
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-12 Art Cancro* More docs update
2003-02-10 Art Cancro* More documentation updates
2003-02-09 Art Cancro* Updated the documentation some more
2003-01-25 Michael Hampton* whobbs.c: Print error message if we can't connect...
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* serv_calendar.c: allocate dynamic symbol at module...
2003-01-18 Art Cancro* whobbs.c: line up the columns better
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* 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* bootstrap: don't check /etc/redhat-release if it...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
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* Do calendar support only if libical header *and*...
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-06 Michael Hampton* Remove non (yet) existent sstring.c dependency from...
2003-01-05 Michael Hampton* Add an AllFloors parameter to the citadel IPC API
2003-01-01 Michael Hampton* commands.c: bugfix for reading from FILE pointers...
2002-12-28 Art Cancro* ical_dezonify: set is_utc=1 even if we didn't convert...
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-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* set up ical_dezonify() to be called at appropriate...
2002-12-25 Art Cancro* ical_dezonify.c: added (function to strip localized...
2002-12-19 Art Cancro* database_cleanup.sh: added
2002-12-18 Art Cancro* Don't attempt to send out invitations when there...
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-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-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-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* Improvements to the new message formatter, including...
2002-12-01 Michael Hampton* New experimental message formatter - try it, you...
2002-12-01 Art Cancro* The code to check for sending invitations needs to...
2002-12-01 Art Cancro* Reliably detect when the user saving an event is...
2002-11-30 Art Cancro* just some trace messages
2002-11-30 Art Cancro* Started banging out some code to determine when a...
2002-11-29 Art Cancro* When calling ical*_remove_*() routines, the caller...
2002-11-29 Art Cancro* CC->cs_inet_email is now a string buffer, not a pointer
2002-11-27 Stu Markadded dot ungoto functionality.
2002-11-25 Art Cancro* Post a notification to Aide> when a user is manually...
2002-11-25 Art Cancro* Allow set/clear of per-user Internet mail privilege
2002-11-23 Michael Hampton* Makefile.in: Alphabetized all the source files
2002-11-21 Art Cancro* Added support for a "New User Greetings" room. See...
2002-11-15 Michael Hampton* serv_rwho.c: cmd_rwho(): move logged_in from param...
2002-11-13 Art Cancro* When in curses mode, call beep() instead of putc...
2002-11-12 Art Cancro* Completed the invitation accept/decline code. It...
2002-11-11 Michael Hampton* Fixed minor bugs with color handling; added explicit...
2002-11-11 Art Cancro* More work on reply to meeting invitation
2002-11-10 Michael Hampton* messages.c: fixed <H>eader command
2002-11-10 Michael Hampton* Convert some more routines to new IPC code
2002-11-10 Michael Hampton* citadel.spec: updated for post-6.01
2002-11-10 Michael Hampton* citadel.c: When terminating, don't mark messages...
2002-11-08 Art Cancro* Reply to VEVENT invitations: generate reply by clonin...
next