- Sep 16, 2003
-
-
rswindell authored
Moved definition of MAX_LINE_LEN to ini_file.c, renamed to INI_*.
-
rswindell authored
hfield type specified in string (or UNKNOWN, if not found). Returns parsed number if string contains a number. smb_hfieldtype() now returns mixed-case (easier to read) versions of hfield type names.
-
rswindell authored
-
- Sep 15, 2003
- Sep 13, 2003
- Sep 12, 2003
-
-
rswindell authored
-
cyan authored
-
cyan authored
* SUMMON, USERS, MOTD, PING, PONG, and LINKS now all accept a servername as a valid argument for fetching the related command from the target server. * SUMMON doesn't support passing of a string. (May be reintroduced later) * LINKS now filters by mask if one is provided as per RFC1459. * WHOIS now accepts a valid server as its second argument for message passing. * CONNECT target.* <port> remote.* now works as per RFC1459. * Sigh, more 'var' cleanup...
-
cyan authored
* Combined C:Lines and N:Lines into a single /STATS C as per RFC1459. * /OPER logic was fubar, was only checking against password, fixed. * Crunch modes on a channel mode resync. * SQUIT any servers whose origins aren't recognized by the network. * TIME, ADMIN, INFO, and STATS now accept a server as an argument and will pass the message on if appropriate.
-
- Sep 11, 2003
-
-
cyan authored
* Added provisions for js.branch_limit for the newer Synchronet CVS revisions, provision for the old branch.limit will disappear later. * Fixed the "unmode" bug where modes would be set -oooo (etc) on a PART then SJOIN. We were using SJOIN inappropriately for users joining a channel that already exists, a 5-parameter SJOIN is for new channels and synchronization only.
-
cyan authored
-
cyan authored
-
cyan authored
correctly.
-
cyan authored
-
cyan authored
-
cyan authored
* strftime()'s %e isn't standard, changed to %d * N:Line flags now work as advertised, including checking against the local userbase in the case of QWK authorization (really only useful for vert) * Stripped the 't' flag as there's no need for leaf servers to synchronize to our 'network' time, and all hub servers should be synchronizing with a trusted time source at least once per day. Leaf servers have effectively no TS since the hubs have that responsibility. * Changed 'operflags' to simply 'flags' since it's used for both an oper's O:Line flags and a server's N:Line flags. * Changed 'x' O:Line flag to the more appropriate 'X', retained backwards compatibility. * Fixed a bug with MODE involving braces, doh! (This fixes the +i bug.) * User mode changes weren't propagating, ignore a umode +o from a leaf. * Added some sanity checks on server-to-server NICK command. * More general cleanup (adding 'var' to temporary variables, etc.) * Collide nicknames inversely if a leaf is trying to collide forwards. * Don't allow global KILL commands from a leaf. * TOPIC was being sent to all channel members even if it was the same, which was redundant. Fixed. * TOPIC burst was sending server name as the topic creator instead of real nick * IRCClient_server_chan_info() was sending TOPIC burst when it shouldnt've. * IRCClient_server_chan_info() was specifying origin on SJOIN command, which is a nono. * Check all incoming origins for sanity, if the origin nick doesn't exist, kill it globally to avoid a network desync. * Store all IP addresses as IP's, and then convert them to integers on the fly. Changed "this.dec" to "this.ip" in client object. * Check for Z:Lined clients while doing a scan for K:Lined clients, also. * We weren't sending the integer IP as the correct argument on NICK, sigh.
-
- Sep 10, 2003
-
-
rswindell authored
path/filename (or undefined if none found).
-
rswindell authored
-
rswindell authored
-
rswindell authored
js.max_bytes is now writeable during run-time (why not?).
-
rswindell authored
js.terminated will read the correct value.
-
rswindell authored
(pointer to server/service/host-process termination requested flag) so js.terminated should be used in place of server.terminated for universal scripts.
-
rswindell authored
-
rswindell authored
but with different names (e.g. branch.counter is now js.branch_counter). This object will now be used for other internal JS monitoring/control functions (e.g. garbage collection). js_internal.c/o/obj now replaces js_branch.*.
-
rswindell authored
but with different names (e.g. branch.counter is now js.branch_counter). This object will now be used for other internal JS monitoring/control functions (e.g. garbage collection). js_internal.c/o/obj now replaces js_branch.*.
-
rswindell authored
compatibility). Created branch.gc_bytes/last_bytes/max_bytes/counter for garbage collection performance metrics, advanced debugging. This modification requires a "cvs update" to the include directory for js.msg.
-
rswindell authored
ftp_put() now immediately fails if the file doesn't exist. ftp_put() now uses a case-insensitive file existence check/case fix.
-
rswindell authored
(don't wait for script to self-terminate).
-
deuce authored
-
deuce authored
-
- Sep 09, 2003
-
-
rswindell authored
searchbynick().
-
cyan authored
I should be creating socket objects, not server objects. Fixed.
-
cyan authored
* exit() after terminate_everything() * P:Lines now work as advertised for adding extra ports to the ircd whether running in JSexec or not, moved DigitalMan's new server object code into a new function.
-
rswindell authored
-
rswindell authored
-
rswindell authored
command-line switch. Creates the server object if doesn't already exist (necessary for running under JSexec).
-
rswindell authored
script FILE* is now closed before executing script (don't leave open/locked). Installs Ctrl-C/break/logoff/shutdown handler for Win32, sets [server.]terminated property to true.
-
rswindell authored
-