summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
AgeCommit message (Expand)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-03-05Fix a bunch of really obvious unnecessary includes.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-01-11Update copyright headers.InspIRCd Robot
2019-09-03Add GetNumericToken to sepstream.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-10-21Fix warnings from Doxygen.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-22Update documentation in hashcomp.hAttila Molnar
2016-08-22Remove all non-member irc::string operatorsAttila Molnar
2016-08-22Remove now unused SearchAndReplace() functionAttila Molnar
2016-08-22Remove now unused assign() functionsAttila Molnar
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
2016-08-22Remove unused trim() functionAttila Molnar
2015-12-28Fix some whitespace issuesAttila Molnar
2014-09-03Remove irc::modestackerAttila 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
2014-01-04Fix some Windows-related problems.Peter Powell
2013-09-08Hide all symbols that aren't exported explicitlyattilamolnar
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-05-15Replace some C-isms with C++-isms.Peter Powell
2013-04-19Fix building with libc++.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Merge pull request #452 from SaberUK/master+nuke-hashmapAttila Molnar
2013-04-01Purge references to the deprecated GetStackedLine method.Peter Powell
2013-04-01Purge the deprecated hash_map from existance.Peter Powell
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
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-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2011-04-10Fixed Windows build on VS 2010Adam
2010-01-11...because every now and again, i have to do a massive commit.brain