| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -3/+6 | |
| * | Move aptosa/untosa into the sockaddrs union and add from/from_ip.•••The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values. | 2022-08-11 | 1 | -3/+3 | |
| * | Rename OnSetUserIP to OnChangeRemoteAddress. | 2022-08-10 | 1 | -1/+1 | |
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -0/+1 | |
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| * | 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.•••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 | |
