Age | Commit message (Expand) | Author |
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 |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-06 | CIDR g/k/e lines to go with zlines | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |
2006-07-03 | Just to be really anal, typo fix in comment | om |
2006-07-01 | Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna... | om |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-08 | Remove references to inspircd_io from these, stop configure making all the mo... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-27 | trivial: Slight reformat of expiry of line message | w00t |
2006-03-10 | Tidyup of commented out reminder code | brain |
2006-03-10 | Mass tidyup of ServerConfig::Read and stuff | brain |
2006-03-05 | Colon before the reasons in STATS, so that it doesnt munge up the reason in c... | brain |
2006-02-28 | BanHiding | brain |
2006-02-22 | Perm elines (<exception> tag) not being applied - fixed | brain |
2006-02-08 | Checks to not propogate invalid or already-existing Xlines | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |