aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_hostchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the now-obsolete hostchange module.•••Closes #2025. Gravatar Sadie Powell2023-05-021-267/+0
* Refactor the caching methods in User and rename to make more sense.Gravatar Sadie Powell2023-01-241-2/+2
* Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-231-1/+1
* Convert various enums to strongly typed scoped enums.Gravatar Sadie Powell2023-01-221-10/+11
* Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-2/+2
* Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-4/+4
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* | Use in_port_t instead of int/unsigned int/long.Gravatar Sadie Powell2022-12-181-2/+5
* | Enforce <hostname:charmap> network-wide on the 1206 protocol.Gravatar Sadie Powell2022-09-301-0/+7
* | Prevent allowing weird characters within hostnames.Gravatar Sadie Powell2022-09-301-2/+8
* | Use a global typedef for representing a character set.Gravatar Sadie Powell2022-09-301-1/+1
* | Add the new account system.•••This still relies on the old extensibles for now but we can change that later. Gravatar Sadie Powell2022-05-141-2/+3
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
* | Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-3/+3
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-1/+1
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* | Fix a shortening issue in hostchange.Gravatar Sadie Powell2021-07-171-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-041-16/+26
|\|
| * Allow hostchange to select users based on connect class.Gravatar Sadie Powell2021-07-031-0/+7
| * Move hostchange port parsing to a method in the HostRule class.Gravatar Sadie Powell2021-07-031-16/+19
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
| * Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-141-1/+1
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-9/+6
* | Constify variables within loops.Gravatar Sadie Powell2021-04-011-1/+1
* | Use emplace_back where possible.Gravatar Sadie Powell2021-03-301-3/+3
* | Pascalize Get in extension item classes.Gravatar Sadie Powell2021-03-171-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-1/+1
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-3/+3
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-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. Gravatar Sadie Powell2020-10-311-4/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+2
|\|
| * Fix a typo in the hostchange module.Gravatar Sadie Powell2020-05-051-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-1/+3
|\|
| * Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-091-1/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+6
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-02-151-1/+1
|\|
| * Replace GetServerPort() with server_sa.port().Gravatar Peter Powell2019-02-151-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-02-051-2/+2
|\|
| * Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-241-2/+2
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-3/+3
|/
* Fix the hostchange set action swapping the host/value fields.Gravatar Peter Powell2019-01-141-1/+1