summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
AgeCommit message (Expand)Author
2006-12-16Make irc::spacify take 'const char*' instead of 'char*'peavey
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-13Change m_watch to use hash_map rather than map, because of the large number o...brain
2006-12-11irc::string assign(std::string&)brain
2006-11-18bits_size must be protected, not privatebrain
2006-11-18Add \code and \endcode tags for doxygenbrain
2006-11-18Fix a major whoopsie in that class i just added. It must be derived using vir...brain
2006-11-18Reduce size of max number of bytes in a bitfield from a 4 or 8 byte field to ...brain
2006-11-18Properly document irc::dynamicbitmaskbrain
2006-11-17Fix this so it works, passes test case. Provide a method to query for a bit a...brain
2006-11-17Add irc::dynamicbitmask class. Feel free to take a look and offer suggestions...brain
2006-11-11Allow checking of overlapped ports. A bit of sensible thought prevents this f...brain
2006-11-11Document irc::portparser with comments :-)brain
2006-11-11Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...brain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-03Documentbrain
2006-10-03New helper class irc::stringjoiner - it pwns you.brain
2006-10-02Remove testcasesbrain
2006-10-02mmmm dinner break, oh and document and make use of modestacker.brain
2006-10-02Add more features to modestacker so that we can stack +, -, and parameterless...brain
2006-10-02More efficient modestackerbrain
2006-10-02modestacker class, stacks modes and returns a string list of up to MAXMODES m...brain
2006-09-17Turn irc::commasepstream into a base class, irc::sepstream, inherit two class...brain
2006-09-10Move Spacify() into irc:: namespace as multiple modules use it nowbrain
2006-09-03We now have a test module that can dump someones certificate information: /ss...brain
2006-08-18Commentsbrain
2006-08-18Move lowermap[] into a pre-initialised const array in hashcomp.h,brain
2006-08-12Document the nspace namespacebrain
2006-08-10Move strlower into nspace namespace where hash<std::string> livesbrain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-16Document irc::commasepstream and irc::tokenstreambrain
2006-07-16Created new class irc::commasepstream.brain
2006-07-16const the std::string reference in tokenstream's constructorom
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-143.3 -> 3.4 fix (the 3.3 stuff was actually craq)brain
2006-04-10Routing more socket includes through socket.hom
2006-02-19AIEEE fucking overloaded operatorsbrain
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-01-15Updated copyrights in headers etc using perl inplace editbrain
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 comments for doxygenbrain
2005-05-15Added irc::stringbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15(Untested) added hashcomp.cpp, seperates out the stl hash_map stuffbrain