Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-11 | Consistently use yes/no instead of true/false in the configs. | Sadie Powell | |
2025-05-10 | Consistently use realname instead of gecos. | Sadie Powell | |
2025-04-15 | Allow unbanning virtual modes, add the !unmute fantasy command. | 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}) | |||
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-10-22 | Fix some stuff that was missed in commit b94c3740b9. | Sadie Powell | |
2024-03-09 | Tweak the config default limits slightly. | Sadie Powell | |
2024-01-22 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-01-22 | Fix typo | Victor Coss | |
2023-12-22 | Move privilege descriptions to the example configs. | Sadie Powell | |
2019-04-05 | Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵ | Robby | |
with example.conf, etc. | |||
2014-11-06 | Fix typo in botserv.example.conf | Adam | |
2014-08-03 | Fix some botserv help entries from showing when they shouldn't | Adam | |
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf | |||
2014-02-05 | Make it easier to use fantasy without botserv, and document it | Adam | |
2014-01-20 | Fix example config for bs_autoassign | Adam | |
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-07-07 | Move op/deop/etc back to an actual command, its too hard to use cs_log with ↵ | Adam | |
it as rewrites. Allow cs_log to work with either command names or service names. | |||
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. ↵ | Adam | |
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module. | |||
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-18 | Add botserv bot usermode config option | Adam | |
2013-05-11 | Update botserv.example.conf for xop fantasy commands | Charles Kingsley | |
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-03-30 | Add /bs set banexpire command to configure if/when botserv bans expire | Adam | |
2013-03-30 | Split up bs_kick subcommands into real subcommands | Adam | |
2013-03-14 | Fix setting BSDefFlags from the config | Adam | |
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-21 | removed old cs_modes fantasy{} command blocks | DukePyrolator | |
2013-01-08 | Use m_rewrite to rewrite op, deop, halfop, ... etc | Adam | |
2012-12-29 | Remove clearuser references from configs | Adam | |
2012-12-22 | Combine all of the set modules now that having them split apart is almost ↵ | Adam | |
completely pointless | |||
2012-11-07 | Give suspend the correct permission in botserv.conf, fix pch build | Adam | |
2012-11-06 | Added chanserv/status to fantasy commands | lethality | |
2012-10-08 | Fix fantasy !help & give it its own help header, not ChanServ's | Adam | |
2012-10-08 | Made fantasy commands configurable | Adam | |
2012-06-17 | Updated MODULES somewhat | lethality | |
2012-06-11 | Split up bs_set | Adam | |
2012-04-27 | Process defines even before includes, fixes defining{} pseudoclient names to ↵ | Adam | |
something else in their respective configurations | |||
2011-11-18 | Allow having multiple fantasy characters | Adam | |
2011-11-03 | Bug #1354 - Allow mode chars to be used for channel prefixs in services.conf | 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-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-05 | Rewrote the example configurations and split them | Adam | |
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core" |