]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-05-10 Attila MolnarMerge insp20
2015-05-10 Attila MolnarRelease v2.0.20
2015-05-10 Attila MolnarMerge pull request #1039 from SaberUK/insp20+fix-restri...
2015-05-10 Peter PowellFix not being able to message ulines when m_restrictmsg...
2015-05-09 Attila Molnarm_ssl_gnutls Hold users in pre-registration state until...
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-05-04 Attila Molnarcore_whois Fix numeric 319 not obeying MaxLine
2015-05-01 Attila Molnarcore_hostname_lookup Don't adjust DnsBad stats
2015-05-01 Attila Molnarm_httpd Fix iteration in OnUnloadModule()
2015-04-28 Attila Molnarcore_whois Simplify CommandWhois::SplitChanList()
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-28 Attila MolnarPrepend target user nick to whois numerics in InspIRCd...
2015-04-28 Attila Molnarm_servprotect Remove pointless compare of src and dst...
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-27 Attila Molnarcore_dns Drop incoming packets containing a different...
2015-04-27 Attila Molnarcore_dns Update DNS::Request::name to be the same as...
2015-04-21 Attila Molnarcore_dns Remove incomplete support for multiple questio...
2015-04-21 Attila Molnarcore_dns Reject incoming packets with qdcount != 1
2015-04-21 Attila Molnarcore_dns Don't store query class code in Question
2015-04-21 Attila Molnarcore_dns Remove ability to pack answers
2015-04-21 Attila Molnarcore_dns Add typedef for request id, change it to uint16_t
2015-04-21 Attila Molnarcore_dns Allow usage of id 65535
2015-04-21 Attila Molnarcore_dns Allow usage of id 0
2015-04-21 Adamcore_dns Move packet source address checking before...
2015-04-20 Attila MolnarMerge insp20
2015-04-16 Attila MolnarRelease v2.0.19
2015-04-16 Attila Molnarm_sasl Update description, SASL is no longer exclusive...
2015-04-16 Attila Molnarm_dccallow Validate tokens before use
2015-04-16 Attila Molnarcmd_userhost Fix +H hidden opers being shown as opers
2015-04-16 Attila MolnarRevert c8b344ea748d62d9f37cacd4dd785f15b186725c to...
2015-04-16 Attila MolnarMerge branch 'insp20+timedbans' into insp20
2015-04-16 Attila Molnarm_sasl Add missing validation for server-to-server...
2015-04-16 Attila MolnarReject replies to DNS PTR requests that contain invalid...
2015-04-15 Attila MolnarRemove exception handling from StreamSocket methods...
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-15 Attila MolnarMerge pull request #1028 from Adam-/master+ipv6dnsbl
2015-04-13 Attila Molnarm_timedbans Notice user when trying to set a ban that...
2015-04-13 Attila Molnarm_timedbans Extract IsBanSet() to a function
2015-04-13 Attila Molnarm_timedbans On channel destruction remove all timed...
2015-04-13 Attila Molnarm_timedbans Store Channel pointer in struct TimedBan
2015-04-12 Attila MolnarChange StreamSocket::DoRead() and DoWrite() to be non...
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-04-07 AdamAdd ipv6 dnsbl support
2015-03-26 Attila MolnarMerge pull request #1021 from SaberUK/master+perl510
2015-03-25 Peter PowellConvert the build system to Perl 5.10.
2015-03-22 Attila MolnarMerge pull request #1005 from SaberUK/master+minor...
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-03-22 Attila MolnarMerge pull request #1016 from Renegade334/insp20+docs...
2015-03-22 Attila MolnarMerge pull request #1009 from SaberUK/insp20+fix-dirty-env
2015-03-21 AdamRebuild clone counts on rehash
2015-03-17 Renegade334Remove non-existant extban M: from docs
2015-03-09 Peter PowellFix building when VERBOSE is already set in the environ...
2015-03-08 Peter PowellFix dodgy indentation in configure.
2015-03-06 Attila Molnarm_ssl_gnutls Set a vector push function on GnuTLS 2...
2015-03-06 Attila MolnarMerge branch 'master+writev'
2015-03-06 Attila MolnarMerge branch 'master+sslcleanup'
2015-03-06 Peter PowellChange server name in `./configure --help` to use the...
2015-03-06 Peter PowellFix building modules that use cap.h with a C++11 compiler.
2015-03-06 Peter PowellAdd development version checks to non-interactive mode.
2015-03-06 Peter PowellCreate installation directories with make install not...
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 Peter PowellFix various Doxygen warnings.
2015-02-27 Peter PowellUpgrade Doxyfile from 1.8.3.1 to 1.8.9.1.
2015-02-27 Attila MolnarFix miscalculation of maxlen in Channel::UserList(...
2015-02-27 Attila MolnarFix oversights in substr() conversion
2015-02-26 Peter PowellFix various Clang warnings.
2015-02-24 Attila MolnarMerge pull request #1002 from SaberUK/insp20+fix-cgiirc...
2015-02-23 Peter PowellFix a minor crash when a user has no class after OnChec...
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.
next