-
Notifications
You must be signed in to change notification settings - Fork 231
--ircv3-testing mode #918
Description
Basically, we should introduce an --ircv3-testing flag that forces Ora to act like any typical IRC server+services package (basically, how we act out of the box right now). And then we can change our default config in ways that better cater towards people who aren't used to ye ole' archaic ways of IRC.
When we boot in the --ircv3-testing mode, have an explicit message/warning in the startup that says we are in IRCv3 Testing Mode and this SHOULD NOT be used in production. It should be used for people testing software that expects to be connecting to any typical IRC network and not our fancy new fun setup.
Mostly, exploring weird, interesting, fun new ways to have IRC nets act (especially around account names and account<->nick linking and channel modes being auto-persisted) is super awesome and cool, but I want to make sure that Ora can still be very easily used as a throw-all-the-specs-together-in-a-normal-irc-server replicator for software devs.