Age | Commit message (Expand) | Author |
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 |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-12 | GCC 4.0.2 warns because we assign in an if. we want to assign in an if, so we... | brain |
2006-01-12 | Typo (whoops) | brain |
2006-01-12 | xline tweaks | brain |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Made apply_lines apply perm lines again | brain |
2005-12-15 | Added CullList class | brain |
2005-12-15 | New CullList trick | brain |
2005-12-14 | More config tidyups | brain |
2005-12-14 | Added config_f to serverconfig, UNTESTED | brain |
2005-12-14 | Tidied up modules.h added some typedefs to typedefs.h | brain |