| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | 2016-11-16 | 1 | -3/+8 | |
| * | Merge pull request #1238 from SaberUK/master+openssl•••Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | 2016-11-01 | 1 | -5/+45 | |
| |\ | |||||
| | * | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | 2016-10-25 | 1 | -5/+45 | |
| * | | Merge pull request #1185 from SaberUK/master+lockserv•••Allow the reason for locking to be specified in m_lockserv. | 2016-11-01 | 1 | -18/+14 | |
| |\ \ | |||||
| | * | | Allow the reason for locking to be specified in m_lockserv. | 2016-09-16 | 1 | -18/+14 | |
| * | | | Merge pull request #1184 from SaberUK/master+flood•••Improvements to flood modules | 2016-11-01 | 2 | -5/+23 | |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Make the duration of nickflood and joinflood configurable. | 2016-09-16 | 2 | -5/+23 | |
| | |/ | |||||
| * / | Add CentOS PackageInfo | 2016-09-16 | 8 | -0/+10 | |
| |/ | |||||
| * | Merge pull request #1222 from SaberUK/master+warnings•••Fix various compiler warnings | 2016-09-16 | 2 | -0/+12 | |
| |\ | |||||
| | * | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | 2016-09-15 | 1 | -0/+5 | |
| | * | Fix m_geoip warning about the use of C++11 features. | 2016-09-15 | 1 | -0/+7 | |
| * | | Merge pull request #1219 from SaberUK/master+directive•••Rewrite the build system directive parser. | 2016-09-16 | 12 | -38/+64 | |
| |\ \ | |||||
| | * | | Rewrite the build system directive parser. | 2016-09-16 | 12 | -38/+64 | |
| | |/ | |||||
| * | | Merge pull request #1176 from SaberUK/master+format•••Replace snprintf usage with InspIRCd::Format. | 2016-09-16 | 2 | -8/+4 | |
| |\ \ | |/ |/| | |||||
| | * | Replace snprintf usage with InspIRCd::Format. | 2016-09-09 | 2 | -8/+4 | |
| * | | m_shun Add support for shunning CIDR masks•••Issue #1195 | 2016-09-12 | 1 | -0/+3 | |
| * | | Change type of log messages to MODNAME in several modules | 2016-09-12 | 2 | -4/+4 | |
| |/ | |||||
| * | Bump version to 3.0 in comments and messages | 2016-09-02 | 4 | -5/+5 | |
| * | Merge insp20 | 2016-09-02 | 2 | -2/+4 | |
| |\ | |||||
| | * | m_jumpserver Prevent OnUserRegister from running in other modules for users w... | 2016-09-02 | 1 | -1/+1 | |
| | * | m_sqlite3 Fix possible memory leak when opening a database fails | 2016-08-17 | 1 | -1/+3 | |
| * | | m_dnsbl Use FindAnswerOfType | 2016-09-02 | 1 | -2/+4 | |
| * | | m_spanningtree Allow multiple valid ips for link blocks as a result of Securi... | 2016-09-02 | 1 | -3/+6 | |
| * | | Fix Windows build and most MSVC warnings | 2016-09-02 | 2 | -2/+3 | |
| * | | m_spanningtree Add workaround to make SVS* commands work when using ENCAP | 2016-09-02 | 1 | -0/+11 | |
| * | | m_spanningtree Refuse topic changes that would result in desync•••This is a workaround until the protocol is updated | 2016-09-02 | 2 | -0/+14 | |
| * | | Fix whitespace issues | 2016-09-02 | 1 | -1/+1 | |
| * | | Return std::string from Membership::GetAllPrefixChars() | 2016-08-30 | 1 | -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 | 2016-08-30 | 1 | -3/+0 | |
| * | | m_deaf Fix inverted check | 2016-08-30 | 1 | -1/+1 | |
| * | | Change Membership:hasMode() to accept a PrefixMode | 2016-08-30 | 5 | -6/+10 | |
| * | | Replace loop over alphabet with loop over mode list in several places | 2016-08-30 | 2 | -24/+26 | |
| * | | Pass the ModeHandler to User::HasModePermission()•••Mark the method as const | 2016-08-30 | 1 | -2/+2 | |
| * | | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | 2016-08-29 | 4 | -6/+6 | |
| * | | m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho... | 2016-08-26 | 3 | -4/+4 | |
| * | | m_spanningtree Handle unload in resolvers | 2016-08-25 | 1 | -1/+7 | |
| * | | spanningtree: use bindip aftype as a hint for dns lookup type | 2016-08-25 | 1 | -1/+9 | |
| * | | core_dns Make question a member of request, move common FindAnswerOfType to b... | 2016-08-25 | 1 | -2/+7 | |
| * | | Check for errors after calling IOHookProvider::OnAccept() | 2016-08-24 | 2 | -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 | 2016-08-24 | 1 | -2/+2 | |
| * | | Remove broken mssql module•••Issue #1006 | 2016-08-23 | 1 | -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 | 2016-08-22 | 1 | -1/+1 | |
| * | | m_censor Switch to stdalgo::string::replace_all() | 2016-08-22 | 1 | -1/+1 | |
| * | | m_spanningtree Use ASCII case insensitive map for matching server names | 2016-08-22 | 2 | -4/+4 | |
| * | | m_spanningtree Change type of Link::Name to std::string•••Switch to stdalgo::string::equalsci() | 2016-08-22 | 5 | -14/+13 | |
| * | | m_timedbans Remove TimedBan::channel | 2016-08-22 | 1 | -7/+2 | |
| * | | m_cban Remove now unnecessary field CBan::displaytext | 2016-08-22 | 1 | -3/+1 | |
| * | | Switch to irc::equals() from irc::string in modules that use it for comparing... | 2016-08-22 | 5 | -19/+15 | |
| * | | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | 2016-08-22 | 3 | -14/+10 | |
| * | | m_services_account Detect nickname case changes by using FindNickOnly()•••Gets rid of assign() | 2016-08-22 | 1 | -1/+1 | |
