| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | 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 | -2/+2 |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | | 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 | -10/+10 |
| * | | Replace some C-isms with C++-isms.•••* 'const char*' to 'const std::string&'.
* snprintf to std::string concatenation.
* Replace duplicated OneOfMatches with InspIRCd::MatchMask.
| Peter Powell | 2013-05-15 | 1 | -5/+1 |
| * | | Modularize DNS•••The DNS modules are temporarily in commands/ so they're loaded automatically
Thanks to Attila for helping with much of this.
| Adam | 2013-04-26 | 1 | -126/+134 |
| * | | 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/+0 |
| * | | Change User::GetIPString() to return const std::string& | attilamolnar | 2013-04-01 | 1 | -4/+4 |
| |/ |
|
| * | m_dnsbl Fix connecting users timeouting when a dnsbl result is in the dns cache•••Fixes #431 reported by @killerrabbit
| attilamolnar | 2013-03-11 | 1 | -1/+4 |
| * | 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 |
| * | m_dnsbl Add usednsbl option to connect classes•••Don't touch users in classes where it's off
| attilamolnar | 2012-11-29 | 1 | -4/+9 |
| * | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | attilamolnar | 2012-11-19 | 1 | -3/+3 |
| * | Fix broken build | attilamolnar | 2012-10-12 | 1 | -0/+1 |
| * | m_cgiirc, m_dnsbl Remove unnecessary includes | attilamolnar | 2012-10-12 | 1 | -8/+0 |
| * | Remove superfluous std::string()s | attilamolnar | 2012-10-12 | 1 | -1/+1 |
| * | Fix more undefined behavior caused by referencing the returned buffer by std:...•••See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
| attilamolnar | 2012-09-30 | 1 | -12/+21 |
| * | m_dnsbl Display <unknown> as the user's nick when annoucing the dnsbl result ... | attilamolnar | 2012-09-13 | 1 | -1/+1 |
| * | m_dnsbl Switch to OnUserSetIP hook | attilamolnar | 2012-09-13 | 1 | -2/+2 |
| * | Revert "m_dnsbl: switch to OnSetClientIP hook which may be refired."•••This reverts commit fbf14cb9ff28ae1b8a6c4b90a18470381afbcc53.
| Robin Burchell | 2012-07-01 | 1 | -12/+10 |
| * | m_dnsbl: switch to OnSetClientIP hook which may be refired. | William Pitcock | 2012-06-12 | 1 | -10/+12 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+18 |
| * | Remove unneeded inet_aton call | Daniel De Graaf | 2010-03-31 | 1 | -10/+5 |
| * | Allow E:lines to make users exempt from DNSBL checks | Daniel De Graaf | 2010-03-31 | 1 | -0/+3 |
| * | Incrementing the counter in a loop is useful to prevent it being an infinite ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12474 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-16 | 1 | -0/+1 |
| * | m_dnsbl updates•••Prevent user registration until dnsbl lookups are complete
Allow DNSBLs to be checked using <connect:dnsbl> (MARK type)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12454 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-14 | 1 | -38/+73 |