Bram Matthys
0887a5a4bd
example conf: comment out link { } and ulines { } as well
...
These are optional after all. Not everyone links multiple servers
and not everyone uses Services. Fits with the rest that is //'ed
out now. Indirectly suggested by jwheare.
2025-01-03 17:56:30 +01:00
Bram Matthys
a2b42b081f
Update example.tr.conf & help.tr.conf by Serkan Sepetçi
...
Co-authored-by: Serkan Sepetçi <diablo@unrealircd.org >
2024-12-23 08:46:58 +01:00
Bram Matthys
a09320886b
Add JSON logging block to example.conf.
...
In addition to regular logging, also add a JSON log file.
This includes lots of information about every event so is great
for auditing purposes and is machine readable. It is, however
less readable for humans.
2024-12-04 18:54:19 +01:00
Bram Matthys
48a69151ef
Update example.conf a little to indicate required changes with "CHANGE THIS".
...
People should preferrably go through the example conf line by line, but
if they are in a hurry or just want to get started quickly initially they
could CTRL+F on that.
2024-11-25 16:34:11 +01:00
TehPeGaSuS
f7d2683569
Removed an extra { on the listen block syntax example ( #303 )
2024-09-28 17:33:22 +00:00
henk84
214423564e
comment optional, fictional example blocks ( #282 )
...
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org >
2024-06-14 07:27:56 +00:00
henk84
d98dc2fcc3
Fix comment in example.conf ( #281 )
...
fix plural
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org >
2024-06-14 07:25:04 +00:00
Bram Matthys
74a9569b4e
Fix two typos in example.es.conf that prevent it from working
...
[skip ci]
2024-04-12 18:21:32 +02:00
Rafael Grether
5fd97ebcf8
example.pt.conf: add note about use of pt-br language ( #273 )
...
Co-authored-by: Rafael Grether <rafael.grether@abc71.com.br >
2024-03-13 13:37:59 +00:00
Bram Matthys
2a39a1bdff
Rename and mention example.pt.conf - (Brazilian) Portuguese example configuration file.
2024-03-09 15:37:10 +01:00
Rafael Grether
f9031e93b9
Created example.br.conf
...
Created Portuguese Brazilian example conf file
2024-01-19 15:29:16 -03:00
Rafael Grether
1f81344691
removed password 'test'
...
removed password 'test' since the example password has been replaced with the argon2 hash.
2023-12-23 17:37:31 -03:00
Bram Matthys
d862196d04
Update example.conf with Windows commands for mkpasswd/gencloak/spkifp
...
These work since UnrealIRCd 6.0.2.
2023-09-13 19:50:24 +02:00
Bram Matthys
b3995f48ff
Mention password hashing in the example.conf itself.
...
Suggested by rafaelgrether in https://bugs.unrealircd.org/view.php?id=6303
2023-07-15 09:04:07 +02:00
Bram Matthys
82dbc4a297
Add except ban { } for IRCCloud for maxperip & connect-flood.
...
In both the release notes to illustrate and in example*.conf
because this is generally a good idea.
2023-05-18 12:01:29 +02:00
Bram Matthys
e4571a5bf7
Make the documentation of ulines { } in example.conf more explicit
...
about ulines for services needing to be added on every UnrealIRCd
server in a network.
[skip ci]
2023-02-08 18:07:28 +01:00
Bram Matthys
b80d89dbb2
Update main docs link in example.*conf. Reported by DeviL.
...
[skip ci]
2023-02-08 17:56:14 +01:00
Bram Matthys
3f197dee36
Fix several mistakes in example conf (all my bad, i think):
...
* A fatal parse error due to a } too much in Turkish example conf
* In all example*.conf except::connect-delay -> except::connect-time
2022-12-29 19:45:37 +01:00
ZarTek @ CREOLE
4e408d59de
./unreal to ./unrealircd
2022-12-14 14:58:11 +00:00
Bram Matthys
02285f468d
Update Turkish example conf & help conf
...
Provided by Diablo - (Serkan Sepetçi)
2022-10-21 13:42:24 +02:00
musk
cb9ffd9e17
Update example.fr.conf ( #216 )
2022-05-29 12:27:29 +00:00
musk
dc5a7326cd
Update example.es.conf ( #215 )
...
Add translation of channel history block.
2022-05-29 06:23:34 +00:00
Bram Matthys
2f31a8800b
Add missing blacklist { } blocks to example.fr.conf
...
copy-paste from the English one, pending translation by... someone.
[skip ci]
2022-05-28 08:06:26 +02:00
Bram Matthys
0495953f55
Update example.tr.conf with 6.0.4 example.conf.
...
Note that set::conthrottle::except needs a new translation,
and CHANNEL HISTORY needs translation too.
[skip ci]
2022-05-28 08:01:14 +02:00
Bram Matthys
54a2645f21
Update example.fr.conf with 6.0.4 example.conf.
...
Note that various parts are now in English, pending translation to French.
[skip ci]
2022-05-28 07:59:15 +02:00
Bram Matthys
a18316a737
Update example.es.conf with 6.0.4 example.conf.
...
Note that set::conthrottle::except needs a new translation,
and CHANNEL HISTORY needs translation too.
2022-05-28 07:58:19 +02:00
Bram Matthys
25e7142716
Re-indent this monster (example.es.conf)
...
[skip ci]
2022-05-28 07:47:43 +02:00
Bram Matthys
6802156c02
Document channel history in example.conf as persistent history is likely
...
something people would want to enable, and perhaps the limits tweaked too.
Suggested by ZarTek-Creole in https://github.com/unrealircd/unrealircd/pull/211
2022-05-26 08:25:34 +02:00
Bram Matthys
c09d2e40a3
Update release notes a bit: better markdown, improve TLD example,
...
mention the 5 modules that now have an ::except which is also a mask item.
[skip ci]
2022-05-16 10:37:22 +02:00
Bram Matthys
9e0340d4c1
Change restrict-commands to use ::except which is a
...
https://www.unrealircd.org/docs/Mask_item so has more functionality.
The old style config still works and UnrealIRCd won't complain
about it for now.
2022-05-14 18:50:24 +02:00
Bram Matthys
3241338cf3
Add set::connthrottle::except, which is a mask item.
...
Automatically convert the old options ::sasl-bypass, ::webirc-bypass
and ::minimum-reputation-score, so nobody needs to update their config.
The example.conf has been updated.
2022-05-14 15:31:30 +02:00
musk
153a01ec60
Add example.es.conf ( #200 )
2022-05-01 13:45:40 +02:00
Bram Matthys
c8b8177728
Update example conf to put kline-address value in single quotes.
...
Indirectly suggested in https://bugs.unrealircd.org/view.php?id=6086
reported by Balthazar.
2022-04-08 08:43:24 +02:00
Bram Matthys
02547610fe
Update log block in example.fr.conf.
...
Reported by armyn in https://bugs.unrealircd.org/view.php?id=6022
2021-12-10 18:53:07 +01:00
Bram Matthys
cc5f318d27
Add include for snomasks.default.conf in example.*conf
...
Reported by arcanefeenix in https://bugs.unrealircd.org/view.php?id=6020
2021-12-08 07:17:40 +01:00
Bram Matthys
ff5262f1bc
Update Turkish example conf & help
...
Provided by Diablo - (Serkan Sepetçi)
2021-11-20 08:41:13 +01:00
Bram Matthys
ca36a5256c
Some text updates UnrealIRCd 5 -> UnrealIRCd 6
2021-10-31 07:20:57 +01:00
Bram Matthys
1af3f23b9f
Default config no longer loads a default cloaking module, since the
...
admin needs to make a choice.
Also update example conf to load the new cloaking module (cloak_sha256)
and update the text there to require at a key of 80 characters.
2021-09-26 08:36:01 +02:00
Bram Matthys
4e511da9fb
Update default logging conf
...
[skip ci]
2021-09-24 15:52:41 +02:00
Bram Matthys
56c3b4ced6
Automatically add default log block that logs everything if no log
...
block to disk is present.
Also update the English example.conf.
Both may need some default filtering (or not)...
2021-09-24 11:30:04 +02:00
Bram Matthys
2c011202a4
Integrate iConf.network in iConf itself as the distinction between
...
these "network settings" and other settings has been lost in time.
Rename some of these variables and macro's.
ircnetwork -> NETWORK_NAME
ircnet005 -> NETWORK_NAME_005
defserv ->? DEFAULT_SERVER
hidden_host -> CLOAK_PREFIX
helpchan -> HELP_CHANNEL
Also one config change (visible to admins):
set::hiddenhost-prefix is now set::cloak-prefix
We still accept the old name, though.
The example conf has been updated as well, but not the wiki yet.
2021-08-10 14:22:42 +02:00
Bram Matthys
b72ea1d945
Change allow block to use allow::mask instead of allow::ip / allow::hostname
...
We use 'mask' everywhere in the config except here, which is annoying
and also inflexible since mask has several nice options, see
https://www.unrealircd.org/docs/Mask_item
Users upgrading will receive a warning, and a reference to
https://www.unrealircd.org/docs/FAQ#allow-mask
but the IRCd will continue to boot (it is not an error).
2021-06-19 10:17:18 +02:00
Bram Matthys
46550cf180
Update example conf with new anti-flood block.
...
Replace it with a reference to the documentation instead of trying
to include some or all of the defaults since 1) the block is huge
nowadays with all the settings, and 2) this way we can tweak the
defaults over time in newer versions rather than having people
change their configuration file.
2021-06-06 09:01:31 +02:00
Bram Matthys
3eb0bc24ea
Add log::flags "flood" to log flood messages
2021-05-30 19:30:36 +02:00
Bram Matthys
fc159fd131
Change set::modes-on-oper in example confs to +xws
...
Previously it was +xgws which was confusing since we don't have a +g
Reported by PeGaSuS.
2020-12-27 18:39:23 +01:00
Bram Matthys
c98eb7c54e
Get rid of }; in example and other shipped .conf files.
...
This is 1,5 years after 459a55245a
and we're on a new series too (5.0), so it was about time.
And YES you may still use }; if you want to. There are no
plans to deprecate or warn about it.
We simply ship with } in the shipped configs because it is
more logical that both { and } don't require a ; rather
than only { not requiring it.
2020-05-18 14:06:57 +02:00
Bram Matthys
5712f0f5d6
Use example.org domain everywhere in example*.conf and help*.conf.
...
And similarly, use ExampleNET instead of MYNet.
2020-05-18 13:44:52 +02:00
Bram Matthys
d7301f1b11
Convert some http:// to https:// that were not previously updated it seems
...
[skip ci]
2019-12-06 08:43:37 +01:00
Bram Matthys
bed8a0ca2b
Remove set::oper-only-stats from config. Don't mention set::allow-user-stats
...
there since that is a niche feature that 99% is unlikely to use.
2019-10-14 18:50:24 +02:00
Bram Matthys
96509f6802
except tkl { } -> except ban { } in example*conf
...
[skip ci]
2019-10-11 17:57:33 +02:00