Blame
Date:
Sun Jan 29 05:00:28 2023 UTC
Message:
Daily backup
01
2023-01-22
jrmu
version=pmwiki-2.2.130 ordered=1 urlencoded=1
02
2023-01-22
jrmu
agent=Mozilla/5.0 (Windows NT 6.1; rv:68.0) Gecko/20100101 Firefox/68.0 SeaMonkey/2.53.10.2
03
2023-01-22
jrmu
author=mkf
04
2023-01-22
jrmu
charset=UTF-8
05
2023-01-22
jrmu
csum=Wesnothd
06
2023-01-22
jrmu
ctime=1645422710
07
2023-01-22
jrmu
host=188.210.118.71
08
2023-01-22
jrmu
name=Openbsd.Wesnothd
09
2023-01-22
jrmu
rev=10
10
2023-01-22
jrmu
targets=
11
2023-01-22
jrmu
text=Wesnoth is a open source fantasy, turn-based strategy game.%0aThis guide follows installation and configuration of game server (wesnothd)%0a%0a!! Installation%0aThis will install wesnoth itself and other wesnoth-related deamons such as wesnothd.%0a[@%0a$ doas pkg_add wesnoth%0a@]%0a%0aAfterwards, enable and start wesnoth deamon and set required flags:%0a[@%0a$ doas rcctl enable wesnothd%0a$ doas rcctl set wesnothd flags -d -c /etc/wesnothd.conf%0a$ doas rcctl start wesnothd%0a@]%0a%0aIf you want to host your server on some port besides default (15000), change the second line to:%0a[@%0a$ doas rcctl set wesnothd flags -d -p 12345 -c /etc/wesnothd.conf %0a@]%0a%0a!! Configuration%0aGenerally, wesnothd should work without any configuration. \\%0aHowever, you might change these following options on /etc/wesnothd.conf \\%0aFor more options please see wesnothd(6) manual page. \\%0aGenerally, wesnothd config looks like this:%0a[@%0a[tag]%0a key="value"%0a[/tag]%0a@]%0a%0a!!! Global%0athis is the main tag. these options might be on interest for you. remove or change ones you don't want.%0a[@%0a[global]%0a connections_allowed="8"%0a passwd="WhatCouldPossiblyGoWrong"%0a versions_accepted="1.16"%0a[/global]%0a@]%0a@@connections_allowed@@ sets maximum number of clients (players) connected to server. \\%0a@@passwd@@ is password for doing admin opertions, such as kicking somebody.%0aand @@versions_accepted@@ is used for limiting client versions you are going to allow on this server.%0a%0a!! Redirect and proxy%0aRedirect tag is used for redirecting users of one server to another.%0ait takes following arguments:%0a[@%0a[redirect]%0a host="server.wesnoth.org"%0a port="1500"%0a version="1.16"%0a[/redirect]%0a@]%0a%0aYou could also setup a relay wesnothd, which is acts as middle man between your server and other server. \\%0aIt takes same arugments as @@[redirect]@@ but with @@[proxy]@@ tag instead.
12
2023-01-22
jrmu
time=1645424928
13
2023-01-22
jrmu
author:1645424928=mkf
14
2023-01-22
jrmu
csum:1645424928=Wesnothd
15
2023-01-22
jrmu
diff:1645424928:1645424900:minor=10c10%0a%3c Afterwards, enable and start wesnoth deamon and set required flags:%0a---%0a> Afterwards, enabled and start wesnoth deamon and set required flags:%0a
16
2023-01-22
jrmu
host:1645424928=188.210.118.71
17
2023-01-22
jrmu
author:1645424900=mkf
18
2023-01-22
jrmu
csum:1645424900=Wesnothd
19
2023-01-22
jrmu
diff:1645424900:1645424878:=10c10%0a%3c Afterwards, enabled and start wesnoth deamon and set required flags:%0a---%0a> Afterwards, enabled and start wesnoth deamon and set required %0a
20
2023-01-22
jrmu
host:1645424900=188.210.118.71
21
2023-01-22
jrmu
author:1645424878=mkf
22
2023-01-22
jrmu
csum:1645424878=wesnothd
23
2023-01-22
jrmu
diff:1645424878:1645424837:=34c34%0a%3c this is the main tag. these options might be on interest for you. remove or change ones you don't want.%0a---%0a> this is the main tag. these options might be on interest for you. remove ones you don't want.%0a37,39c37,39%0a%3c connections_allowed="8"%0a%3c passwd="WhatCouldPossiblyGoWrong"%0a%3c versions_accepted="1.16"%0a---%0a> connections_allowed="8"%0a> passwd="WhatCouldPossiblyGoWrong"%0a> versions_accepted="1.16"%0a51,53c51,53%0a%3c host="server.wesnoth.org"%0a%3c port="1500"%0a%3c version="1.16"%0a---%0a> host="server.wesnoth.org"%0a> port="1500"%0a> version="1.16"%0a
24
2023-01-22
jrmu
host:1645424878=188.210.118.71
25
2023-01-22
jrmu
author:1645424837=mkf
26
2023-01-22
jrmu
csum:1645424837=wesnoth
27
2023-01-22
jrmu
diff:1645424837:1645424518:=17,21d16%0a%3c If you want to host your server on some port besides default (15000), change the second line to:%0a%3c [@%0a%3c $ doas rcctl set wesnothd flags -d -p 12345 -c /etc/wesnothd.conf %0a%3c @]%0a%3c %0a42,45d36%0a%3c @@connections_allowed@@ sets maximum number of clients (players) connected to server. \\%0a%3c @@passwd@@ is password for doing admin opertions, such as kicking somebody.%0a%3c and @@versions_accepted@@ is used for limiting client versions you are going to allow on this server.%0a%3c %0a57,58c48,50%0a%3c You could also setup a relay wesnothd, which is acts as middle man between your server and other server. \\%0a%3c It takes same arugments as @@[redirect]@@ but with @@[proxy]@@ tag instead.%0a\ No newline at end of file%0a---%0a> You could also setup a relay wesnothd, which is acts as middle man between your server and other server.%0a> %0a> It takes%0a\ No newline at end of file%0a
28
2023-01-22
jrmu
host:1645424837=188.210.118.71
29
2023-01-22
jrmu
author:1645424518=mkf
30
2023-01-22
jrmu
csum:1645424518=wesnot
31
2023-01-22
jrmu
diff:1645424518:1645424082:=18,21c18,22%0a%3c Generally, wesnothd should work without any configuration. \\%0a%3c However, you might change these following options on /etc/wesnothd.conf \\%0a%3c For more options please see wesnothd(6) manual page. \\%0a%3c Generally, wesnothd config looks like this:%0a---%0a> Generally, wesnothd should work without any configuration.%0a> However, you might change these following options on /etc/wesnothd.conf%0a> For more options please see wesnothd(6) manual page.%0a> %0a> Generally, wesnothd config looks like this.%0a37,40c38%0a%3c !! Redirect and proxy%0a%3c Redirect tag is used for redirecting users of one server to another.%0a%3c it takes following arguments:%0a%3c [@%0a---%0a> !! Redirect%0a42,50c40,42%0a%3c host="server.wesnoth.org"%0a%3c port="1500"%0a%3c version="1.16"%0a%3c [/redirect]%0a%3c @]%0a%3c %0a%3c You could also setup a relay wesnothd, which is acts as middle man between your server and other server.%0a%3c %0a%3c It takes %0a\ No newline at end of file%0a---%0a> %0a> !!! Proxy%0a> [proxy]%0a\ No newline at end of file%0a
32
2023-01-22
jrmu
host:1645424518=188.210.118.71
33
2023-01-22
jrmu
author:1645424082=mkf
34
2023-01-22
jrmu
csum:1645424082=wesno
35
2023-01-22
jrmu
diff:1645424082:1645423704:=13c13%0a%3c $ doas rcctl set wesnothd flags -d -c /etc/wesnothd.conf%0a---%0a> $ doas rcctl set flags wesnothd -d -c /etc/wesnothd.conf%0a19,22c19,20%0a%3c However, you might change these following options on /etc/wesnothd.conf%0a%3c For more options please see wesnothd(6) manual page.%0a%3c %0a%3c Generally, wesnothd config looks like this.%0a---%0a> However, you might change these following options or see more options on wesnothd(6) manual page.%0a> generally, wesnothd config looks like this.%0a
36
2023-01-22
jrmu
host:1645424082=188.210.118.71
37
2023-01-22
jrmu
author:1645423704=mkf
38
2023-01-22
jrmu
csum:1645423704=wesn
39
2023-01-22
jrmu
diff:1645423704:1645423652:=28c28%0a%3c this is the main tag. these options might be on interest for you. remove ones you don't want.%0a---%0a> @@[global]@@ is the main tag. these options might be on interest for you. remove ones you don't want.%0a34c34%0a%3c [/global]%0a---%0a> [/global%0a
40
2023-01-22
jrmu
host:1645423704=188.210.118.71
41
2023-01-22
jrmu
author:1645423652=mkf
42
2023-01-22
jrmu
csum:1645423652=wes
43
2023-01-22
jrmu
diff:1645423652:1645423016:=13c13%0a%3c $ doas rcctl set flags wesnothd -d -c /etc/wesnothd.conf%0a---%0a> $ doas rcctl set flags wesnothd ?%0a18,36c18,20%0a%3c Generally, wesnothd should work without any configuration.%0a%3c However, you might change these following options or see more options on wesnothd(6) manual page.%0a%3c generally, wesnothd config looks like this.%0a%3c [@%0a%3c [tag]%0a%3c key="value"%0a%3c [/tag]%0a%3c @]%0a%3c %0a%3c !!! Global%0a%3c @@[global]@@ is the main tag. these options might be on interest for you. remove ones you don't want.%0a%3c [@%0a%3c [global]%0a%3c connections_allowed="8"%0a%3c passwd="WhatCouldPossiblyGoWrong"%0a%3c versions_accepted="1.16"%0a%3c [/global%0a%3c @]%0a%3c !! Redirect%0a---%0a> connections_allowed%0a> passwd%0a> versions_accepted%0a38,39d21%0a%3c %0a%3c !!! Proxy%0a
44
2023-01-22
jrmu
host:1645423652=188.210.118.71
45
2023-01-22
jrmu
author:1645423016=mkf
46
2023-01-22
jrmu
csum:1645423016=we
47
2023-01-22
jrmu
diff:1645423016:1645422710:=5d4%0a%3c This will install wesnoth itself and other wesnoth-related deamons such as wesnothd.%0a9,22d7%0a%3c %0a%3c Afterwards, enabled and start wesnoth deamon and set required %0a%3c [@%0a%3c $ doas rcctl enable wesnothd%0a%3c $ doas rcctl set flags wesnothd ?%0a%3c $ doas rcctl start wesnothd%0a%3c @]%0a%3c %0a%3c !! Configuration%0a%3c connections_allowed%0a%3c passwd%0a%3c versions_accepted%0a%3c [redirect]%0a%3c [proxy]%0a\ No newline at end of file%0a
48
2023-01-22
jrmu
host:1645423016=188.210.118.71
49
2023-01-22
jrmu
author:1645422710=mkf
50
2023-01-22
jrmu
csum:1645422710=w
51
2023-01-22
jrmu
diff:1645422710:1645422710:=1,7d0%0a%3c Wesnoth is a open source fantasy, turn-based strategy game.%0a%3c This guide follows installation and configuration of game server (wesnothd)%0a%3c %0a%3c !! Installation%0a%3c [@%0a%3c $ doas pkg_add wesnoth%0a%3c @]%0a
52
2023-01-22
jrmu
host:1645422710=188.210.118.71
IRCNow