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 the version number. More... over 21 years ago
Array and MPI fixes backported from Proto2. Version updated. More... over 21 years ago
- Rolled back interface.c to the 1.8* version. More... over 21 years ago
- Fixed a compile error in this tree. More... over 21 years ago
Add support for the BETA define to remerge the 1.8 and 2.0 series, amd made sure that beta features were completely not part of the new series. More... over 21 years ago
* Made it so that doing: $include this will include the _defs/ directory on the program object itself. More... over 21 years ago
- Fixed TRY to work correctly with Stack Protection Faults for trying to access stack objects that are locked. More... over 21 years ago
- Fixed TRY to work correctly with Stack Protection Faults for trying to access stack objects that are locked. More... over 21 years ago
- Updated docs pertaining to TRY to be more accurate. More... over 21 years ago
Added defines to interface to ignore support. Documentation updates for CONTROLS support and new ignore prims. Updates for realms_control support. Updated webpage references. More... over 21 years ago
- Removed staff? entry from man.txt More... over 21 years ago
Added HTTPDATA ( i -- a ) prim. Takes a descr, returns array with HTTP info in it. More... over 21 years ago
1) I can't believe I -missed- that. 2) Did proper indenting. More... over 21 years ago
HTTP_MPI support added. With the exception of fully functional SETs in MUF for CONTROLS passing targets, CONTROLS support is finished. More... over 21 years ago
Forgot to set the HS_MPI flag when MPI is used. Oops. More... over 21 years ago
1) Added prop-based URL redirection to the webserver. 2) Helped Alynna with the MPI-in-prop and MPI-in-list stuff for the webserver. 3) Added a check to eval_boolexp_rec() in boolexp.c to allow descr to equal -1. More... over 21 years ago
Syncing with hinoserm, working on HTTP_MPI support More... over 21 years ago
* Removed socket_events @tune. More... over 21 years ago
Adjusted flag_set_perms() to allow setting of the X flag onto programs and by W3+ wizards. More... over 21 years ago
Made MAILSERVER able to be undefined as per bug #794981. More... over 21 years ago
Fixed bug related to ARRAY_JOIN (bug #708720) More... over 21 years ago
Fixed bug related to ARRAY_JOIN (bug #708720) More... over 21 years ago
- Fixed a bug with program_getlines that made it so that the last line always came back as 0. More... over 21 years ago
- Fixed a bug with program_getlines that made it so that the last line always came back as 0. More... over 21 years ago
- Removed several binaries that had snuck in at the start. - Moved a copy of the Proto change docs to the info/ directory so that people can always check the change logs on sites by referencing the 'info' command. More... over 21 years ago
- Fixed a problem where MUF sockets were being closed at the wrong time in the main descriptor management, resulting in the MUCK sometimes shutting down out of the blue under heavy socket use. More... over 21 years ago
- Fixed a problem where MUF sockets were being closed at the wrong time in the main descriptor management, resulting in the MUCK sometimes shutting down out of the blue under heavy socket use. More... over 21 years ago
* Changed it so that the SET prim can set the QUELL flag on things, but still not on players or programs. - Made it so that the PROTECT flag cannot be set by MUF no matter what. - Fixed it so that the Z flag can't be set by a program if the program's owner is set Z. This was intended behavior, but wasn't being checked correctly in the code. - Fixed @wall and the MUF stack trace output to respect the NO_SYS_COLORS #define available in config.h. - Fixed the seeded random number generator to use the correct precision on the size of bits for the digest value. More... over 21 years ago
- Made the MUF stack trace output respect the NO_SYS_COLOR #define of config.h More... over 21 years ago
- Made WALL respect the no_sys_color #define in config.h More... over 21 years ago