]> code.citadel.org Git - citadel.git/history - citadel/ChangeLog
* Fixed minor bugs with color handling; added explicit support for handling
[citadel.git] / citadel / ChangeLog
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...
2002-11-07 Art Cancro* Repaired the "remember username/password" functionali...
2002-11-06 Art Cancro* No changes; just testing CVS permissions
2002-11-04 Art Cancro* Don't run the wait indicator when in an external...
2002-11-01 Art Cancro* Fixed .AM and .AE commands
2002-10-29 Michael Hampton* rooms.c: don't allow a blank floor name when creating...
2002-10-26 Art Cancro* cmd_cflr() - don't allow zero length floor names
2002-10-26 Art Cancro* Increase size of temp file name buffer in struct...
2002-10-25 Michael Hampton* Fixed broken .Goto by partial match
2002-10-25 Michael Hampton* Fix the status line not updating with the new wait...
2002-10-25 Art Cancro* When in fullscreen mode, display an "X" icon in the...
2002-10-24 Michael Hampton* acconfig.h: add DISABLE_CURSES template
2002-10-23 Art Cancro* "conflicts" check now also tells the client whether...
2002-10-23 Art Cancro* Finished: when saving an object of type text/calendar...
2002-10-23 Art Cancro* First hack at UID-to-EMSGID mapping (for auto replace...
2002-10-21 Art Cancro* List UID and SUMMARY properties of conflicting events
2002-10-21 Art Cancro* More work on conflict detects
2002-10-20 Art Cancro* More conflict checking stuff
2002-10-20 Art Cancro* Put in a skeleton "hunt for conflicts" code
2002-10-20 Michael Hampton* docs/install.txt: add Mac OS X build instructions
2002-10-19 Art Cancro* Moved some of the calendar logic over from WebCit
2002-10-19 Michael Hampton* dynloader.c: Darwin places underscores in front...
2002-10-19 Michael Hampton* Disable any use of curses on Darwin (this is temporar...
2002-10-18 Michael Hampton* More signed/unsigned fixes (for the new progress...
2002-10-18 Michael Hampton* fix self-service account creation at login prompt...
2002-10-18 Art Cancro* Fixed a bug in CtdlRenameRoom() that caused the old...
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-17 Michael Hampton* Convert room listings and some aide functions to...
2002-10-16 Art Cancro* Remove some trace messages
2002-10-16 Michael Hampton* Don't assume pointer to time_t is compatible with...
2002-10-16 Art Cancro* CtdlWriteObject() encode in memory instead of on...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-10-15 Michael Hampton* IPC support for resumable downloads
2002-10-15 Michael Hampton* configure.ac check for malloc.h header file (Mac...
2002-10-15 Art Cancro* Run without crashing on Berkeley DB 4.1 :)
2002-10-15 Art Cancro* Build ok on Berkeley DB 4.1
2002-10-14 Michael Hampton* Mac OS X build fixes (everything but serv_imap now...
2002-10-08 Michael Hampton* Build environment: cvs ignore .diff/.patch files
2002-10-07 Art Cancro* Build fixes for Solaris box without OpenSSL installed
2002-10-07 Michael Hampton* Don't try to compile non-existent client_crypto.c...
2002-10-06 Michael Hampton* Move (nearly) all IPC-related code to citadel_ipc...
2002-10-05 Art Cancro* Change MAXSETUP from 4 to 3 (bug reported by mavherzo...
2002-10-04 Michael Hampton* Fix bootstrap for Red Hat 7.3
2002-10-02 Michael Hampton* status_line() now shows "new mail" only when there...
2002-10-01 Art Cancro* html.c: speed improvement in html-to-ascii converter
2002-09-30 Michael Hampton* ipcdef.h: add extern "C" for linking to C++ programs
2002-09-30 Michael Hampton* ipcdef.h: remove prototype for connection_died()...
2002-09-30 Michael Hampton* Fix configure mis-detecting libical and zlib and...
2002-09-29 Michael Hampton* File and attachment downloads now use the new IPC...
2002-09-29 Michael Hampton* file_ops.c: cmd_read() now returns a short read at...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
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...
next