summaryrefslogtreecommitdiff
path: root/data/global.example.conf
AgeCommit message (Collapse)Author
2025-05-10Consistently use realname instead of gecos.Sadie Powell
2025-03-09Make 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})
2024-10-22Replace 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-03-14Rework sending global notices.Sadie Powell
Admins can now queue multiple messages and send them when they are ready. This is fully compatible with the previous global behaviour. Admins can now also send messages to individual servers. This is useful for informing users of maintenance due to downtime.
2022-01-04Update 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".
2021-11-14Fix the grammar of the globaloncycledown message (#279).Austin Ellis
The previous default example (which is in use on many Anope networks) refers to Services in 2nd person, then 1st person - in the same sentence.
2013-11-01Use Config::GetClient for looking up services for command{} blocks which ↵Adam
lessens the insanity of renaming services
2013-09-08Fix allowing duplicate entries on the snline listAdam
Have proto mods recognize cidr ranges as zlineable IPs Remove operserv/global from global.conf because its dumb Fix example config ~botserv/set example to work as expected
2013-05-05Rework 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-02Some more typo and help text fixes, proper formatting of control codes, ↵Robby-
missing privileges, and settings corrections.
2013-01-31Some 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.
2012-04-27Process defines even before includes, fixes defining{} pseudoclient names to ↵Adam
something else in their respective configurations
2011-11-03Bug #1354 - Allow mode chars to be used for channel prefixs in services.confAdam
2011-09-10Renamed the core pseudoclient modules to match their namesAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-09-03Fixed a typo in the OperServ Global commandlethality
2011-09-03Fixed operserv globalDukePyrolator
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-10Added a services.host define to easily change every clients hostnameAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"