]> code.citadel.org Git - citadel.git/history - citadel
housekeeping.c: call kill_session() with session_to_kill, not ccptr->cs_pid
[citadel.git] / citadel /
1998-12-21 Art Cancrohousekeeping.c: call kill_session() with session_to_kil...
1998-12-19 Art Cancro * Added "-i" flag to netproc to make it skip...
1998-12-18 Art Cancromsgbase.c: generate an 'I' field when requested (i...
1998-12-17 Art CancroGetting things together to prepare for an actual release...
1998-12-16 Art Cancromsgbase.c: fixed tempfile naming problem that could...
1998-12-16 Art Cancroget committed
1998-12-16 Art Cancromsgbase.c: remove extra call to alias() which was causing
1998-12-14 Art CancroFixed more of the session table nonsense
1998-12-14 Art CancroMore session table stability nonsense
1998-12-13 Art Cancro removed serv_test.so from the default build
1998-12-13 Art Cancro * sysdep.c, citserver.c: (hopefully) fixed...
1998-12-12 Art Cancrocommands.c: when using color, default to low-intensity...
1998-12-12 Art Cancrosmall optimization in RWHO command
1998-12-12 Art Cancro * setup.c: default value for maxsessions is...
1998-12-08 Art CancroBeta 2
1998-12-07 Art Cancromade some code a little easier to read
1998-12-07 Art Cancrofixed a spelling error
1998-12-07 Art Cancro * Ripped most of the "attachments" stuff out...
1998-12-07 Art CancroAdded the P/C ratio back to stats
1998-12-07 Art Cancrostats.c: fixed segfault resulting from extracting log...
1998-12-06 Art Cancrosysdep.c: read citadel.config _before_ initializing...
1998-12-06 Art Cancroincreased one of the minfo buffer sizes
1998-12-06 Art CancroRemoved whitespace to left and right of '@' in netmail...
1998-12-05 Art CancroAdded a new type of module hook for adding logging...
1998-12-03 Nathan Bryant * setup.c: saner defaults for nodename and...
1998-12-03 Nathan Bryant * serv_upgrade.c: don't create citadel.config...
1998-12-03 Nathan Bryant * Makefile.in: don't chmod sendcommand
1998-12-03 Nathan Bryant * setup.c: create citadel.config with mode...
1998-12-03 Art Cancro * msgbase.c: modified AddMessageToRoom() and...
1998-12-03 Nathan Bryant*** empty log message ***
1998-12-03 Nathan Bryantweekly is now generated by configure
1998-12-03 Nathan Bryant*** empty log message ***
1998-12-02 Nathan Bryantweekly is now generated by configure
1998-12-01 Art Cancroreadme
1998-12-01 Art CancroBETA 1
1998-12-01 Art Cancro * sendcommand.c: added (also updated utils...
1998-12-01 Art Cancrosendcommand only accessible by the bbs user
1998-12-01 Art Cancro * sendcommand.c: added
1998-12-01 Art Cancro room_ops.c: added sort_msglist() to move and save...
1998-11-30 Art Cancro5.50 Alpha 3
1998-11-30 Art Cancroremoved chmod 4755
1998-11-30 Art CancroFixed cmd_regi() to not display a second result code...
1998-11-25 Art Cancrocreated a separate developers.txt file for developer...
1998-11-24 Art Cancroupdated TODO
1998-11-24 Nathan Bryant * citadel.spec: added
1998-11-23 Art CancroWe're now 5.50alpha2
1998-11-22 Nathan Bryant * Makefile.in: split install target into instal...
1998-11-22 Art Cancro * room_ops.c: fixed incorrect naming of files...
1998-11-22 Art Cancronetproc.c: handled incoming file transfers to correct...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-22 Art CancroMinor mods
1998-11-22 Art Cancrodocs
1998-11-22 Art Cancroroutines2.c: fixed <.AS> command; all configs now work...
1998-11-22 Art CancroFixed <.AS>
1998-11-21 Art Cancrosysdep.c: strip trailing nonprintables in client_gets()
1998-11-21 Art Cancroserv_expire.c: finished the code to purge stale visits
1998-11-21 Art Cancro import.c: removed
1998-11-21 Art Cancro * Added a fourth color mode in the client:...
1998-11-21 Art Cancrofixes
1998-11-21 Art Cancroupdated the TODO
1998-11-21 Art Cancroroom expires
1998-11-21 Art Cancro * setup.c: removed all prompts that can be...
1998-11-20 Art Cancroadded TODO
1998-11-20 Art Cancro * serv_expire.c: began writing functions to...
1998-11-20 Art Cancro * Fixed serv_upgrade.c and export5.c (found...
1998-11-20 Art Cancroupdated serv_upgrade to handle some of the new data...
1998-11-19 Art Cancrochainsaw tendencies
1998-11-18 Art CancroStarted implementing global room numbers.
1998-11-17 Art Cancroclient side of allowing deletion of mail
1998-11-17 Art Cancroroom_ops.c: users can delete messages from their mailboxes
1998-11-17 Art Cancromoved room-sharing-howto.txt to root directory
1998-11-17 Art Cancroroom-sharing-howto.txt: added.
1998-11-17 Art Cancro * cmd_setr() delete old room record when room...
1998-11-17 Art Cancrofixed cmd_agup and cmd_asup
1998-11-17 Art Cancromade QR_MAILBOX rooms non-editable
1998-11-16 Art Cancroroom_ops.c: mailbox rooms always appear on the main...
1998-11-13 Art Cancrosee ChangeLog
1998-11-13 Art Cancroadded some logging
1998-11-13 Art Cancroremoved a message
1998-11-13 Art Cancrofixed cmd_rchg() again
1998-11-12 Art Cancrouse extract_long()
1998-11-12 Art Cancro * citadel.c: fixed the way <.WL> parses the...
1998-11-12 Art Cancro * serv_expire.c: purge ops are now a command...
1998-11-12 Art Cancromore fixes to msgbase.c for delivery of network mail
1998-11-12 Art Cancroquick fix for set_wtmpsupp_to_current_room()
1998-11-12 Art Cancrosysdep.c: added an fflush() to lprintf() for "tail...
1998-11-11 Art Cancro * citserver.c, msgbase.c, user_ops.c: hide...
1998-11-11 Art Cancro citserver.c: slight changes to cmd_rchg() and cmd_hchg...
1998-11-11 Nathan Bryant * serv_upgrade.c: fix uninitialized variable
1998-11-11 Art CancroWed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd...
1998-11-11 Art CancroThis is Alpha 1
1998-11-11 Art Cancromsgbase.c: fixed a bug that broke incoming network...
1998-11-11 Art Cancrofixed upgrade stuff
1998-11-10 Nathan Bryant * Makefile.in: link in snprintf.o where needed
1998-11-10 Nathan Bryant * Makefile.in: link in snprintf.o where needed
1998-11-10 Nathan Bryant * commands.c, control.c, cux2ascii.c, file_ops...
1998-11-10 Nathan Bryant*** empty log message ***
1998-11-10 Art Cancrofixed validate
1998-11-10 Art Cancroadded more stuff to <.A>ide <E>dit user
1998-11-10 Art Cancro * serv_upgrade.c: added all missing fields to export...
next