]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/hashcomp.cpp
Just to mess with om's head, remove helperfuncs.h from everywhere
[user/henk/code/inspircd.git] / src / hashcomp.cpp
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainMove whowas into InspIRCd
2006-08-10 brainMake it more readable
2006-08-10 brainMuch faster hash<string> for case-insensitive hashing...
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-06 brainRemove trailing spaces from input in irc::ircsepstream
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 omconst the std::string reference in tokenstream's constr...
2006-07-16 brainImproved this a lot
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-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-21 brainTidyup: (unsigned) cast to more explicit (unsigned...
2006-03-09 brainChanged to unsigned char to get rid of warnings
2006-03-09 brainlowertab -> lowermap
2006-03-09 brainImproved strhashcomp with no allocations
2006-02-19 brainAIEEE fucking overloaded operators
2006-02-19 brainMore tweaks
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-02-03 brainImproved inaddr_hashcomp
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainFixed lengths
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
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 irc::string
2005-05-15 brainAdded comments to hashcomp.cpp
2005-05-15 brainGCC 3.4/4.0 fixes
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMaking sure this is compatible with GCC3.4/4.x
2005-05-15 brain(Untested) added hashcomp.cpp, seperates out the stl...