index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_hostchange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the now-obsolete hostchange module.
•••
Closes #2025.
Sadie Powell
2023-05-02
1
-267
/
+0
*
Refactor the caching methods in User and rename to make more sense.
Sadie Powell
2023-01-24
1
-2
/
+2
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-1
/
+1
*
Convert various enums to strongly typed scoped enums.
Sadie Powell
2023-01-22
1
-10
/
+11
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-2
/
+2
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-4
/
+4
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
*
|
Use in_port_t instead of int/unsigned int/long.
Sadie Powell
2022-12-18
1
-2
/
+5
*
|
Enforce <hostname:charmap> network-wide on the 1206 protocol.
Sadie Powell
2022-09-30
1
-0
/
+7
*
|
Prevent allowing weird characters within hostnames.
Sadie Powell
2022-09-30
1
-2
/
+8
*
|
Use a global typedef for representing a character set.
Sadie Powell
2022-09-30
1
-1
/
+1
*
|
Add the new account system.
•••
This still relies on the old extensibles for now but we can change that later.
Sadie Powell
2022-05-14
1
-2
/
+3
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-3
/
+3
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+1
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Fix a shortening issue in hostchange.
Sadie Powell
2021-07-17
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-04
1
-16
/
+26
|
\
|
|
*
Allow hostchange to select users based on connect class.
Sadie Powell
2021-07-03
1
-0
/
+7
|
*
Move hostchange port parsing to a method in the HostRule class.
Sadie Powell
2021-07-03
1
-16
/
+19
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
|
*
Fix an off by one error in various bitsets.
Sadie Powell
2021-05-14
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-9
/
+6
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Use emplace_back where possible.
Sadie Powell
2021-03-30
1
-3
/
+3
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-1
/
+1
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-3
/
+3
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
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.
Sadie Powell
2020-10-31
1
-4
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-2
/
+2
|
\
|
|
*
Fix a typo in the hostchange module.
Sadie Powell
2020-05-05
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-1
/
+3
|
\
|
|
*
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-04-09
1
-1
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-2
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-02-15
1
-1
/
+1
|
\
|
|
*
Replace GetServerPort() with server_sa.port().
Peter Powell
2019-02-15
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-02-05
1
-2
/
+2
|
\
|
|
*
Remove trailing whitespace from various source files.
Peter Powell
2019-01-24
1
-2
/
+2
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-3
/
+3
|
/
*
Fix the hostchange set action swapping the host/value fields.
Peter Powell
2019-01-14
1
-1
/
+1
[next]