summaryrefslogtreecommitdiff
path: root/src/hashcomp.cpp
AgeCommit message (Expand)Author
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-09-03Remove irc::modestackerAttila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-02-06Convert irc::stringjoiner to be a method instead of a class.Peter Powell
2014-01-04Add functor that does strict weak ordering based on national_case_insensitive...Attila Molnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-12Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s...attilamolnar
2013-06-02s/seperator/separator/gAdam
2013-06-02Rewrote sepstream and tokenstream to be less uglyAdam
2013-06-02Move a few trivial functions into headersattilamolnar
2013-05-18irc::tokenstream and irc::sepstream cleanupattilamolnar
2013-05-18irc::stringjoiner cleanupattilamolnar
2013-05-18Deduplicate hex string creation codeattilamolnar
2013-05-16irc::Spacify--attilamolnar
2013-04-19Fix building with libc++.Peter Powell
2013-04-01Purge the deprecated hash_map from existance.Peter Powell
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-07-11Fix allow_overlapped having the opposite effect in irc::portparserattilamolnar
2012-07-11Don't manage memory manually for the commasepstream in irc::portparserattilamolnar
2012-07-11Use std::set instead of std::map in irc::portparserattilamolnar
2012-07-01Don't throw an exception if passed bad parameters to stringjoiner.Robin Burchell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-04-10Fixed Windows build on VS 2010Adam
2011-04-01Revert to old sepstream logic until a proper fix is finishedJackmcbarn
2011-03-28Fix sepstream logic when multiple consecutive separators are encounteredJackmcbarn
2011-01-22Fix bug where an empty parameter is generated when input to a tokenstream end...Jackmcbarn
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Move forward declarations to typedefs.hdanieldg
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-04-07Fix irc_char_traits::find to behave correctly when the character is not found...special
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
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