summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2016-09-16Merge pull request #1222 from SaberUK/master+warningsAttila Molnar
2016-09-16Merge pull request #1219 from SaberUK/master+directiveAttila Molnar
2016-09-16Merge pull request #1176 from SaberUK/master+formatAttila Molnar
2016-09-16Rewrite the build system directive parser.Peter Powell
2016-09-15Fix m_ldap warning about OpenLDAP being deprecated on OS X.Peter Powell
2016-09-15Fix m_geoip warning about the use of C++11 features.Peter Powell
2016-09-12m_shun Add support for shunning CIDR masksAttila Molnar
2016-09-12Change type of log messages to MODNAME in several modulesAttila Molnar
2016-09-09Replace snprintf usage with InspIRCd::Format.Peter Powell
2016-09-02Bump version to 3.0 in comments and messagesAttila Molnar
2016-09-02Merge insp20Attila Molnar
2016-09-02m_dnsbl Use FindAnswerOfTypeAdam
2016-09-02m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...Adam
2016-09-02Fix Windows build and most MSVC warningsAttila Molnar
2016-09-02m_spanningtree Add workaround to make SVS* commands work when using ENCAPAttila Molnar
2016-09-02m_spanningtree Refuse topic changes that would result in desyncAttila Molnar
2016-09-02m_jumpserver Prevent OnUserRegister from running in other modules for users w...Attila Molnar
2016-09-02Fix whitespace issuesAttila Molnar
2016-08-30Return std::string from Membership::GetAllPrefixChars()Attila Molnar
2016-08-30m_deaf Remove pointless member prefix checkAttila Molnar
2016-08-30m_deaf Fix inverted checkAttila Molnar
2016-08-30Change Membership:hasMode() to accept a PrefixModeAttila Molnar
2016-08-30Replace loop over alphabet with loop over mode list in several placesAttila Molnar
2016-08-30Pass the ModeHandler to User::HasModePermission()Attila Molnar
2016-08-29Convert ModeHandler::GetNumParams() to NeedsParam() that returns a boolAttila Molnar
2016-08-26m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...Attila Molnar
2016-08-25m_spanningtree Handle unload in resolversAttila Molnar
2016-08-25spanningtree: use bindip aftype as a hint for dns lookup typeAdam
2016-08-25core_dns Make question a member of request, move common FindAnswerOfType to b...Adam
2016-08-24Check for errors after calling IOHookProvider::OnAccept()Attila Molnar
2016-08-24m_messageflood Improve kick messageAttila Molnar
2016-08-23Remove broken mssql moduleAttila Molnar
2016-08-22m_censor Pass irc::string as C string to WriteNumeric()Attila Molnar
2016-08-22m_censor Switch to stdalgo::string::replace_all()Attila Molnar
2016-08-22m_spanningtree Use ASCII case insensitive map for matching server namesAttila Molnar
2016-08-22m_spanningtree Change type of Link::Name to std::stringAttila Molnar
2016-08-22m_timedbans Remove TimedBan::channelAttila Molnar
2016-08-22m_cban Remove now unnecessary field CBan::displaytextAttila Molnar
2016-08-22Switch to irc::equals() from irc::string in modules that use it for comparing...Attila Molnar
2016-08-22Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...Attila Molnar
2016-08-22m_services_account Detect nickname case changes by using FindNickOnly()Attila Molnar
2016-08-22m_timedbans Remove one irc::string usageAttila Molnar
2016-08-19Fix m_mysql warning about use of C++11 features on C++03.Peter Powell
2016-08-19Fix m_ldap not linking to liblber on UNIX systems.Peter Powell
2016-08-19m_spanningtree Put command handlers with class names that collide with core c...Attila Molnar
2016-08-19m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize...Attila Molnar
2016-08-19m_ldap Remove unused LDAPService::last_timeout_checkAttila Molnar
2016-08-17m_sqlite3 Fix possible memory leak when opening a database failsAttila Molnar
2016-08-17Merge insp20Attila Molnar
2016-08-13m_censor Fix possible incorrect cast of destAttila Molnar