summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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-03Patch to fix this module from flagging all client sockets as xmlbrain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
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-02DOH! Fix my muppetry of a segfault, and fix some warningsbrain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-04-02Bahw00t
2008-04-02Unneededw00t
2008-04-01Same as 9249w00t
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...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-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-31Patch by brain; Fix crash when no parameters are given when introducing a rem...special
2008-03-30Fix this namew00t
2008-03-30Add SVSSILENCE: allows services to modify SILENCE lists of users. todo note i...w00t
2008-03-30Move _ext to replace the original, SVSSILENCE comes nextw00t
2008-03-30Remove m_silence: this is 1.2 only. m_silence_ext is a fully backwards compat...w00t
2008-03-30Make sure CAPAB always comes before SERVER on either side of the link at all ...brain
2008-03-30AWAY notification for WATCH. Numerics are now sent out when a user goes away ...w00t
2008-03-30More docs on data structuresw00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-30Whack format warning, do these differ between gcc versions or something?!brain
2008-03-30Add override option to operjoin, handy if your operchan has a key or is invit...peavey
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-29Unknown as to if the old code worksbrain
2008-03-29Add support for <sqloper:hash> value, references 'md5', 'sha256' and finds th...brain
2008-03-29Use the right passbrain
2008-03-29Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p...brain
2008-03-28git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9201 e03df62e-2...w00t
2008-03-28Wrong place probablyw00t
2008-03-28Don't desync when blanking metadata with remote servers (seperate bug)w00t
2008-03-28Don't desync when setting swhoisw00t
2008-03-28Forwardport r9195w00t
2008-03-24Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ...brain
2008-03-24Should now work with ports bound to all interfacesbrain
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-24This module uses io hooking too, fix it upbrain