Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-10 | Consistently use realname instead of gecos. | Sadie Powell | |
2025-04-25 | Allow disabling the timestamp in os_news messages. | Sadie Powell | |
2025-04-14 | Add Anope::Templace and switch all template strings to use it. | Sadie Powell | |
2025-03-09 | Make config variables a lot more useful. | Sadie Powell | |
- Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain}) | |||
2025-02-12 | Disable operserv/quit by default. | Sadie Powell | |
This is dangerous and almost never what is actually wanted. | |||
2025-02-12 | Add extra protections to avoid rebooting the wrong network. | Sadie Powell | |
2024-10-22 | Replace usestrictprivmsg with something actually useful. | Sadie Powell | |
Every IRC server we support (other than Bahamut which is probably on the chopping bock) uses UIDs so this setting does nothing. Instead, allow configuring a server-side alias for each service and use that when servicealias is enabled. | |||
2024-04-15 | Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl. | Sadie Powell | |
2024-01-24 | Rename several modules to remove the m_ prefix. | Sadie Powell | |
2023-02-19 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-02-06 | Raise the default session limit from 3 to 5. | Sadie Powell | |
2022-01-04 | Update more IRCServices references to reflect the current project. | Sadie Powell | |
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services". | |||
2020-10-07 | Merge tag '2.0.8' into 2.1. | Sadie Powell | |
2020-10-02 | Minor spelling fix in operserv.example.conf. it's vs its | miwob | |
2020-09-28 | Rename things from services to anope. | Sadie Powell | |
2020-09-28 | Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto. | Sadie Powell | |
Now UnrealIRCd 3.2.x support has been removed nothing uses this. | |||
2019-04-05 | Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵ | Robby | |
with example.conf, etc. | |||
2018-03-03 | Disable the os_oline module by default. | Peter Powell | |
This only works on UnrealIRCd 3.2 (which has been EOL for over a year now) and regularly confuses users who think that "your IRCd does not support OMODE" is an error they need to fix. | |||
2016-01-25 | Remove default session exception expiry time | Adam | |
2014-10-09 | operserv.example.conf: Add missing permission definition to os_defcon's ↵ | Robby- | |
command. Fixes bug #1617. | |||
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which ↵ | Adam | |
lessens the insanity of renaming services | |||
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- | |
2013-10-09 | Call OnBotPrivmsg after checking if the message is a ctcp, not before. fix ↵ | Adam | |
typo in opersrev.example.conf | |||
2013-08-10 | Support DNS ANY query type | Adam | |
2013-08-10 | Add os_info | Adam | |
2013-06-19 | Removed inspircd 1.1 reference from conf. Corrected a few spelling issues. | KindOne | |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-02-25 | Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ↵ | Adam | |
down syntax, fix os_session messages to reference ip | |||
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, ↵ | Robby- | |
missing privileges, and settings corrections. | |||
2013-01-31 | Some configuration file updates: Removed now non-existing settings. Redid ↵ | Robby- | |
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way. | |||
2013-01-22 | Fixed few minor typos | lethality | |
2013-01-13 | Add svsjoin and svspart commands | Adam | |
2012-12-15 | Move DNS handling to a module | Adam | |
2012-10-24 | BIND's forward ability did not work as I expected | Adam | |
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests. | |||
2012-10-22 | Add os_dns, a way to control your DNS zone via services | Adam | |
2012-10-02 | Added operserv/logsearch | Adam | |
2012-09-07 | Made session tracking ip based, not host based, and allow using CIDR to ↵ | Adam | |
group multiple ips from one subnet to one session | |||
2012-04-27 | Process defines even before includes, fixes defining{} pseudoclient names to ↵ | Adam | |
something else in their respective configurations | |||
2012-02-08 | Removed operserv:notifications in favor of log blocks, as well as some other ↵ | Adam | |
notifiications | |||
2011-11-18 | Added operserv/logout | Adam | |
2011-11-03 | Bug #1354 - Allow mode chars to be used for channel prefixs in services.conf | Adam | |
2011-10-27 | Fixed some typos/errors in the example configs comments. | lethality | |
2011-10-22 | Added akill ids | Adam | |
2011-09-10 | Renamed the core pseudoclient modules to match their names | Adam | |
2011-09-10 | Removed log:inhabitlogchannel and replaced it with service:channels | Adam | |
2011-09-10 | Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should ↵ | Adam | |
be set. | |||
2011-08-12 | Allow bot usermodes to be configurable | Adam | |
2011-08-10 | Added a services.host define to easily change every clients hostname | Adam | |
2011-08-06 | Document what /os oline does | Adam | |