summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-10Merge pull request #1089 from SaberUK/insp20+fix-msvcAttila Molnar
2015-08-10Merge pull request #1084 from SaberUK/insp20+fix-parallel-debug-installAttila Molnar
2015-08-09Fix compilation with Microsoft Visual C++ 14.Peter Powell
2015-07-29Fix "make -jX debug install" causing linker errors.Peter Powell
2015-07-23Merge pull request #1076 from SaberUK/insp20+kqueueAttila Molnar
2015-07-23Merge pull request #1080 from bradfirj/fix-tmpnam-insp20Attila Molnar
2015-07-22Replace deprecated tmpnam() callRichard Bradfield
2015-07-21Add missing copyright headers to test files.Peter Powell
2015-07-21Switch <stdint.h> test to use a test file too.Peter Powell
2015-07-21Switch strlcpy test to use a test file too.Peter Powell
2015-07-21Fix checking whether kqueue is available.Peter Powell
2015-07-07m_ssl_openssl Implement custom BIO methods that call SocketEngine methodsAttila Molnar
2015-07-07m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructorAttila Molnar
2015-07-06m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if availableAttila Molnar
2015-07-06m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and laterAttila Molnar
2015-07-06m_ssl_openssl Unconditionally compile code for detecting renegotiation and di...Attila Molnar
2015-07-06Fail invalid dns responses instead of dropAdam
2015-07-02Merge pull request #1069 from del6597/patch-1Attila Molnar
2015-07-01m_blockcaps Reword error message to indicate 'greater than or equal to' logic...David Lamont
2015-06-26Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typoAttila Molnar
2015-06-26Merge pull request #1063 from SaberUK/insp20+cert-warningAttila Molnar
2015-06-25Merge pull request #1066 from SaberUK/insp20+plistAttila Molnar
2015-06-24Log STDOUT and STDERR in the launchd script.Peter Powell
2015-06-22m_ssl_gnutls, m_ssl_openssl Log library version information on loadAttila Molnar
2015-06-15Show a better warning when certtool/openssl are missing.Peter Powell
2015-06-15Merge pull request #1058 from SaberUK/insp20+nationalcharsAttila Molnar
2015-06-15Merge pull request #1061 from SaberUK/insp20+fix-fbsdAttila Molnar
2015-06-15Merge pull request #1060 from SaberUK/insp20+installAttila Molnar
2015-06-14Fix mistakenly using Clang instead of GCC on older FreeBSD versions.Peter Powell
2015-06-14Fix system-wide installation of the data and log directories.Peter Powell
2015-06-14Fix various issues with the nationalchars module.Peter Powell
2015-06-12m_repeat: fix typo (similiar->similar)James Lu
2015-06-08Merge branch 'master+sendq'Attila Molnar
2015-06-06Clean up indent in StreamSocket::DoWrite()Attila Molnar
2015-06-06m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies...Attila Molnar
2015-06-06Call OnStreamSocketWrite() once per write eventAttila Molnar
2015-06-06Add max outgoing record size option to sslprofile configAttila Molnar
2015-06-06Convert all code to use StreamSocket::SendQueueAttila Molnar
2015-06-06Add class StreamSocket::SendQueueAttila Molnar
2015-06-04Expand module names in ServerConfig::ApplyModules()Attila Molnar
2015-06-04Merge pull request #1044 from SaberUK/master+multichar-prefixAttila Molnar
2015-06-03Add support for channel alias prefixes with multiple characters.Peter Powell
2015-06-03m_silence Change silencelist type to vectorAttila Molnar
2015-06-03m_silence Remove unused parameters from OnBuildExemptList and rename itAttila Molnar
2015-06-03m_callerid Prioritize after other mods for the OnUserPreMessage hookAttila Molnar
2015-06-03Merge pull request #1054 from SaberUK/master+fix-linking-modulesAttila Molnar
2015-06-03Fix modules with 2+ files not having their LinkerFlags parsed.Peter Powell
2015-06-02Fix incomplete conversion to the new whois system noticed by @SaberUKAttila Molnar
2015-05-23m_spanningtree Log nick collisions more verbosely and in all casesAttila Molnar
2015-05-22Remove dead code from UserManager::AddUser()Attila Molnar