openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
ProtoMUCK
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
8 months
ago. based on code collected
over 1 year
ago.
Oct 07, 2022 — Oct 07, 2023
Showing page 11 of 31
Search / Filter on:
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.
foxsteve
More...
about 21 years ago
Fixed a bug with LDUP giving false "Stack protection fault." errors when used inside TRY. (FB6 bug #659195);
foxsteve
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.
foxsteve
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.
foxsteve
More...
about 21 years ago
Added documentation for @tunes reslvd_address, sslport, and ssl_keyfile_passwd.
cyberleo
More...
about 21 years ago
Oops. Completely missed a bunch of important portability stuff.
foxsteve
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.
foxsteve
More...
about 21 years ago
Added --enable-reslvd configure option to enable support for the shared resolver without modifying config.h.
foxsteve
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.
foxsteve
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.
foxsteve
More...
about 21 years ago
1) Wrote the shared resolver daemon. 2) Changed hostdb_count in netresolve.c from int to long.
foxsteve
More...
about 21 years ago
I think CVS broke. Testing.
foxsteve
More...
about 21 years ago
Fixed two warnings in newhttp.c that popped up with a newer version of GCC.
foxsteve
More...
about 21 years ago
Mostly just cosmetic changes to the log_status() lines in netresolve.c.
foxsteve
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=...'.
foxsteve
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.
foxsteve
More...
about 21 years ago
Fixed a logic error in the SETPASSWORD prim.
foxsteve
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.
foxsteve
More...
about 21 years ago
Fixed @hostcache #show.
foxsteve
More...
about 21 years ago
Playing with quicksort in @hostcache.
foxsteve
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.
alynna
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.
alynna
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)..
alynna
More...
about 21 years ago
Version number bump forgotten in last 2 commits
alynna
More...
about 21 years ago
Fixed MPI command prop parsing and a potential crasher bug due to misplaced brackets.
alynna
More...
about 21 years ago
Whats up, docs? Also removed the ^M's from netresolve.h
alynna
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.
alynna
More...
about 21 years ago
Little more work on the @propcache command.
foxsteve
More...
about 21 years ago
1) Re-added support for the nethost.cache file. 2) Beginnings of the @hostcache command.
foxsteve
More...
about 21 years ago
Removed an unused variable.
foxsteve
More...
about 21 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree