Commit graph

71 commits

Author SHA1 Message Date
Gunter Labes
dcdc8b4865
Update man pages 2024-05-07 09:12:43 +02:00
pentarctagon
79ca90648a 2024 copyright update - misc 2024-01-20 22:41:50 -06:00
Pentarctagon
c44cc2742e Copyright update.. 2023-04-29 10:48:11 -05:00
Pentarctagon
a380f9e489 Document id in wesnothd config and adjust some wording. 2022-08-16 15:35:09 -05:00
Pentarctagon
76a6bed609 Add additional tables used by wesnothd. 2022-08-16 15:06:34 -05:00
Pentarctagon
db948c00ac Update missed copyright notices. 2022-08-07 16:13:40 -05:00
Pentarctagon
04bc431e04
Adds some additional text regarding wesnothd's [redirect] and mysql support.
Fixes #1210
2021-08-12 01:03:12 -05:00
loonycyborg
4ffba0b5d1
place deny_unregistered_login config option in alphabetical position 2021-08-11 15:45:30 +03:00
loonycyborg
969219d744
Move tls config params to proper place 2021-08-11 15:41:41 +03:00
loonycyborg
3409d6ccd5
Add TLS config file options to wesnothd man page 2021-08-11 15:33:25 +03:00
Iris Morelle
605de10a48 doc/man: Copyright update 2021-05-21 04:57:36 -04:00
Severin Glöckner
2554de3a51 man: highlight one more keyword
[ci skip]
2019-09-23 16:47:14 +02:00
pentarctagon
b14a4b1bb3
Rename db_group_table -> db_user_group_table since it's more accurate. 2019-08-26 12:41:39 -05:00
pentarctagon
77f9c9d147
A few more wesnothd man page updates. 2019-08-23 12:07:04 -05:00
Pentarctagon
375e50a78c
Update wesnothd's man page for the sample_user_handler removal. 2019-08-23 00:04:54 -05:00
Pentarctagon
9470eea825 People who have MP mod authority for testing or other reasons can continue to use the existing user_is_moderator column check, but for people who are supposed to moderate the server, now the forum group will be used.
This will make it easier to add/remove people to/from the group, and also ensure that the list of actual moderators matches up with the list available to users.

New config attributes added for this are:
* db_group_table - should be, based on the phpbb documentation I found, phpbb_user_group
* mp_mod_group - should be set to Multiplayer Moderators group ID
2019-08-15 14:36:16 +02:00
Pentarctagon
d69b5c8804 Add deny_unregistered_login to the wesnothd man page. 2019-08-12 18:55:27 -05:00
Pentarctagon
59e9f9a138 Add support for storing game information in wesnoth's mysql database.
This requires three more tables to be added to any database with the forum user handler enabled, the structures of which are defined in the wesnothd man page:
* `db_game_info_table` - stores information about each game.
* `db_game_player_info_table` - stores information about each player in the game.
* `db_game_modification_info_table` - stores information about any modifications that are enabled for the game.
2019-08-12 13:04:26 +02:00
Severin Glöckner
404d49534f manpages: no need for a dot here
[ci skip]
2018-12-23 21:24:29 +01:00
Charles Dang
471c9e876a Addressed a large chunk of the whitespace issues from #2613
[ci skip]
2018-03-09 11:37:00 +11:00
Gregory A Lundberg
b5f76eff79
Bump copyright to 2018 2018-01-19 00:02:20 -06:00
Severin Glöckner
9b7db05402 miscellaneous manpage fixes
[ci skip]
2017-09-07 01:24:13 +02:00
Severin Glöckner
b909a8ea56 update manpage: default fifodir is /var/run/wesnothd 2017-09-06 19:57:11 +02:00
Severin Glöckner
114c428d05 update dates in the manpages
- for the copyright
 - for last updated

[ci skip]
2017-05-30 12:11:51 +02:00
Chris Beck
ba51524f6e update copyright to year 2016
using this shell script:

find src -type f -print0 | xargs -0 sed -i "s|Copyright (C) \([[:digit:]]*\)\([ ]*\)-\([ ]*\)2015|Copyright (C) \1\2-\32016|g"
2016-01-02 23:59:31 -05:00
Mark de Wever
43b71f2ff0 New year copyright update. 2013-01-01 09:22:03 +00:00
Mark de Wever
9f0e16e724 Some more new year updates. 2011-01-01 20:57:22 +00:00
Eric S. Raymond
8cb06d71d1 Fixes suggested by SpellingMistakes,
...moostly with pofix.py support so as to minimize load on the
translators.
2010-07-13 05:11:23 +00:00
Gunter Labes
6d01a58230 documented the exit status conventions 2010-03-25 21:19:16 +00:00
Gunter Labes
59e6246953 Revert "documented the exit status conventions"
string freeze...
2009-10-20 19:30:46 +00:00
Gunter Labes
9842a121a3 documented the exit status conventions 2009-10-20 19:23:50 +00:00
Gunter Labes
639b62283d fixed/unified formatting 2009-09-27 16:37:30 +00:00
Nils Kneuper
a4eb1ad328 fix error in manpages
remove update directive for copyright update from pofix.py (if a
translator sends in a version with wrong date, he has to notice it,
this does not happen when it does not get fuzzy, corn already fixed
all the po files with some sed command, so they are safe)

regenerated po and .6 files based on the latest doc/man/wesnoth*.6
2009-08-10 16:00:30 +00:00
Gregory Shikhman
2039b10211 Updated copyright on all manpages from 2007 to 2009. 2009-08-10 14:09:32 +00:00
Tomasz Śniatowski
d8a2ca5efe wesnthd manpage update 2009-08-08 12:14:32 +01:00
Gunter Labes
3c776a28cf Implemented automatic saving of game replays. 2009-04-01 07:26:04 +00:00
Thomas Baumhauer
fd8df86894 update for the wesnothd man page: added information about the user handler stuff 2009-03-19 14:09:00 +00:00
Mark de Wever
a5d1d2e969 New year copyright update. 2009-01-01 10:27:41 +00:00
Gunter Labes
e5d413bf4f documented the new 'fifo_path' config key
updated the restart_command description
2008-09-04 18:02:03 +00:00
Gunter Labes
bb19585b18 improve [ban_time] documentation 2008-09-01 00:36:55 +00:00
Pauli Nieminen
03343a3fdd Improved ban_time documentation 2008-09-01 00:06:29 +00:00
Pauli Nieminen
a893903975 Added missing server configuration file keys and tags to man page 2008-08-27 21:58:59 +00:00
Gunter Labes
68f148c398 add a note about the special meaning of 0 for connections_allowed
correct some wrong/misleading statements about healing
2008-02-02 19:55:00 +00:00
Gunter Labes
2576f8a3d5 *update and streamline the usage and manpage documentation 2007-12-10 03:22:10 +00:00
Gunter Labes
c2a6fdad58 more updates considering the new 'debug' log level 2007-11-02 03:43:26 +00:00
Gunter Labes
29b7f42d0d update defaults for disallow_names= 2007-09-11 07:45:55 +00:00
Gunter Labes
b650f79aad mentioned what values some keys default to 2007-03-07 13:53:02 +00:00
Gunter Labes
74dc1dd302 fixed one double entry and updated the SYNOPSIS also now 2007-02-04 14:20:02 +00:00
Gunter Labes
dac8314334 reverted the changes of 'manedit' for now 2007-02-04 13:43:46 +00:00
Nils Kneuper
fd67b75176 fixed a small mistake in wesnothd.6
updated all po files for manpages

updated German manpages
2007-02-04 13:24:23 +00:00