summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
AgeCommit message (Expand)Author
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-08-15win: Last part of support required for VS2010:w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-02-08Fix some stuff for nationalcharsbrain
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-07national_case_sensitive_map -> national_case_insensitive_map.w00t
2008-12-07Move stuff to use ASCII map where required.w00t
2008-12-07Add ascii_case_insensitive_map, thanks MacGyver.w00t
2008-12-07Rename case_sensitive_map to rfc_case_sensitive_mapw00t
2008-09-22warning-free on windowsbrain
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-06-12MAXBUF messes these uppippijn
2008-06-12fixedpippijn
2008-06-12optimise string comparison.. this time I've done it right.. sheesh shitty C++...pippijn
2008-06-12revert for now..pippijn
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-06-12Fix to allow namespace std { namespace tr1 {brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23-pedantic tidyups, lets see if it finds anything worthy of a fixbrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-07-28operators for std::string != irc::string and vice versa.peavey
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-06-17Comments (lots of)brain
2007-06-13Fixes for tokenization oddness with metadata, and weird behaviour of std::ist...brain
2007-05-22Bloody 'safe stl' warnings.brain
2007-05-22Crappy warningsbrain
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-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-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