Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename conventional.yaml -> traditional.yaml #1350

Merged
merged 2 commits into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ archives:
- CHANGELOG.md
- oragono.motd
- default.yaml
- conventional.yaml
- traditional.yaml
- docs/*
- languages/*.yaml
- languages/*.json
Expand Down
4 changes: 2 additions & 2 deletions default.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is the default config file for Oragono.
# It contains recommended defaults for all settings, including some behaviors
# that differ from conventional ircds. See conventional.yaml for a config
# with more "mainstream" behavior.
# that differ from conventional ircd+services setups. See traditional.yaml
# for a config with more "mainstream" behavior.
#
# If you are setting up a new oragono server, you should copy this file
# to a new one named 'ircd.yaml', then read the whole file to see which
Expand Down
4 changes: 2 additions & 2 deletions conventional.yaml → traditional.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is the "conventional" or "mainstream" config file for Oragono.
# This is the "traditional" or "mainstream" config file for Oragono.
# It tries to replicate the behavior of other ircds, at the cost of not
# taking full advantage of Oragono's features. This config is suitable for use
# in IRCv3 conformance testing.
Expand Down Expand Up @@ -437,7 +437,7 @@ accounts:
# parallel setting to force-nick-equals-account: if true, this forbids
# anonymous users (i.e., users not logged into an account) to change their
# nickname after the initial connection is complete
forbid-anon-nick-changes: false
forbid-anonymous-nick-changes: false

# multiclient controls whether oragono allows multiple connections to
# attach to the same client/nickname identity; this is part of the
Expand Down