summaryrefslogtreecommitdiff
path: root/src/hashcomp.cpp
AgeCommit message (Expand)Author
2009-02-14Nuke trailing spacespeavey
2009-01-23Templateise thisbrain
2009-01-23Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-08Use national charset pointer instead of RFC charset pointer. Should fix hash ...w00t
2008-09-20More comments, and remove some unused craq. Someone (that being me) once wrot...brain
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-12Fix for bug #569, thanks dz.w00t
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-03-29Cast this to const unsigned char, not just unsigned char. We don't/can't modi...w00t
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-05fixed std:: stufffez
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-23Fix for irc::sepstream for when there are multiple seperators in a row, do no...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-02We know this worked... i think.brain
2007-07-02std::string does not need a null terminator..special
2007-06-14Fixed fencepostbrain
2007-06-13Fixes for tokenization oddness with metadata, and weird behaviour of std::ist...brain
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-04-18Add trim() to hashcomp to trail leading and traling spaces from std::stringspeavey
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-03-10Fix the operator== for irc::string -> std::string to be const&, the lack of c...brain
2007-02-25Fixes and optimizationsbrain
2007-02-25Add max line length value to modestacker, so that it can clamp the max length...brain
2007-02-22Added sepstream::GetRemaining()special
2007-02-07Ident fixes,brain
2007-01-20Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac...special
2006-12-16Make irc::spacify take 'const char*' instead of 'char*'peavey
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...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-12-11Fix case insensitive compare (operator ==) between irc::string and std::strin...peavey
2006-12-02I don't know if anything actually uses this, but irc::hex is now *much* more ...special
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-17Remove some debug, add some comments, throw exception in Get() when passed an...brain
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-11dont use local vars and lose statebrain