| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 ↵ | 2016-09-02 | 1 | -1/+1 | |
| | | | | | | | | | we quit | ||||
| | * | 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 ↵ | 2016-09-02 | 1 | -3/+6 | |
| | | | | | | | | | SecurityIPResolver | ||||
| * | | 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 | 2016-09-02 | 2 | -0/+14 | |
| | | | | | | | | | This is a workaround until the protocol is updated | ||||
| * | | 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 | 2016-08-30 | 1 | -3/+0 | |
| | | | | | | | | | Inserting members who lack the required status into the except list makes no difference, they won't get the message either way | ||||
| * | | 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() | 2016-08-30 | 1 | -2/+2 | |
| | | | | | | | | | Mark the method as const | ||||
| * | | 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 ↵ | 2016-08-26 | 3 | -4/+4 | |
| | | | | | | | | | methods expecting std::string | ||||
| * | | 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 ↵ | 2016-08-25 | 1 | -2/+7 | |
| | | | | | | | | | be a member of query | ||||
| * | | Check for errors after calling IOHookProvider::OnAccept() | 2016-08-24 | 2 | -4/+20 | |
| | | | |||||
| * | | m_messageflood Improve kick message | 2016-08-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Fixes issue #1019 reported by @B00mX0r Also add back a missing word caused by an oversight in #531 | ||||
| * | | Remove broken mssql module | 2016-08-23 | 1 | -857/+0 | |
| | | | | | | | | | Issue #1006 | ||||
| * | | m_censor Pass irc::string as C string to WriteNumeric() | 2016-08-22 | 1 | -1/+1 | |
| | | | | | | | | | Avoids a call to the templated ConvToStr() which uses std::stringstream for conversion | ||||
| * | | 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 | 2016-08-22 | 5 | -14/+13 | |
| | | | | | | | | | Switch to stdalgo::string::equalsci() | ||||
| * | | 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 ↵ | 2016-08-22 | 5 | -19/+15 | |
| | | | | | | | | | comparing names of IRC objects | ||||
| * | | Add stdalgo::string::equalsci and use it instead of irc::string for ↵ | 2016-08-22 | 3 | -14/+10 | |
| | | | | | | | | | case-insensitive comparison | ||||
| * | | m_services_account Detect nickname case changes by using FindNickOnly() | 2016-08-22 | 1 | -1/+1 | |
| | | | | | | | | | Gets rid of assign() | ||||
| * | | m_timedbans Remove one irc::string usage | 2016-08-22 | 1 | -3/+4 | |
| | | | |||||
| * | | Fix m_mysql warning about use of C++11 features on C++03. | 2016-08-19 | 1 | -2/+6 | |
| | | | | | | | | | NO_CLIENT_LONG_LONG was removed in a recent version of MySQL. | ||||
| * | | Fix m_ldap not linking to liblber on UNIX systems. | 2016-08-19 | 1 | -1/+1 | |
| | | | |||||
| * | | m_spanningtree Put command handlers with class names that collide with core ↵ | 2016-08-19 | 3 | -18/+33 | |
| | | | | | | | | | | | | | commands into the SpanningTree namespace This fixes issues in static builds | ||||
| * | | m_monitor Add inline keyword to ↵ | 2016-08-19 | 1 | -1/+2 | |
| | | | | | | | | | IRCv3::Monitor::Manager::ExtItem::unserialize to fix static builds | ||||
| * | | m_ldap Remove unused LDAPService::last_timeout_check | 2016-08-19 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge insp20 | 2016-08-17 | 7 | -17/+40 | |
| |\| | |||||
| | * | m_censor Fix possible incorrect cast of dest | 2016-08-13 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix more incorrect std::string::operator[] usage | 2016-08-13 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix challenge auth when using m_hash_gnutls instead of m_sha256. | 2016-08-05 | 1 | -2/+3 | |
| | | | |||||
| | * | Fix bursting channel bans | 2016-08-01 | 2 | -11/+16 | |
| | | | |||||
| | * | m_ssl_openssl Verify DH params being non-NULL before setting it on the context | 2016-07-22 | 1 | -4/+11 | |
| | | | | | | | | | Fixes issue reported by @m4rkw on IRC | ||||
| | * | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data ↵ | 2016-06-21 | 2 | -1/+11 | |
| | | | | | | | | | remains in the buffer of the SSL library | ||||
| | * | Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ↵ | 2016-06-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | ConfigTag::readString() Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure | ||||
| | * | Fix a minor warning in m_hideoper on some systems. | 2016-05-03 | 1 | -1/+1 | |
| | | | |||||
| | * | Remove embarrassing negative comments about some clients from the code | 2016-02-29 | 1 | -1/+1 | |
| | | | |||||
| | * | Minor spelling errors in m_spanningtree.so | 2016-02-28 | 2 | -2/+2 | |
| | | | |||||
