| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+2 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -2/+2 | |
| * | Make reading the core config less of a mess. | 2023-01-27 | 1 | -2/+2 | |
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -3/+3 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -4/+4 | |
| * | Move duration functions to their own header. | 2023-01-23 | 1 | -2/+3 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Add a typedef for sa_family_t on Windows. | 2022-11-16 | 1 | -2/+2 | |
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Rename OnSetUserIP to OnChangeRemoteAddress. | 2022-08-10 | 1 | -3/+3 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -2/+1 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 1 | -7/+8 | |
| |\| | |||||
| | * | Use consistent xline messages locally•••For connectban these messages would have previously been duplicated to other servers until this was fixed earlier today. For dnsbl and rline they would have just differed on the local to a remote. As of the previous commit the module name is included in the setter so there is no need to vary the snotice. This makes things more consistent for server operators and allows scripts to parse the messages. | 2022-04-05 | 1 | -2/+3 | |
| | * | Notify opers about the connectban zline being added before applying it.•••This matches behaviour elsewhere. | 2022-04-05 | 1 | -1/+1 | |
| | * | Include the module name in the setter for server-added xlines. | 2022-04-05 | 1 | -1/+1 | |
| | * | Increase the default connectban ban duration from 10m to 6h.•••10m is borderline useless for preventing bot floods. | 2022-04-05 | 1 | -1/+1 | |
| | * | Default connectban cidr ranges to the values specified in <cidr>. | 2022-04-05 | 1 | -2/+2 | |
| | * | Fix the cban and connectban modules sending out duplicate snotices. | 2022-04-05 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Rename <connectban:duration> to <connectban:banduration>. | 2022-03-22 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 1 | -2/+25 | |
| |\| | |||||
| | * | Fix some inverted ignoreuntil values in the connectban module. | 2021-06-18 | 1 | -2/+2 | |
| | * | Add the bootwait and splitwait options to connectban. | 2021-06-18 | 1 | -3/+26 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 1 | -2/+12 | |
| |\| | |||||
| | * | Allow disabling connectban for specific connect classes.•••Ref: #1841. | 2021-01-27 | 1 | -2/+12 | |
| * | | Merge tag 'v3.8.1' into master. | 2020-11-20 | 1 | -2/+8 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-11-20 | 1 | -1/+1 | |
| | * | Avoid doing "IP changed" event stuff on quitting users. | 2020-11-20 | 1 | -1/+1 | |
| | * | Prioritise connectban and dnsbl after core_xline. | 2020-11-10 | 1 | -0/+6 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 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 | -6/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -14/+45 | |
| |\| | |||||
| | * | Add a workaround for connectban hitting gateway IP addresses. | 2019-10-25 | 1 | -1/+23 | |
