remove lock.c/lock.h; don't need them for what i was planning after all
[citadel.git] / citadel /
2002-01-17 Nathan Bryantremove lock.c/lock.h; don't need them for what i was...
2002-01-17 Nathan Bryantremove lock.c/lock.h; don't need them for what i planne...
2002-01-17 Michael Hampton* cosmetic fixes in the new trace file functionality
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2002-01-17 Michael Hampton* migratenet.c: cygwin fix: include limits.h
2002-01-17 Michael Hampton* serv_ical.c: set expire policy for My Calendar> to...
2002-01-17 Art Cancro* Changed all "free software" references to "open sourc...
2002-01-17 Nathan Bryantdont need includes
2002-01-17 Nathan Bryantadded lock.[ch]: recursive read/write locking support...
2002-01-15 Michael Hampton* Implement alternate_semantics (see comments in citade...
2002-01-15 Art Cancro* vcard.c: updated vCard "object methods" to handle...
2002-01-15 Michael Hampton* Update citadelapi.txt with CtdlUnregister* calls...
2002-01-15 Michael Hampton* Modules can now unregister any of their hooks (though...
2002-01-14 Michael Hampton* Fixed bug in cmd_cre8() causing protocol to get out...
2002-01-13 Art Cancro* oops
2002-01-13 Art Cancro* Allow incoming SMTP to relay to other Citadel nodes...
2002-01-13 Art Cancro* Repaired the problems I created when moving the_mime_...
2002-01-11 Michael Hampton* Allow users to move/copy messages between personal...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-11 Art Cancro* More code for the Global Address Book
2002-01-11 Michael Hampton* Don't print **** when sending a page or mail from...
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-10 Art Cancro* Minor updates for directory service
2002-01-09 Art Cancro* Allow users to zap mailbox rooms
2002-01-09 Art Cancro* Finished the callback stuff for vCard address extraction
2002-01-09 Art Cancro* Began writing code to harvest Internet e-mail address...
2002-01-08 Art Cancro* serv_vcard.c: cosmetic cleanup
2002-01-06 Michael Hampton* Enable/disable encryption in client from command...
2002-01-06 Art Cancro* sysdep.c: in client_write(), handle redirect_fp and...
2002-01-06 Michael Hampton* Enable SSL/TLS support in the client (again)
2002-01-06 Michael Hampton* Enable SSL/TLS in the client
2002-01-06 Michael Hampton* Add some #includes I apparently somehow missed
2002-01-06 Michael Hampton* SSL/TLS support for the Citadel/UX wire protocol
2002-01-06 Michael Hampton* user_ops.c: fixed become_session() when calling EVT_L...
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2002-01-05 Michael Hampton* serv_chat.c: allow a session to be killed while in...
2002-01-05 Michael Hampton* user_ops.c: become_session() when calling EVT_LOGOUT...
2002-01-05 Michael Hampton* stats now sorts its top 20 lists properly
2002-01-04 Nathan Bryantcygwin fix
2002-01-04 Nathan BryantMakefile fix for cygwin (fix migratenet linkage)
2002-01-04 Nathan Bryantconfigure/genstamp: check for struct tm.tm_gmtoff
2002-01-03 Art Cancro* Fixed mail to "sysop"
2002-01-03 Art Cancro* I think this is the last of the fixes for the new...
2002-01-03 Michael Hampton* Fixed my name in docs/copyright.txt, why didn't I...
2002-01-03 Michael Hampton* Autoconf support for recognizing OpenSSL
2002-01-03 Art Cancro* serv_network.c: migrated deliveries and bounces to...
2002-01-02 Art Cancro* More message submission queue stuff
2002-01-02 Art Cancro*** empty log message ***
2002-01-01 Art Cancro* Finished the updates to serv_smtp.c, although I think...
2001-12-31 Art Cancro* Almost finished converting serv_smtp.c to the new...
2001-12-31 Art Cancro* mail stuff
2001-12-30 Art Cancro* Don't even think of running this code.
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-12-30 Michael Hampton* More keys while reading messages: Q or S same as...
2001-12-30 Michael Hampton* Security: Citadel now drops privileges when called...
2001-12-29 Art Cancro* Minor cosmetic hack
2001-12-29 Stu Markstupid me. I didn't realize that asking for the header...
2001-12-28 Stu MarkAdded a "read m<y> next" function in read mode. It...
2001-12-28 Michael Hampton* More server support for hostnames up to 63 characters...
2001-12-28 Michael Hampton* Client support for hostnames up to 63 characters...
2001-12-28 Michael Hampton* Server support for hostnames up to 63 characters
2001-12-28 Michael Hampton* Add developer ID 8 for Michael Hampton <error@canands...
2001-12-26 Art Cancro* Added a new developer ID for Anticlimactic Teleservices
2001-12-23 Michael Hampton* Pages are once again formatted to the caller's screen...
2001-12-23 Michael Hampton* tools.c: added parameter to fmt_date() to allow for...
2001-12-20 Art Cancro* If you paid for this software, someone is ripping...
2001-12-18 Nathan Bryantmore lovely configure tweaks (include paths for db)
2001-12-18 Art Cancro* Moved the buffers in the_mime_parser() from the stack...
2001-12-18 Art Cancro* Added more load_floorlist() commands to the beginning...
2001-12-17 Nathan Bryantrestored the checks for /usr/include/db3 and /usr/local...
2001-12-17 Nathan Bryantset the pthreads stack size to 128K because FreeBSD...
2001-12-16 Michael Hampton* Added usersupp.lastcall to the parameters returned...
2001-12-15 Art Cancro* sorted .cvsignore and added migratenet
2001-12-14 Nathan Bryantfinally changed configure to complain if there's no...
2001-12-14 Michael Hampton* Security: trace file is now only readable by owner...
2001-12-14 Art Cancro* Now you can send mail to yourself. Hi from Stu.
2001-12-14 Art Cancro* Hi from Stu
2001-12-13 Nathan Bryantmake configure search for /usr/local/BerkeleyDB.4.0
2001-12-13 Nathan Bryantmake it compile with Berkeley DB 4.0.x
2001-12-11 Nathan Bryant - test for -ldb3 before -ldb
2001-12-11 Nathan Bryant - fix library flags, includes for portability
2001-12-11 Nathan Bryantbetter detection of <db3/db.h>
2001-12-11 Art Cancro* roadmap.txt: added.
2001-12-09 Art Cancro* test
2001-12-08 Art Cancro* oops
2001-12-08 Art Cancro* THIS IS 5.90
2001-12-08 Art Cancro* Final changes to networking docs for 5.90
2001-12-06 Art Cancro* Added the documentation for room sharing and listserv
2001-12-04 Art Cancro* Added two more bytes to the possible length of shared...
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-12-03 Art Cancro* ooops. Look for the QR2_SYSTEM flag in QRflags2...
2001-12-03 Art Cancro* dynloader.c: fixed improperly done declaration and...
2001-12-03 Art Cancro* mime_parser.c: now uses built-in functions to decode...
2001-12-03 Art Cancro* quick fix
2001-12-03 Art Cancro* Began implementing some code to handle multiple recip...
2001-12-03 Art Cancro* When sending mail, copy to the sender's "Sent Items...
2001-12-02 Art Cancro* On a new system, set the default new user level to...
2001-12-02 Art Cancro* Removed references to the old networker from the...
2001-12-02 Art Cancro* 5.90 alpha1
2001-12-02 Art Cancro* Implemented new room flag QR2_SYSTEM which supresses...
next