summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-28Merge commit '36a465473ec59b341b6f9582afe9126c8e7ffa4e'Adam
2016-09-28README: Update to UnrealIRCd 4Adam
2016-09-28Forward port various Unreal4 things, drop Unreal3 supportAdam
2016-09-28Move CanAdd() check to after mask sanitization as it will remove other ↵Adam
entries that are considered "covered by" the new mask
2016-09-28Remove run-cc leftoverAdam
2016-09-28Include gecos in GetNUHMaskAdam
2016-09-28Fix saset language replyAdam
2016-09-28hybrid: Add support for channel mode +TAdam
2016-09-28Fix race with recovering and svsnicing nicknames. Wait for first svsnick to ↵Adam
go through before issuing the second. Fixes users sometimes svsnick colliding when recovering nicknames.
2016-09-28os_akill: Sanity check AKILLing before modifing the akill listMatt Ullman
2016-09-28hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the ↵miwob
future ircd-hybrid will reject UID messages with invalid IP addresses
2016-09-28Only special case level -1 to everyone and not everything <0Adam
2016-09-25Get rid of service alias stuff, make proto mods link to each otherAdam
2016-09-25MemoServ - Read AllAlphaTech
2016-09-25Merge pull request #173 from genius3000/2.0-remove-expiretimeout-cs_seenAdam
Thanks
2016-09-25Merge pull request #177 from attilamolnar/2.0+sqliteleakAdam
m_sqlite: Fix possible memory leak when opening a database fails
2016-09-25Merge pull request #178 from Techman-/2.0+resvAdam
Thanks
2016-09-25Merge pull request #175 from genius3000/2.0-email-date_headerAdam
Added a Date field to the Header
2016-09-25Merge pull request #176 from Alef-Burzmali/2.0+update-fr2Adam
Thanks
2016-09-23Merge commit 'ecdd046c80d696a882b12af615ed9f217afd40a9'Adam
2016-09-23Add some replacement tokens for akick reason and welcome noticeAdam
2016-09-23language: Add some overloaded Translate functions that accept Anope::stringAdam
2016-09-23Document m_xmlrpc_main noticeAdam
2016-09-23Add notice method to m_xmlrpc_mainAdam
2016-09-23Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uidAdam
2016-09-23Allow wildcard searching emailsAdam
2016-09-23Fall back to account vhost in hostserv/on and offAdam
2016-09-23Update LOG dir in anopercAdam
2016-09-23operserv/news: rewrite logic, include various fixes from 2.0Adam
2016-09-23hybrid: set CanSQLineChannelAdam
2016-09-23chanserv: fallback to reading botmodes from chanservAdam
2016-09-23Fix memoserv/main to set its service pointer correctlyAdam
2016-09-23Fix access modules to loadAdam
2016-09-23Add declaration for specialization Configuration::Block::Set<Anope::string>, ↵Adam
gcc bug #56480
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-09-14Always use display for memo sourceAdam
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-09-13cs_seen: allow unregistered users to useAdam
2016-09-06ms_cancel: cleanup, consider accounts by equiality instead of sender name to ↵Adam
account name
2016-09-05m_ssl_openssl: allow certificate chain files to be usedAdam
2016-09-04ratbox: fix RESVsMichael Hazell
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-08-19Update French language file.Thomas Fargeix
2016-08-17Added a Date field to the Headergenius3000
2016-08-17m_sqlite: Fix possible memory leak when opening a database failsAttila Molnar
2016-08-08Remove 'expiretimeout' from chanserv.example.confgenius3000
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config.