]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/hashcomp.h
Fix Doxygen syntax errors.
[user/henk/code/inspircd.git] / include / hashcomp.h
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-08-15 w00twin: Last part of support required for VS2010:
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-08 brainFix some stuff for nationalchars
2009-01-23 brainTemplateise this
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tnational_case_sensitive_map -> national_case_insensitiv...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tAdd ascii_case_insensitive_map, thanks MacGyver.
2008-12-07 w00tRename case_sensitive_map to rfc_case_sensitive_map
2008-09-22 brainwarning-free on windows
2008-09-20 brainMore comments, and remove some unused craq. Someone...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-06-12 pippijnMAXBUF messes these up
2008-06-12 pippijnfixed
2008-06-12 pippijnoptimise string comparison.. this time I've done it...
2008-06-12 pippijnrevert for now..
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-06-12 brainFix to allow namespace std { namespace tr1 {
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-07-28 peaveyoperators for std::string != irc::string and vice versa.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainComments (lots of)
2007-06-13 brainFixes for tokenization oddness with metadata, and weird...
2007-05-22 brainBloody 'safe stl' warnings.
2007-05-22 brainCrappy warnings
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-04-18 peaveyAdd trim() to hashcomp to trail leading and traling...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-03-10 brainFix the operator== for irc::string -> std::string to...
2007-02-25 brainAdd max line length value to modestacker, so that it...
2007-02-22 specialAdded sepstream::GetRemaining()
2007-02-07 brainIdent fixes,
2007-01-20 specialFixed (rewrote) m_http_client's URL parsing, it is...
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-13 brainChange m_watch to use hash_map rather than map, because...
2006-12-11 brainirc::string assign(std::string&)
2006-11-18 brainbits_size must be protected, not private
2006-11-18 brainAdd \code and \endcode tags for doxygen
2006-11-18 brainFix a major whoopsie in that class i just added. It...
2006-11-18 brainReduce size of max number of bytes in a bitfield from...
2006-11-18 brainProperly document irc::dynamicbitmask
2006-11-17 brainFix this so it works, passes test case. Provide a metho...
2006-11-17 brainAdd irc::dynamicbitmask class. Feel free to take a...
2006-11-11 brainAllow checking of overlapped ports. A bit of sensible...
2006-11-11 brainDocument irc::portparser with comments :-)
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-03 brainDocument
2006-10-03 brainNew helper class irc::stringjoiner - it pwns you.
2006-10-02 brainRemove testcases
2006-10-02 brainmmmm dinner break, oh and document and make use of...
2006-10-02 brainAdd more features to modestacker so that we can stack...
2006-10-02 brainMore efficient modestacker
2006-10-02 brainmodestacker class, stacks modes and returns a string...
2006-09-17 brainTurn irc::commasepstream into a base class, irc::sepstr...
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-08-18 brainComments
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-12 brainDocument the nspace namespace
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-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-16 brainDocument irc::commasepstream and irc::tokenstream
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 omconst the std::string reference in tokenstream's constr...
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-14 brain3.3 -> 3.4 fix (the 3.3 stuff was actually craq)
2006-04-10 omRouting more socket includes through socket.h
2006-02-19 brainAIEEE fucking overloaded operators
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...
next