Age | Commit message (Expand) | Author |
2008-04-04 | Better checks | brain |
2008-04-04 | Throw exception if both the prefix chars are defined and the same (thaks dani... | brain |
2008-04-04 | Allow for custom prefixes as status chars in /notice @#chan etc. Up until now... | brain |
2008-04-04 | Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting. | peavey |
2008-04-04 | Zap printfs | brain |
2008-04-04 | Fix lost messages, thanks w00t and peavey | brain |
2008-04-04 | fix warnings | w00t |
2008-04-04 | Attempt to avoid infinite loops | w00t |
2008-04-04 | Fix this (thx danieldg and owine) | w00t |
2008-04-04 | Whoops, thanks w00t | brain |
2008-04-04 | Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain. | brain |
2008-04-04 | Make it buildable | brain |
2008-04-04 | Whoops, this would be bad if not fixed :p | brain |
2008-04-04 | Fix chanlog (NOTE: previous commit will require a FULL recompile) | w00t |
2008-04-04 | Remote server PRIVMSG/NOTICE to nickname support | brain |
2008-04-04 | Remove two useless methods, chanlog is b0rked at the moment. | w00t |
2008-04-04 | Support for remote NOTICE/PRIVMSG with server origin and user target | brain |
2008-04-04 | Add safety check for nonexistent server in receiving server origin privmsg (s... | brain |
2008-04-04 | Modify chanlog to send message remotely, too. Logging now works server <-> se... | w00t |
2008-04-04 | Extra safety required by recent changes | brain |
2008-04-04 | Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot... | brain |
2008-04-04 | Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac... | brain |
2008-04-04 | Server origin privmsg, UNTESTED - will test in a min | brain |
2008-04-04 | Change the function name because gcc is dumb :/ | brain |
2008-04-04 | Whoops, fix typo | brain |
2008-04-04 | A convenience function for ProtocolInterface::SendMode that just takes a stri... | brain |
2008-04-04 | Now rip out the old handler, and replace with an error log line | brain |
2008-04-04 | Make all our modules use the new stuff rather than the send_ events | brain |
2008-04-04 | Match on nick change option for RLine, document m_rline & this option. | w00t |
2008-04-04 | The rest of the server protocol interface and fix a warning in m_rline | brain |
2008-04-04 | Check for match and apply R:Lines on connect | w00t |
2008-04-04 | Add basic stuff for protocol interface and implement a couple of the methods.... | brain |
2008-04-03 | Patch to fix this module from flagging all client sockets as xml | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | This is better than using a const; Since 1.1 we don't need a value at all, we... | brain |
2008-04-02 | Remove unload_kludge: this still isn't handled in a very polite way (it uses ... | w00t |
2008-04-02 | Just use string literal instead of declaring a var for it | w00t |
2008-04-02 | DOH! Fix my muppetry of a segfault, and fix some warnings | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-02 | Bah | w00t |
2008-04-02 | Unneeded | w00t |
2008-04-01 | Same as 9249 | w00t |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-04-01 | Some metadata commands were using nicknames to identify the nick to apply the... | brain |
2008-04-01 | Special check in here now that forbids all use of MODE in s2s for changing ch... | brain |
2008-04-01 | Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ... | w00t |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |
2008-04-01 | Add a required prefix of 0, this may fix problem encountered by Raff7.. (pure... | w00t |
2008-03-31 | Patch by brain; Fix crash when no parameters are given when introducing a rem... | special |
2008-03-30 | Fix this name | w00t |