0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected over 1 year ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a "comparison is always false due to limited range of data type" error found while compiling for ARM architecture. More... about 21 years ago
Fixed a bug with LDUP giving false "Stack protection fault." errors when used inside TRY. (FB6 bug #659195); More... about 21 years ago
1) Added support for MD5 hashed passwords in ProtoMUCK database by using a new database flag, DB_MD5PASSES (0x04), which is set automatically when converting from an FB6 database or when you use -pwconvert. 2) Added -pwconvert command-line option to convert current passwords to MD5 format. Since databases default to the old method of clear-text passwords, if you want them to be MD5 hashes, you must run this at least once, but it is safe to run multiple times on the same database. 3) Increased version to 2.0b7.02. More... about 21 years ago
Fixed a stray unknown bug that popped up in do_look_at(). I'm not entirely sure that I've fully smashed it, but it looks like it was related to stupidity involving negative numbers in pointers. More... about 21 years ago
Added documentation for @tunes reslvd_address, sslport, and ssl_keyfile_passwd. More... about 21 years ago
Oops. Completely missed a bunch of important portability stuff. More... about 21 years ago
1) Removed a redundant for (descr_list) loop in shovechars() by moving the FD_SET(descr); stuff from it's own loop to the d->booted loop. 2) Added a check_maxd() #define to interface.h and replaced several redundant maxd checks all over the code with it. (Note that the check_maxd() function used in p_socket.c was removed.) 3) Increased version to 2.0b7.01. More... about 21 years ago
Added --enable-reslvd configure option to enable support for the shared resolver without modifying config.h. More... about 21 years ago
Minor cosmetic cleanups to the hostcache system, and added '@hostcache #restart' to restart the resolver process or the connection to the reslvd daemon. More... about 21 years ago
1) Added reslvd_address @tune, in format [<ip>]:[<port>] for the address of the reslvd daemon 2) Added code to netresolve.c and interface.c to support the new reslvd daemon. 3) Increased version to 2.0b7.00. More... about 21 years ago
1) Wrote the shared resolver daemon. 2) Changed hostdb_count in netresolve.c from int to long. More... about 21 years ago
I think CVS broke. Testing. More... about 21 years ago
Fixed two warnings in newhttp.c that popped up with a newer version of GCC. More... about 21 years ago
Mostly just cosmetic changes to the log_status() lines in netresolve.c. More... about 21 years ago
Changed so that the configure script will copy the value of the local CFLAGS variable to the Makefile. This is good if you want to define machine-specific optimizations, all you have to do is 'export CFLAGS=...'. More... about 21 years ago
Mostly playing with -Wall-pedantic and -pedantic. Fixed most of the warnings that these fixed out, but there are still a ton that I can't fix, so I'm leaving them out of the main makefile. More... about 21 years ago
Fixed a logic error in the SETPASSWORD prim. More... about 21 years ago
Fixed a few warnings on 64-bit archtectures (namely Alpha). Couldn't fix the ones in p_file.c though. More... about 21 years ago
Fixed @hostcache #show. More... about 21 years ago
Playing with quicksort in @hostcache. More... about 21 years ago
Add support for ^ITALIC^, ^BLINK2^ (double speed blink), ^DIM^ and ^HCOLOR^ for half bright support for up to 24 colors on supporting terminals like BeipMU. Also added a define to turn hostcache logging on and off. More... about 21 years ago
Makefile.in should now output a stable makefile that introduces the extra linking options needed by Proto-cygwin but still works on other platforms. __CYGWIN__ compiletime MCP fixes to eliminate warnings concerning the format of random() being passed to sprintf as an int (rather than long unsigned int). __CYGWIN__ compiletime interface.c fixes to not declare the variable 'fd' as it is never used in cygwin forking. More... about 21 years ago
Obsolete the CYGWIN option and use __CYGWIN__ in the source which is defined automagically. Additionally, try to use cygwin tzset() to fix timezone stuff (testing).. More... about 21 years ago
Version number bump forgotten in last 2 commits More... about 21 years ago
Fixed MPI command prop parsing and a potential crasher bug due to misplaced brackets. More... about 21 years ago
Whats up, docs? Also removed the ^M's from netresolve.h More... about 21 years ago
Embraced and extended command props: 1) Rooms can be specified in command props. When a ROOM is specified in a command prop, it will move anyone using the command to the specified room IF any of the following permissions checks pass: a) The trigger player is WIZARD or higher b) The object the command prop is on is MAGE or higher c) The trigger player controls the destination d) The destination is JUMP_OK. In this case, the trigger exit is actually the object the command prop resides on. 2) Exits can be specified in command props. When an EXIT is specified in a command prop, it will move anyone using the command to the *target* of the exit IF any of the following permissions checks pass: a) The trigger player is WIZARD or higher b) The object the command prop is on is MAGE or higher c) The trigger player controls the exit itself d) The exit is JUMP_OK. In this case, the trigger exit is the exit in question and it will appear for all intents and purposes that you have passed through the exit. 3) Things can be specified in command props. When an THING is specified in a command prop, it will move anyone using the command to the *target* of the exit IF any of the following permissions checks pass: a) The trigger player is WIZARD or higher b) The object the command prop is on is MAGE or higher c) The trigger player controls both the object and where it resides d) The object is either JUMP_OK or VEHICLE, and the location it resides in is both JUMP_OK and NOT VEHICLE. More... about 21 years ago
Little more work on the @propcache command. More... about 21 years ago
1) Re-added support for the nethost.cache file. 2) Beginnings of the @hostcache command. More... about 21 years ago
Removed an unused variable. More... about 21 years ago