Lines Matching refs:IP
1 # Hide IP plugin for DokuWiki
3 Removes IP addresses from everywhere a DokuWiki admin might see them. Two parts that work together:
6 …IP-bearing files DokuWiki already has on disk (changelogs and page metadata) and rewrites them. Au…
10 
16 …IP octet and User-Agent. A community [fork by adakaleh](https://github.com/adakaleh/dokuwiki-plugi…
26 …ED`, `HTTP_CF_CONNECTING_IP`, `HTTP_TRUE_CLIENT_IP`. The User-Agent is left alone (it's not an IP).
28 …ads the IP. Every downstream consumer — `clientIP()`, `$INPUT->server->str('REMOTE_ADDR')`, change…
34 | `data/meta/**/*.changes` | Per-page change history; master `_dokuwiki.changes` | TSV field 2 (IP)…
47 …-time anonymisation active and after a scrub. **This is not a real visitor IP and nothing is leaki…
57 For each lock, DokuWiki writes the username if one is set, otherwise IP and session-id. From `inc/c…
67 … (the use case this plugin is built for), every lock uses the username and IP isn't consulted. Eve…
75 …now active. To scrub existing data: refresh the Admin page and open **Hide IP** under Additional P…
81 1. **Admin → Hide IP**
82 2. Click **Preview (count only)** to see how many files and IP slots would be rewritten.