Age | Commit message (Expand) | Author |
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 |
2007-01-08 | Tweaks to mode parser | brain |
2007-01-06 | Extra check so that we dont get -O-s when doing: | brain |
2007-01-06 | Fix desync with halfop and voice when opped (this happens because we were ORi... | brain |
2007-01-03 | Fix lusers breakage introduced by latest set of optimizations | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-22 | Reduce logging caused by mode changes | brain |
2006-12-18 | Avoid no such nick on non oper attempting to view modes of a user. | w00t |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-03 | LOL INFINITE LOOPS IN IRCD ARE ROX | w00t |
2006-12-02 | That patch (TM) of controversy, plus a minor cleanup | w00t |
2006-11-22 | Disallow mode prefix # since it will mess up /whois and /privmsg | peavey |
2006-11-15 | Don't allow a non-oper to view another users modes. This slightly tweaks the ... | brain |
2006-11-12 | Show chanrec::age in MODE #chan, not the deprecated chanrec::created | brain |
2006-10-28 | * Fix removal of user modes when unloading the mode letter (this actually wor... | brain |
2006-10-06 | /me thwaps special for not reading comments :p | brain |
2006-10-04 | Extra safety checking in ModeSet just to ensure we cant be passed a null pointer | brain |