Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-12 | Update ircd-hybrid protocol module to support latest version of ircd-hybrid ↵ | miwob | |
better | |||
2018-06-12 | Merge pull request #219 from genius3000/2.0+set_help_hide | Adam | |
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP | |||
2018-06-12 | Merge pull request #220 from genius3000/2.0+ns_ungroup_log | Adam | |
Log NickServ ungroup | |||
2018-05-08 | Log NickServ ungroup | Matt Schatz | |
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2018-04-25 | Document that negating is possible for commands and privs in opertype blocks. | Robby | |
2018-04-25 | Clarify available tokens for the email templates. | Robby | |
2018-04-25 | Add 'n' email token for use in the emailchange template, this token gets ↵ | Robby | |
replaced with the display nickname. | |||
2018-04-02 | Check for 'hide' flag in commands in (bs,cs,ns)_set HELP | genius3000 | |
This code is duplicated from help.cpp to (bs,cs,ns)_set.cpp for listing the available SET commands. The check for the 'hide' flag was missed and this incorrectly listed commands that were configured as hidden. | |||
2018-03-26 | m_httpd: make http headers case insensitive | Adam | |
2018-02-10 | ns_group: send login on successful group too | Adam | |
2018-02-02 | Merge pull request #211 from Dragone2/patch-5 | Adam | |
Update for Italian translation | |||
2018-02-02 | m_dns: fix notify socket always being ipv6 | Adam | |
2018-02-03 | Update for Italian translation | Dragone2 | |
Update for the old Italian translation of Anope, with new translated strings, correction of grammatical errors and other minor changes. | |||
2018-01-12 | Merge pull request #197 from genius3000/2.0+fix_insp_rlines | Adam | |
2.0: Fix sending incorrect RLines to InspIRCd | |||
2017-12-30 | Update chanserv.example.conf (#206) | nekoswag | |
2017-12-11 | Bump for 2.0.7-git | Adam | |
2017-12-11 | Anope 2.0.6 Release2.0.6 | Adam | |
2017-11-19 | Add README.md, for github | Adam | |
2017-11-19 | README: remove some outdated links | Adam | |
2017-11-17 | Update the dutch language file. | Robby | |
2017-10-14 | Fix sending incorrect RLines to InspIRCd | genius3000 | |
Currently a Regex AKILL is sent with a malformed mask to InspIRCd as an RLine. InspIRCd expects a mask of 'n!u@h\sr', so we need to remove the enclosing slashes (/.../), change the '#' separator to '\s', and change any literal spaces to '\s' and then it creates a proper RLine. | |||
2017-10-12 | Update Changes and Changes.conf | Adam | |
2017-10-12 | Call OnDelChan prior to unsetting extensibles | Adam | |
cs_set uses this to set -P on permanent channels if they are persistent. Also move similar event in nickcore/nickalias destruction | |||
2017-10-12 | No longer try to create persistent channels on the fly | Adam | |
Change initial channel creation to on post init so it will be part of the burst. | |||
2017-10-12 | Add post init event | Adam | |
2017-10-12 | unreal4: send sjoin with empty users in SendChannel | Adam | |
2017-10-12 | unreal4: send modes in sjoin | Adam | |
2017-10-10 | plexus: fix overriding SendSVSLogin | Adam | |
2017-10-09 | Merge pull request #199 from syzop/2.0+unrealsaslmechs | Adam | |
Advertise SASL mechanisms to UnrealIRCd servers. | |||
2017-10-09 | Merge pull request #200 from syzop/2.0+saslbydefault | Adam | |
Load sasl module by default. | |||
2017-10-09 | Load sasl module by default. | Bram Matthys | |
2017-10-09 | Advertise SASL mechanisms to UnrealIRCd servers. | Bram Matthys | |
2017-08-05 | Use full path to file for conf.cpp file could not be opened error message | Adam | |
2017-07-28 | Allow calls to XMLRPC to impersonate supplied user, if online | Tim Gunter | |
2017-07-24 | m_xmlrpc: fix incorrect string find usage | Adam | |
2017-07-24 | ns_group: don't require a user to group | Adam | |
2017-07-02 | Default require_oper to true. Fixes os_oper unserializer because it doesn't ↵ | Adam | |
set it. | |||
2017-06-05 | webcpanel: rate limit login attempts | Adam | |
2017-06-05 | webcpanel: escape values in template_fileserver | Adam | |
Remove other escapes to prevent double escape. Not all replaced values were escaped, such as replies from commands. | |||
2017-06-05 | httputils: escape ampersand too | Adam | |
2017-05-27 | Merge pull request #174 from Techman-/2.0+inspsasl | Adam | |
InspIRCd: Send CHGIDENT/CHGHOST on SVSLOGIN | |||
2017-05-27 | Merge pull request #188 from key2peace/2.0 | Adam | |
IPv6 support for m_dnsbl and sockaddrs::reverse() | |||
2017-05-27 | Moved m_dns's reverse ip method to sockaddrs::reverse(). | Alexander Maassen | |
Updated m_dnsbl to support ipv6. | |||
2017-05-17 | m_dnsbl: fix exempts, allow cidrs, default exempt 127.0.0.0/8 | Adam | |
2017-03-30 | m_regex_posix: use REG_ICASE | Adam | |
2017-03-30 | example.conf: disable regexengine directive by default | Adam | |
2017-03-27 | regchannel: fix compile warning from previous commit | Adam | |
2017-03-27 | cs_akick: don't show channel doesn't exist message in enforce from adding akicks | Adam | |
2017-03-27 | Fix autokick destructor to properly remove channel references from accounts | Adam | |