| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| | | |||||
| * | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 1 | -2/+2 | |
| | | |||||
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -4/+4 | |
| | | |||||
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| | | |||||
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -2/+3 | |
| | | |||||
| * | Mark all mode classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -1/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a new map-based method for building link data. | 2021-05-10 | 1 | -4/+28 | |
| | | | | | | | | | | | The new link data is not currently used but will be in the near future. | ||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -6/+5 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Use emplace_back where possible. | 2021-03-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -4/+16 | |
| |\| | |||||
| | * | Fix the cloaking module on C++98 compilers. | 2021-03-10 | 1 | -1/+1 | |
| | | | |||||
| | * | Add a human-readable version of the cloak list. | 2021-03-09 | 1 | -4/+16 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+3 | |
| | | | |||||
| * | | Merge tag 'v3.8.1' into master. | 2020-11-20 | 1 | -1/+1 | |
| |\| | |||||
| | * | Avoid doing "IP changed" event stuff on quitting users. | 2020-11-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Move config typedefs to ServerConfig and use auto in more places. | 2020-11-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Add stdalgo::iterator_range and switch config tag reading to use it. | 2020-10-31 | 1 | -5/+5 | |
| | | | | | | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system. | ||||
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -2/+10 | |
| |\| | |||||
| | * | Don't kill cloaking users when hash/md5 is missing. | 2020-10-27 | 1 | -2/+10 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -7/+7 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -6/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -6/+12 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -6/+12 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -2/+4 | |
| |\| | |||||
| | * | Convert a bunch of LocalUser* casts to IS_LOCAL. | 2019-10-13 | 1 | -2/+4 | |
| | | | | | | | | | This is a lot safer and handles users changing servers properly. | ||||
