Age | Commit message (Expand) | Author |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-18 | Someone please help me fix the warnings in modules caused by this change. All... | brain |
2008-02-14 | Change string for Om <3 | brain |
2008-02-14 | Make AC_OTHERMODE OnAccessCheck call work again. | brain |
2008-02-14 | If the mode defined by the handler is not '\0', but the handler for it | brain |
2008-02-14 | Reword the failure message to read a little better | brain |
2008-02-14 | Duh, wasnt working when the user had NO prefixes at all! | brain |
2008-02-14 | That was REALLY dumb. Due to a stupid kludge i did, there was duplicate code ... | brain |
2008-02-14 | All working now, with any luck | brain |
2008-02-14 | New mode stuff. Note, the framework is now here so that every mode handler ca... | brain |
2008-02-14 | More OnRawMode fix | w00t |
2008-02-14 | Hopefully fix behaviour of OnRawMode | w00t |
2008-02-10 | More to quiet down. This will be a really tidy looking build for most users now | brain |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-06 | Hopefully correct implementation of OnRawMode.. can someone pls check this fo... | w00t |
2007-11-03 | Partial fix for bug #441 | brain |
2007-10-23 | pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-07 | Support 501 numeric (its different for user modes compared to channel modes) ... | brain |
2007-08-28 | Remove some fake client stuff, make it use the global record | w00t |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-26 | Proper fix for end-of-list numerics on restricted lists in bug #386, rather t... | brain |
2007-07-18 | Ive tidied up the mode count stuff, but i still cant duplicate negative invis... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-13 | Explicitly disallow mode prefixes > 126, to prevent excess muppetry by 3rd pa... | brain |
2007-07-01 | Compile fixes | brain |
2007-07-01 | Optimizations and code tidyups. QA please check that svsnick and other forced... | brain |
2007-06-12 | Fix advertising of +h/% in 005 and 004 numerics when halfops are not enabled ... | brain |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-05-30 | Fix bug #310 reported by Smartys, and optimize mode.cpp a bit (was using stri... | brain |
2007-05-19 | Fix std::sort stuff for w00t | brain |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-04 | foolish human! you can't /mode query a user that isnt there! | brain |
2007-05-04 | Where others charge, we give for free. Have fun and use wisely. With great po... | brain |
2007-05-01 | Move new listmode check deeper into the mode parser so that it doesnt generat... | brain |
2007-04-30 | Fix one issue, add another feature: When sending MODE +beI, weed out duplicat... | brain |
2007-04-27 | Add support for hiding listmode lists such as +beI from unprivileged users. | brain |
2007-02-09 | Change the constructor of ModeParser, make it just a tiny bit prettier. | brain |
2007-01-20 | Better way even than suggested. | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-15 | Make this use true and false, not MODEACTION_DENY | brain |
2007-01-14 | Fix the code that nobody tested :p | brain |
2007-01-14 | And take the return out again to stop w00t throwing a tantrum | om |
2007-01-14 | Add return statement at the end of the special-case block for listing listmodes. | om |
2007-01-14 | Fix this so that if the beforemode clears the parameter, and it was supposed ... | brain |
2007-01-14 | Fix BeforeMode to have the parameter available, if there are enough parameter... | brain |