summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-04-05Fix subtle typo in command initializer listAdam
2016-03-19Also defer channel deletion when processing sjoinsAdam
2016-03-17Merge pull request #159 from Diftraku/2.0Adam
proto/charybdis: Add support for MECHLIST
2016-03-17proto/charybdis: Add support for MECHLISTToni Kaija
2016-03-15Merge pull request #156 from SaberUK/2.0+sasl-mechlistAdam
Implement support for SASL 3.2 mechanism lists.
2016-03-15Merge pull request #155 from SaberUK/2.0+sasl-reauthAdam
Fix logging into accounts with SASL on servers that support reauth.
2016-03-09Update the dutch language file.Robby
2016-03-08cs_clone: don't clone registered timeAdam
2016-03-08language: incrementing _nl_msg_cat_cntr is still required on some systems ↵Adam
apparently (freebsd 10?). I don't know why.
2016-02-28Implement support for SASL 3.2 mechanism lists.Peter Powell
2016-02-28Fix logging into accounts with SASL on servers that support reauth.Peter Powell
2016-02-13Fail sasl external auth immediately if cert is emptyAdam
2016-02-13And use account here, user might be nullAdam
2016-02-13Fix access path changes in ns_alist from earlierAdam
2016-02-13Update chanserv secure help to reflect more accurately what it doesAdam
2016-02-13Rewrite access path system to be simplier and use recursionAdam
Show where access is "from" in chanserv/status
2016-02-11Correct umode +I change in Changelog, is for unrealAdam
2016-02-11Merge pull request #154 from SaberUK/2.0+inspfixAdam
Fix a low risk privilege escalation exploit on InspIRCd with m_autoop.
2016-02-10Fix a privilege escalation exploit on InspIRCd with m_autoop.Peter Powell
2016-01-30Anope 2.0.4-gitAdam
2016-01-30Anope 2.0.3 Release2.0.3Adam
2016-01-30Update the dutch language file.Robby
2016-01-30Allow /ms read to get a comma separated list of memo numbers as help ↵Adam
describes. Show message if no memos could be displayed.
2016-01-29The default xop access for PROTECTME should really be SOP, not AOP.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
2016-01-28Regenerate language filesAdam
2016-01-28Revert "Regenerate language files"Adam
This reverts commit e955db6e85f0372cb2d4be449f424e37fdc78097.
2016-01-28Revert "Updated and fixed the Greek language."Adam
This reverts commit f451c6cbac231119b0772f8925c0b98745e88fba.
2016-01-27Update the dutch language file.Robby
2016-01-27Document m_xmlrpc_main opersRobby
2016-01-25Remove default session exception expiry timeAdam
2016-01-25Merge pull request #150 from westor7/patch-1Adam
Updated and fixed the Greek language.
2016-01-24Updated and fixed the Greek language.westor
Updated and fixed all the non-fuzzy languages items, previously all of them was incorrect. Added new credits.
2016-01-23Update m_ssl_gnutls Windows library version to libgnutls-30Adam
2016-01-23Fix m_sql_oper to compile from the cleanup of the other dayAdam