Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-12 | Add exempts and optionally allow authenticated users past m_dnsbl | Adam | |
2014-10-12 | Add an operserv/oper/modify privilege. | Thomas Fargeix | |
The operserv/oper command privilege allows to add operators with fewer or the same privileges as ourself. This new privilege allows to have operators who can use operserv/oper to see the list of operators and their privileges, but cannot add new operators. | |||
2014-10-12 | Add a chanserv/access/list privilege | Thomas Fargeix | |
Replace the existing chanserv/access/list command access, only used in cs_xop, by a privilege with the same name. It which allows read-only access to cs_access, cs_flags, cs_xop and cs_akick, while the already-existing chanserv/access/modify privilege allows to modify them. | |||
2014-05-30 | Updates Changes and Changes.conf | Adam | |
2014-03-09 | Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵ | Adam | |
default to allow normal users to use it. | |||
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar | |
2013-12-20 | Update Changes and Changes.conf | Adam | |
2013-10-12 | Update changes and changes.conf sort of | Adam | |
2013-03-02 | Update Changes and Changes.conf | Adam | |
2012-09-02 | Update Changes | Adam | |
2012-03-13 | Add a nickserv:unregistered_notice config option to send a message to ↵ | Adam | |
unregistered users on connect. Suggested by Cronus. | |||
2012-02-22 | Added a configuration option to make all nick registrations require admin ↵ | Adam | |
verification | |||
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam | |
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users. | |||
2012-02-08 | Removed operserv:notifications in favor of log blocks, as well as some other ↵ | Adam | |
notifiications | |||
2012-02-04 | Bump for 1.9.7-git | Adam | |
2011-12-12 | Added oper:require_oper configuration option | Adam | |
2011-11-20 | Allow services operators to modify other users access list | Adam | |
2011-11-04 | Updated Changes | Adam | |
2011-09-10 | Bump for 1.9.6 git | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-05-16 | Added os_oper | Adam | |
2011-05-16 | Added os_forbid | Adam | |
2011-05-16 | Use module type to determine what type each module is instead of its ↵ | Adam | |
location in the configuration file. | |||
2011-05-16 | Unmodularized the socket engine because its causing problems and really is ↵ | Adam | |
unnecessary | |||
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam | |
2011-05-16 | Branch for 1.9.5 | Adam | |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam | |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam | |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ↵ | Adam | |
ns_resetpass allow remote-id to get past things such as kill immed. | |||
2011-02-12 | Removed the Wallop config options and replaced them with the new log system | Adam | |
2011-02-11 | Merged os_umode into os_mode | Adam | |
2011-01-19 | Added options:nomlock | Adam | |
2011-01-17 | Added ns_ajoin | Adam | |
2010-12-12 | Added cs_entrymsg | Adam | |
2010-12-12 | Added a default expiry time for suspended and forbidden nicks and channels | Adam | |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam | |
2010-12-12 | Added /chanserv clone command | Adam | |
2010-12-12 | Added /ms ignore | Adam | |
2010-12-12 | Bump for 1.9.4-git | Adam | |
2010-10-31 | Updated Changes | Adam | |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules ↵ | Adam | |
since there isn't a reason we cant allow reloading them. Soon os_modreload will allow reloading the protocol modules. | |||
2010-10-02 | Made ChanServ optional | Adam | |
2010-10-02 | Made OperServ and Global optional | Adam | |
2010-10-02 | Made MemoServ optional | Adam | |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against ↵ | Adam | |
DNS blacklists. Rewrote internal handling of IPs, we now properly support users using IPv6. Fixed a few problems with the UnrealIRCd protocol module. | |||
2010-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam | |
2010-08-27 | Removed options:keeplogs because its no longer used | Adam | |
2010-08-27 | Added a new logging system | Adam | |
2010-07-10 | Added options:hideprivilegedcommands config option to hide privileged ↵ | Adam | |
commands from normal users | |||
2010-07-10 | Added ns_set_misc and cs_set_misc. | Adam | |
These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq |