]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Remove dnsqueue
[user/henk/code/inspircd.git] / include /
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainFixes
2006-08-01 brainFixes
2006-08-01 brainStuff to make user host resolving use class Resolver...
2006-08-01 brainRemove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job...
2006-08-01 brainRemove unused vars from class DNS
2006-08-01 brainRemove unused temp buffers
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-08-01 brainThis might well be the last commit to this dns resolver...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-08-01 brainMissing include breaks "make clean" on the cmd_* files
2006-07-31 brainRemove match/wildcmp wrapper which just casts from...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-28 brainFinish off /WHO (i think it covers everything). Now...
2006-07-28 brainDocument <options:syntaxhints> and <options:nouserdns>
2006-07-28 brainTidyup message.cpp, remove some really old craq.
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 braincommit remainder of new mode bouncing stuff for TS...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-23 omAdd an ID field to Request and a GetId() method, takes...
2006-07-19 brainChange stats recv/send to double, so they can hold...
2006-07-19 brainChange counters to unsigned long to prevent overflow...
2006-07-19 brainTest change
2006-07-19 brainAdd #include <sys/select.h> to select engine, we probab...
2006-07-19 brainFix typo in kqueue engine
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-18 brainTried to implement sprintf that returns std::string...
2006-07-16 brainDocument irc::commasepstream and irc::tokenstream
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 brainFix socket leak properly this time
2006-07-16 brainFix case sensitive commands issue due to new std::strin...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-16 brainMAJOR tidy of line parser, some parts rewritten and...
2006-07-16 omconst the std::string reference in tokenstream's constr...
2006-07-16 brainThis should be faster, we read it like a stream now...
2006-07-16 brainirc::tokenstream is a token parser which using std...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-07-14 brain3.3 -> 3.4 fix (the 3.3 stuff was actually craq)
2006-07-14 brainAdd <options:nouserdns> - defaults to off. if set to...
2006-07-14 brainRollback dns change
2006-07-14 brainFix dns socket leak found in stable
2006-07-12 brainTiny tiny docs update, not even worth re-generating...
2006-07-12 brainDocument class Resolver
2006-07-12 brainMake it work:
2006-07-12 brainTest framework in m_testcommand, add interface
2006-07-12 brainAdded class Resolver (needs testing)
2006-07-11 omAdd single parameter versions of Extensible::Extend...
2006-07-11 brainMove openSockfd[] into ServerConfig
2006-07-10 brainContentSize speedups
2006-07-10 brainAdd FileReader::ContentSize and FileReader::Contents
2006-07-10 brainTry to make this serve some static content
2006-07-10 brainUpdate docs to indicate new templated GetExt and Extend...
2006-07-10 brainTake out broken id
2006-07-10 brainAaaand, fix the typo
2006-07-10 brainAdded refcount to classbase, static classbase::id
2006-07-10 brainI made a Boo Boo :p
2006-07-10 brainDeps weeding
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainSort deps of base.h
2006-07-10 brainSort include dependencies of dns.h
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-07-10 brainProperly set the resulting pointer to NULL when the...
2006-07-10 brainIf you ask me, it looks a hell of a lot tidier without...
2006-07-10 w00t- userrec::ProcessNoticeMasks - provide a way to set...
2006-07-10 w00t- Add usermode +n for notice masks - our implementation...
2006-07-10 w00t-Clone mode methods into notice mask methods for userrec.
2006-07-10 brainAdd empty snomasks.cpp (still got to add headers here...
2006-07-10 brainAdd interface to AddModeWatcher and DelModeWatcher...
2006-07-10 brainAdded ModeParser::AddModeWatcher() and ModeParser:...
2006-07-09 brainFinally finished documenting new mode parser. Lots...
2006-07-09 brainFix whoopsies
2006-07-09 brainAdded Server::GetModuleName(), Module* to filename
2006-07-09 brainReorder to avoid warning.
2006-07-09 brainAltered u_listmode to have a constructor arg 'autotidy...
2006-07-09 brainAlter SetModeParam to take const char* to save on casts...
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-07-09 omAdd a parameter to set what config tag to parse (defaul...
2006-07-08 brainDid some renaming so that the methods for modes in...
2006-07-08 brainPort m_blockcaps to new api, remove OnExtendedMode...
2006-07-08 brainConvert u_listmode and m_banexception to new api
2006-07-08 brainRemove Server::AddExtendedMode and Server::AddExtendedL...
2006-07-08 brainImplement DisplayList virtual method calls, and impleme...
2006-07-08 brainAdd usermode +o, with special checking so that an oper...
2006-07-08 brainAdded DisplayCurrentModes which will display the modes...
2006-07-08 brainAdd userrec::HasMode, fix some typos.
2006-07-08 brainChange channelmodes -> usermodes (typo)
2006-07-08 brainConvert new +isw modes to new mode format
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-07-08 brainAdded usermodes +swi.
2006-07-08 brainAdd cmode +v - that's all the RFC channel modes done now
2006-07-08 brainAdd support for cmode +h
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...
2006-07-08 brainAdd channelmode +l
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp
next