summaryrefslogtreecommitdiff
path: root/src/hashcomp.cpp
AgeCommit message (Expand)Author
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-06Remove trailing spaces from input in irc::ircsepstreambrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-16Created new class irc::commasepstream.brain
2006-07-16const the std::string reference in tokenstream's constructorom
2006-07-16Improved this a lotbrain
2006-07-16This should be faster, we read it like a stream now with GetToken until GetTo...brain
2006-07-16irc::tokenstream is a token parser which using std::string and std::vector bu...brain
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-21Tidyup: (unsigned) cast to more explicit (unsigned char)brain
2006-03-09Changed to unsigned char to get rid of warningsbrain
2006-03-09lowertab -> lowermapbrain
2006-03-09Improved strhashcomp with no allocationsbrain
2006-02-19AIEEE fucking overloaded operatorsbrain
2006-02-19More tweaksbrain
2006-02-19Tweaksbrain
2006-02-19Added + and == operators between std::string and irc::string.brain
2006-02-03Add operators >> and << for irc::string and i/ostreams. m_cban utilises thisom
2006-02-03Improved inaddr_hashcompbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Fixed lengthsbrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Updated to keep lowermap const within hashcomp.cppbrain
2005-05-15Updated strhashcomp to use irc::string internally rather than a combination o...brain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15Added irc::stringbrain
2005-05-15Added comments to hashcomp.cppbrain
2005-05-15GCC 3.4/4.0 fixesbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Making sure this is compatible with GCC3.4/4.xbrain
2005-05-15(Untested) added hashcomp.cpp, seperates out the stl hash_map stuffbrain