~ubuntu-branches/ubuntu/trusty/xpilot-ng/trusty

« back to all changes in this revision

Viewing changes to doc/README.passwords

  • Committer: Bazaar Package Importer
  • Author(s): Ben Armstrong
  • Date: 2008-03-18 12:33:36 UTC
  • mfrom: (1.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080318123336-x1qjwdauqfe2g215
Tags: 1:4.7.3~cvs20080224-1
* CVS snapshot, preparing for 4.7.3 release.
* Fix dependencies to make binNMU safe. (Closes: #435967)
* Moved maps and server configs from -common to -server and dropped -server
  dependency on -common. (Closes: #436061)
* Added README.Debian explaining change in default key mapping from
  classic XPilot. (Closes: #324413)
* Changed encoding in VERSION string to UTF-8. (Closes: #387170)
* Added LSB formatted dependency info in init.d script. (Closes: #460522)
* Must build conflict with x11proto-xf86misc-dev so that HAVE_XF86MISC
  will not be set, as otherwise XF86MiscGetMouseSettings fails on the new
  xorg, crashing the client.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is just a short README so that people are aware that player passwords
 
2
have been added to XPilot. For many many years, people didn't care about
 
3
player passwords, so I felt that a README is needed for password support to
 
4
be noticed. :)
 
5
 
 
6
Player passwords have been supported since version 4.3.1X.
 
7
 
 
8
Players can set a password for their current nick or change it with the
 
9
/setpass command. On login, their nick will be changed and they have to
 
10
authenticate using the /auth command. (In case you don't know, those
 
11
commands can be used by typing them when sending a message (default key
 
12
for sending a message is 'm'). Hint: "/help" will list all available
 
13
commands. "/help <command>" prints a help message for <command>.)
 
14
 
 
15
There are three server options you should know:
 
16
 
 
17
  "allowPlayerPasswords" (or short "PlayerPasswords")
 
18
  "playerPasswordsFileName" (or short "playerPasswordsFile")
 
19
  "playerPasswordsFileSizeLimit" (or short "playerPasswordsLimit")
 
20
 
 
21
If they haven't changed since version 4.3.1X, the defaults are:
 
22
("LIBDIR" being the directory where the "defaults" file and
 
23
 "maps" directory can be found if they point to the default paths,
 
24
 for example /usr/local/lib/xpilot)
 
25
 
 
26
  allowPlayerPasswords: False
 
27
  playerPasswordsFileName: <LIBDIR>/player_passwords
 
28
  playerPasswordsFileSizeLimit: 1000000
 
29
 
 
30
Please note that the file size can grow beyond the limit by some percent,
 
31
since it is only regarded when a new password is to be added. If someone
 
32
changes the password or logs in, his entry will be updated regardless of
 
33
the limit.