| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | m_ssl_gnutls Add GnuTLS::Priority::GetDefault() | 2015-11-11 | 1 | -2/+12 | ||
| * | | | m_ssl_gnutls Remove DH parameter generation•••Generating DH params like this blocked the main thread, significantly slowing down startup and it made /rehash ssl freeze the server until the generation finished. External tools such as our genssl should be used to generate DH params. | 2015-11-10 | 1 | -17/+1 | ||
| * | | | m_ssl_openssl Disable compression and SSL v3 by default | 2015-11-10 | 1 | -2/+2 | ||
| * | | | m_ssl_openssl Add workaround for a memory leak in OpenSSL | 2015-11-10 | 1 | -1/+9 | ||
| * | | | Add UserManager::NextAlreadySentId() and convert all code to use it | 2015-11-03 | 1 | -2/+2 | ||
| * | | | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one | 2015-11-02 | 3 | -6/+10 | ||
| * | | | m_ssl_openssl Implement custom BIO methods that call SocketEngine methods | 2015-07-07 | 1 | -3/+86 | ||
| * | | | m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructor | 2015-07-07 | 1 | -2/+0 | ||
| * | | | m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available | 2015-07-06 | 1 | -1/+6 | ||
| * | | | m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and later | 2015-07-06 | 1 | -0/+5 | ||
| * | | | m_ssl_openssl Unconditionally compile code for detecting renegotiation and di... | 2015-07-06 | 1 | -9/+1 | ||
| * | | | m_blockcaps Reword error message to indicate 'greater than or equal to' logic... | 2015-07-01 | 1 | -1/+1 | ||
| * | | | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo•••m_repeat: fix typo (similiar->similar) | 2015-06-26 | 1 | -2/+2 | ||
| |\ \ \ | ||||||
| | * | | | m_repeat: fix typo (similiar->similar)•••Also update docs/ accordingly | 2015-06-12 | 1 | -2/+2 | ||
| * | | | | m_ssl_gnutls, m_ssl_openssl Log library version information on load | 2015-06-22 | 2 | -0/+4 | ||
| * | | | | m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies... | 2015-06-06 | 1 | -18/+89 | ||
| * | | | | Call OnStreamSocketWrite() once per write event•••Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core | 2015-06-06 | 2 | -5/+15 | ||
| * | | | | Add max outgoing record size option to sslprofile config | 2015-06-06 | 2 | -2/+16 | ||
| * | | | | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time | 2015-06-06 | 2 | -6/+10 | ||
| * | | | | Add support for channel alias prefixes with multiple characters. | 2015-06-03 | 1 | -9/+9 | ||
| * | | | | m_silence Change silencelist type to vector | 2015-06-03 | 1 | -3/+3 | ||
| * | | | | m_silence Remove unused parameters from OnBuildExemptList and rename it | 2015-06-03 | 1 | -2/+2 | ||
| * | | | | m_callerid Prioritize after other mods for the OnUserPreMessage hook•••Issue #1051 | 2015-06-03 | 1 | -0/+6 | ||
| * | | | | Fix incomplete conversion to the new whois system noticed by @SaberUK | 2015-06-02 | 4 | -17/+23 | ||
| * | | | | m_spanningtree Log nick collisions more verbosely and in all cases | 2015-05-23 | 4 | -6/+8 | ||
| * | | | | m_spanningtree Fix harmless valgrind warning about uninit var usage on unload | 2015-05-19 | 1 | -0/+1 | ||
| * | | | | New m_ldap from Anope•••Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined. | 2015-05-18 | 1 | -302/+343 | ||
| * | | | | Fix incorrect iterator use leading to prematurely exiting loops when quitting... | 2015-05-17 | 3 | -3/+9 | ||
| |/ / / | ||||||
| * | | | m_spanningtree Use uint64_t for the burst start time to avoid overflows | 2015-05-13 | 4 | -8/+8 | ||
| * | | | m_spanningtree Clean up comments | 2015-05-13 | 14 | -67/+43 | ||
| * | | | Merge insp20 | 2015-05-10 | 3 | -1/+29 | ||
| |\| | | ||||||
| | * | | Merge pull request #1039 from SaberUK/insp20+fix-restrictmsg-uline•••[2.0] Fix not being able to message ulines when m_restrictmsg is loaded. | 2015-05-10 | 1 | -2/+10 | ||
| | |\ \ | ||||||
| | | * | | Fix not being able to message ulines when m_restrictmsg is loaded. | 2015-05-10 | 1 | -2/+10 | ||
| | * | | | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp... | 2015-05-10 | 1 | -1/+8 | ||
| | |/ / | ||||||
| * | | | Merge branch 'master+whoiscontext' | 2015-05-04 | 8 | -43/+56 | ||
| |\ \ \ | ||||||
| | * | | | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine() | 2015-04-28 | 8 | -41/+55 | ||
| | * | | | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | 2015-04-28 | 7 | -10/+9 | ||
| | * | | | m_servprotect Remove pointless compare of src and dst from OnWhoisLine handler | 2015-04-28 | 1 | -1/+1 | ||
| * | | | | m_httpd Fix iteration in OnUnloadModule() | 2015-05-01 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Merge insp20 | 2015-04-20 | 12 | -10/+104 | ||
| |\| | | ||||||
| | * | | m_sasl Update description, SASL is no longer exclusive to Atheme | 2015-04-16 | 1 | -1/+1 | ||
| | * | | m_dccallow Validate tokens before use | 2015-04-16 | 1 | -0/+6 | ||
| | * | | Merge branch 'insp20+timedbans' into insp20 | 2015-04-16 | 1 | -6/+45 | ||
| | |\ \ | ||||||
| | | * | | m_timedbans Notice user when trying to set a ban that's already set | 2015-04-13 | 1 | -0/+7 | ||
| | | * | | m_timedbans Extract IsBanSet() to a function | 2015-04-13 | 1 | -5/+13 | ||
| | | * | | m_timedbans On channel destruction remove all timed bans belonging to the cha... | 2015-04-13 | 1 | -1/+23 | ||
| | | * | | m_timedbans Store Channel pointer in struct TimedBan | 2015-04-13 | 1 | -0/+2 | ||
| | * | | | m_sasl Add missing validation for server-to-server SASL message | 2015-04-16 | 1 | -0/+3 | ||
| | |/ / | ||||||
| | * | | Fix various Clang warnings.•••- warning: 'register' storage class specifier is deprecated. | 2015-02-26 | 1 | -1/+1 | ||
| | * | | m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st... | 2015-02-04 | 1 | -1/+1 | ||
