]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2017-05-18 AdamRelease v2.0.24 v2.0.24
2017-05-18 Adamm_override: fix parentheses compiler warning
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2017-05-17 AdamMerge pull request #1328 from Adam-/insp20+sakick
2017-05-17 AdamMerge pull request #1284 from Adam-/insp20+preregcloak
2017-05-17 Adamm_cloaking: don't apply cloak to already cloaked users...
2017-05-17 Attila MolnarMerge pull request #1330 from SaberUK/insp20+mm-inc
2017-05-17 Attila MolnarMerge pull request #1321 from SaberUK/insp20+permwarn
2017-05-17 Attila MolnarMerge pull request #1269 from Adam-/insp20+saslhost
2017-05-17 Attila MolnarMerge pull request #1230 from SaberUK/insp20+ipcache
2017-05-17 Attila MolnarMerge pull request #1318 from SaberUK/insp20+dumpver
2017-05-16 Peter PowellFix ModuleManager not being able to find make::configure.
2017-05-11 Adamm_sakick: remove unused "Unable to kick" notice
2017-05-09 Adamwin: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to...
2017-04-28 AdamMerge pull request #1324 from SaberUK/insp20+cgiirc
2017-04-27 Peter PowellPenalise clients that use WEBIRC incorrectly.
2017-04-27 Peter PowellFix WEBIRC not rejecting invalid IP addresses.
2017-04-24 Peter PowellWarn when a user configures a permanent channel without +P.
2017-04-14 Peter PowellFix compiler version parsing on GCC 7.
2017-04-11 AdamMerge pull request #1316 from SaberUK/master+sslmodes
2017-04-11 AdamMerge pull request #1315 from SaberUK/insp20+securelist
2017-04-11 Peter PowellClarify that m_sslmodes depends on m_sslinfo.
2017-04-07 Peter PowellUpdate securelist exception list.
2017-03-20 Adammodules.conf.example: document useusername in ldapauth
2017-03-20 Adamm_ldapauth: fix providing username in PASS
2017-03-20 AdamMerge pull request #1308 from SaberUK/insp20+warnings
2017-03-20 Adamcmd_who: don't show +p channels or channels hidden...
2017-03-20 Peter PowellFix some compiler warnings.
2017-03-05 Attila MolnarMerge pull request #1266 from Adam-/insp20+cloakip
2017-03-05 Attila MolnarMerge pull request #1280 from Adam-/insp20+dnsblcheck
2017-02-26 Adamm_sasl: use host/ip from m_cgiirc if applicable
2017-01-12 Adamm_dnsbl: check returned results are in 127.0.0.0/8
2016-12-29 Attila MolnarMerge pull request #1275 from SaberUK/insp20+clock...
2016-12-26 Peter PowellUse clock_gettime() on macOS 10.12.
2016-12-20 Adamm_sasl: send host/ip info
2016-12-10 Sheogorathfix channel rank issue
2016-12-07 Attila MolnarMerge pull request #1254 from genius3000/insp20+fixPIst...
2016-12-07 genius3000Fix SpanningTreeProtocolInterface::SendChannelPrivmsg...
2016-12-05 Attila MolnarFix users receiving a QUIT with themselves as source...
2016-12-05 Attila MolnarMerge pull request #1262 from SaberUK/insp20+fix-travis
2016-12-05 Attila MolnarMerge pull request #1253 from SaberUK/insp20+bigger...
2016-12-02 Peter PowellFix pure static builds.
2016-12-02 Peter PowellBackport the master Travis changes to insp20.
2016-11-22 Attila MolnarMerge pull request #1257 from Adam-/insp20+musl
2016-11-22 Adamsocketengine_epoll: use getrlimit not ulimit
2016-11-16 Peter PowellAdd a bigger warning about deprecated things being...
2016-11-13 Adamm_cloaking: fix host/ip comparisons #1249
2016-11-08 Attila MolnarMerge pull request #1245 from SaberUK/insp20+perl
2016-11-08 Peter PowellWorkaround modern Perls not adding . to @INC.
2016-10-10 Attila MolnarMerge pull request #1233 from Natolumin/sanitize-gecos
2016-10-09 Anatole Denism_httpd_stats: Also sanitize other server gecos
2016-09-25 Peter PowellInvalidate the caches properly when User::SetClientIP...
2016-09-12 Attila MolnarMerge pull request #1210 from Adam-/insp20+saslnick
2016-09-06 Adamm_sasl: really abort sasl session on register
2016-09-03 AdamRelease v2.0.23 v2.0.23
2016-09-03 Adamm_sasl: don't allow AUTHENTICATE with mechanisms with...
2016-09-02 Attila Molnarm_jumpserver Prevent OnUserRegister from running in...
2016-08-17 Attila Molnarm_sqlite3 Fix possible memory leak when opening a datab...
2016-08-13 Attila MolnarRelease v2.0.22
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-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-08-01 Attila MolnarMerge pull request #1191 from SaberUK/insp20+travis
2016-07-28 Peter PowellForce link sqlite3 on OS X when doing Travis builds.
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 Peter PowellGCC should never assume that this can not be null.
2016-06-21 Attila Molnarm_ssl_gnutls, m_ssl_openssl After a read schedule anoth...
2016-06-17 Attila MolnarDon't exit on rehash if the pid file cannot be written
2016-06-13 Attila MolnarStop processing the new connection in UserManager:...
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-30 Attila MolnarMerge pull request #1179 from SaberUK/insp20+fix-buildp...
2016-05-30 Peter PowellFix 005 not showing some modes with the same rank as...
2016-05-03 Peter PowellFix a minor warning in m_hideoper on some systems.
2016-04-22 Attila MolnarMerge pull request #1170 from SaberUK/insp20+travis
2016-04-10 Peter PowellAdd configuration for building with Travis-CI.
2016-04-10 Attila MolnarMerge pull request #1169 from SaberUK/insp20+fix-makefile
2016-04-10 Peter PowellFix extraneous quotes in makefile template.
2016-03-29 Attila MolnarMerge pull request #1162 from SaberUK/insp20+fix-deinstall
2016-03-25 Peter PowellDelete modules cautiously when doing a deinstall.
2016-03-25 Peter PowellPartially revert "Quote paths in the makefile".
2016-03-22 Attila MolnarMerge pull request #1157 from SaberUK/insp20+fix-cron...
2016-03-21 Peter PowellFix 'cron' and 'restart' in the helper not forwarding...
2016-02-29 Attila MolnarRemove embarrassing negative comments about some client...
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-29 Attila MolnarMerge pull request #1146 from SaberUK/insp20+quote
2016-02-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-28 Guillaume DelacourMinor spelling errors in m_spanningtree.so
2016-02-26 Peter PowellFix GCC 6 warning about null checking this.
2016-02-26 Peter PowellQuote paths in the makefile.
2016-02-25 AdamDon't show snotices for kills from ulined clients
2016-02-25 Attila MolnarMerge pull request #1136 from Adam-/insp20+dccallow
2016-02-18 AdamFix dccallow to work with files with spaces in their...
2016-02-13 Attila MolnarRelease v2.0.21
2016-02-13 Attila Molnarm_namedmodes Only show chan key to members and opers...
next