Age | Commit message (Expand) | Author |
2006-12-23 | Hash rehashing change | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-05 | This has changed again, i suggest you dont bother trying to keep up till im d... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat. | brain |
2006-08-11 | Move remaining functions: | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-10 | Move all_opers into class InspIRCd | 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 | Move fd_ref_table into class InspIRCd* | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-05 | Hopefully stop compile warning which I don't get anyway | om |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-04 | Optimisations | om |
2006-04-04 | move do_whois to cmd_whois, i'm stopping now. really. | om |
2006-04-04 | All new shiny config parser, there's probably some bugs there somewhere but h... | om |
2006-04-03 | Remove un-needed strlen and pointer in duration() | om |
2006-04-03 | split_clist will never send lines over 512 chars, also should be faster | om |
2006-03-30 | Make /whois code a little prettier, make /whowas show real host as well as di... | om |
2006-03-10 | const references | brain |
2006-03-07 | Whowas refactor - probably wont compile yet | brain |
2006-03-02 | is_uline was an inefficient piece of crap - fixed. | brain |
2006-03-02 | Made extensive use of charlcat to cut down on strlcat usage | brain |
2006-02-15 | Removed a whole lot of strchr's looking for mode +o where we can do if *user-... | brain |
2006-02-15 | - Made some notes about potentially restructuring things a bit | w00t |
2006-02-03 | Added ircu-like hidewhois feature that allows hiding of server name in whois ... | brain |
2006-01-29 | "Oper of unknown type" -> "313 %s %s :is an IRC operator" | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-15 | CleanFilename movage | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2005-12-29 | Fixed an extremely n00bish mistake involving referencing a global copy of Ser... | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-16 | Split all commands into seperate files and redid command system to take class... | brain |
2005-12-16 | Moved serverstats stuff out | brain |
2005-12-16 | Moved SocketEngine* SE into InspIRCd class | brain |
2005-12-16 | So many inclusion loops it makes your head spin - forward declaring tons of c... | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |