citadel.git
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-24 Art Cancro* After initializing the database, chown and chmod...
2004-03-22 Michael Hampton* sysdep.c: worker_thread(): Make scheduling a little...
2004-03-21 Michael Hampton* Fix a few remaining lprintf(9, ...) to lprintf(CTDL_D...
2004-03-21 Michael Hampton* stress.c: Wait before posting instead of after posting.
2004-03-21 Michael Hampton* database_sleepycat.c: emit a panic message when Berke...
2004-03-21 Art Cancro* room_ops.c: increased the thread safety of cgetfloor()
2004-03-21 Michael Hampton* stress.c: Fixed. Now properly spawns threads and...
2004-03-21 Michael Hampton* configure.ac: Fix for defines for pthreads not being...
2004-03-21 Art Cancro*** empty log message ***
2004-03-21 Art Cancro* docs/citadel.html: documented TLS support and adminis...
2004-03-20 Art Cancro* citadel.rc: changed the comments around local_screen_...
2004-03-20 Art Cancro* Original startup thread becomes a worker thread after...
2004-03-18 Art Cancro*** empty log message ***
2004-03-18 Art Cancro* Removed the language in README.TXT which told everyon...
2004-03-18 Art Cancro* Rounded web boxes now look correct in all browsers.
2004-03-17 Art Cancro* When creating a new user, auto-chain to the "edit...
2004-03-16 Art Cancro* Better conversion of friendly name to fully qualified...
2004-03-16 Art Cancro* Eliminate EVT_OUTPUTMSG server extensions (don't...
2004-03-16 Michael Hampton* Further changes to stress.c, Makefile.in to build...
2004-03-15 Art Cancro* Prettied up the chat window a little more.
2004-03-15 Michael Hampton* stress.c: various fixed/improvements (but it still...
2004-03-15 Michael Hampton* First draft of the stress tester. Isn't quite ready...
2004-03-15 Michael Hampton* Documentation update: update citadel.html for new...
2004-03-15 Michael Hampton* msgbase.c: cmd_move(): Fix the security logic for...
2004-03-15 Michael Hampton* Multiple files: Set permissions on existing Citadel...
2004-03-15 Michael Hampton* Multiple files: Convert most remaining client code...
2004-03-15 Art Cancro*** empty log message ***
2004-03-15 Art Cancro* Chat now appears in a separate window
2004-03-15 Art Cancro* Open chat in a separate window.
2004-03-14 Art Cancro* Cache IMAP "BODY" fetches in an already-converted...
2004-03-13 Art Cancro* imap_fetch.c: don't fetch the message from disk at...
2004-03-13 Art Cancro* Documented the GNET and SNET commands :)
2004-03-12 Michael Hampton* routines2.c: Fix two typos
2004-03-12 Michael Hampton* routines2.c: Convert multiple functions to use new...
2004-03-12 Michael Hampton* citadel.c: main(): Fix error response for RCHG, HCHG...
2004-03-12 Michael Hampton* Implement GNET/SNET commands in IPC code; provide...
2004-03-10 Art Cancro* serv_expire.c: auto-purge any Citadel account that...
2004-03-10 Art Cancro* Improved NSS integration: if a user attempts to log...
2004-03-09 Michael Hampton* Add a Linux Software Map file
2004-03-09 Art Cancro* IMAP RFC822 FETCH caching
2004-03-08 Art Cancro* When the last argument of an IMAP APPEND command...
2004-03-07 Art Cancro* Fix the current view not being set to the default...
2004-03-07 Art Cancro* serv_read() now zeroes out the supplied buffer (with...
2004-03-06 Art Cancro* serv_smtp.c: don't offer the STARTTLS extension if...
2004-03-06 Art Cancro* removed some debug messages
2004-03-06 Art Cancro* serv_smtp.c: do not offer the PIPELINING extension...
2004-03-05 Art Cancro* Added some more debugging to serv_smtp.c to try to...
2004-03-05 Art Cancro* Remove the automatic population of A and N fields...
2004-03-03 Art Cancro* Generate better output when a user is kicked out...
2004-03-03 Art Cancro* Close chat socket if already open
2004-03-03 Art Cancro* Made the chat screen totally kick-ass sweet. The...
2004-03-01 Art Cancro* Implement the NAMESPACE extension of IMAP (RFC 2342)
2004-03-01 Michael Hampton* Fix missing arg in m<Y> next rewrite.
2004-03-01 Michael Hampton* Rewrite m<Y> next function; now uses CtdlIPC code.
2004-03-01 Art Cancro* Revoke access to room when /kicked
2004-02-29 Art Cancro* Added /kick command to chat. /ban coming soon.
2004-02-29 Art Cancro* Close and clear (set to -1) server socket handle...
2004-02-29 Art Cancro* can add chat to iconbar
2004-02-29 Art Cancro* Display the Chat menu option as "Chat with other...
2004-02-28 Art Cancro* setup.c: removed an unused temp file name variable
2004-02-28 Art Cancro*** empty log message ***
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-27 Art Cancro* fix frameset bug in page popups
2004-02-27 Art Cancro* Fixed a bug in PLAIN authentication
2004-02-26 Michael Hampton* ;Goto floor now goes to first KNOWN room, or first...
2004-02-26 Michael Hampton* Populate IPC into a few more places to avoid a nasty...
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-02-26 Art Cancro* Fixed a problem that made WebCit go to the "no cookie...
2004-02-26 Art Cancro* Put the /favicon.ico --> /static/favicon.ico hack...
2004-02-25 Art Cancro* do_logout
2004-02-25 Art Cancro* Allow "/do_logout" as a no-frames page
2004-02-25 Art Cancro* Changed the favicon support to LINK tags in the HEAD...
2004-02-25 Art Cancro* Support for favicon.ico in the static/ directory
2004-02-25 Michael HamptonMissing parameter to a printf() function. No idea...
2004-02-24 Art Cancro* Better validation of incoming network messages.
2004-02-24 Art Cancro* Changed the colors slightly in chat screen
2004-02-24 Art Cancro* Removed stray \n
2004-02-23 Nathan Bryantfix --help text and bump version to 6.15
2004-02-23 Nathan Bryant--disable-pie by default.
2004-02-22 Art Cancro* Generate self-signed certificate if keys/citadel...
2004-02-22 Art Cancro* CSR code more or less in its final form for now.
2004-02-22 Art Cancro* Initial version of function to automatically generate...
2004-02-21 Art Cancro* Set up a style sheet (sitestyle.css) for the whole...
2004-02-20 Art Cancro* Removed our customized tmpnam() and tmpfile() because...
2004-02-20 Michael Hampton* Fix bug 112: .Goto allowed partial room match on...
2004-02-20 Art Cancro* Replaced the Java chat with a new system based on...
2004-02-20 Art Cancro* Fixed one of the prompts (bugzilla #118)
2004-02-19 Art Cancro* Instead of doing the silly "Kolab reserved folder...
2004-02-19 Art Cancro* THIS IS 5.05
2004-02-19 Art Cancro* Changed the internal version number to 5.05
2004-02-18 Art Cancro* page_user
2004-02-18 Art Cancro* Fixed the frameset force reload logic. Now it does...
2004-02-18 Art Cancro* Force reload of frameset if someone tries to escape...
2004-02-18 Art Cancro* smtp: EHLO response now includes both "AUTH " and...
2004-02-17 Art Cancro* During SSL initialization, create the "keys" director...
2004-02-17 Art Cancro* Support PLAIN auth method in SMTP
2004-02-17 Art Cancro* New ICAL subcommand "sgi" to enable or disable automa...
2004-02-17 Art Cancro* Indicate to Citadel that we want Server Generated...
2004-02-16 Art Cancro* Support POP3 over TLS
next