| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -2/+2 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -7/+7 | |
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+0 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+0 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+0 | |
| * | | Take a string_view in irc::equals. | 2021-04-08 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -6/+0 | |
| |\| | |||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -6/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -5/+5 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -5/+5 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -4/+9 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+9 | |
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -0/+16 | |
| |\| | |||||
| | * | Add GetNumericToken to sepstream.•••This removes some boilerplate when retrieving numeric types. | 2019-09-03 | 1 | -0/+16 | |
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -0/+6 | |
| |\| | |||||
| | * | Allow multiple fingerprints in an oper block (#1564) | 2019-02-01 | 1 | -0/+6 | |
| * | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. | 2019-01-25 | 1 | -5/+0 | |
| |/ | |||||
| * | Implement support for the extended tag space for client tags. | 2019-01-24 | 1 | -1/+4 | |
| * | Fix warnings from Doxygen. | 2018-10-21 | 1 | -2/+2 | |
| * | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.•••This simplifies the logic of irc::tokenparser considerably and removes all of the magic index guessing that was used previously. | 2018-08-10 | 1 | -6/+18 | |
| * | Remove the integer overloads of irc::tokenparser::GetToken().•••The int overload was never used and the long overload was used in one place. | 2018-08-10 | 1 | -12/+0 | |
| * | Replace irc::stringjoiner with a generic stdalgo::string::join.•••This can also be used with different types of collection containing values which are not a string. | 2018-07-26 | 1 | -7/+0 | |
| * | Replace the remaining use of irc::string with irc::find. | 2018-04-16 | 1 | -49/+7 | |
| * | Remove <alias:matchcase> and associated code.•••This was never documented and seems pretty useless. | 2017-08-13 | 1 | -4/+0 | |
| * | Update documentation in hashcomp.h | 2016-08-22 | 1 | -8/+6 | |
| * | Remove all non-member irc::string operators | 2016-08-22 | 1 | -72/+0 | |
| * | Remove now unused SearchAndReplace() function | 2016-08-22 | 1 | -23/+0 | |
| * | Remove now unused assign() functions | 2016-08-22 | 1 | -8/+0 | |
| * | Create irc::equals() from StrHashComp•••Make StrHashComp a wrapper around it | 2016-08-22 | 1 | -2/+14 | |
| * | Remove unused irc::tokenstream::GetToken() overload accepting an irc::string | 2016-08-22 | 1 | -6/+0 | |
| * | Remove unused irc::hash | 2016-08-22 | 1 | -9/+0 | |
| * | Remove unused trim() function | 2016-08-22 | 1 | -14/+0 | |
| * | Fix some whitespace issues | 2015-12-28 | 1 | -19/+19 | |
| * | Remove irc::modestacker | 2014-09-03 | 1 | -71/+0 | |
| * | Convert irc::stringjoiner to be a method instead of a class.•••Add separator parameter | 2014-02-06 | 1 | -24/+4 | |
| * | Add functor that does strict weak ordering based on national_case_insensitive... | 2014-01-04 | 1 | -0/+5 | |
| * | Fix some Windows-related problems.•••- Fix an error relating to the unavailability of std::back_inserter. - Fix loading configuration files when using relative paths. - Fix two methods in hashcomp being exported twice. - Remove some unimportant error messages. | 2014-01-04 | 1 | -2/+2 | |
| * | Hide all symbols that aren't exported explicitly•••In addition to reducing the sizes of all binaries this also helps the optimizer | 2013-09-08 | 1 | -2/+2 | |
| * | Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s... | 2013-06-12 | 1 | -10/+6 | |
| * | s/seperator/separator/g | 2013-06-02 | 1 | -6/+6 | |
| * | Rewrote sepstream and tokenstream to be less ugly | 2013-06-02 | 1 | -71/+53 | |
| * | Move a few trivial functions into headers | 2013-06-02 | 1 | -1/+1 | |
| * | irc::tokenstream and irc::sepstream cleanup•••irc::sepstream does not require virtual methods | 2013-05-18 | 1 | -11/+3 | |
| * | irc::stringjoiner cleanup•••- Get rid of unused constructors - signed -> unsigned - return const ref from GetJoined() | 2013-05-18 | 1 | -19/+3 | |
| * | Deduplicate hex string creation code | 2013-05-18 | 1 | -7/+0 | |
| * | irc::Spacify-- | 2013-05-16 | 1 | -6/+0 | |
