]> code.citadel.org Git - citadel.git/history - citadel
* Insert a newline between </div> and <div id="text">
[citadel.git] / citadel /
2005-01-13 Art Cancro* Initial support for having a room participate in...
2005-01-09 Art Cancro* Applied a patch sent in by David Given for handling...
2005-01-07 Art Cancro* msgbase.c: fixed an incorrect variable name in the...
2005-01-07 Art Cancro* serv_imap.c: fail with a "BAD" error response if...
2005-01-05 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro* THIS IS 6.29
2005-01-04 Art Cancro* newinstall.sh: save tarball checksums after successfu...
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro*** empty log message ***
2005-01-04 Art Cancro* newinstall.sh: initial test of new code to prevent...
2005-01-04 Art Cancro* sysdep.c: if we have enough information to do so...
2004-12-23 Art Cancro*** empty log message ***
2004-12-17 Art Cancro*** empty log message ***
2004-12-14 Art Cancro* THIS IS 6.28
2004-12-14 Art Cancro*** empty log message ***
2004-12-12 Michael Hampton* sysdep.c: lprintf(): Bug 124: Fix remote format strin...
2004-12-10 Art Cancro*** empty log message ***
2004-12-01 Art Cancro* tools.c: don't crash when striplt() is called with...
2004-11-26 Art Cancro* Added a sooper-seekrit way to spool network messages...
2004-11-21 Art Cancro*** empty log message ***
2004-11-19 Art Cancro* Added developer ID # 177
2004-11-16 Art Cancro* setup.c: added "dovecot" to the list of "other email...
2004-11-12 Art Cancro* serv_expire.c: auto-purge any user whose user number...
2004-11-11 Nathan Bryant* database_sleepycat.c: make cdb_rewind enforce that...
2004-11-11 Art Cancro* Further adjustments to ldap setup
2004-11-11 Art Cancro* setup.c: fix bug that kept creating new inittab entri...
2004-11-10 Art Cancro* Go to Berkeley DB 4.3.21 in Easy Install
2004-11-10 Nathan Bryant * configure.ac: detect /usr/local/BerkeleyDB.4.3
2004-11-10 Art Cancro* Added a few wonderful linebreaks to >80 column lines
2004-11-03 Art Cancro* THIS IS 6.27
2004-11-03 Art Cancro* Internal version number is now 6.27
2004-11-02 Art Cancro* setup.c: fixed an incorrect variable name that was...
2004-11-02 Art Cancro* Easy Install: put the log directly in /tmp instead...
2004-10-23 Art Cancro* serv_notes.c: finished. When saving a message in...
2004-10-22 Art Cancro* newinstall.sh: Be more careful about locating make...
2004-10-22 Art Cancro*** empty log message ***
2004-10-22 Art Cancro* serv_notes.c: added skeleton module
2004-10-13 Art Cancro* Repaired a completely broken <;Z>ap floor command.
2004-10-12 Art Cancro* Tracing a problem with ;Z command
2004-10-12 Art Cancro* Reworked shutdown sequence to avoid thread deadlock
2004-10-12 Art Cancro* Cleaned up some things that generated compiler warnings
2004-10-06 Michael Hampton* Fixup a few more compiler warnings from icc
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-10-04 Michael Hampton* configure.ac: Add CFLAGS for icc Intel Compiler
2004-10-04 Michael Hampton* Fix a couple of minor compiler warnings
2004-10-03 Art Cancro* Removed some vestiges
2004-10-03 Art Cancro* sysdep.c: in the main server loop, when time_to_die...
2004-10-03 Art Cancro* Added pthread_attr_destroy() in the appropriate locat...
2004-10-01 Art Cancro* Configure "notes" view and auto-create Notes> room
2004-09-28 Art Cancro* THIS IS 6.26
2004-09-28 Art Cancro* Update documentation and config files for 6.26 release
2004-09-28 Art Cancro* Improve output of RECENT flag in IMAP
2004-09-23 Art Cancro* MyContext() no longer declared INLINE
2004-09-23 Art Cancro* in MyContext(), reduced the number of calls to pthrea...
2004-09-23 Michael Hampton* rooms.c: create_floor(): Fix the check for whether...
2004-09-21 Art Cancro* Tweaks to above
2004-09-21 Art Cancro* imap_search.c: when search criteria permit, do not...
2004-09-17 Art Cancro* Updated documentation to include information about...
2004-09-17 Art Cancro* serv_network.c: added a missing \n in log output
2004-09-17 Art Cancro* citadel-openldap.schema: replaced. Dunno why it...
2004-09-17 Art Cancro*** empty log message ***
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-15 Art Cancro* Add an SMTP MSA listener (separate port, requires...
2004-09-13 Art Cancro* newinstall.sh: updated from the working version at...
2004-09-11 Art Cancro* setup.c: look in both /etc/rc*.d and /etc/rc.d/rc...
2004-09-11 Michael Hampton* Remove calls to the broken flush_output() while I...
2004-09-10 Art Cancro*** empty log message ***
2004-09-10 Art Cancro* Added flush_output() calls to IMAP modules. (Do...
2004-09-10 Art Cancro*** empty log message ***
2004-09-09 Art Cancro* Completed (I think) the 'dialog' mode in setup
2004-09-08 Art Cancro* setup.c: initial changes to use a 'dialog' based...
2004-09-07 Michael Hampton* msgbase.c: cmd_msgs(): Call unbuffer_output() when...
2004-09-06 Michael Hampton* msgbase.c: cmd_ent0(): Fix another unbuffer_output()
2004-09-06 Michael Hampton* file_ops.c: cmd_writ(): Add an unbuffer_output()...
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-09-05 Michael Hampton* Network optimizations - buffer output server-side...
2004-09-05 Michael Hampton* sysdep.c: unbuffer_output(): Split the writing part...
2004-09-05 Michael Hampton* citadel.c: Left a comment for Ford.
2004-09-03 Art Cancro* setup.c: when creating an inittab entry for slapd...
2004-09-03 Art Cancro* setup.c: Changes to inittab-twiddling to make it...
2004-09-01 Art Cancro* serv_smtp.c: fix build error on hosts with no SSL...
2004-08-31 Art Cancro* Calendar: store UUID+comment instead of comment as...
2004-08-30 Art Cancro* setup.c: when running in Newt mode, make the size...
2004-08-29 Michael Hampton* newinstall.sh: fix detection of gmake/make
2004-08-28 Michael Hampton* Change the logging level of some messages and add...
2004-08-28 Art Cancro* setup.c: when run from the Easy Install script, auto...
2004-08-28 Art Cancro* Generalize some of the inittab-tweaking stuff so...
2004-08-27 Art Cancro* Fleshed out contemplate_ldap() a bit
2004-08-27 Art Cancro* THIS IS 6.25
2004-08-27 Art Cancro* Update internal version number to 6.25
2004-08-27 Art Cancro* serv_network.c: never unload working_ignetcfg; only...
2004-08-26 Art Cancro* newinstall.sh: updated with some new goodies
next