summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-04Remote server PRIVMSG/NOTICE to nickname supportbrain
2008-04-04Remove two useless methods, chanlog is b0rked at the moment.w00t
2008-04-04Support for remote NOTICE/PRIVMSG with server origin and user targetbrain
2008-04-04Add safety check for nonexistent server in receiving server origin privmsg (s...brain
2008-04-04Modify chanlog to send message remotely, too. Logging now works server <-> se...w00t
2008-04-04Extra safety required by recent changesbrain
2008-04-04Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...brain
2008-04-04Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac...brain
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain
2008-04-04Change the function name because gcc is dumb :/brain
2008-04-04Whoops, fix typobrain
2008-04-04A convenience function for ProtocolInterface::SendMode that just takes a stri...brain
2008-04-04Now rip out the old handler, and replace with an error log linebrain
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
2008-04-04Match on nick change option for RLine, document m_rline & this option.w00t
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-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-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-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-01Don't fuck up the map by inserting 0w00t
2008-04-01Same as 9249w00t