citadel.git
1999-12-22 Art Cancro* Got some more parsing in there
1999-12-20 Art Cancro* More address parsing logic
1999-12-17 Art Cancro* More header parsing stuff. Still needs work.
1999-12-17 Art Cancro* added some rfc822 stuffs
1999-12-15 Steve WilliamsChanged 'enter' so that it ONLY asks for a recipient...
1999-12-15 Steve WilliamsChanged 'enter' so that in normal rooms it doesn't...
1999-12-14 Art Cancro* More SMTP implementation
1999-12-14 Art Cancro* New parsedate
1999-12-13 Art Cancro* Removed our naive 'conv_date()' RFC822-to-unixtime...
1999-12-12 Art Cancro* get http request: clear hold buffer before starting...
1999-12-12 Art Cancro* Began RCPT command
1999-12-11 Art Cancro* Implemented most of MAIL FROM:
1999-12-11 Art Cancro* Added RSET command
1999-12-10 Art Cancro* internet_addressing.c: added. (Internet address...
1999-12-10 Art Cancro* Fixed some SMTP bugs
1999-12-10 Art Cancro* serv_smtp: implemented RFC821 "VRFY" and "EXPN" commands
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-12-08 Art Cancro* service optimization
1999-12-08 Art Cancro* Added master sockets fd_set (not yet implemented)
1999-12-08 Art Cancro* Increased the size of the backlog queue length passed...
1999-12-08 Art Cancro* listen() queue length is now set to config.c_maxsessions
1999-12-08 Art Cancro* Added CtdlRegisterServiceHook() and its data type...
1999-12-07 Art Cancro* Better (non fireworks display mode) handling of broke...
1999-12-06 Art Cancro* fixes fixes fixes
1999-12-06 Art Cancrobugfix
1999-12-06 Art Cancro* Moved a bunch of other global variables to per-sessio...
1999-12-06 Art Cancro* ooooops
1999-12-06 Art Cancro* Moved global march list into per-session context
1999-12-05 Art Cancro* fix defaulthost/defaultport
1999-12-05 Art Cancro* Removed a comment
1999-12-05 Art Cancro* Auto-scaling worker thread pool size
1999-12-05 Art Cancro* Additional debugging and cleanup
1999-12-04 Art Cancro* Moved all diagnostic output to stderr
1999-12-04 Art Cancro* Finished the overhaul. Now to tune...
1999-12-03 Art Cancro* Removed some pseudocode
1999-12-03 Art Cancro* BROKEN BUILD. Wrote most of the session removal...
1999-12-03 Art Cancro* Don't exit the server at the end of a session
1999-12-03 Art Cancro* Repaired HTTP output for image transfers and static...
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-12-03 Art Cancro* Added ".c.o" rule to Makefile
1999-11-29 Nathan Bryant* citserver.c: Solaris lacks inet_aton; use inet_addr...
1999-11-29 Nathan Bryant* citserver.c: include <sys/types.h>; may help portabil...
1999-11-26 Art Cancro* Started moving all of the global variables into a...
1999-11-26 Art Cancro* 2.01 release
1999-11-22 Art Cancro* Added 'upgrading.txt' to the docs
1999-11-22 Art Cancro* Added some temporary variables to OpenCmdResult(...
1999-11-21 Art Cancro* Protected cmd_move() from buffer overrun (no longer...
1999-11-21 Steve WilliamsRemoved the Windoze version snapshot. Currently it...
1999-11-20 Steve WilliamsAdded daphne.exe....compiled windows client.
1999-11-19 Art Cancro* Fixed a *serious* memory leak in the database functio...
1999-11-18 Art Cancro* Changed the order of parameters in <.A>ide <S>ystem...
1999-11-18 Art Cancro* Updated some of the documentation
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-15 Steve WilliamsOn disconnect, changed the SetStatusText() to "" for...
1999-11-15 Steve WilliamsAdded some checks for connectivity. The roomview comma...
1999-11-15 Steve WilliamsKilled the refresh timer in who.cpp
1999-11-15 Steve Williamstest
1999-11-15 Steve Williamstest
1999-11-15 Art Cancro* Put lockfile in /tmp instead of in /var/lock. The...
1999-11-15 Art Cancro* Fixed the network-wide vCard purge logic so that...
1999-11-12 Steve WilliamsUpdated README. Tweaked zip slightly. Started mods...
1999-11-11 Steve WilliamsAnother zap tweak: After zapping a room the user is...
1999-11-11 Steve WilliamsMade a slight tweak to the default size of the button...
1999-11-11 Steve WilliamsMade a minor tweak to zapped messages. Now when you...
1999-11-11 Steve WilliamsSet up 'zapped rooms' functionality. Made tweaks so...
1999-11-11 Steve WilliamsUpdated make install so it works properly.
1999-11-11 Steve WilliamsMinor update to the zap code. Now after zapping a...
1999-11-11 Steve WilliamsCorrected a small bug that chopped off the 'enter'...
1999-11-11 Steve WilliamsAdded 'zap' capability
1999-11-10 Steve WilliamsUpdated the Makefile for proper 'make install'.
1999-11-09 Nathan Bryant* configure.in: include <sys/types.h> when doing checks...
1999-11-08 Steve WilliamsAdded a 'goto' button on the toolbar.
1999-11-08 Steve WilliamsUpdated Makefile for 'make install'.
1999-11-08 Steve WilliamsFixed who list to remove itself when disconnecting...
1999-11-07 Art Cancro* Fix room name display
1999-11-07 Steve Williams*** empty log message ***
1999-11-07 Steve Williams*** empty log message ***
1999-11-07 Steve WilliamsAdded README file.
1999-11-07 Steve Williams*** empty log message ***
1999-11-07 Steve WilliamsRemoved all 'cout' commands
1999-11-07 Art Cancro* Began the ChangeLog for this project.
1999-11-05 Art Cancro* Issue 'cancel' messages for vCard when a user is...
1999-11-04 Art Cancro* Changed 'number of worker threads' from a sysconfig...
1999-11-04 Art Cancro* Added 'number of worker threads' to site config screen
1999-11-03 Art Cancro* Fixed buffer overrun problems in cmd_rchg(), cmd_hchg...
1999-11-02 Art Cancro* Fixed timeout problem for remote client sessions...
1999-11-02 Art Cancro* Several fixes to msgbase.c and netproc.c to prevent...
1999-11-02 Art Cancro* Message-ID: rfc822 fix
1999-11-01 Art Cancro* Fixed a concurrency bug which crashed the server...
1999-11-01 Art Cancro* CtdlFetchMessage() - generate a "<no text>" message...
1999-10-31 Art Cancro* Fixed buffer overrun in cmd_rchg()
1999-10-31 Art Cancro* Fixed incorrect assignment of new session ID's
1999-10-31 Art Cancro* Fixed a bug which was crashing the server during...
1999-10-29 Art Cancro* database.c: Removed arbitrary limit on maximum number...
1999-10-29 Art Cancro* Debugged all possible ways for a session to terminate...
1999-10-28 Art Cancro* Fixed a problem where the client protocol would spit...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-28 Art Cancro* Fixed the problem of worker threads waking up prematu...
1999-10-27 Art Cancro* Initial hack of worker-thread rearchitecture. Right...
next