]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Remove trailing spaces from input in irc::ircsepstream
[user/henk/code/inspircd.git] / include /
2006-08-06 brainAdd -notraceback startup option, disables automatic...
2006-08-06 brainAllow nick!ident@ and ident@ portions in a CIDR mask...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix CIDR functions so they work
2006-08-04 brainFix global session checks
2006-08-04 brainChanges
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-03 brainAdd proper support for "munging" of ipv6 addresses...
2006-08-03 brainChange comments to reflect change from ip6.int to...
2006-08-03 brainExtra stuff for forcing a v4 or v6 lookup
2006-08-03 brainAdded test framework, so that i can work on improving...
2006-08-03 brain*.ip6.int PTR lookups. FUGLY AS FUCK. someone please...
2006-08-03 brainFixed resolver, forward lookup of ipv6 doesnt work...
2006-08-03 brainSupport CNAME, AAAA
2006-08-03 brainCheck for spoofed DNS replies where the source-port...
2006-08-03 brainImprove PRNG
2006-08-03 brainDynamically generate 004 numeric from the modehandler...
2006-08-02 brainAdded comments to class DNS and typedefs
2006-08-02 brainAllocate request id's in sequence, which means we wont...
2006-08-02 brainChange to a const
2006-08-02 brainChange more names and types
2006-08-02 brainMove more stuff into private members of class DNS
2006-08-02 brainTidyups, rename some vars
2006-08-02 brainMade MasterSocket static
2006-08-02 brainMove more stuff into class DNS
2006-08-02 brainChange comment at start of the file, rename dns_connection
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-02 brainChange comment which referred to an fd, is now an id
2006-08-01 brainRemove dnsqueue
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...
next