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 INTOSTR to not return garbage from -2147483648. [Bug report: #677073] More... about 22 years ago
Fixed a few memory leaks in the socket prims and in interface.c. More... about 22 years ago
Re-commited the fix for the unparse_ansi bug. More... about 22 years ago
Fixed a bug in PROGRAM_INSERTLINES that was causing it to log the program as *INVALID*. More... about 22 years ago
Fixed some bugs in the COMPILE and UNCOMPILE prims. More... about 22 years ago
Correct crasher when optimizing an instruction that divides by zero (like 4 0 /) More... about 22 years ago
Added primitives: ITOH, HTOI, UNESCAPE_URL, ESCAPE_URL More... about 22 years ago
* Added SOCKSHUTDOWN. Like SOCKCLOSE, except you can specify how much of the connection you want to close. (1 direction, or both directions). This is another one of those 'necessary for the MUF webserver, but otherwise probably not too useful for most people' prims. :P More... about 22 years ago
- Fixed a crasher introduced while working on process dequeueing in the timequeue code. Unique to beta5, I believe. More... about 22 years ago
- Re-enabled using \n in MUF for newlines. However, any \n marks written to properties will be lost when the MUCK restarts. They are coverted to the literal characters of '/' and 'n'. Use \r when wanting to store in-muck newlines to strings. More... about 22 years ago
- Fixed MKDIR to return the correct value according to specs. More... about 22 years ago
- New beta version. More... about 22 years ago
* Added a MKDIR prim. Simply makes an empty directory with the given name. Uses the same file shortcut tokens as the rest of the file prims. More... about 22 years ago
- Updated the credits printout to include the new developers and other names deserving mention. More... about 22 years ago
- Refixed the aforementioned crasher on a more current version of timequeue.c instead of a version from beta1. Whoops. More... about 22 years ago
- Fixed a long standing rare crasher when dealing with descriptor based programs (login MUFs, MUF ports, etc.) More... about 22 years ago
- Fixed a bug where @tune scheduled autoarchives weren't being timestamped on #0 properly. More... about 22 years ago
Fixed more resolver-restart-related bugs. More... about 22 years ago
- Fixed it so that the code compiles cleanly if HTTPD and HTTPDELAY are #undef'd in config.h. More... about 22 years ago
Fixed bug related to resolver changes and forked dumps. More... about 22 years ago
Made resolver automaticly restart itself if killed. More... about 22 years ago
- Fixed the switch-statement tabbing in the indent parameters and redid the files. As a note, indent doesn't work with p_props.c for some reason, so that's the only one not updated. More... about 22 years ago
- Fixed a number of minor memory leaks spotted by FB6 using some diagnostics tools. Whew! - Ran all the Proto source through GNU-indent to get rid of the tons of completely ugly code in places. The 'indent' program parameters are as follows: indent -bad -bap -nsob -br -ce -cdw -ss -npcs -nbc -cli0 -cbi0 -T array_iter -T array_data -T array_tree -T stk_array -T dbref -T object_flag_type -T object_power_type -T boolexp_type -T vars -T hash_data -T hash_entry -T hash_tab -T timequeue -T voidptr -T connection_t -T McpVer -T McpArgPart -T McpArg -T McpMesg -T McpPkg -T McpFrame -T MFNDAT -T argv_typ -T PropPtr -T COMPSTATE -T A_Block -T Block -T A_Header -T Header -T socklen_t -T McpFrameList -T DlogValue -T DlogData -T muf_re -T word32 -T byte -brs -i4 -ci4 -lp -ip1 -lps -ts0 -l80 -bbo -hnl *.c All future ProtoMUCK code will follow the formatting defined above. I'll write out a document detailing it sometime soon. More... about 22 years ago
- Fixed a ton of intermittant crashers that were particularly common on BSD variants. More... about 22 years ago
* Redid all the ANSI for in-server commands to use a set of SYS<COLOR> tags instead. All in-server command ANSI can now be disabled by #defining NO_SYSCOLOR in config.h at compile time. - Fixed realms_wizards support. More... about 22 years ago
- Putting some of the changes back in that got lost accidentally. More... about 22 years ago
- Made the changes to allow Proto to compile cleanly on OS-X. - Added compile-time checks to handle the malloc.h deprecation in BSD variants. More... about 22 years ago
- Made it so that the TRIG program -always- returns the original trigger. Used to be that if the program was called, TRIG would return the dbref of the program that called it. But if one needs that dbref, the CALLER prim will provide it. More... over 22 years ago
- Added SYSTIME_PRECISE prim. Returns systime with millisecond accuracy. [FB6 Prim] More... over 22 years ago
- Made it so that the socket event checking routine only pushes events for sockets that are 'connected'. Using 'sockclose' on a socket will make it so that socket will no longer recieve events. More... over 22 years ago