]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-03-06 Attila MolnarMerge branch 'master+writev'
2015-03-06 Attila MolnarMerge branch 'master+sslcleanup'
2015-03-05 Attila Molnarm_ssl_openssl Remove OpenSSLIOHook::outbound and is_out...
2015-03-05 Attila Molnarm_ssl_openssl Specify TLS client/server role on session...
2015-03-05 Attila Molnarm_ssl_gnutls Pass client/server role to GnuTLSIOHook...
2015-03-05 Attila Molnarm_ssl_gnutls Add typedef for second parameter of gnutls...
2015-03-05 Attila Molnarm_ssl_gnutls Move GnuTLSIOHook::InitSession() code...
2015-03-05 Attila Molnarm_ssl_gnutls, m_ssl_openssl Deduplicate Handshake(...
2015-03-05 Attila Molnarm_ssl_gnutls, m_ssl_openssl Simplify status handling...
2015-03-05 Attila Molnarm_ssl_gnutls, m_ssl_openssl Simplify Handshake() result...
2015-03-05 Attila Molnarm_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with...
2015-03-04 Attila MolnarUse the native IOVector type in StreamSocket::DoWrite()
2015-03-04 Attila MolnarRemove DISABLE_WRITEV and StreamSocket code for platfor...
2015-03-04 Attila MolnarAdd SocketEngine::WriteV()
2015-03-04 Attila MolnarAdd writev() wrapper for Windows
2015-03-01 Attila MolnarMerge branch 'master+gnutls-packet-read'
2015-02-28 Attila Molnarm_ssl_gnutls Implement faster reads on GnuTLS 3.3.5...
2015-02-28 Attila Molnarm_ssl_gnutls Move logic that reads data from a session...
2015-02-28 Attila Molnarm_ssl_gnutls Add convenience macro for library version...
2015-02-27 Attila MolnarFix miscalculation of maxlen in Channel::UserList(...
2015-02-27 Attila MolnarFix oversights in substr() conversion
2015-02-22 Attila MolnarMerge pull request #916 from ShutterQuick/master+kickre...
2015-02-22 Daniel Vassdalcapab: m_kicknorejoin: Don't advertise upper bound...
2015-02-22 Daniel Vassdalm_kicknorejoin: Advertise upper bound. Closes #913
2015-02-22 Attila MolnarMerge pull request #998 from SaberUK/master+fix-clang...
2015-02-22 Attila MolnarMerge pull request #1000 from ShutterQuick/master+281
2015-02-22 Daniel Vassdalm_sqloper.cpp: Add support for the `active` column
2015-02-22 Daniel Vassdalm_sqloper.sqlite3.sql: Add `active` column
2015-02-22 Daniel Vassdalm_sqloper.postgresql.sql: Add `active` column
2015-02-22 Daniel Vassdalm_sqloper.mssql.sql: Add `active` column
2015-02-22 Daniel Vassdalm_sqloper.mysql.sql: Add `active` column
2015-02-21 Daniel Vassdalm_sqloper.mysql.sql: TYPE is deprecated as of MySQL 5.5
2015-02-20 Peter PowellFix oversight which caused problems with Clang on OSX.
2015-02-19 Attila MolnarChange all occurrences of Inspire to InspIRCd
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-18 Peter PowellRemove a workaround for a compiler which is no longer...
2015-02-18 Peter PowellAdd the <type_traits> header to the compiler test file.
2015-02-18 Peter PowellImprove compiler detection in configure.
2015-02-15 Attila MolnarEliminate constant return value of the all events versi...
2015-02-15 Attila MolnarConvert mods calling the old compat wrapper of ModuleMa...
2015-02-15 Attila MolnarRemove I_BEGIN from enum Implementation
2015-02-12 Attila Molnarm_spanningtree Pass Server* to the OnServerLink/OnServe...
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-12 Attila Molnarm_httpd_stats Remove days/hours/mins/secs from <uptime>
2015-02-12 Attila Molnarm_httpd_stats Fix pointer being shown instead of server...
2015-02-11 Attila Molnarm_httpd Remove now unused variable "claimed"
2015-02-11 Attila MolnarRemove class Event and the OnEvent hook
2015-02-11 Attila MolnarConvert the spanningtree events to use the new cross...
2015-02-11 Attila MolnarRemove unused parameters from HTTPRequest constructor
2015-02-11 Attila MolnarConvert the HTTPd request event to use the new cross...
2015-02-11 Attila MolnarConvert the HTTPd ACL event to use the new cross-module...
2015-02-11 Attila MolnarConvert the SASL fallback event to use the new cross...
2015-02-11 Attila MolnarConvert the CAP event to use the new cross-module event...
2015-02-11 Attila MolnarAllow enabling/disabling caps via GenericCap::SetActive()
2015-02-11 Attila MolnarConvert the account login event to use the new cross...
2015-02-11 Attila MolnarAdd new cross-module event system
2015-02-11 Attila MolnarAdd missing const operators to dynamic_reference[_nocheck]
2015-02-11 Attila MolnarAllow dynrefs to have an OnCapture() hook
2015-02-11 Attila MolnarEnsure all dynrefs with the same target resolve to...
2015-02-05 Attila MolnarMerge branch 'master+tlsversion'
2015-02-05 Attila MolnarMerge pull request #986 from StevenVanAcker/fix-initscript2
2015-02-05 Attila MolnarMerge pull request #984 from Renegade334/modules-exempt...
2015-02-05 Florian Pradenm_mysql Add charset config option
2015-02-05 Steven Van... Making init-script exit codes compliant with LSB 4.1
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-02-05 Renegade334modules/m_silence: Allow U-lined services to bypass...
2015-01-29 Peter PowellFix xline reasons being truncated in m_xline_db.
2015-01-27 Attila Molnarm_ssl_gnutls, m_ssl_openssl Prepend TLS protocol versio...
2015-01-27 Attila Molnarm_ssl_gnutls, m_ssl_openssl Extract code that builds...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-25 Attila MolnarMerge branch 'master+cmdcleanup'
2015-01-25 Attila Molnarm_spanningtree Rewrite PING logic to use Timers
2015-01-24 Attila MolnarRemove needless checks from User::WriteCommon()/WriteCo...
2015-01-24 Attila Molnarm_ircv3 Implement WriteNeighboursWithExt() using User...
2015-01-24 Attila MolnarImplement User::WriteCommonRaw() using ForEachNeighbor()
2015-01-24 Attila MolnarImplement User::WriteCommonQuit() using ForEachNeighbor...
2015-01-24 Attila MolnarAdd User::ForEachNeighbor()
2015-01-24 Attila MolnarMove implementation of Command and CommandBase function...
2015-01-24 Attila MolnarRemove unused CommandBase::DecodeParameter()
2015-01-24 Attila MolnarSwitch to unsigned ints in CommandBase constructor...
2015-01-24 Peter PowellUse ERR_YOUREBANNEDCREEP instead of NOTICE when a user...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-23 Attila Molnarm_kicknorejoin Store kicked users in a vector
2015-01-23 Attila Molnarm_kicknorejoin Move logic that tracks kicked users...
2015-01-22 Attila MolnarDisable RTTI in release builds (compile with -fno-rtti)
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-22 Attila MolnarDisable typeid() calls unless INSPIRCD_ENABLE_RTTI...
2015-01-20 Attila Molnarm_spanningtree Remove public TreeServer methods that...
2015-01-20 Attila Molnarm_spanningtree Get rid of some boilerplate
2015-01-18 Attila Molnarm_services_account Replace dynamic_cast with static_cas...
2015-01-18 Attila Molnarm_spanningtree Only unserialize() METADATA if the objec...
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2015-01-16 Attila MolnarVerify that the chan in chanlist is in fact the same...
2015-01-16 Attila MolnarGracefully handle multiple Channel::CheckDestroy()...
2015-01-14 Attila Molnarcmode_k Fix oversight in substr() conversion
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-11 Attila MolnarFix issues with some numerics introduced in the WriteNu...
2015-01-10 Attila MolnarStore iovec array on the stack instead of heap allocati...
2015-01-10 Attila MolnarRemove pointless fd == INT_MAX check from StreamSocket...
next