]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-11-03 Attila MolnarMerge pull request #1104 from SaberUK/insp20+secure...
2015-11-03 Attila MolnarAdd UserManager::NextAlreadySentId() and convert all...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila Molnarcore_channel Implement invite (un)serialization
2015-11-02 Attila MolnarRewrite invite system
2015-11-02 Attila MolnarMove ServerConfig::InvBypassModes into core_channel
2015-11-02 Attila MolnarMove handling of <options:invitebypassmodes> into core_...
2015-10-24 Peter PowellGenerate a 2048-bit dhparams unless explicitly specified.
2015-10-14 Attila MolnarMerge pull request #1093 from SaberUK/master+tsc
2015-10-14 Peter PowellUpdate another password check to use InspIRCd::TimingSa...
2015-10-12 Attila MolnarFix a few documentation problems
2015-10-11 Attila MolnarRevert "Fix sending the wrong numerics on join when...
2015-10-11 Attila MolnarMerge pull request #1098 from SaberUK/master+appleclang
2015-09-28 Attila MolnarFix incorrect std::string::operator[] usage
2015-09-23 Peter PowellFix detection of the Apple variant of Clang.
2015-09-06 AdamMerge pull request #1050 from Aviator45003/insp20
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-09-06 AdamMerge pull request #1092 from SaberUK/insp20+fix-topic
2015-08-26 Peter PowellFix sending the wrong numerics on join when a topic...
2015-08-10 Attila MolnarMerge pull request #1089 from SaberUK/insp20+fix-msvc
2015-08-10 Attila MolnarMerge pull request #1084 from SaberUK/insp20+fix-parall...
2015-08-09 Peter PowellFix compilation with Microsoft Visual C++ 14.
2015-07-29 Peter PowellFix "make -jX debug install" causing linker errors.
2015-07-22 Attila MolnarMerge pull request #1076 from SaberUK/insp20+kqueue
2015-07-22 Attila MolnarMerge pull request #1080 from bradfirj/fix-tmpnam-insp20
2015-07-22 Richard BradfieldReplace deprecated tmpnam() call
2015-07-21 Peter PowellAdd missing copyright headers to test files.
2015-07-21 Peter PowellSwitch <stdint.h> test to use a test file too.
2015-07-21 Peter PowellSwitch strlcpy test to use a test file too.
2015-07-21 Peter PowellFix checking whether kqueue is available.
2015-07-07 Attila Molnarm_ssl_openssl Implement custom BIO methods that call...
2015-07-07 Attila Molnarm_ssl_openssl Remove NULL check of the session in OpenS...
2015-07-06 Attila Molnarm_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available
2015-07-06 Attila Molnarm_ssl_openssl Enable ECDH when acting as a server on...
2015-07-06 Attila Molnarm_ssl_openssl Unconditionally compile code for detectin...
2015-07-06 AdamFail invalid dns responses instead of drop
2015-07-02 Attila MolnarMerge pull request #1069 from del6597/patch-1
2015-07-01 David Lamontm_blockcaps Reword error message to indicate 'greater...
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-25 Attila MolnarMerge pull request #1063 from SaberUK/insp20+cert-warning
2015-06-25 Attila MolnarMerge pull request #1066 from SaberUK/insp20+plist
2015-06-24 Peter PowellLog STDOUT and STDERR in the launchd script.
2015-06-22 Attila Molnarm_ssl_gnutls, m_ssl_openssl Log library version informa...
2015-06-15 Peter PowellShow a better warning when certtool/openssl are missing.
2015-06-15 Attila MolnarMerge pull request #1058 from SaberUK/insp20+nationalchars
2015-06-15 Attila MolnarMerge pull request #1061 from SaberUK/insp20+fix-fbsd
2015-06-15 Attila MolnarMerge pull request #1060 from SaberUK/insp20+install
2015-06-14 Peter PowellFix mistakenly using Clang instead of GCC on older...
2015-06-14 Peter PowellFix system-wide installation of the data and log direct...
2015-06-14 Peter PowellFix various issues with the nationalchars module.
2015-06-13 James Lum_repeat: fix typo (similiar->similar)
2015-06-08 Attila MolnarMerge branch 'master+sendq'
2015-06-06 Attila MolnarClean up indent in StreamSocket::DoWrite()
2015-06-06 Attila Molnarm_ssl_gnutls Implement corking on GnuTLS 3.1.9 and...
2015-06-06 Attila MolnarCall OnStreamSocketWrite() once per write event
2015-06-06 Attila MolnarAdd max outgoing record size option to sslprofile config
2015-06-06 Attila MolnarConvert all code to use StreamSocket::SendQueue
2015-06-06 Attila MolnarAdd class StreamSocket::SendQueue
2015-06-03 Attila MolnarExpand module names in ServerConfig::ApplyModules()
2015-06-03 Attila MolnarMerge pull request #1044 from SaberUK/master+multichar...
2015-06-03 Peter PowellAdd support for channel alias prefixes with multiple...
2015-06-03 Attila Molnarm_silence Change silencelist type to vector
2015-06-03 Attila Molnarm_silence Remove unused parameters from OnBuildExemptLi...
2015-06-03 Attila Molnarm_callerid Prioritize after other mods for the OnUserPr...
2015-06-03 Attila MolnarMerge pull request #1054 from SaberUK/master+fix-linkin...
2015-06-03 Peter PowellFix modules with 2+ files not having their LinkerFlags...
2015-06-02 Attila MolnarFix incomplete conversion to the new whois system notic...
2015-05-23 Attila Molnarm_spanningtree Log nick collisions more verbosely and...
2015-05-22 Attila MolnarRemove dead code from UserManager::AddUser()
2015-05-22 Attila MolnarFix some oversights
2015-05-20 Attila MolnarUpdate example configuration to say the new style modul...
2015-05-20 Attila MolnarAllow modules to be called as "foo" instead of "m_foo.so"
2015-05-19 Attila Molnarm_spanningtree Fix harmless valgrind warning about...
2015-05-19 Attila MolnarIncrease entries in valgrind stack traces to 30 (-...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-18 AdamNew m_ldap from Anope
2015-05-17 The AviatorFixed a build warning
2015-05-17 Attila MolnarMove InspIRCd::SendError() to cmd_die
2015-05-17 Attila MolnarMove code that quits all users from InspIRCd::Cleanup...
2015-05-17 Attila MolnarFix incorrect iterator use leading to prematurely exiti...
2015-05-17 Attila MolnarMerge pull request #1048 from SaberUK/master+ipv6-stats
2015-05-17 Peter PowellEncase the IPv6 address in `STATS p` with square brackets.
2015-05-16 Attila Molnarcmd_names Do the HasPrivPermission() check only in...
2015-05-16 Attila MolnarMove Channel::UserList() from core to cmd_names
2015-05-16 Attila MolnarMove topic and NAMES sending on join from core into...
2015-05-16 Attila Molnarcmd_topic Extract code sending RPL_TOPIC and RPL_TOPICT...
2015-05-13 Attila MolnarMerge pull request #1024 from SaberUK/master+make-perl...
2015-05-13 Peter PowellRemove run-cc.pl and all associated code.
2015-05-13 Peter Powellunit-cc: Remove workaround which existed for 2.0.x...
2015-05-13 Peter Powellunit-cc: Use the same preamble as other Perl tools.
2015-05-13 Peter Powellcalcdep: Unify coremod and module building code.
2015-05-13 Peter Powellcalcdep: Clean up some unused/duplicate variables.
2015-05-13 Peter Powellcalcdep: Use the same preamble as other Perl tools.
2015-05-13 Peter Powellcalcdep: Remove a workaround for a very old version...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarcore_dns Set the TTL of the cache entry to the lowest...
2015-05-12 Attila Molnarcore_dns Only clear the slot of the request if the...
2015-05-12 Attila Molnarcore_dns Add DNS timeout timer in Process() not in...
2015-05-12 Attila Molnarcore_dns Make MAX_REQUEST_ID unsigned, move it to core_...
2015-05-12 Attila Molnarm_spanningtree Use uint64_t for the burst start time...
next