]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/hashcomp.cpp
Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[user/henk/code/inspircd.git] / src / hashcomp.cpp
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-02-26 Peter PowellFix various Clang warnings.
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-11 attilamolnarFix allow_overlapped having the opposite effect in...
2012-07-11 attilamolnarDon't manage memory manually for the commasepstream...
2012-07-11 attilamolnarUse std::set instead of std::map in irc::portparser
2012-07-01 Robin BurchellDon't throw an exception if passed bad parameters to...
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...
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2011-04-01 JackmcbarnRevert to old sepstream logic until a proper fix is...
2011-03-28 JackmcbarnFix sepstream logic when multiple consecutive separator...
2011-01-22 JackmcbarnFix bug where an empty parameter is generated when...
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-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-04-07 specialFix irc_char_traits::find to behave correctly when...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
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-08 w00tUse national charset pointer instead of RFC charset...
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-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-12 w00tFix for bug #569, thanks dz.
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-03-29 w00tCast this to const unsigned char, not just unsigned...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-05 fezfixed std:: stuff
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-23 brainFix for irc::sepstream for when there are multiple...
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-07-02 brainWe know this worked... i think.
2007-07-02 specialstd::string does not need a null terminator..
2007-06-14 brainFixed fencepost
2007-06-13 brainFixes for tokenization oddness with metadata, and weird...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-05-19 brainVisual studio's ability to translate tabs to four space...
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 brainFixes and optimizations
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 w00tStill more massive commit fun. Headers in include/...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-13 brainChange m_watch to use hash_map rather than map, because...
2006-12-11 brainirc::string assign(std::string&)
2006-12-11 peaveyFix case insensitive compare (operator ==) between...
2006-12-02 specialI don't know if anything actually uses this, but irc...
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-17 brainRemove some debug, add some comments, throw exception...
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 braindont use local vars and lose state
2006-11-11 brainHandle out of range port numbers without stopping parsi...
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-10-26 brainTweak hash generation to make it faster
2006-10-22 brainMore stringently fit the RFC1459 BNF diagrams
2006-10-03 brainNew helper class irc::stringjoiner - it pwns you.
2006-10-02 brainSeems to work now
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-19 brainChange type to size_t so that 64 bit platforms dont...
2006-09-19 brainAdapt to use std::string::const_iterator
2006-09-19 brainUse ++x not x++, to more closely match what stl does
2006-09-19 brainULTRA FAST HASH FUNCTION :p
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-09 brainI'll give you ##TOAST, :p
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainMove trailing space stripping to only strip from non...
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
next