]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-11-26 Attila MolnarFix FORMAT_INTERNAL handling in LocalIntExt::serialize...
2015-11-26 Attila MolnarAdd ExtensionManager::GetExts()
2015-11-26 Attila MolnarAdd typedef ExtensionManager::ExtMap
2015-11-26 Attila Molnarm_services_account Handle FORMAT_INTERNAL when unserial...
2015-11-26 Attila MolnarHandle module reloading in core_reloadmodule entirely
2015-11-23 Attila MolnarAdd SERVICE_CUSTOM for services managed by a module
2015-11-23 Attila MolnarImplement ExtensionItem::RegisterService()
2015-11-23 Attila MolnarImplement ModeHandler::RegisterService()
2015-11-23 Attila MolnarImplement Command::RegisterService()
2015-11-23 Attila MolnarAdd ServiceProvider::RegisterService(), call it from...
2015-11-23 Attila MolnarExtract code that manipulates the ModuleManager::DataPr...
2015-11-23 Attila Molnarcore_whowas Purge nicks as soon as they no longer have...
2015-11-23 Attila Molnarcore_whowas Add WhoWas::Manager::PurgeNick()
2015-11-23 Attila Molnarcore_whowas Remove dead code
2015-11-23 Attila Molnarm_operprefix Unset mode on unload
2015-11-16 Attila MolnarRefuse to link modules to the core binary in dynamic...
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-15 Attila MolnarMerge pull request #1103 from rburchell/master-fix...
2015-11-12 Attila MolnarMerge branch 'master+gnutlsprio'
2015-11-12 Peter PowellRemove the PKG_CONFIG_PATH extension code from the...
2015-11-11 Attila Molnarm_ssl_gnutls Disable SSL v3 and when acting as a server...
2015-11-11 Attila Molnarm_ssl_gnutls Strip unrecognized tokens from the priorit...
2015-11-11 Attila Molnarm_ssl_gnutls Add GnuTLS::Priority::GetDefault()
2015-11-10 Attila Molnarm_ssl_gnutls Remove DH parameter generation
2015-11-10 Attila Molnarm_ssl_openssl Disable compression and SSL v3 by default
2015-11-10 Attila Molnarm_ssl_openssl Add workaround for a memory leak in OpenSSL
2015-11-10 Attila MolnarMerge branch 'master+alreadysent'
2015-11-09 Robin Burchellinspircd: Don't list individual authors on startup.
2015-11-09 Robin Burchellinfo: Move ChrisTX and Shawn to former contributors...
2015-11-09 Robin Burchellinfo: Update my copyright since I've touched this rathe...
2015-11-09 Robin Burchellinfo: Move SaberUK to Core Developers.
2015-11-09 Robin Burchellinfo: Reflect reality, and move everyone who hasn't...
2015-11-09 Robin Burchellinfo: Merge "Regular Contributors" and "Other Contribut...
2015-11-09 Robin Burchellinfo: Remove searchirc.com (now defunct), change irc...
2015-11-09 Robin Burchellinfo: Move the early three of us to a "founding develop...
2015-11-09 Robin Burchellinfo: Move jackmcbarn from developers back to contributors.
2015-11-03 Attila MolnarRemove UserManager::GarbageCollect()
2015-11-03 Attila MolnarMove already sent id rollover handling and static Local...
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
next