citadel.git
2000-01-23 Art Cancro* Coded up some more of the SMTP-sender (still not...
2000-01-22 Art Cancro* Added some more functionality to the string tokenizer
2000-01-21 Art Cancro* Clarified the delivery list format and shuffled some...
2000-01-17 Art Cancro* Minor comment updates
2000-01-17 Art Cancro* CR to CRLF hacks (lose, lose, lose)
2000-01-17 Art Cancro* Completed POP3 server. All RFC1939 commands except...
2000-01-17 Art Cancro* Implemented LIST and STAT commands in the pop3 server
2000-01-17 Art Cancro* Started fleshing out the POP3 server (will need same...
2000-01-17 Art Cancro* citserver.c: cleanup hook functions are now run under...
2000-01-17 Art Cancro*** empty log message ***
2000-01-17 Art Cancro* Bug fix to new output message
2000-01-17 Art Cancro* Modified CtdlOutputMsg() to handle output to arbitrar...
2000-01-16 Art Cancro* Began change of output_message() to CtdlOutputMsg()
2000-01-16 Art Cancro* div align=center
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
2000-01-15 Art Cancro* Removed UI_DIALOG mode in setup. Can't count on...
2000-01-15 Art Cancro* Fixed the access rights on auto-created rooms (the...
2000-01-13 Art Cancro* techdoc/delivery-list.txt: added (syntax for delivery...
2000-01-12 Art Cancro* sysdep.c: start the housekeeping thread *after* dropp...
2000-01-11 Nathan Bryant * citclient.cpp: different IDEN string depending on...
2000-01-11 Nathan Bryanthopefully cleaned up line breaks; add Id tag
2000-01-11 Art Cancro* Terminate SMTP responses with <CRLF> instead of <LF>
2000-01-11 Art Cancro* Bugfix
2000-01-11 Art Cancro* Add "close window" option to goodbye screen
2000-01-09 Art Cancro* Auto-creation of various rooms is now done correctly...
2000-01-09 Art Cancro* Removed the fifo-based protocol downloads and replace...
2000-01-09 Art Cancro* Get/save arbitrary configs
2000-01-09 Art Cancro* Bug fixes
2000-01-08 Art Cancro* Fixed a bug
2000-01-08 Art Cancro* Completed spool to outbound delivery queue (still...
2000-01-08 Steve WilliamsFixed a condition in goto where the message window...
2000-01-08 Steve WilliamsAdded hosts.cpp (for user configurable bbs additions...
2000-01-08 Steve WilliamsRestabilized 'goto'.
2000-01-08 Art Cancro* Reworked some of the data structures to handle multip...
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
2000-01-04 Art Cancro* oops, forgot to bump the version number in .h and...
2000-01-04 Art Cancro* Worked around HTTP bugs in Internet Explorer 5. ...
1999-12-30 Art Cancro* Got initial SMTP delivery working in a very specific...
1999-12-29 Art Cancro* Minor cosmetic changes to comment formatting
1999-12-29 Art Cancro* client_chat.c: display "No message sent" if a send...
1999-12-26 Art Cancro* serv_vcard: don't run hooks when not logged in (such...
1999-12-24 Art Cancro* fixed some of the rfc822 parser
1999-12-24 Art Cancro* 2.10 release
1999-12-23 Art Cancro* Changed session cookie from hexadecimal encoding...
1999-12-23 Art Cancro* "Finished" initial hack of RFC822 import
1999-12-22 Art Cancro* Fixed up the "Date:" headers to be RFC822-compliant
1999-12-22 Art Cancro* Fun stuff with addressing and trying to save messages...
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
next