aboutsummaryrefslogtreecommitdiff
path: root/include/token_list.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Move TokenList back to its own header and move INSP_FORMAT to compat.Gravatar Sadie Powell2023-09-031-0/+72
| | | | | This allows making stringutils an optional header given that most of it is not used by most of the codebase.
* Move TokenList to inspstring.Gravatar Sadie Powell2022-06-071-71/+0
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
| |
| * Fix converting a token list to a string.Gravatar Sadie Powell2022-04-051-1/+4
| | | | | | | | Fixes showing oper privs in /CHECK.
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
| |
* | Add constructors to the TokenList class.Gravatar Sadie Powell2022-01-181-0/+6
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
| |
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-101-1/+1
|\|
| * Fix TokenList not initializing permissive to false on creation.Gravatar Sadie Powell2021-11-101-0/+5
|/
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
|
* Add a class which encapsulates the concept of token lists.Gravatar Peter Powell2017-11-131-0/+65