]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd m_ircv3_invitenotify which implements the IRCv3...
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
2015-12-06 Attila Molnarcmd_invite Fire the OnUserInvite event before announcin...
2015-12-06 Attila Molnarcmd_invite Extend scope of the prefix character variable
2015-12-06 Attila MolnarAdd m_ircv3_echomessage which implements the IRCv3...
2015-12-06 Attila MolnarRemove <options:ircumsgprefix> entirely
2015-12-06 Attila MolnarMerge branch 'master+cap'
2015-12-05 Attila MolnarAdd m_ircv3_chghost which implements the IRCv3.2 chghos...
2015-12-05 Attila Molnarm_ircv3 Make WriteNeighborsWithCap() available for...
2015-12-05 Attila Molnarm_cap Make Capability objects compatible with dynamic_r...
2015-12-05 Attila MolnarAdd m_ircv3_capnotify which implements the IRCv3.2...
2015-12-05 Attila Molnarm_cap Save and restore the cap state of a module when...
2015-12-05 Attila Molnarm_cap Specialize extension item
2015-12-05 Attila Molnarm_sasl Advertise SASL mechanism list to supporting...
2015-12-05 Attila Molnarm_cap Provide the OnCapValueChange event and add Cap...
2015-12-05 Attila Molnarm_cap Provide the OnCapAddDel() event
2015-12-05 Attila Molnarm_cap Add Capability::GetCapValue(), list capabilities...
2015-12-05 Attila Molnarm_cap Reject CAP CLEAR from clients newer than 3.1
2015-12-05 Attila Molnarm_cap Learn the supported capability negotiation protoc...
2015-12-05 Attila Molnarm_cap Add Capability::OnList() hook
2015-12-05 Attila Molnarm_sasl Create SASLCap which subclasses Cap::Capability...
2015-12-05 Attila Molnarm_cap Add Capability::OnRequest() hook
2015-12-05 Attila MolnarAdd rewritten m_cap module
2015-12-05 Attila Molnarm_sasl Enforce usage of uuids in server-to-server SASL...
2015-12-05 Attila MolnarNuke m_cap
2015-12-05 Attila Molnarm_ircv3 Change signature of WriteNeighboursWithExt...
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
2015-12-01 Attila MolnarMerge branch 'master+whowas-purge-empty'
2015-11-26 Attila Molnarcore_reloadmodule Allow modules to handle reload failur...
2015-11-26 Attila Molnarcore_reloadmodule Allow modules to save and restore...
2015-11-26 Attila Molnarcore_reloadmodule Save and restore module state (modes...
2015-11-26 Attila MolnarAdd LocalIntExt and LocalStringExt::unserialize() for...
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-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 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-14 Attila MolnarMerge pull request #1093 from SaberUK/master+tsc
2015-10-14 Peter PowellUpdate another password check to use InspIRCd::TimingSa...
2015-10-11 Attila MolnarMerge pull request #1098 from SaberUK/master+appleclang
2015-09-23 Peter PowellFix detection of the Apple variant of Clang.
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-22 Attila Molnarm_ssl_gnutls, m_ssl_openssl Log library version informa...
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()
next