citadel.git
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...
1999-10-26 Art Cancro* Removed the auto-reconnect stuff... it was locking...
1999-10-26 Nathan Bryantadd .AppleDouble
1999-10-26 Art Cancrodamn bugs
1999-10-26 Art Cancro* Shuffled around the order of events when a thread...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-10-25 Art Cancro* Shuffled around the room editing commands
1999-10-24 Nathan Bryant * Makefile.in, configure.in: added --enable-icq flag...
1999-10-23 Art Cancro* Finished moving vCard functionality to the new messag...
1999-10-21 Art Cancro* header change
1999-10-21 Art Cancro* Finished up the flags and replication checks in CtdlS...
1999-10-20 Art Cancro* More code shuffle. Added some flags to CtdlSaveMessa...
1999-10-20 Art Cancro* Wholist fixes for users who are in chat mode
1999-10-20 Art Cancro* In the wholist, only show <private room> if the user...
1999-10-20 Art Cancro* Code reorganization. Making it easier to move/copy...
1999-10-18 Art Cancro* Started vCard migration to new Extended ID stuff
1999-10-17 Art Cancro* Got the new replicator working. Now to move vCard...
1999-10-17 Art Cancro* Oops
1999-10-17 Art Cancro* Discovered a huge design flaw in the replication...
1999-10-16 Art Cancro* Replication fixes
1999-10-16 Art Cancro* Changes to message replication code. Don't do server...
1999-10-16 Art Cancro* Don't do hooks during cmd_ent3()
1999-10-16 Art Cancro* Run netproc -i after a successful NUOP
1999-10-14 Art Cancro* Cleaned up the bottom-of-page icons
1999-10-14 Art Cancro* Finished the netproc side of Z (zap/supersede) proces...
1999-10-13 Art Cancro* Added search-by-header-fields to CtdlForEachMessage...
1999-10-13 Art Cancro* Starting some work on network zap (supersede) mode...
1999-10-08 Art Cancro* Minor bug fix in registration screen
1999-10-08 Art Cancro* More vCard-related debugging
1999-10-07 Art Cancro* Semi-broken vCard replacement implementation in place.
1999-10-06 Art Cancro* vCard upload now copies the user's card to the global...
1999-10-06 Art Cancro* Figured out a way to get the user's vCard to automati...
1999-10-06 Art Cancro* Per Nick's request, removed the key bindings stuff...
1999-10-04 Art Cancro* We now have a housekeeping thread and a housekeeping...
1999-10-04 Art Cancro* Minor vCard fixes
1999-10-03 Art Cancro* Misc fixes and comment/docs updates
1999-10-03 Art Cancro* Added serv_upgrade.h to automagically convert pre...
1999-10-02 Art Cancro* Merged in Nick's bit of JavaScript to handle key...
1999-09-29 Art Cancro* CtdlWriteObject() can now store objects in personal...
1999-09-29 Art Cancro* serv_vcard.c: fixed crashola bug in cmd_greg()
1999-09-28 Art Cancro* Fully migrated cmd_greg() and cmd_regi() into serv_vc...
1999-09-27 Art Cancro* cmd_regi() is now in serv_vcard and writes to the...
1999-09-24 Art Cancro* "read my vCard" and "write my vCard" are written...
1999-09-24 Art Cancro* Worked a little more on the vCard stuff. The serv_vc...
1999-09-23 Art Cancro* serv_vcard.c: added. Nothing in it yet.
1999-09-23 Art Cancro* The vCard 'class' is now linked into the server,...
1999-09-21 Art Cancro* Began work on vCard. This could be kinda cool.
next