summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-04Off by onew00t
2008-04-04Only examine local messagesw00t
2008-04-04DOHbrain
2008-04-04Extra stuff for 005 numericbrain
2008-04-04m_quietban: implements snomask +b q:w00t
2008-04-04Remove debug printfw00t
2008-04-04Fix broken fjoin, looks like we forgot something when porting to new format :pbrain
2008-04-04The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba...w00t
2008-04-04See this brainw00t
2008-04-04Apply our own version of mminds patch that doesnt have #defines in itbrain
2008-04-04Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...w00t
2008-04-04Dont check APrefix both times :pbrain
2008-04-04Better checksbrain
2008-04-04Throw exception if both the prefix chars are defined and the same (thaks dani...brain
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-04Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting.peavey
2008-04-04Zap printfsbrain
2008-04-04Fix lost messages, thanks w00t and peaveybrain
2008-04-04fix warningsw00t
2008-04-04Attempt to avoid infinite loopsw00t
2008-04-04Fix this (thx danieldg and owine)w00t
2008-04-04Fix bad use of old event based api for spanningtree (this is mostly gone now)brain
2008-04-04Remove deprecated InspIRCd::Log() method so people don't use it etcw00t
2008-04-04Whoops, thanks w00tbrain
2008-04-04Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain.brain
2008-04-04Make it buildablebrain
2008-04-04Whoops, this would be bad if not fixed :pbrain
2008-04-04Fix chanlog (NOTE: previous commit will require a FULL recompile)w00t
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