diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-21 19:15:00 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-21 19:15:00 +0200 |
| commit | 087f36b3a89535efa4a3af37e7cf73c24d45e7b0 (patch) | |
| tree | 4c5f8ded93746c1405b8af94e240702c5a8c1f23 | |
| parent | 65fb4cc62c2800195a8227ecb7bf0a9583bfd65f (diff) | |
| download | phorkie-087f36b3a89535efa4a3af37e7cf73c24d45e7b0.tar.gz phorkie-087f36b3a89535efa4a3af37e7cf73c24d45e7b0.zip | |
talk about IP addresses / OpenIDs
| -rw-r--r-- | README.rst | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -179,6 +179,21 @@ You will need to add the individual OpenID urls to the ``$GLOBALS['phorkie']['auth']['users']`` variable. +Get information about paste editors +=================================== +Phorkie stores the user's OpenID or IP address (when not logged in) when +a paste is edited. +It is possible to get this information for each single commit:: + + // IP / OpenID for the latest commit + $ git notes --ref=identity show + 127.0.0.1 + + // show IP / OpenID for a given commit + $ git notes --ref=identity show 29f82a + http://cweiske.de/ + + ================= Technical details ================= |
