summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-04The rest of the server protocol interface and fix a warning in m_rlinebrain
2008-04-04Check for match and apply R:Lines on connectw00t
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....brain
2008-04-04Update slnbrain
2008-04-03Whoops, allow numeric 353 (names list) to be overridden by OnNumeric if we wa...brain
2008-04-03Change the 'is not within the modules dir' message to something less obscure ...brain
2008-04-03Patch to fix this module from flagging all client sockets as xmlbrain
2008-04-03Fix socketengine select to work with arsey compilers that think we're using I...brain
2008-04-03Fix a (long standing) tiny bug: wallops do not go out to all +w users, only o...w00t
2008-04-03remove references to maxclient we forgot here, thx Zaba for reporting.peavey
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-02Fix brain's compile error :pw00t
2008-04-02Fix for bug #456 so we can be rid of itbrain
2008-04-02This is better than using a const; Since 1.1 we don't need a value at all, we...brain
2008-04-02Remove unload_kludge: this still isn't handled in a very polite way (it uses ...w00t
2008-04-02Just use string literal instead of declaring a var for itw00t
2008-04-02Fix peavey and w00ts bug they found by removing the nonblocking part of the l...brain
2008-04-02Depreciated ServerInstance->Log() seems to crash configreader on rehash? We s...brain
2008-04-02Move this message so it actually displays when we're running non-debug: "Insp...brain
2008-04-02DOH! Fix my muppetry of a segfault, and fix some warningsbrain
2008-04-02Fix yet another warning.brain
2008-04-02Fix another warningbrain
2008-04-02make sure we include the right headers and fix a warning in cmode_bbrain
2008-04-02Proper sysctl stuff to work with bsd. It seems that the uname value 4 is linu...brain
2008-04-02Fix stats, this has never actually displayed the per-class max in stats I, no...brain
2008-04-02Squish a warningbrain
2008-04-02Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.brain
2008-04-02Remove all compile-time max client and max fd's configuration. This is no lon...brain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-04-02Fix all this crap - it actually works now (we pray..)w00t
2008-04-02Better generation. This is still fucked up, but less spectacularly and in a m...w00t
2008-04-02Fuck. STOP committing first thing after waking up.w00t
2008-04-02As part of this... don't give fake client a valid UID, as it's not needed any...w00t
2008-04-02Bahw00t
2008-04-02Unneededw00t
2008-04-01Only setup fakeclient once.w00t
2008-04-01Initialise a variable correctly to avoid valgrind warningw00t
2008-04-01Don't fuck up the map by inserting 0w00t
2008-04-01Same as 9249w00t
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-04-01Remove deprecated BufferedSocket::MarkAsClosed()w00t
2008-04-01Some metadata commands were using nicknames to identify the nick to apply the...brain
2008-04-01Special check in here now that forbids all use of MODE in s2s for changing ch...brain
2008-04-01Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ...w00t
2008-04-01Add an optional bool to ModeParser::ModeString() to not give the nickname n t...brain
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-04-01Add a required prefix of 0, this may fix problem encountered by Raff7.. (pure...w00t
2008-03-31fix a few warnings by casting since thats the only way to be sure non native ...peavey
2008-03-31Patch by brain; Fix crash when no parameters are given when introducing a rem...special
2008-03-31Fix two format warnings, dont you DARE tell me size_t varies in size too.brain