| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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.•••The new link data is not currently used but will be in the near future. | 2021-05-10 | 1 | -4/+28 | |
| * | | 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.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -5/+5 | |
| * | | 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.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -5/+5 | |
| * | | 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.•••This is a lot safer and handles users changing servers properly. | 2019-10-13 | 1 | -2/+4 | |
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -8/+16 | |
| |\| | |||||
| | * | Fix cloaking not ignoring the case of a user's hostname.•••This new mode is recommended but disabled by default for compat reasons. Closes #480. Closes #1419. Co-Authored-By: B00mX0r <b00mx0r@aureus.pw> | 2019-09-16 | 1 | -8/+16 | |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -1/+1 | |
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -6/+6 | |
| |\| | |||||
| | * | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -6/+6 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -9/+9 | |
| |/ | |||||
| * | Update the cloaks of connected users when their IP address changes. | 2018-12-13 | 1 | -0/+18 | |
