| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | 2021-01-27 | 1 | -2/+12 | |
| | | | | | | | | | Ref: #1841. | ||||
| * | | 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 | |
| | | | |||||
| | * | Extract connectban's range checking code to a function. | 2019-10-25 | 1 | -13/+22 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -4/+3 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| | * | m_connectban and m_svshold: Use DurationString() in X-line messages. | 2019-04-28 | 1 | -3/+2 | |
| | | | |||||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -4/+4 | |
| |/ | |||||
| * | Improve X-line text consistency. | 2019-01-09 | 1 | -2/+2 | |
| | | | | | | | | | | | - Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> | ||||
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 1 | -1/+1 | |
| | | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -3/+3 | |
| | | |||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -1/+1 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | m_connectban Don't depend on the definition of clonemap | 2014-03-17 | 1 | -3/+3 | |
| | | |||||
| * | Give m_connectban a configurable ban message | 2014-02-27 | 1 | -1/+3 | |
| | | |||||
| * | Make various self contained methods static. | 2013-12-15 | 1 | -1/+1 | |
| | | | | | | - InspIRCd::IsValidMask - InspIRCd::TimeString | ||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -6/+1 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Add ConfigTag::getDuration() with optional bounds checking | 2013-08-12 | 1 | -3/+1 | |
| | | |||||
| * | Replace range() with min and max arguments on getInt(). | 2013-08-10 | 1 | -12/+3 | |
| | | |||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | |||||
| * | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -1/+1 | |
| | | | | | | | | | The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | ||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Merge insp20 | 2013-06-06 | 1 | -4/+5 | |
| |\ | |||||
| | * | Fix an extremely low risk crash bug in m_connectban. | 2013-05-06 | 1 | -4/+5 | |
| | | | |||||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -5/+5 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert InspIRCd::Duration() to be static | 2013-04-03 | 1 | -1/+1 | |
| | | | |||||
