]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
XHTML 1.1 spec validation and charset
[user/henk/code/inspircd.git] / include /
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,...
2006-06-29 omChange log() to a #define, the real symbol is now do_lo...
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-06-21 brainAdded Server::PublishFeature(),
2006-06-20 brainClass Request and class Event now take a void* in their...
2006-05-11 brainIncrease length of dhost
2006-05-10 brainFix output corruption when host is exactly 64 chars...
2006-04-25 brainCheck for NULL, set pointers to NULL after deletion
2006-04-24 brainFix various typos and warnings
2006-04-24 brainTypo in the macro :p
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainMovement of cmd_* headers into include/commands (this...
2006-04-12 brainMade FindMatching(Global|Local) available via users.h
2006-04-11 omDie windows die.
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-10 omRouting more socket includes through socket.h
2006-04-10 brainTypedef an ugly iterator, dont send mode string if...
2006-04-10 omA few more typedefs defined and put into use.
2006-04-10 omAdd time.h include to inspircd.h. Random cleanups in...
2006-04-10 omAssorted changes here, Extend() is not templated so...
2006-04-10 brainMore fixes
2006-04-10 brainExtra allowance for modes which have different number...
2006-04-10 brainStart of new mode parser
2006-04-09 brainOm's way is better and lets watchers change mode parame...
2006-04-09 brainStart of mode parser refactoring
2006-04-09 omShuffle some more includes around, const reference...
next