aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | fix channel rank issueGravatar Sheogorath2016-12-101-1/+2
| * | | | | | Merge pull request #1328 from Adam-/insp20+sakick•••m_sakick: remove unused "Unable to kick" noticeGravatar Adam2017-05-171-8/+0
| |\ \ \ \ \ \
| | * | | | | | m_sakick: remove unused "Unable to kick" notice•••This has never worked due to the channel lookup using the user's nick Gravatar Adam2017-05-111-8/+0
| * | | | | | | Merge pull request #1284 from Adam-/insp20+preregcloak•••m_cloaking: don't apply cloak to already cloaked users during registrationGravatar Adam2017-05-171-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | m_cloaking: don't apply cloak to already cloaked users during registration•••This can happen if services set a vhost during registration (like with SASL) Gravatar Adam2017-05-171-0/+4
| * | | | | | | | Merge pull request #1321 from SaberUK/insp20+permwarn•••[2.0] Warn when a user configures a permanent channel without +P.Gravatar Attila Molnar2017-05-171-0/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Warn when a user configures a permanent channel without +P.Gravatar Peter Powell2017-04-241-0/+6
| | |/ / / / / / /
| * | | | | | | | Merge pull request #1269 from Adam-/insp20+saslhost•••m_sasl: send host/ip infoGravatar Attila Molnar2017-05-171-0/+53
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | m_sasl: use host/ip from m_cgiirc if applicableGravatar Adam2017-02-261-2/+39
| | * | | | | | | m_sasl: send host/ip infoGravatar Adam2016-12-191-0/+16
| * | | | | | | | Penalise clients that use WEBIRC incorrectly.Gravatar Peter Powell2017-04-271-0/+2
| * | | | | | | | Fix WEBIRC not rejecting invalid IP addresses.Gravatar Peter Powell2017-04-271-0/+8
| | |/ / / / / / | |/| | | | | |
| * | | | | | | m_ldapauth: fix providing username in PASS•••This has never worked because it never prepended attribute= to the search string. It also would prefer matching nick/ident over the user string provided which is inconsistent, since your ability to authenticate using PASS would depend on a ldap entry not existing with your current nick/ident. Instead, use username provided in PASS and then fallback to nick/ident. Gravatar Adam2017-03-201-29/+18
| * | | | | | | Merge pull request #1266 from Adam-/insp20+cloakip•••m_cloaking: fix host/ip comparisons #1249Gravatar Attila Molnar2017-03-051-2/+5
| |\ \ \ \ \ \ \
| | * | | | | | | m_cloaking: fix host/ip comparisons #1249Gravatar Adam2016-11-131-2/+5
| * | | | | | | | m_dnsbl: check returned results are in 127.0.0.0/8Gravatar Adam2017-01-111-2/+7
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and SendChannelNotice...Gravatar genius30002016-12-071-5/+10
| * | | | | | | m_httpd_stats: Also sanitize other server gecosGravatar Anatole Denis2016-10-091-1/+1
| * | | | | | | m_sasl: really abort sasl session on registerGravatar Adam2016-09-051-4/+2
| |/ / / / / /
| * | | | | | m_sasl: don't allow AUTHENTICATE with mechanisms with a spaceGravatar Adam2016-09-031-0/+4
* | | | | | | Merge pull request #1320 from SaberUK/master+autoperm•••Automatically apply +P to all permanent channels.Gravatar Attila Molnar2017-07-091-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Automatically apply +P to all permanent channels.Gravatar Peter Powell2017-04-141-0/+4
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | Remove some dead code from m_md5.•••This is left over from the old hashing system that allowed you to customise these values. Gravatar Peter Powell2017-05-191-18/+8
|/ / / / / /
* | | | | / m_ldapauth: use username provided in PASS if availableGravatar Adam2017-03-201-1/+14
| |_|_|_|/ |/| | | |
* | | | | Clean up User::FormatModes(), rename to GetModeLetters()•••Prefix the returned string with '+' Gravatar Attila Molnar2016-12-303-3/+3
* | | | | Deduplicate nickname overruling code•••Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree Gravatar Attila Molnar2016-12-301-6/+2
* | | | | Penalize commands that had 0 penaltyGravatar Attila Molnar2016-12-308-8/+8
| |_|_|/ |/| | |
* | | | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API.Gravatar Peter Powell2016-11-231-1/+1
* | | | Rework the example services aliases.•••- Split common stuff into a generic configuration file. - Reserve all nicknames used by services by default. - Exempt all services clients from filtering. - Add missing aliases for services pseudoclients. Gravatar Peter Powell2016-11-161-3/+8
* | | | Merge pull request #1238 from SaberUK/master+openssl•••Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque.Gravatar Attila Molnar2016-11-011-5/+45
|\ \ \ \
| * | | | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque.Gravatar Peter Powell2016-10-251-5/+45
* | | | | Merge pull request #1185 from SaberUK/master+lockserv•••Allow the reason for locking to be specified in m_lockserv.Gravatar Attila Molnar2016-11-011-18/+14
|\ \ \ \ \
| * | | | | Allow the reason for locking to be specified in m_lockserv.Gravatar Peter Powell2016-09-161-18/+14
* | | | | | Merge pull request #1184 from SaberUK/master+flood•••Improvements to flood modulesGravatar Attila Molnar2016-11-012-5/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make the duration of nickflood and joinflood configurable.Gravatar Peter Powell2016-09-162-5/+23
| |/ / / /
* / / / / Add CentOS PackageInfoGravatar Adam2016-09-168-0/+10
|/ / / /
* | | | Merge pull request #1222 from SaberUK/master+warnings•••Fix various compiler warningsGravatar Attila Molnar2016-09-162-0/+12
|\ \ \ \
| * | | | Fix m_ldap warning about OpenLDAP being deprecated on OS X.Gravatar Peter Powell2016-09-151-0/+5
| * | | | Fix m_geoip warning about the use of C++11 features.Gravatar Peter Powell2016-09-151-0/+7
* | | | | Merge pull request #1219 from SaberUK/master+directive•••Rewrite the build system directive parser.Gravatar Attila Molnar2016-09-1612-38/+64
|\ \ \ \ \
| * | | | | Rewrite the build system directive parser.Gravatar Peter Powell2016-09-1612-38/+64
| |/ / / /
* | | | | Merge pull request #1176 from SaberUK/master+format•••Replace snprintf usage with InspIRCd::Format.Gravatar Attila Molnar2016-09-162-8/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Replace snprintf usage with InspIRCd::Format.Gravatar Peter Powell2016-09-092-8/+4
* | | | | m_shun Add support for shunning CIDR masks•••Issue #1195 Gravatar Attila Molnar2016-09-121-0/+3
* | | | | Change type of log messages to MODNAME in several modulesGravatar Attila Molnar2016-09-122-4/+4
|/ / / /
* | | | Bump version to 3.0 in comments and messagesGravatar Attila Molnar2016-09-024-5/+5
* | | | Merge insp20Gravatar Attila Molnar2016-09-022-2/+4
|\| | |
| * | | m_jumpserver Prevent OnUserRegister from running in other modules for users w...Gravatar Attila Molnar2016-09-021-1/+1
| * | | m_sqlite3 Fix possible memory leak when opening a database failsGravatar Attila Molnar2016-08-171-1/+3
* | | | m_dnsbl Use FindAnswerOfTypeGravatar Adam2016-09-021-2/+4