| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix DNSBL connect class matching.•••A user that is not marked by a DNSBL should never match a
class that requires a DNSBL marking.
Thanks to @kylef for reporting this on IRC.
| Matt Schatz | 2020-07-03 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -1/+1 |
| * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | Only send a local X-line SNOTICE.•••Spanningtree sends a local SNOTICE to 'X' when adding
a line. No need to send a global SNOTICE from here.
| Matt Schatz | 2020-03-25 | 1 | -3/+3 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -4/+9 |
| * | Ignore DNSBL responses if the user's IP address has changed. | Peter Powell | 2019-10-24 | 1 | -4/+10 |
| * | Convert a bunch of LocalUser* casts to IS_LOCAL.•••This is a lot safer and handles users changing servers properly.
| Peter Powell | 2019-10-13 | 1 | -2/+2 |
| * | Fix DNSBL lookups for IPv6.•••A '.' gets added to the end of `reversedip` when creating the DNSBL
hostname for the resolver. We need to remove the trailing '.' on the
IPv6 form of `reversedip` or the resolver will fail.
| Matt Schatz | 2019-08-08 | 1 | -0/+1 |
| * | Start using DurationString() in X-line additions and•••a few other modules where it fits better than just showing seconds.
| Matt Schatz | 2019-02-18 | 1 | -9/+9 |
| * | Allow wildcards in <connect:dnsbl>•••This makes it consistent with other <connect> class parameters like
`webirc`
| linuxdaemon | 2019-01-11 | 1 | -2/+6 |
| * | 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 | -3/+3 |
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so
any errors don't result in partial application of the configs
| linuxdaemon | 2018-12-19 | 1 | -11/+11 |
| * | Fix sending DNSBL error snotices when a user isn't DNSBLed. | Peter Powell | 2018-11-16 | 1 | -0/+3 |
| * | m_dnsbl: Add the IP address to the positive detection server notice. | Robby | 2018-09-25 | 1 | -2/+2 |
| * | m_dnsbl: Use the blacklist name rather than the domain. | Robby | 2018-09-25 | 1 | -2/+2 |
| * | Send a message to snomask 'd' when a DNSBL lookup fails.•••Closes #1433.
| Peter Powell | 2018-09-25 | 1 | -1/+5 |
| * | Fix a bunch more conflicting/unnamed numerics. | Peter Powell | 2018-08-14 | 1 | -2/+2 |
| * | Switch m_dnsbl to use its own snomask character. | Peter Powell | 2018-08-07 | 1 | -7/+12 |
| * | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 1 | -1/+1 |
| * | Initial support for listening on UNIX socket endpoints. | Peter Powell | 2018-07-18 | 1 | -0/+4 |
| * | Add the family() member to the sockaddrs union. | Peter Powell | 2018-07-18 | 1 | -2/+2 |
| * | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | 2018-04-16 | 1 | -1/+1 |
| * | Convert ConfigTag::getDuration to return an unsigned long. | Peter Powell | 2018-04-16 | 1 | -1/+1 |
| * | Change some usage of "gecos" to "real name"•••Within the example configs, helpops, some server sent messages, and
simple code comments: change the primary usage of "gecos" to
"real name" (or "realname" where fitting).
| genius3000 | 2018-04-11 | 1 | -1/+1 |
| * | Move OnStats from the core to a cross-module event.•••Some core code still exists in the XLine system but this will be
replaced when the XLine system is replaced later.
| Peter Powell | 2018-04-08 | 1 | -2/+4 |
| * | Fix a ton of -Wsign-conversion warnings. | Peter Powell | 2017-11-17 | 1 | -2/+2 |
| * | Purge code for Windows XP and MSVC pre-2015. | Peter Powell | 2017-08-06 | 1 | -1/+1 |
| * | Merge pull request #677 from Robby-/master-dnsblzline•••[master] m_dnsbl: Correct the address in the Z-line snomask message. | Peter Powell | 2017-07-12 | 1 | -1/+1 |
| |\ |
|
| | * | m_dnsbl: Correct the address in the Z-line snomask message. | Robby- | 2014-06-23 | 1 | -1/+1 |
| * | | Merge v2.0.23 and v2.0.24 into master. | Peter Powell | 2017-07-09 | 1 | -0/+8 |
| |\ \ |
|
| | * | | m_dnsbl: check returned results are in 127.0.0.0/8 | Adam | 2017-01-11 | 1 | -2/+7 |
| * | | | m_dnsbl Use FindAnswerOfType | Adam | 2016-09-02 | 1 | -2/+4 |
| * | | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar | 2016-02-25 | 1 | -5/+5 |
| * | | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 1 | -2/+2 |
| * | | | Add ipv6 dnsbl support | Adam | 2015-04-07 | 1 | -7/+26 |
| * | | | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | 2015-01-18 | 1 | -1/+6 |
| | |/
|/| |
|
| * | | Omit the server name internally when building a /STATS reply and prepend it l... | Attila Molnar | 2014-01-25 | 1 | -3/+3 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -0/+9 |
| |\| |
|
| | * | m_dnsbl Don't send snotice when the {G|K|Z}line already exists•••Fixes issue #717 reported by @Robby-
| Attila Molnar | 2014-01-20 | 1 | -0/+9 |
| * | | Clean up CoreException•••- Remove default constructor
- Replace virtual functions returning C strings with functions returning const std::string refs
| Attila Molnar | 2013-12-18 | 1 | -1/+1 |
| * | | Make various self contained methods static.•••- InspIRCd::IsValidMask
- InspIRCd::TimeString
| Peter Powell | 2013-12-15 | 1 | -3/+3 |
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam | 2013-11-12 | 1 | -2/+2 |
| * | | Automatically register ServiceProviders created by modules | attilamolnar | 2013-09-08 | 1 | -6/+0 |
| * | | 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 | -7/+1 |
| * | | Merge insp20 | attilamolnar | 2013-08-30 | 1 | -25/+7 |
| |\| |
|
| | * | m_dnsbl Fix possible use-after-free after a rehash | attilamolnar | 2013-08-21 | 1 | -25/+7 |
| * | | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar | 2013-08-12 | 1 | -6/+1 |
| * | | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan...•••Pass the string itself to IsIdent() instead of string.c_str()
| attilamolnar | 2013-08-09 | 1 | -2/+2 |
| * | | Issue #604, fix m_dnsbl, broken in accccc212cd4f08a3c5532b1ae7a17e76bac8718 | Adam | 2013-08-06 | 1 | -5/+5 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |