citadel.git
2002-08-12 Art Cancro* Compress VISIT records using zlib if available. ...
2002-08-08 Art Cancro* autoconf to look for zlib (for an upcoming experiment)
2002-08-08 Art Cancro* Bugfix for above
2002-08-08 Art Cancro* serv_network.c: retain unknown commands in netconfigs...
2002-08-06 Art Cancro* Fixed and clarified "new mail has arrived" messages.
2002-08-06 Art Cancro* ;AE command -- Make it clearer which floor the user...
2002-08-06 Art Cancro* Cleaned up the output of digest mode. It's usable...
2002-08-05 Art Cancro* Moved "edit floor label pic" to the floor editing...
2002-08-05 Art Cancro* Commands to add, change, delete floors
2002-08-05 Art Cancro* rooms.c: corrected a typo reported by Campagnolo...
2002-08-03 Art Cancro* NULLify 'roomrec' before attempting partial match...
2002-08-03 Art Cancro* blah
2002-08-03 Art Cancro* citadel_ipc.c: Attempted to clean up memory allocation
2002-08-01 Art Cancro* Completion of (most of) digest mode. Still needs...
2002-07-31 Art Cancro* Began implementing "digest mode" for listserving...
2002-07-28 Art Cancro* Augmented the "headers only" functionality of the...
2002-07-26 Art Cancro* Beautified the folder tabs in "edit room"
2002-07-25 Art Cancro* Final cleanup of changes (finally located and fixed...
2002-07-24 Art Cancro* Minor code cleanup of last night's changes
2002-07-23 Art Cancro* Minor cleanup of previous changes
2002-07-23 Art Cancro* Updated message reading to use the new MSG4 command...
2002-07-23 Art Cancro* Completed the MSGP and MSG4 commands to set the clien...
2002-07-21 Art Cancro* Added in some infrastructure to switch the client...
2002-07-21 Michael Hampton* Remove duplicate call for server time in who_is_onlin...
2002-07-21 Michael Hampton* citadel_ipc.c: Fix for segfault on empty messages
2002-07-20 Art Cancro* Updated hack.txt with some fresh new information
2002-07-19 Art Cancro* more of the same
2002-07-19 Art Cancro* citadel_ipc.c: changed various buffer lengths from...
2002-07-18 Nathan Bryantadded a note about GNU make to the configure script...
2002-07-18 Art Cancro* Eliminated the 512-message limit in the client for...
2002-07-16 Art Cancro* Small change to above
2002-07-16 Art Cancro* Display HTML messages as HTML. (Wow!)
2002-07-13 Art Cancro* Handle multipart/alternative in a nicer way, giving...
2002-07-13 Art Cancro* Don't lie about format types in MSG0 anymore. We...
2002-07-13 Art Cancro* CtdlOutputMsg() caches the most recently fetched...
2002-07-11 Art Cancro* When outputting a multipart MIME message, supply...
2002-07-11 Art Cancro* hacks to text_to_server() to transmit messages as...
2002-07-09 Art Cancro* 'idle' icon
2002-07-06 Art Cancro* Enable a "make this my start page" link that works...
2002-07-02 Michael Hampton* prototypes in citadel_ipc.h updated
2002-07-01 Michael Hampton* Misc. routines converted to new IPC code
2002-06-29 Michael Hampton* fixed some memory leaks
2002-06-29 Michael Hampton* tools.c: Massively faster versions of extract_token...
2002-06-29 Michael Hampton* Convert whobbs, serv_info, misc. functions to new...
2002-06-27 Michael Hampton* rooms.c: converted most functions to new IPC code
2002-06-25 Michael Hampton* fixed bug in dotgoto() causing free() to segfault
2002-06-25 Michael Hampton* gotonext() now uses new IPC code to retrieve room...
2002-06-25 Michael Hampton* remove a debugging trap I accidentally left in the...
2002-06-24 Michael Hampton* Fixed code for client segfault at login
2002-06-24 Michael Hampton* Buffer overflow fixes and minor cleanup in IPC code
2002-06-24 Michael Hampton* Message reading and other functions which use the...
2002-06-22 Michael Hampton* Use a new IPC API (in citadel_ipc.c). Partially...
2002-06-21 Art Cancro* Minor documentation update
2002-06-19 Art Cancro* When editing another user's vCard, do a "transient...
2002-06-19 Art Cancro* Support a transient room create as well
2002-06-19 Art Cancro* Added support for "transient goto" which allows entry...
2002-06-18 Michael Hampton* room_ops.c: Fix for old room record not being deleted...
2002-06-17 Art Cancro* Finished the thing to edit other users' vCards.
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-06-16 Art Cancro* Administratively edit other users' vCards. Still...
2002-06-16 Art Cancro* Allow Aides to create rooms in other users' namespace...
2002-06-15 Art Cancro* stuff
2002-06-15 Art Cancro* Fixed small bug in the e<X>pert mode toggle
2002-06-15 Art Cancro* cosmetics
2002-06-15 Art Cancro* Use safestrncpy() instead of strncpy() where appropriate
2002-06-15 Art Cancro* Fixed a memory allocation bug in the vCard parser
2002-06-15 Michael Hampton* citserver.c: MESG command can now send a different...
2002-06-15 Art Cancro* SpamAssassin connector is now configurable in <.A...
2002-06-14 Art Cancro* Discovered that spamd works even without the Content...
2002-06-14 Art Cancro* Disabled the spam strings checker I wrote a few days...
2002-06-12 Art Cancro* "Suppress message prompts" has been changed to "Promp...
2002-06-12 Art Cancro* add serv_spam
2002-06-10 Art Cancro* Configuration for spam filter
2002-06-09 Art Cancro* Started working on the spam filter
2002-06-07 Art Cancro* Added a new message function hook type EVT_SMTPSCAN...
2002-06-07 Art Cancro* Doco MRTG cmd
2002-06-07 Art Cancro* oops fix bug
2002-06-07 Art Cancro* Added a module "serv_mrtg" which allows activity...
2002-06-02 Michael Hampton* Support for Ctrl-W to erase a word when editing or...
2002-05-31 Nathan Bryantbetter curses compatibility, and a couple makefile...
2002-05-31 Nathan Bryantperform the type size checks before the library checks...
2002-05-28 Art Cancro* Removed the 'netsetup' and 'dnetsetup' utilities...
2002-05-24 Art Cancro* Fixed the "idle timeout during paginator prompt"...
2002-05-23 Art Cancro* Brought over a utility function I'll need later
2002-05-23 Art Cancro* fix for above
2002-05-23 Art Cancro* Added a GTSN (GeT list of SeeN messages) command
2002-05-22 Art Cancro* Finished room/folder view selector. Pretty cool.
2002-05-22 Art Cancro* Room list or folder list? Give the user a choice...
2002-05-20 Art Cancro* commands.c: fixed bug in the scan for idle_threshold...
2002-05-17 Art Cancro* When doing fixed_output() of converted HTML, output...
2002-05-16 Art Cancro* Reduce the number of socket writes when doing fixed_o...
2002-05-14 Michael Hampton* room_ops.c: clarified aide message when room aide...
2002-05-14 Michael Hampton* rooms.c: Print name of room aide if any when doing...
2002-05-14 Michael Hampton* Fixed some incredibly silly typos
2002-05-14 Michael Hampton* Minor cosmetic changes, extraneous double spaces...
2002-05-14 Michael Hampton* Idle threshold on the who list is now customizable...
2002-05-14 Michael Hampton* citadel.c: spacebar won't read New if there are no...
2002-05-13 Art Cancro* Client side too
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
2002-05-12 Art Cancro* Removed an unused variable
next