summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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-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-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