aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...Gravatar Adam2016-09-021-3/+6
* | | | Fix Windows build and most MSVC warningsGravatar Attila Molnar2016-09-022-2/+3
* | | | m_spanningtree Add workaround to make SVS* commands work when using ENCAPGravatar Attila Molnar2016-09-021-0/+11
* | | | m_spanningtree Refuse topic changes that would result in desync•••This is a workaround until the protocol is updated Gravatar Attila Molnar2016-09-022-0/+14
* | | | Fix whitespace issuesGravatar Attila Molnar2016-09-021-1/+1
* | | | Return std::string from Membership::GetAllPrefixChars()Gravatar Attila Molnar2016-08-301-1/+1
* | | | m_deaf Remove pointless member prefix check•••Inserting members who lack the required status into the except list makes no difference, they won't get the message either way Gravatar Attila Molnar2016-08-301-3/+0
* | | | m_deaf Fix inverted checkGravatar Attila Molnar2016-08-301-1/+1
* | | | Change Membership:hasMode() to accept a PrefixModeGravatar Attila Molnar2016-08-305-6/+10
* | | | Replace loop over alphabet with loop over mode list in several placesGravatar Attila Molnar2016-08-302-24/+26
* | | | Pass the ModeHandler to User::HasModePermission()•••Mark the method as const Gravatar Attila Molnar2016-08-301-2/+2
* | | | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a boolGravatar Attila Molnar2016-08-294-6/+6
* | | | m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...Gravatar Attila Molnar2016-08-263-4/+4
* | | | m_spanningtree Handle unload in resolversGravatar Attila Molnar2016-08-251-1/+7
* | | | spanningtree: use bindip aftype as a hint for dns lookup typeGravatar Adam2016-08-251-1/+9
* | | | core_dns Make question a member of request, move common FindAnswerOfType to b...Gravatar Adam2016-08-251-2/+7
* | | | Check for errors after calling IOHookProvider::OnAccept()Gravatar Attila Molnar2016-08-242-4/+20
* | | | m_messageflood Improve kick message•••Fixes issue #1019 reported by @B00mX0r Also add back a missing word caused by an oversight in #531 Gravatar Attila Molnar2016-08-241-2/+2
* | | | Remove broken mssql module•••Issue #1006 Gravatar Attila Molnar2016-08-231-857/+0
* | | | m_censor Pass irc::string as C string to WriteNumeric()•••Avoids a call to the templated ConvToStr() which uses std::stringstream for conversion Gravatar Attila Molnar2016-08-221-1/+1
* | | | m_censor Switch to stdalgo::string::replace_all()Gravatar Attila Molnar2016-08-221-1/+1
* | | | m_spanningtree Use ASCII case insensitive map for matching server namesGravatar Attila Molnar2016-08-222-4/+4
* | | | m_spanningtree Change type of Link::Name to std::string•••Switch to stdalgo::string::equalsci() Gravatar Attila Molnar2016-08-225-14/+13