| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+2 | |
| * | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 1 | -10/+0 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Assign more class members inline instead of in the constructor. | 2022-10-21 | 1 | -1/+2 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -3/+3 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Convert irc::find to use string_view. | 2022-06-07 | 1 | -1/+1 | |
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -1/+1 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -2/+2 | |
| * | | Take a string_view in irc::equals. | 2021-04-08 | 1 | -6/+12 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -8/+9 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+8 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+8 | |
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -5/+5 | |
| |\| | |||||
| | * | Fix some remaining uses of ato[il]. | 2019-08-13 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -0/+10 | |
| |\| | |||||
| | * | Allow multiple fingerprints in an oper block (#1564) | 2019-02-01 | 1 | -0/+10 | |
| * | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. | 2019-01-25 | 1 | -37/+0 | |
| |/ | |||||
| * | Implement support for the extended tag space for client tags. | 2019-01-24 | 1 | -2/+2 | |
| * | Move message parsing to ProcessBuffer and fix edge cases in it. | 2018-08-10 | 1 | -3/+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 | -14/+39 | |
| * | 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 | -16/+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 | -12/+0 | |
| * | Replace the remaining use of irc::string with irc::find. | 2018-04-16 | 1 | -52/+32 | |
| * | Remove <alias:matchcase> and associated code.•••This was never documented and seems pretty useless. | 2017-08-13 | 1 | -33/+0 | |
| * | Create irc::equals() from StrHashComp•••Make StrHashComp a wrapper around it | 2016-08-22 | 1 | -1/+1 | |
| * | Remove unused irc::tokenstream::GetToken() overload accepting an irc::string | 2016-08-22 | 1 | -8/+0 | |
| * | Remove unused irc::hash | 2016-08-22 | 1 | -8/+0 | |
| * | Merge insp20 | 2015-04-20 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix various Clang warnings.•••- warning: 'register' storage class specifier is deprecated. | 2015-02-26 | 1 | -2/+2 | |
| * | | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one | 2015-01-10 | 1 | -5/+4 | |
| * | | Remove irc::modestacker | 2014-09-03 | 1 | -65/+0 | |
| * | | Kill needless #includes in source files | 2014-06-14 | 1 | -1/+0 | |
| * | | Convert irc::stringjoiner to be a method instead of a class.•••Add separator parameter | 2014-02-06 | 1 | -3/+5 | |
| * | | Add functor that does strict weak ordering based on national_case_insensitive... | 2014-01-04 | 1 | -0/+19 | |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| * | | Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s... | 2013-06-12 | 1 | -5/+5 | |
| * | | s/seperator/separator/g | 2013-06-02 | 1 | -3/+3 | |
| * | | Rewrote sepstream and tokenstream to be less ugly | 2013-06-02 | 1 | -62/+37 | |
| * | | Move a few trivial functions into headers | 2013-06-02 | 1 | -5/+0 | |
| * | | irc::tokenstream and irc::sepstream cleanup•••irc::sepstream does not require virtual methods | 2013-05-18 | 1 | -8/+0 | |
| * | | irc::stringjoiner cleanup•••- Get rid of unused constructors - signed -> unsigned - return const ref from GetJoined() | 2013-05-18 | 1 | -23/+3 | |
