summaryrefslogtreecommitdiff
path: root/src/hashcomp.cpp
AgeCommit message (Expand)Author
2021-03-05Update copyright headers.InspIRCd Robot
2020-01-11Update copyright headers.InspIRCd Robot
2019-08-13Fix some remaining uses of ato[il].Peter Powell
2019-02-01Allow multiple fingerprints in an oper block (#1564)linuxdaemon
2019-01-24Implement support for the extended tag space for client tags.Peter Powell
2018-08-10Move message parsing to ProcessBuffer and fix edge cases in it.Peter Powell
2018-08-10Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.Peter Powell
2018-08-10Remove the integer overloads of irc::tokenparser::GetToken().Peter Powell
2018-07-26Replace irc::stringjoiner with a generic stdalgo::string::join.Peter Powell
2018-04-16Replace the remaining use of irc::string with irc::find.Peter Powell
2017-08-13Remove <alias:matchcase> and associated code.Peter Powell
2016-08-22Create irc::equals() from StrHashCompAttila Molnar
2016-08-22Remove unused irc::tokenstream::GetToken() overload accepting an irc::stringAttila Molnar
2016-08-22Remove unused irc::hashAttila Molnar
2015-04-20Merge insp20Attila Molnar
2015-02-26Fix various Clang warnings.Peter Powell
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