| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expand IPv6 addresses in connectban to avoid breaking S2S. | Sadie Powell | 2024-09-19 | 1 | -2/+8 |
| * | Update copyright headers. | InspIRCd Robot | 2022-12-30 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2022-04-28 | 1 | -1/+1 |
| * | 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.
| Sadie Powell | 2022-04-05 | 1 | -2/+3 |
| * | Notify opers about the connectban zline being added before applying it.•••This matches behaviour elsewhere.
| Sadie Powell | 2022-04-05 | 1 | -1/+1 |
| * | Include the module name in the setter for server-added xlines. | Sadie Powell | 2022-04-05 | 1 | -1/+1 |
| * | Increase the default connectban ban duration from 10m to 6h.•••10m is borderline useless for preventing bot floods.
| Sadie Powell | 2022-04-05 | 1 | -1/+1 |
| * | Default connectban cidr ranges to the values specified in <cidr>. | Sadie Powell | 2022-04-05 | 1 | -2/+2 |
| * | Fix the cban and connectban modules sending out duplicate snotices. | Sadie Powell | 2022-04-05 | 1 | -1/+1 |
| * | Rename <connectban:duration> to <connectban:banduration>. | Sadie Powell | 2022-03-22 | 1 | -1/+1 |
| * | Fix some inverted ignoreuntil values in the connectban module. | Sadie Powell | 2021-06-18 | 1 | -2/+2 |
| * | Add the bootwait and splitwait options to connectban. | Sadie Powell | 2021-06-18 | 1 | -3/+26 |
| * | Update copyright headers. | InspIRCd Robot | 2021-02-26 | 1 | -1/+1 |
| * | Allow disabling connectban for specific connect classes.•••Ref: #1841.
| Sadie Powell | 2021-01-27 | 1 | -2/+12 |
| * | Update copyright headers. | InspIRCd Robot | 2020-11-20 | 1 | -1/+1 |
| * | Avoid doing "IP changed" event stuff on quitting users. | Sadie Powell | 2020-11-20 | 1 | -1/+1 |
| * | Prioritise connectban and dnsbl after core_xline. | Sadie Powell | 2020-11-10 | 1 | -0/+6 |
| * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -0/+7 |
| * | Add a workaround for connectban hitting gateway IP addresses. | Peter Powell | 2019-10-25 | 1 | -1/+23 |
| * | Extract connectban's range checking code to a function. | Peter Powell | 2019-10-25 | 1 | -13/+22 |
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -1/+1 |
| * | m_connectban and m_svshold: Use DurationString() in X-line messages. | Robby | 2019-04-28 | 1 | -3/+2 |
| * | Improve X-line text consistency.•••- 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>
| Matt Schatz | 2019-01-09 | 1 | -2/+2 |
| * | Add the family() member to the sockaddrs union. | Peter Powell | 2018-07-18 | 1 | -1/+1 |
| * | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | 2018-04-16 | 1 | -3/+3 |
| * | Fix a ton of -Wsign-conversion warnings. | Peter Powell | 2017-11-17 | 1 | -1/+1 |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
| Peter Powell | 2017-07-12 | 1 | -1/+1 |
| * | m_connectban Don't depend on the definition of clonemap | Attila Molnar | 2014-03-17 | 1 | -3/+3 |
| * | Give m_connectban a configurable ban message | Googolplexed | 2014-02-27 | 1 | -1/+3 |
| * | Make various self contained methods static.•••- InspIRCd::IsValidMask
- InspIRCd::TimeString
| Peter Powell | 2013-12-15 | 1 | -1/+1 |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -6/+1 |
| * | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar | 2013-08-12 | 1 | -3/+1 |
| * | Replace range() with min and max arguments on getInt(). | Peter Powell | 2013-08-10 | 1 | -12/+3 |
| * | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | Change modules to use the MODNAME constant when logging.•••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.
| Peter Powell | 2013-08-04 | 1 | -1/+1 |
| * | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | Merge insp20 | attilamolnar | 2013-06-06 | 1 | -4/+5 |
| |\ |
|
| | * | Fix an extremely low risk crash bug in m_connectban. | Peter Powell | 2013-05-06 | 1 | -4/+5 |
| * | | Fix spacing in calls to LogManager::Log. | Peter Powell | 2013-05-19 | 1 | -1/+1 |
| * | | Tidy up keywords on module methods.•••- 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.
| Peter Powell | 2013-05-15 | 1 | -5/+5 |
| * | | Add LOG_ prefix to the log level enum values. | Peter Powell | 2013-04-12 | 1 | -1/+1 |
| * | | Convert InspIRCd::Duration() to be static | attilamolnar | 2013-04-03 | 1 | -1/+1 |
| * | | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -5/+1 |
| |/ |
|
| * | m_connectban Switch to OnSetUserIP hook to handle cgiirc users properly, igno... | attilamolnar | 2013-03-11 | 1 | -2/+5 |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |
| * | Attach to events and register services in init() | attilamolnar | 2012-12-02 | 1 | -1/+2 |
| * | Remove usage of the deprecated ConfigReader | attilamolnar | 2012-11-12 | 1 | -12/+7 |
| * | Fix more undefined behavior caused by referencing the returned buffer by std:...•••See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
| attilamolnar | 2012-09-30 | 1 | -3/+5 |
| * | Module description updates | Robby- | 2012-05-30 | 1 | -2/+2 |