summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-24Anope 2.0.0-rc4 Release2.0.0-rc4Adam
2014-02-24Update version.log (why do we keep this around?)Adam
2014-02-24Package dlls in src/win32 on WindowsAdam
2014-02-24Fix m_ssl_gnutls to send its cert. Most of this is from Attila.Adam
2014-02-23Use a more reliable way to detect if services are running in anopercAdam
2014-02-23webcpanel: Update copyright year.Robby-
ns_cert: Bold code 2 -> 002.
2014-02-23Regenerated language files.Robby-
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam
2014-02-22Merge pull request #58 from attilamolnar/2.0+gnutlsdepAdam
[WIP] Make m_ssl_gnutls work with at least GnuTLS v2.8
2014-02-22Make m_ssl_gnutls work with at least GnuTLS v2.8Attila Molnar
2014-02-22Update italian translation, from Simos.Robby-
2014-02-22Italian language completed translation, first releaseH7-25
2014-02-22Regenerated language files, and updated dutch language file.Robby-
2014-02-21Fix Windows buildAdam
2014-02-21Add some missing serial updates in os_dnsAdam
2014-02-21Regenerate Italian language fileAdam
2014-02-21Update italian translation, from SimosAdam
2014-02-21Merge pull request #56 from ShutterQuick/2.0+noxcryptAdam
enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code fr...
2014-02-21fix comment, activate not activeLee Holmes
2014-02-20update help infolethality
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from ↵Daniel Vassdal
libxcrypt, and move enc_bcrypt out of extras
2014-02-20Updated services crontab locationlethality
2014-02-18Merge remote branch 'upstream/2.0' into 2.0lethality
2014-02-18Do not import forbids with wildcards in their names, how 1.8 treats ↵Adam
wildcaded forbids depends on the IRCd
2014-02-18Merge pull request #54 from attilamolnar/2.0+webcpanelfixAdam
Don't create zero length DataBlocks in BinarySocket::Write()
2014-02-18Fix loading noexpire channels in db_oldAdam
2014-02-18Merge pull request #55 from attilamolnar/2.0+alphabetAdam
Alphabetically order modules in modules.example.conf
2014-02-18Alphabetically order modules in modules.example.conf ('r' < 's' and 'w' < 'x')Attila Molnar
2014-02-17Merge pull request #52 from attilamolnar/2.0+gnutlsAdam
Add support for SSL connections powered by GnuTLS
2014-02-17Merge pull request #53 from attilamolnar/2.0+reuseaddrfixAdam
Fix setsockopt() with SO_REUSEADDR not working due to wrong argument type
2014-02-18Turn BinarySocket::Write() into a no-op when called with l == 0Attila Molnar
2014-02-18Fix TemplateFileServer writing empty messages resulting in zero length ↵Attila Molnar
DataBlocks being created and later passed to SocketIO::Send() Found while testing m_ssl_gnutls, fix suggested by @Adam-
2014-02-18Fix setsockopt() with SO_REUSEADDR not working due to wrong argument typeAttila Molnar
2014-02-17Fix os_ignore to work correctly with SQLAdam
2014-02-17Move most of the implementation details out of os_forbid.h, fixes crashing ↵Adam
if a module adding a forbid is unloaded without removing the forbid
2014-02-17Remove docs/IRCD, it is very outdated and no longer correct at allAdam
2014-02-17Move encryption.h to include/modulesAdam
2014-02-17Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573Adam
2014-02-17Add m_ssl_gnutlsAttila Molnar
2014-02-16Merge branch '2.0', remote branch 'upstream/2.0' into 2.0lethality
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-16Fix Windows buildAdam
2014-02-16Merge pull request #51 from ShutterQuick/2.0+oldforbidAdam
db_old.cpp: Correctly import forbidden nicks and chans
2014-02-16db_old.cpp: Correctly import forbidden nicks and chansDaniel Vassdal
2014-02-16Merge pull request #50 from ShutterQuick/bcryptAdam
Add enc_bcrypt
2014-02-16modules.example.conf: Update examples for bcrypt - also clearify that ↵Daniel Vassdal
m_sasl_dh* requires openssl
2014-02-16enc_bcrypt: Add moduleDaniel Vassdal
2014-02-14Merge pull request #48 from ShutterQuick/2.0+nnghsaslAdam
Add SASL mechanisms DH-AES and DH-BLOWFISH
2014-02-14modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfishDaniel Vassdal
2014-02-14m_sasl_dh-blowfish: Add moduleDaniel Vassdal