- Oct 21, 2009
-
-
deuce authored
-
deuce authored
This is intended to (eventually) be a translation of the current Usurper Pascal code into C with the only major change being the use of memory mapped files for IPC and game data. This model should help greatly with the most common Usurper issues, but it adds the constraint that all nodes must be running on the same system. Initially, game play is intended to be identical, and new bugs will be introduced from the C translation. As such, this is not intended as a replacement for Usurper in the near future except the code is being written for *nix systems initially and will be ported to Win32 at a later time.
-
rswindell authored
to the comment block.
-
- Oct 20, 2009
-
-
rswindell authored
-
rswindell authored
"Normally, this response will be a multiline reply. Each line of the response contains a keyword and, optionally, one or more parameters." Added RFC1870 Message Size Declaration support to EHLO response. Strip optional parameters from MAIL FROM command (per RFC1869).
-
rswindell authored
-
rswindell authored
Removed cruft from output files.
-
rswindell authored
-
- Oct 19, 2009
-
-
rswindell authored
output of nodestatus() (e.g. used by Synchronet Control Panel node window).
-
- Oct 18, 2009
-
-
rswindell authored
directing the log output accordingly (apparently online is not always being set to ON_LOCAL as expected, checking node_num is more a consistent method).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
some other single-line messages (replacing static strings).
-
rswindell authored
Don't prompt for "delete mail from everyone" when there is only one e-mail waiting for the user. Use some existing text.dat entries (some old and some recently added) where identical static strings were still being used for no apparent reason. Added several text.dat entries for the QWK settings menu, node status, and some other single-line messages (replacing static strings).
-
rswindell authored
-
rswindell authored
-
- Oct 17, 2009
- Oct 15, 2009
- Oct 12, 2009
-
-
rswindell authored
Type mismatch in parameter 'optlen' (wanted 'int *', got 'unsigned int') in function nonblocking_connect
-
- Oct 10, 2009
- Oct 09, 2009
-
-
deuce authored
Get the last socket error instead and return that (not tested on Win32)
-
- Oct 08, 2009
-
-
cyan authored
DreamForge-based servers (Unreal, et al), which do not support the state message.
-
- Oct 07, 2009
- Oct 06, 2009
-
-
rswindell authored
-
- Oct 05, 2009
-
-
rswindell authored
Ragnarok - sub_list would be populated for sub-boards current user did not have access to (grp_list element did not exist, but subs could still be accessed via msg_area.grp) and can_read property did not check group access. Created userdat convenience functions for checking access/read/op rights to sub-boards.
-
rswindell authored
-
mcmlxxix authored
-
rswindell authored
the status bar directly (this is now handled in the UpTimerTick), thus preventing crashes if 2 callbacks are called concurrently.
-
- Oct 01, 2009
- Sep 24, 2009