aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Penalize commands that had 0 penaltyGravatar Attila Molnar2016-12-3012-12/+8
| |_|_|/ |/| | |
* | | | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API.Gravatar Peter Powell2016-11-231-1/+1
* | | | Merge pull request #1234 from SaberUK/master+config2•••Rework the example services aliases.Gravatar Attila Molnar2016-11-161-3/+8
|\ \ \ \
| * | | | 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
* | | | | Allow listeners to be able to listen on unavailable addresses.Gravatar Peter Powell2016-11-121-0/+14
|/ / / /
* | | | 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 #1236 from SaberUK/master+port•••Allow classes to take a port range.Gravatar Attila Molnar2016-11-012-6/+15
|\ \ \ \ \
| * | | | | Allow classes to take a port range.Gravatar Peter Powell2016-10-252-6/+15
| |/ / / /
* | | | | Merge pull request #1215 from SaberUK/master+config•••Strip carriage returns in the config parser.Gravatar Attila Molnar2016-11-011-1/+1
|\ \ \ \ \
| * | | | | Strip carriage returns in the config parser.•••This prevents problems when configuration files have been edited on a Windows machine. Gravatar Peter Powell2016-09-201-1/+1
| |/ / / /
* | | | | 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
| |/ / / /
* | | | | Fix compatibility with the legacy <channels> tag.•••We should only use OperMaxChans if they have the right privilege. Gravatar Peter Powell2016-09-201-1/+1
* | | | | 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-163-29/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Replace snprintf usage with InspIRCd::Format.Gravatar Peter Powell2016-09-093-29/+13
* | | | | Improve the default ISUPPORT tokens.•••- Replace the deprecated MAXCHANNELS token with CHANLIMIT. - Remove the deprecated FNC token (other implementations can force a nick change without sending this token so informing clients of that we might force a nick change is pointless) Gravatar Peter Powell2016-09-141-3/+2
* | | | | 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-124-7/+7
* | | | | Undocument <power> and set the default to the server name.Gravatar Peter Powell2016-09-123-3/+3
|/ / / /
* | | | Release v3.0.0 alpha 1 v3.0.0a1Gravatar Attila Molnar2016-09-021-1/+1
* | | | Update stuff for the new versioning system.Gravatar Peter Powell2016-09-023-3/+3
* | | | Bump version to 3.0 in comments and messagesGravatar Attila Molnar2016-09-025-10/+10
* | | | 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-023-3/+4
* | | | 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-302-8/+5
* | | | 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-307-8/+13
* | | | Replace loop over alphabet with loop over mode list in several placesGravatar Attila Molnar2016-08-303-28/+31
* | | | Pass the ModeHandler to User::HasModePermission()•••Mark the method as const Gravatar Attila Molnar2016-08-303-6/+7
* | | | Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as constGravatar Attila Molnar2016-08-291-5/+0
* | | | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a boolGravatar Attila Molnar2016-08-297-22/+22
* | | | Unregister modes before unhooking extensions when unloading a module•••Listmodes store their list in an extension that must be present when they are unset to show the modes being unset Gravatar Attila Molnar2016-08-291-3/+4
* | | | Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr...Gravatar Attila Molnar2016-08-291-17/+14