Age | Commit message (Expand) | Author |
2008-05-09 | Convert CIDR matching and wildcard matching to operate on std::strings | brain |
2008-05-08 | Add call to protocol interface to get useful info on the server map. Return a... | brain |
2008-05-07 | Masterful rewrite of User::AddBuffer to remove a string copy (and make more e... | w00t |
2008-05-07 | Make u_listmode more sensible and make it properly use WriteNumeric, and a fe... | brain |
2008-05-05 | Okay, this was good in theory, but totally and utterly fucked in implementati... | w00t |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-04 | Convert a whole bunch more | peavey |
2008-05-04 | Converting | peavey |
2008-05-04 | Update comments for new api | brain |
2008-05-04 | Fix unused HandleServer to use new system too, and update comments to match api | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-05-02 | Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checks | brain |
2008-05-01 | Convert to SimpleUserModeHandler and SimpleChannelModeHandler | brain |
2008-05-01 | Simple user/channel mode patch | brain |
2008-04-21 | Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though. | w00t |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-20 | Fix RemoveCommands to remove all commands (this function had some really odd ... | brain |
2008-04-17 | Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a... | w00t |
2008-04-17 | Add potential for local-only snotices and use them for the ones that should b... | w00t |
2008-04-16 | Implement our own dllmain. if this works and gets rid of error at 70 modules,... | brain |
2008-04-16 | Change that allows the m_override module to not announce a key override for a... | brain |
2008-04-15 | See configreader.cpp line 764 to see how to declare deprecated items. This is... | brain |
2008-04-13 | Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash. | brain |
2008-04-12 | Fixes for bug #515, update existing in-use connect tags on the fly in rehash | brain |
2008-04-12 | Trunk fix for bug #505 reported by nenolod | brain |
2008-04-11 | (untested) don't move newconfig to ServerConfig::config_data until its been v... | brain |
2008-04-11 | Remove 'default log' and <options:loglevel> (wtf?) | brain |
2008-04-11 | Patch from Brain fixing broken stuff | w00t |
2008-04-11 | Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP... | brain |
2008-04-10 | Comment small API change (returning -1 from OnCheckBan to explicitly deny the... | brain |
2008-04-09 | AddClient -> AddUser, to be consistant | w00t |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-07 | Add extra stuff for w00t, AutoApplyToUserList method for XLineFactory | brain |
2008-04-07 | This should probably be tested, but makes a whole lot more sense like this (u... | brain |
2008-04-07 | We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff) | brain |
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 |