summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-09-13Merge pull request #157 from SaberUK/master+require-encryptionAdam
Prevent using enc_none as the main encryption module.
2016-09-13Clarify how to use deprecated encryption modules.Peter Powell
2016-09-13Remove Anope::Decrypt now encryption is mandated.Peter Powell
2016-09-13Remove nickserv/getpass as that module is now obsolete.Peter Powell
2016-09-13Prevent using enc_none as the main encryption module.Peter Powell
Plain text passwords are a terrible idea at best and are illegal at worst. Lets not support them.
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Update Config::GetModule tooAdam
2016-07-28Get rid of undefined behavior in configuration blocks by creating them as ↵Adam
necessary, add templated set function
2016-07-28Add missing operserv/stats headerAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
Split service management code nito a proper servicemanager. Make service references managed instead of lazy lookup. Also made events and serializable use service manager instead of their respective systems for management
2016-07-19m_dns: accept unpacking the root domain, and don't consider exceptions from ↵Adam
nameserver/additional record unpacking as fatal to query parsing
2016-07-10os_defcon: find module by name, it might not be loaded yetAdam
2016-07-07Update the dutch language file.Robby
2016-07-03Update ChangesAdam
2016-07-03Merge pull request #170 from Zoddo/charybdis/join0Adam
Thanks
2016-07-03Merge pull request #169 from SaberUK/2.0+whichAdam
Use "cmake --version" instead of "which cmake" to detect CMake.
2016-07-03ns_maxemail: optionally remove gmail aliasesAdam
2016-07-03chankill: don't add duplicate akillsAdam
2016-07-03#1682: store aftype with masks and include cidrs in GetNUHMaskAdam
2016-07-03#1681 update last realname always on signonAdam
2016-07-03#1680: fix Anope::Duration with one year durationsAdam
2016-07-03#1677 apply sqlines even if the ircd doesn't on non opersAdam
2016-07-03#1675: fix saset display to update the account name on the correct clientsAdam
2016-07-03Fix /ns confirm to set +r/accounts when appropriateAdam
2016-07-03Fix xmlrpc notice call to return something to prevent m_xmlrpc from thinking ↵Adam
it is a http 404
2016-06-25Clarify botserv repeat kicker message and allow setting repeat times to 1Adam
2016-06-22Enable -fno-delete-null-pointer-checks on GCC 6Adam
2016-06-02Handle /join 0 for ratbox & charybdisZoddo
2016-05-21Use "cmake --version" instead of "which cmake" to detect CMake.Peter Powell
2016-05-20Fix handling nick introduction collisions on unreal4Adam
2016-04-22Merge pull request #165 from sketchni/patch-1Adam
Add the notice method to XMLRPC.
2016-04-22Merge pull request #166 from jmdh/2.0-reproducibleAdam
Optionally strip variable build date from compiled program
2016-04-22Fix randomnews to work when there are more than newscount random newsAdam
2016-04-21Optionally strip variable build date from compiled programDominic Hargreaves
To aid build reproducibility, don't include the build date/time if -DREPRODUCIBLE_BUILD is defined. Based on the patch provided by Alexis Bienvenüe in the Debian report. Bug-Debian: https://bugs.debian.org/820152 Patch-Name: reproducible_datetime.diff
2016-04-20Add the notice method to XMLRPC.Sketch
2016-04-16Change access check in cs_updown to not allow actions on users with equal accessAdam
2016-04-16Merge pull request #164 from SaberUK/2.0+extrasAdam
Remove references to cmake-bin which was removed ages ago.
2016-04-16Merge pull request #163 from Zoddo/fix_sasl_reauthAdam
Send new account name to the IRCd on SASL reauth
2016-04-16Missed channel deletion in ~ChannelInfoAdam
2016-04-16Remove references to cmake-bin which was removed ages ago.Peter Powell
2016-04-15Send new account name to the IRCd on SASL reauthZoddo
2016-04-14Merge pull request #160 from Zoddo/charybdis/fix_euidAdam
Fix host on charybdis if there is no vhost
2016-04-14Merge pull request #161 from Zoddo/charybdis/vhost_svsloginAdam
Send vident/vhost in SVSLOGIN with SASL
2016-04-14Merge pull request #162 from SaberUK/2.0+saslAdam
Remove support for DH-AES and DH-BLOWFISH.
2016-04-14Remove memos from memoinfo more reliablyAdam
2016-04-13Remove support for DH-AES and DH-BLOWFISH.Peter Powell
These SASL mechanisms are considered insecure and should not be used anymore.
2016-04-10Send vident/vhost in SVSLOGIN with SASLZoddo
Only charybdis seems to support that for the moment.
2016-04-10Fix host on charybdis if there is no vhostZoddo