Age | Commit message (Expand) | Author |
2008-04-04 | The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba... | w00t |
2008-04-04 | Remove deprecated InspIRCd::Log() method so people don't use it etc | 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 | Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot... | brain |
2008-04-04 | Change the function name because gcc is dumb :/ | brain |
2008-04-04 | A convenience function for ProtocolInterface::SendMode that just takes a stri... | brain |
2008-04-04 | The rest of the server protocol interface and fix a warning in m_rline | brain |
2008-04-04 | Add basic stuff for protocol interface and implement a couple of the methods.... | brain |
2008-04-03 | Fix socketengine select to work with arsey compilers that think we're using I... | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | Fix peavey and w00ts bug they found by removing the nonblocking part of the l... | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-02 | Fix all this crap - it actually works now (we pray..) | w00t |
2008-04-02 | Better generation. This is still fucked up, but less spectacularly and in a m... | w00t |
2008-04-02 | Unneeded | w00t |
2008-04-01 | Initialise a variable correctly to avoid valgrind warning | w00t |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-04-01 | Remove deprecated BufferedSocket::MarkAsClosed() | w00t |
2008-04-01 | Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ... | w00t |
2008-04-01 | Add an optional bool to ModeParser::ModeString() to not give the nickname n t... | brain |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |
2008-03-30 | AWAY notification for WATCH. Numerics are now sent out when a user goes away ... | w00t |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-03-24 | This module uses io hooking too, fix it up | brain |
2008-03-24 | Port bindings for gnutls now bind via ip:port, rather than on all ports for t... | brain |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-03-23 | This should save 128 bytes per user for non-opers. Well worth it imho for a r... | brain |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-22 | Add WriteNumeric() to User and OnNumeric module event. Note that modules do n... | brain |
2008-03-21 | Add support for OnNamesListItem, discussed with w00t a few days ago. This mak... | brain |
2008-03-17 | Fix the warnings that are worth fixing, ignore the rest of gcc's nannying | brain |
2008-03-14 | Add fixes to stop people changing the SID of a live server - certain configur... | brain |
2008-02-26 | Left out CoreExport | brain |
2008-02-26 | This should fix it, thanks w00t | brain |
2008-02-26 | The count=0 in the body Isnt needed | brain |
2008-02-26 | Remind me that I need to initialise ints *smack* | w00t |
2008-02-26 | Revert configure so that we can uh, actually compile. | brain |
2008-02-24 | More stuff | brain |
2008-02-24 | Allow for 'bail' and 'user' parameters to rehash thread | brain |
2008-02-24 | Rollback complete! Everyone please go through the code and check i havent for... | brain |
2008-02-24 | Probably doesnt run | brain |
2008-02-24 | First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er... | brain |
2008-02-22 | CoreExport is required for the factories | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-22 | Now compiles with win32thread and testsuite | brain |