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 19 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- Fixed INTOSTR to not return garbage from -2147483648. [Bug report: #677073]
akari
More...
about 22 years ago
Fixed a few memory leaks in the socket prims and in interface.c.
foxsteve
More...
about 22 years ago
Re-commited the fix for the unparse_ansi bug.
foxsteve
More...
about 22 years ago
Fixed a bug in PROGRAM_INSERTLINES that was causing it to log the program as *INVALID*.
foxsteve
More...
about 22 years ago
Fixed some bugs in the COMPILE and UNCOMPILE prims.
foxsteve
More...
about 22 years ago
Correct crasher when optimizing an instruction that divides by zero (like 4 0 /)
alynna
More...
about 22 years ago
Added primitives: ITOH, HTOI, UNESCAPE_URL, ESCAPE_URL
foxsteve
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
akari
More...
about 22 years ago
- Fixed a crasher introduced while working on process dequeueing in the timequeue code. Unique to beta5, I believe.
akari
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.
akari
More...
about 22 years ago
- Fixed MKDIR to return the correct value according to specs.
akari
More...
about 22 years ago
- New beta version.
akari
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.
akari
More...
about 22 years ago
- Updated the credits printout to include the new developers and other names deserving mention.
akari
More...
about 22 years ago
- Refixed the aforementioned crasher on a more current version of timequeue.c instead of a version from beta1. Whoops.
akari
More...
about 22 years ago
- Fixed a long standing rare crasher when dealing with descriptor based programs (login MUFs, MUF ports, etc.)
akari
More...
about 22 years ago
- Fixed a bug where @tune scheduled autoarchives weren't being timestamped on #0 properly.
akari
More...
about 22 years ago
Fixed more resolver-restart-related bugs.
foxsteve
More...
about 22 years ago
- Fixed it so that the code compiles cleanly if HTTPD and HTTPDELAY are #undef'd in config.h.
akari
More...
about 22 years ago
Fixed bug related to resolver changes and forked dumps.
foxsteve
More...
about 22 years ago
Made resolver automaticly restart itself if killed.
foxsteve
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.
akari
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.
akari
More...
about 22 years ago
- Fixed a ton of intermittant crashers that were particularly common on BSD variants.
akari
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.
akari
More...
about 22 years ago
- Putting some of the changes back in that got lost accidentally.
akari
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.
akari
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.
akari
More...
over 22 years ago
- Added SYSTIME_PRECISE prim. Returns systime with millisecond accuracy. [FB6 Prim]
akari
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.
akari
More...
over 22 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
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