]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/hashcomp.h
More efficient modestacker
[user/henk/code/inspircd.git] / include / hashcomp.h
2006-10-02 brainMore efficient modestacker
2006-10-02 brainmodestacker class, stacks modes and returns a string...
2006-09-17 brainTurn irc::commasepstream into a base class, irc::sepstr...
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-08-18 brainComments
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-12 brainDocument the nspace namespace
2006-08-10 brainMove strlower into nspace namespace where hash<std...
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-16 brainDocument irc::commasepstream and irc::tokenstream
2006-07-16 brainCreated new class irc::commasepstream.
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-14 brain3.3 -> 3.4 fix (the 3.3 stuff was actually craq)
2006-04-10 omRouting more socket includes through socket.h
2006-02-19 brainAIEEE fucking overloaded operators
2006-02-19 brainTweaks
2006-02-19 brainAdded + and == operators between std::string and irc...
2006-02-03 omAdd operators >> and << for irc::string and i/ostreams...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-05-15 brainUpdated to keep lowermap const within hashcomp.cpp
2005-05-15 brainUpdated strhashcomp to use irc::string internally rathe...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainAdded comments for doxygen
2005-05-15 brainAdded irc::string
2005-05-15 brainsorted hashcomp etc
2005-05-15 brain(Untested) added hashcomp.cpp, seperates out the stl...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...