chiark / gitweb /
antialiasing text conversion: dictionary-manager prompting seems to work
[ypp-sc-tools.main.git] / pctb / README.privacy
1 Communications with servers - and your privacy
2 ==============================================
3
4 The Special Circumstances YPP PCTB client talks to two different
5 servers for different purposes.
6
7 (The information below is true if you invoke the system using the main
8 `ypp-commodities' program.  If you want to know the relationships
9 between it and its various helper programs, and the specific
10 behaviours of the helpers, you'll have to read the source.  Sorry.)
11
12
13 1. PCTB server
14 ==============
15
16 This records everyone's uploads of commodity prices and allows you to
17 conveniently search for good trade routes using the PCTB website.
18
19 We upload to the PCTB server if you select the --upload option, and
20 not otherwise.
21
22 We also query the PCTB server to determine possible island names, if
23 we don't recognise the island and want to ask you about it.  It is not
24 currently possible to disable this behaviour, but if you don't select
25 an operating mode (like --upload) which needs to know your island, it
26 won't happen.
27
28
29 2. YPP SC PCTB client dictionary server
30 =======================================
31
32 This server maintains the master databases of character and island
33 name images, and of new commodity names, which is used for the
34 commodity screen OCR, for determining your island name, and for
35 checking whether commodities not found on the PCTB server are real.
36
37 By default, we ask the server for an updated set of dictionaries every
38 time we run; this is done with the rsync protocol (indeed, by invoking
39 rsync).  You can disable this with --dict-local-only.
40
41 If we find a screen display we don't understand, we will ask you about
42 it by popping up a window which allows you to select the island (or
43 provide character set information - see README.charset).  Your answers
44 to these questions are recorded locally and will be used by your
45 client in future.
46
47 By default, these dictionary updates are also submitted to my server.
48 That allows me to check them; if they are correct, I will include them
49 in the master database so that everyone gets the benefit of them.
50 If there are any incorrect submissions, I can contradict them in the
51 master database so that your client will automatically behave
52 correctly anyway.
53
54 So, thanks for your help!
55
56
57 Dictionary submissions (uploads) include your pirate name by default
58 --------------------------------------------------------------------
59
60 These dictionary submissions are reported to me along with the ocean
61 name and your pirate name.
62
63 I will only use this to talk to you about your dictionary submissions
64 (for example, to let you know if you have made a mistake, or to thank
65 you for your contributions).
66
67 However, if you prefer to be anonymous, you can tell your PCTB client
68 not to mention your pirate name (in the GUI, or with the --dict-anon
69 option).  In this case I won't see your ocean or your pirate name,
70 although of course the actual images in your submissions may reveal
71 your island and thus your ocean.
72
73
74 User interface for privacy
75 --------------------------
76
77 The dictionary submission feature, and whether to quote your pirate
78 identity, is exposed in and controllable from the dictionary update
79 GUI, for maximum visibility.  The settings in the GUI are not recorded
80 anywhere from one run to the next.  If you want to consistently
81 increase your privacy setting, use the --dict-* privacy options.
82 See the table of options in the README for details.
83
84 Having said all that, please do not upload data to the PCTB server
85 without also participating in dictionary sharing.  If you don't update
86 your dictionary, your parses may be wrong and thus the data you upload
87 to PCTB may be wrong.  If you don't submit your dictionary entries,
88 any mistakes you make will remain uncorrected.
89
90
91 Records kept
92 ------------
93
94 I keep a permanent log of all the submissions, including date, time,
95 submitting pirate or IP address, and YPP SC PCTB client version.
96 This is so that I have enough information to go back and fix the
97 dictionary if anything goes badly wrong (for example, if a particular
98 client is broken).
99
100 My rsync server (file server) also records your IP address when your
101 client fetches new master dictionaries; those logs are used only for
102 debugging the rsync server (which also serves many other files), and
103 they are routinely expired, currently after about two months.
104
105 The information about the source of a submissions doesn't appear in
106 the dictionaries as available for download, so other people won't
107 know you're using my program.
108
109 I don't know what records the actual PCTB server keeps, but the upload
110 process tells the server your ocean and island name, and your PCTB
111 upload client version number (including the fact that it's this Linux
112 client).  The PCTB server is not told your pirate name.