]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Allocate id properly
[user/henk/code/inspircd.git] / include /
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
2006-07-08 brainModeHandler documented
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainAdd channel modes +n and +t
2006-07-07 brainMove BanItem into the class
2006-07-07 brainStarted work on ModeParser::CleanMask()
2006-07-07 brainComments
2006-07-07 brainAdded cmode_m (channel mode +m)
2006-07-07 brainMode +b stuff, probably wont work yet
2006-07-07 brainAdd cmode_p (private)
2006-07-07 brainAaaand, correct all the obligitary typos
2006-07-07 brainAdded masking stuff.
2006-07-07 brainMode parser WORKS! (for simple non-parameterized channe...
2006-07-07 brainHeader for cmode_s.cpp
2006-07-07 omchange std::string's to const std::string references...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-07-03 omChange InspSocket's private members to only be protecte...
2006-07-01 brainrelocate the Move* methods to private: where they belon...
2006-07-01 brainMake WritePID a public function of class InspIRCd
2006-07-01 brainMove SetSignals(), Start() and DaemonSeed() into privat...
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-06-30 brainTweak to IS_LOCAL macro to exclude invalid fd's that...
2006-06-29 omAnd add the include to make all the modules compile...
2006-06-29 omThis already adds the file and line number itself,...
next