| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Update another password check to use InspIRCd::TimingSafeCompare. | 2015-10-14 | 1 | -1/+1 | ||
| * | | | | | 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 | ||
| * | | | | Fail invalid dns responses instead of drop | 2015-07-06 | 1 | -3/+12 | ||
| * | | | | 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 | ||
| * | | | | | Clean up indent in StreamSocket::DoWrite() | 2015-06-06 | 1 | -22/+6 | ||
| * | | | | | 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 | 3 | -26/+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 | 3 | -25/+22 | ||
| * | | | | | Expand module names in ServerConfig::ApplyModules() | 2015-06-04 | 1 | -0/+1 | ||
| * | | | | | 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 | ||
| * | | | | | Remove dead code from UserManager::AddUser() | 2015-05-22 | 1 | -11/+1 | ||
| * | | | | | Fix some oversights | 2015-05-22 | 2 | -2/+4 | ||
| * | | | | | Allow modules to be called as "foo" instead of "m_foo.so" | 2015-05-20 | 3 | -5/+17 | ||
| * | | | | | m_spanningtree Fix harmless valgrind warning about uninit var usage on unload | 2015-05-19 | 1 | -0/+1 | ||
| * | | | | | Merge branch 'master+movenames' | 2015-05-19 | 5 | -78/+106 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | cmd_names Do the HasPrivPermission() check only in the NAMES handler | 2015-05-16 | 2 | -9/+8 | ||
| | * | | | | | Move Channel::UserList() from core to cmd_names | 2015-05-16 | 4 | -65/+77 | ||
| | * | | | | | Move topic and NAMES sending on join from core into core_channel | 2015-05-16 | 2 | -10/+17 | ||
| | * | | | | | cmd_topic Extract code sending RPL_TOPIC and RPL_TOPICTIME into a function | 2015-05-16 | 2 | -2/+12 | ||
| | |/ / / / | ||||||
| * | | | | | 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 | ||
| * | | | | | Move InspIRCd::SendError() to cmd_die•••Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message | 2015-05-17 | 5 | -22/+26 | ||
| * | | | | | Move code that quits all users from InspIRCd::Cleanup() to cmd_die | 2015-05-17 | 2 | -5/+9 | ||
| * | | | | | Fix incorrect iterator use leading to prematurely exiting loops when quitting... | 2015-05-17 | 4 | -5/+11 | ||
| * | | | | | Encase the IPv6 address in `STATS p` with square brackets.•••This is a widely used format as without it the port is ambigious. | 2015-05-17 | 1 | -0/+5 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1041 from SaberUK/master+ipv6-nameserver•••Fix IPv6 nameservers not being detected by the resolv.conf parser. | 2015-05-13 | 1 | -1/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | Fix IPv6 nameservers not being detected by the resolv.conf parser.•••This fixes #973. Forward port of #974. | 2015-05-10 | 1 | -1/+1 | ||
| * | | | | | core_dns Set the TTL of the cache entry to the lowest TTL in a set of Resourc... | 2015-05-13 | 1 | -1/+12 | ||
| * | | | | | core_dns Only clear the slot of the request if the object in the slot matches... | 2015-05-13 | 1 | -1/+2 | ||
| * | | | | | core_dns Add DNS timeout timer in Process() not in DNS::Request constructor | 2015-05-13 | 1 | -0/+3 | ||
| * | | | | | core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header | 2015-05-13 | 1 | -0/+7 | ||
| * | | | | | 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 | ||
| * | | | | | Remove support for non-unloadable (VF_STATIC) modules•••No module we ship uses this flag and new modules should not use it either to make hotfixing possible | 2015-05-12 | 2 | -8/+2 | ||
| * | | | | | cmd_modules Don't show the memory addresses of Module objects to opers | 2015-05-12 | 1 | -4/+4 | ||
| * | | | | | Merge insp20 | 2015-05-10 | 3 | -1/+29 | ||
| |\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| | * | | | Release v2.0.20 v2.0.20 | 2015-05-10 | 1 | -1/+1 | ||
| | * | | | 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 | ||
| | |\ \ \ | ||||||
