* axdefs.h: add "Notes" view
[citadel.git] / citadel / ChangeLog
2002-09-22 Art Cancro* axdefs.h: add "Notes" view
2002-09-17 Art Cancro* Create the Calendar> and Tasks> rooms at login time...
2002-09-15 Art Cancro* Renamed decode_base64() to CtdlDecodeBase64()
2002-09-13 Art Cancro* serv_calendar.c: #include "serv_calendar.h", not...
2002-09-11 Art Cancro* [EXPERIMENTAL] Link in the "libical" calendar library...
2002-09-10 Michael Hampton* update citadel.spec for 6.00* update citadel.spec...
2002-09-09 Art Cancro* When a user logs in, create the Mail> room if it...
2002-09-08 Art Cancro* Also fixed a bug in <.T>erminate <S>tay which caused...
2002-09-08 Art Cancro* Let's call this 6.01, shall we?
2002-09-08 Art Cancro* Fixed a crashy crashy bug in the AGUP protocol functi...
2002-09-07 Art Cancro* When displaying messages using MSG4, enumerate the...
2002-09-04 Art Cancro* Committing the current code base as version 6.00
2002-09-03 Art Cancro* setup.c: automatically stop/start services
2002-09-03 Art Cancro* Added MSG4 support to client-side IPC
2002-09-02 Art Cancro* Automation work for setup
2002-08-31 Art Cancro* IMAP APPEND no longer forces messages to appear as...
2002-08-31 Art Cancro* Set version number to 6.00 in documentation and heade...
2002-08-28 Art Cancro* Make reply_to and reply_subject global (otherwise...
2002-08-27 Art Cancro* Added the ability to run an external command from...
2002-08-26 Art Cancro* Small bugfix for memory bounds checking in the MIME...
2002-08-25 Art Cancro* Hide the SMTP queue and the sysconfig rooms.
2002-08-24 Art Cancro* Bugfixes and cosmetic changes to listsub system
2002-08-23 Art Cancro* Finished all of the subscribe/unsubscribe/confirm...
2002-08-23 Art Cancro* Delete unconfirmed pending subscribe/unsubscribe...
2002-08-22 Art Cancro* Fixed bug in above
2002-08-22 Art Cancro* Add "unsubscribe" command (but not yet "confirm unsub...
2002-08-21 Art Cancro* Completed self-service list subscription via web.
2002-08-16 Art Cancro* Add LPRM command
2002-08-14 Art Cancro* Extend GETR/SETR to allow twiddling of bits in the...
2002-08-14 Art Cancro* WebCit list subscription integration
2002-08-13 Art Cancro* Generate and send subscription confirmation requests.
2002-08-13 Art Cancro* Added email capability to quickie_message()
2002-08-13 Art Cancro* <R>eplace string is now case sensitive
2002-08-13 Art Cancro* More work on the self-service subscribe/unsubscribe...
2002-08-12 Art Cancro* Fixed bug in <R>eplacestring which caused it to lock...
2002-08-12 Art Cancro* Compress VISIT records using zlib if available. ...
2002-08-08 Art Cancro* autoconf to look for zlib (for an upcoming experiment)
2002-08-08 Art Cancro* Bugfix for above
2002-08-08 Art Cancro* serv_network.c: retain unknown commands in netconfigs...
2002-08-06 Art Cancro* Fixed and clarified "new mail has arrived" messages.
2002-08-06 Art Cancro* ;AE command -- Make it clearer which floor the user...
2002-08-06 Art Cancro* Cleaned up the output of digest mode. It's usable...
2002-08-05 Art Cancro* rooms.c: corrected a typo reported by Campagnolo...
2002-08-03 Art Cancro* NULLify 'roomrec' before attempting partial match...
2002-08-03 Art Cancro* citadel_ipc.c: Attempted to clean up memory allocation
2002-08-01 Art Cancro* Completion of (most of) digest mode. Still needs...
2002-07-31 Art Cancro* Began implementing "digest mode" for listserving...
2002-07-28 Art Cancro* Augmented the "headers only" functionality of the...
2002-07-23 Art Cancro* Completed the MSGP and MSG4 commands to set the clien...
2002-07-21 Art Cancro* Added in some infrastructure to switch the client...
2002-07-21 Michael Hampton* Remove duplicate call for server time in who_is_onlin...
2002-07-21 Michael Hampton* citadel_ipc.c: Fix for segfault on empty messages
2002-07-20 Art Cancro* Updated hack.txt with some fresh new information
2002-07-19 Art Cancro* citadel_ipc.c: changed various buffer lengths from...
2002-07-18 Nathan Bryantadded a note about GNU make to the configure script...
2002-07-18 Art Cancro* Eliminated the 512-message limit in the client for...
2002-07-13 Art Cancro* Don't lie about format types in MSG0 anymore. We...
2002-07-13 Art Cancro* CtdlOutputMsg() caches the most recently fetched...
2002-07-11 Art Cancro* When outputting a multipart MIME message, supply...
2002-07-02 Michael Hampton* prototypes in citadel_ipc.h updated
2002-06-29 Michael Hampton* fixed some memory leaks
2002-06-29 Michael Hampton* tools.c: Massively faster versions of extract_token...
2002-06-29 Michael Hampton* Convert whobbs, serv_info, misc. functions to new...
2002-06-27 Michael Hampton* rooms.c: converted most functions to new IPC code
2002-06-25 Michael Hampton* fixed bug in dotgoto() causing free() to segfault
2002-06-25 Michael Hampton* gotonext() now uses new IPC code to retrieve room...
2002-06-25 Michael Hampton* remove a debugging trap I accidentally left in the...
2002-06-24 Michael Hampton* Fixed code for client segfault at login
2002-06-24 Michael Hampton* Buffer overflow fixes and minor cleanup in IPC code
2002-06-24 Michael Hampton* Message reading and other functions which use the...
2002-06-22 Michael Hampton* Use a new IPC API (in citadel_ipc.c). Partially...
2002-06-21 Art Cancro* Minor documentation update
2002-06-19 Art Cancro* Support a transient room create as well
2002-06-19 Art Cancro* Added support for "transient goto" which allows entry...
2002-06-18 Michael Hampton* room_ops.c: Fix for old room record not being deleted...
2002-06-16 Art Cancro* Allow Aides to create rooms in other users' namespace...
2002-06-15 Art Cancro* Fixed small bug in the e<X>pert mode toggle
2002-06-15 Art Cancro* Fixed a memory allocation bug in the vCard parser
2002-06-15 Michael Hampton* citserver.c: MESG command can now send a different...
2002-06-15 Art Cancro* SpamAssassin connector is now configurable in <.A...
2002-06-14 Art Cancro* Discovered that spamd works even without the Content...
2002-06-14 Art Cancro* Disabled the spam strings checker I wrote a few days...
2002-06-12 Art Cancro* "Suppress message prompts" has been changed to "Promp...
2002-06-10 Art Cancro* Configuration for spam filter
2002-06-09 Art Cancro* Started working on the spam filter
2002-06-07 Art Cancro* Added a new message function hook type EVT_SMTPSCAN...
2002-06-07 Art Cancro* Added a module "serv_mrtg" which allows activity...
2002-06-02 Michael Hampton* Support for Ctrl-W to erase a word when editing or...
2002-05-31 Nathan Bryantbetter curses compatibility, and a couple makefile...
2002-05-28 Art Cancro* Removed the 'netsetup' and 'dnetsetup' utilities...
2002-05-24 Art Cancro* Fixed the "idle timeout during paginator prompt"...
2002-05-23 Art Cancro* Added a GTSN (GeT list of SeeN messages) command
2002-05-20 Art Cancro* commands.c: fixed bug in the scan for idle_threshold...
2002-05-17 Art Cancro* When doing fixed_output() of converted HTML, output...
2002-05-16 Art Cancro* Reduce the number of socket writes when doing fixed_o...
2002-05-14 Michael Hampton* room_ops.c: clarified aide message when room aide...
2002-05-14 Michael Hampton* rooms.c: Print name of room aide if any when doing...
2002-05-14 Michael Hampton* Fixed some incredibly silly typos
2002-05-14 Michael Hampton* Minor cosmetic changes, extraneous double spaces...
2002-05-14 Michael Hampton* Idle threshold on the who list is now customizable...
next