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
Oops, forgot a file. More... about 21 years ago
1) Added a new experimental hostname and username caching system, which will be the basis for a new shared resolver system which I'm currently working on. I'll document the new caching system as soon as it's finished, which should be tomorrow. 6) Removed the old hostname caching system. 0) Version to 2b6.47. More... about 21 years ago
A new -bind option, -bind <ip> will make protomuck bind to only the IP specified. This lets you bind to a single IP on systems with multiple IP addresses. Note that using the bind option makes the MUCK available on ONLY the IP address given, not even on 127.0.0.1. The default is the same as always before, bind to all interfaces and IP addresses available. More... about 21 years ago
Fix a bug in both newpermissions and moveto, newpermissions knowing how to check the permissions of #-3 (by checking the players HOME) and telling MOVETO not to try to send an exit HOME. More... about 21 years ago
Alynna's cygwin makefile changes were making Proto uncompilable on most platforms. More... about 21 years ago
1) Fixed two annoying warning messages I found while testing on MacOS X. 2) Increased version number to 2.0b6.44. More... about 21 years ago
CVS seems to be messed up, trying again. More... about 21 years ago
More MacOS X fixes. More... about 21 years ago
More fixes for MacOS X. More... about 21 years ago
Attempts to remove the APPLE #define from config.h. More... about 21 years ago
Added a line that will increase the stack size and heap size under cygwin. This might also work for OS-X, someone try it, oo, oo.. More... about 21 years ago
12/14/03 23:12:23: DB FATAL ERROR! Attempt to access a bad object at wiz.c:302. Object was -3. Fixed this by wrapping a check to see if something was teleported to HOME, and output the necessary string. More... about 21 years ago
1) Fixed an issue with the new process renaming code not compiling on BSD. 2) Fixed an issue with process renaming using too many 'protomuck:' tags on BSD. 3) Fixed the custom pronouns bug (for real this time). 4) Version is now 2.0b6.42. More... about 21 years ago
1) Added main process renaming support. If everything works out properly, it should rename the ProtoMUCK process so it shows as 'protomuck <ver>: <muck>: <port> ... <port>' when the user uses 'ps' on the machine. 2) Added USE_PS to control above feature, on by default. 3) Modified the self-configure script for above feature. 4) Version is now 2b6.41. More... about 21 years ago
Blob hand-wrote this updated database that works properly even with ARCAHIC_DATABASES disabled. More... about 21 years ago
1) Fixed an issue with custom pronoun substitutions. (FB6 fix) 2) Version is now 2.0b6.40. More... about 21 years ago
1) Attempted to repair a #-1 crasher that I still don't understand. 2) Version increase. More... about 21 years ago
HUH propqueue implemented. More... about 21 years ago
Added --enable-asroot configure option, which obsoletes PROTO_AS_ROOT in config.h. More... about 21 years ago
1) Added --disable-compress option to configure script, which shuts off database compression without editing config.h. 2) Some code cleanup mostly related to interface.h and externs. 3) Made it so that an arg can be specified to the database dump routines saying if they should fork or not, which should fix a bug related to the database not always finishing dumping before the restart script kicks in after @restart. 4) Fixed some possible cases of incorrect placement of DB dump warnings with diskbasing enabled. 5) Removed -godpw command-line option. 6) Upped the version number. More... about 21 years ago
Guess. More... over 21 years ago
SSL MUF Sockets update #2 More... over 21 years ago
SOCKSECURE will now renegotiate SSL if called by an already secure socket. SOCKUNSECURE will only NULL SSL sessions that are not already NULL. More... over 21 years ago
I reveal unto you, the new, SSL socket primitives. SOCKSECURE, SOCKUNSECURE, SSL_SOCKACCEPT, in all their glory. More... over 21 years ago
Fixed #-1 crasher. More... over 21 years ago
more ssl prim stuff More... over 21 years ago
More SSL socket foxes. More... over 21 years ago
Possibly fixed the bug that's been causing the MUF repository to crash. Socket events were being sent to program frames after they had been freed. The solution was such: More... over 21 years ago
Made sure SSL listening socket connections didn't block. More... over 21 years ago
Made sure it checks both SSL_SOCKETS and USE_SSL. Removed the need for openssl/err.h. Upped the version number. More... over 21 years ago