1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed formatting of DNS blacklisted server log entry. More... about 23 years ago
Fixed is_connected property value (was return true before connect was called). Created ip_address property: connected IP address in dotted decimal format. More... about 23 years ago
Added auto-initialized SBBSDATA and SBBSEXEC convenience environment variables for use in external programs/batch files/shell scripts. More... about 23 years ago
Changed DNS blacklist reject error code from 571 (should've been 5.7.1) to 550. More... about 23 years ago
Node status fixup in nodesync() only if (sys_status&SS_USERON). More... about 23 years ago
Eliminated gcc warnings. More... about 23 years ago
Default services configuration file. More... about 23 years ago
Updated with web addresses. More... about 23 years ago
Now logs DNS query result (e.g. 127.0.0.2) from DNS-based Blacklist servers. More... about 23 years ago
Added WinSock IN_ADDR definition for Unix builds. More... about 23 years ago
Sample DNS black list server configuration files. More... about 23 years ago
Created generic DNS blacklist support via optional configuration file: ctrl/dns_blacklist.cfg - allows multipe RBL-style DNS blacklists. More... about 23 years ago
JavaScript branch callbacks now call JS_MaybeGC (collect garbage) every 100 calls (JAVASCRIPT_GC_FREQUENCY). This fixes the problem of every created object living in memory during the life of a script. More... about 23 years ago
Changed JAVASCRIPT_MAX_BYTES definition from 8MB to 4MB. Created JAVASCRIPT_GC_FREQUENCY definition for branch callbacks. More... about 23 years ago
Fixed SMB memory leaks. More... about 23 years ago
sockopts and stats special requests use formatted (beautified) output. More... about 23 years ago
Changed node status fixup error message to ALL CAPS. More... about 23 years ago
Changed node status fixup log message in nodesync() to an errorlog entry. More... about 23 years ago
Changed "riosync timeout" message from error log to just a simple log entry. More... about 23 years ago
Removed -O from Linux build (too many problems). More... about 23 years ago
Added missing xpdev modules to echocfg build. More... about 23 years ago
Sets socket mode back to blocking (in case external program changed it). More... about 23 years ago
Initializes node status to NODE_INVALID_STATUS before calling getnodedat. More... about 23 years ago
nodesync() now fixes current node status if it's set to WFC for some reason. More... about 23 years ago
Removed strupr() call and switched to case insensitive string compares. More... about 23 years ago
Removed curses uifc library (for now). More... about 23 years ago
Changed uifc library for unix build. More... about 23 years ago
Make build rule for echocfg. More... about 23 years ago
Sets default node status (before getnodedat) to NODE_INVALID_STATUS. More... about 23 years ago
Defined NODE_INVALID_STATUS macro. More... about 23 years ago