]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Penalize commands that had 0 penalty
[user/henk/code/inspircd.git] / src / modules /
2016-12-30 Attila MolnarPenalize commands that had 0 penalty
2016-11-25 Attila MolnarMerge pull request #1260 from SaberUK/master+libressl
2016-11-23 Peter PowellFix LibreSSL not having a shim for the OpenSSL 1.1...
2016-11-16 Attila MolnarMerge pull request #1234 from SaberUK/master+config2
2016-11-16 Peter PowellRework the example services aliases.
2016-11-15 Attila MolnarMerge pull request #1241 from SaberUK/master+helpop
2016-11-01 Attila MolnarMerge pull request #1238 from SaberUK/master+openssl
2016-11-01 Attila MolnarMerge pull request #1236 from SaberUK/master+port
2016-11-01 Attila MolnarMerge pull request #1215 from SaberUK/master+config
2016-11-01 Attila MolnarMerge pull request #1185 from SaberUK/master+lockserv
2016-11-01 Attila MolnarMerge pull request #1184 from SaberUK/master+flood
2016-10-25 Peter PowellFix OpenSSL build errors caused by BIO/BIO_METHOD now...
2016-09-20 Attila MolnarMerge pull request #1225 from SaberUK/master+cppflags
2016-09-16 AdamAdd CentOS PackageInfo
2016-09-16 Peter PowellMake the duration of nickflood and joinflood configurable.
2016-09-16 Peter PowellAllow the reason for locking to be specified in m_lockserv.
2016-09-16 Attila MolnarMerge pull request #1223 from SaberUK/master+travis
2016-09-16 Attila MolnarMerge pull request #1222 from SaberUK/master+warnings
2016-09-16 Attila MolnarMerge pull request #1219 from SaberUK/master+directive
2016-09-16 Attila MolnarMerge pull request #1176 from SaberUK/master+format
2016-09-16 Peter PowellRewrite the build system directive parser.
2016-09-14 Peter PowellFix m_ldap warning about OpenLDAP being deprecated...
2016-09-14 Peter PowellFix m_geoip warning about the use of C++11 features.
2016-09-12 Attila Molnarm_shun Add support for shunning CIDR masks
2016-09-12 Attila MolnarChange type of log messages to MODNAME in several modules
2016-09-09 Peter PowellReplace snprintf usage with InspIRCd::Format.
2016-09-02 Attila MolnarBump version to 3.0 in comments and messages
2016-09-02 Attila MolnarMerge insp20
2016-09-02 Adamm_dnsbl Use FindAnswerOfType
2016-09-02 Adamm_spanningtree Allow multiple valid ips for link blocks...
2016-09-02 Attila MolnarFix Windows build and most MSVC warnings
2016-09-02 Attila Molnarm_spanningtree Add workaround to make SVS* commands...
2016-09-02 Attila Molnarm_spanningtree Refuse topic changes that would result...
2016-09-02 Attila Molnarm_jumpserver Prevent OnUserRegister from running in...
2016-09-02 Attila MolnarFix whitespace issues
2016-08-30 Attila MolnarReturn std::string from Membership::GetAllPrefixChars()
2016-08-30 Attila Molnarm_deaf Remove pointless member prefix check
2016-08-30 Attila Molnarm_deaf Fix inverted check
2016-08-30 Attila MolnarChange Membership:hasMode() to accept a PrefixMode
2016-08-30 Attila MolnarReplace loop over alphabet with loop over mode list...
2016-08-30 Attila MolnarPass the ModeHandler to User::HasModePermission()
2016-08-29 Attila MolnarConvert ModeHandler::GetNumParams() to NeedsParam(...
2016-08-26 Attila Molnarm_spanningtree Drop unnecessary c_str() call when passi...
2016-08-25 Attila Molnarm_spanningtree Handle unload in resolvers
2016-08-25 Adamspanningtree: use bindip aftype as a hint for dns looku...
2016-08-25 Adamcore_dns Make question a member of request, move common...
2016-08-24 Attila MolnarCheck for errors after calling IOHookProvider::OnAccept()
2016-08-24 Attila Molnarm_messageflood Improve kick message
2016-08-23 Attila MolnarRemove broken mssql module
2016-08-23 Attila MolnarMerge branch 'master+ircstring'
2016-08-22 Attila Molnarm_censor Pass irc::string as C string to WriteNumeric()
2016-08-22 Attila Molnarm_censor Switch to stdalgo::string::replace_all()
2016-08-22 Attila Molnarm_spanningtree Use ASCII case insensitive map for match...
2016-08-22 Attila Molnarm_spanningtree Change type of Link::Name to std::string
2016-08-22 Attila Molnarm_timedbans Remove TimedBan::channel
2016-08-22 Attila Molnarm_cban Remove now unnecessary field CBan::displaytext
2016-08-22 Attila MolnarSwitch to irc::equals() from irc::string in modules...
2016-08-22 Attila MolnarAdd stdalgo::string::equalsci and use it instead of...
2016-08-22 Attila Molnarm_services_account Detect nickname case changes by...
2016-08-22 Attila Molnarm_timedbans Remove one irc::string usage
2016-08-19 Attila MolnarMerge pull request #1200 from SaberUK/master+travis
2016-08-19 Peter PowellFix m_mysql warning about use of C++11 features on...
2016-08-19 Peter PowellFix m_ldap not linking to liblber on UNIX systems.
2016-08-19 Attila Molnarm_spanningtree Put command handlers with class names...
2016-08-19 Attila Molnarm_monitor Add inline keyword to IRCv3::Monitor::Manager...
2016-08-19 Attila Molnarm_ldap Remove unused LDAPService::last_timeout_check
2016-08-17 Attila Molnarm_sqlite3 Fix possible memory leak when opening a datab...
2016-08-17 Attila MolnarMerge insp20
2016-08-13 Attila Molnarm_censor Fix possible incorrect cast of dest
2016-08-13 Attila MolnarFix more incorrect std::string::operator[] usage
2016-08-10 Attila Molnarm_ssl_mbedtls Apply dummy CA workaround for client...
2016-08-10 Attila MolnarMerge branch 'master+websocket'
2016-08-08 Attila Molnarm_ssl_* Add option to sslprofile controlling whether...
2016-08-08 Attila MolnarAdd WebSocket module
2016-08-08 Attila MolnarAdd SHA1 module
2016-08-08 Attila MolnarKeep multiple IOHookProvider references in class Listen...
2016-08-08 Attila MolnarAdd StreamSocket::GetModHook() for obtaining the IOHook...
2016-08-08 Attila MolnarPass sendq to OnStreamSocketWrite
2016-08-08 Attila MolnarMerge pull request #1196 from SaberUK/insp20+sha256
2016-08-05 Peter PowellFix challenge auth when using m_hash_gnutls instead...
2016-08-02 Attila MolnarMerge pull request #1193 from Adam-/insp20+banburst
2016-08-01 AdamFix bursting channel bans
2016-07-22 0x277Fstripcolor now strips from part messages (#1175)
2016-07-22 Attila Molnarm_ssl_openssl Verify DH params being non-NULL before...
2016-06-27 Attila MolnarMerge pull request #1181 from SaberUK/insp20+null
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-27 Attila MolnarMerge pull request #1182 from SaberUK/master+431
2016-06-21 Attila Molnarm_ssl_gnutls, m_ssl_openssl After a read schedule anoth...
2016-06-15 Attila MolnarAdd mbedTLS SSL module
2016-06-09 Attila MolnarFix for GCC 6 rightfully optimizing out the NULL check...
2016-05-30 Attila MolnarMerge pull request #1174 from SaberUK/insp20+hideoper...
2016-05-03 Peter PowellFix a minor warning in m_hideoper on some systems.
2016-04-30 Attila MolnarMerge branch 'master+sslconnmsg'
2016-04-28 Attila Molnarm_spanningtree Send snotice with the negotiated ciphers...
2016-04-28 Attila MolnarDeduplicate code for on connect SSL ciphersuite NOTICE...
2016-04-28 Attila MolnarExport the GetCiphersuite() method from the SSL modules
2016-04-28 Attila MolnarAdd SSLIOHook::IsSSL() to determine whether a socket...
2016-04-26 Attila MolnarMerge branch 'master+sasloffline'
2016-04-25 Attila Molnarm_sasl Advertise the sasl capability only if the target...
2016-04-25 Attila Molnarm_sasl Add ServerTracker class for tracking sasl_target
next