- Oct 11, 2003
- Oct 10, 2003
- Oct 09, 2003
-
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
properties, using for errno values. Eliminated some errno values not supported by BCC.
-
rswindell authored
-
rswindell authored
alias for backwards compatibility.
-
rswindell authored
services.
-
rswindell authored
a named semaphore).
-
rswindell authored
-
rswindell authored
Now only terminates services during shutdown if start button is enabled.
-
rswindell authored
-
rswindell authored
recycling without using semaphore files.
-
rswindell authored
recycling without using semaphore files.
-
rswindell authored
recycling without using semaphore files.
-
rswindell authored
Synchronet services running as NT services. These mailslots could also be written to by 3rd party utils.
-
rswindell authored
start parameters (disabled by default). Service names are now defined in ntsvcs.h. BBS events now have their own service log mailslot even though BBS events aren't (currently) a seperate service.
-
rswindell authored
-
- Oct 08, 2003
-
-
cyan authored
one second chance of recovering before nuking it.
-
rswindell authored
EINTR, EACCES, EWOULDBLOCK, etc. Many of these macros have platform-specific values, so unfortunately a simple js include file would not suffice.
-
cyan authored
and have discovered that you've got a dead socket in the course of business. Also used when timing out retries on sockets having 'difficulty' in writing.
-
cyan authored
-
cyan authored
-
cyan authored
-
rswindell authored
First attempts at logging via pipe/mailslot.
-
- Oct 07, 2003
-
-
cyan authored
really bad things(tm) with bits in channel modes. Hopefully I've got it right this time. * Updated supported usermodes on the 004 numeric. * Updated this.get_usermode() to return the proper usermodes, and whether or not we're showing the 'broadcast' modes or not. * Moved ban stuff out of affect_mode_list() because it's totally different than setting + or - o/v. * CHANLIST_X is now all gone, it was ugly and introduced duplication everywhere * MODECHAR is gone, too, replaced by MODE[CHANMODE_BIT].modechar * +/- k/l wasn't working as expected (never -k without args, always allow +l with args if different than current limit, and allow -l without args.) * Fixed a nasty bug courtesy of the old DALnet #square regulars involving the bits not being checked right. Doing +o over and over would just flip the bit continuously.
-