Age | Commit message (Expand) | Author |
2007-10-28 | Rewrite of XLineManager::ApplyLines to only apply pending lines. This ..doesn... | w00t |
2007-10-28 | I think this is done. Add overloaded Matches() which takes std::string and im... | brain |
2007-10-28 | Move matches_qline to Matches, though this won't work properly .. :s | w00t |
2007-10-28 | Make E:Line/G:Line use the Matches stuff | w00t |
2007-10-28 | Make ZLine use Matches() | w00t |
2007-10-28 | Done my part | brain |
2007-10-28 | Add a virtual Matches to XLine class, and override it appropriately for all d... | w00t |
2007-10-28 | Forgot it should return false | brain |
2007-10-28 | Fixed w00t | brain |
2007-10-28 | PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods | w00t |
2007-10-28 | - Tear out a useless load of XLine clutters that did nothing much except conf... | w00t |
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-08-27 | Remove more unnecessary header traffic | w00t |
2007-07-24 | Convert some ancient GlobalCulls usage into userrec::QuitUser | w00t |
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-01 | Optimizations and code tidyups. QA please check that svsnick and other forced... | brain |
2007-06-14 | Fix for bug #324 reported by HiroP | brain |
2007-06-04 | Add options:moronbanner. Yes really, thats what its called. See the example c... | brain |
2007-03-15 | Fixed hidebans behavior to not always be on as well; there are probablyother ... | special |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-17 | It says something about how excessive our debug output is when the ssl module... | brain |
2007-01-10 | If we have a bitmask of 0 in apply_lines, dont even bother to run the function! | brain |
2007-01-04 | Massive speedups for applying and checking perm xlines - matches_*line() now ... | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-11-14 | Tons of tweaks to the config stuff for the core | brain |
2006-11-04 | Show ident when expiring g and k lines | brain |
2006-09-19 | Update expiries when we update the set time | brain |
2006-09-19 | Make the check against z/k/q/e/g methods return a pointer to the whole object... | brain |
2006-09-19 | Fix crashes, and in the process make xline even faster! | brain |
2006-09-19 | Make xline more memory-efficient and faster/neater. Eliminate a mass of fixed... | brain |
2006-09-10 | Remove unused buffer and call to MakeHost() | brain |
2006-09-10 | Make /stats k/g/e work right | brain |
2006-09-10 | Split hostmasks into ident and host pairs for matching as g/k/e lines. This a... | brain |
2006-09-10 | Fix the new g/k/e line stuff to match ips. NOTE: this makes g/k/e much slower... | brain |
2006-09-10 | Match IP's with klines, glines and exceptions, as well as hosts | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-29 | The rest of snomask +x (i think) | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | Move all of the xline stuff into class XLineManager, make an instance of it i... | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |