Manual_advanced |
Advanced ManualIntroductionPlease enjoy this manual, and report any inaccuracies or potential for improvement. It helps if you use #meta tag. These Features May Be Confusing At First
Expert Mode Overview
To send message:
To create profile:
To post using profile:
* Refer to Manual for token syntax. Terminology and Notationepoch time Most timestamps are currently in epoch time. This is the number of seconds since the
beginning of the Unix Epoch, and is (for the foreseeable future) a 10-digit number, beginning with 15. Example: item An item is one "something" that has been added to the message board. Items are the most basic elements, on which everything else is built. Everything that happens on the message board is an item. For example, a text that someone has posted is an item, and so is a user profile, a vote, a reply, etc. Items are stored as plain text files (.txt), one of the most common and supported file formats, so that they can be easily inspected. Items are identified with a 40-digit "hash", which looks like this: (more to come) How to use GPGSummary for ExpertsCreating a profile: Generate a PGP key, post public key. Posting stuff as your profile: sign with GPG, paste into textbox. More descriptive versionYou will need to generate a key and then sign your messages. Piece of cake. Writing As YourselfTo write something under your new profile, you will need to sign your text. First, write the text that you want to post. Once you have finished writing it, save it to a .txt file. Look for the command to "Sign" (not encrypt) your text in your GPG software. Some software has no such option. In this case, you should use the "Encrypt" command, but ensure that the "To:" field is blank. You should end up with a big block of text that begins with "-----BEGIN PGP SIGNED MESSAGE-----" Copy this entire block of text, including the ----- part, and submit it via the Write page. That's it! Uploading Your Public KeyLook for the option to export your public key in your software. You should end up with a block of text that starts with "-----BEGIN PGP PUBLIC KEY BLOCK-----". Copy the whole thing, including the ----- part, and submit it via the Write page. You have now aliased your name to your key fingerprint. Signing With Command-Line GPGCheck GPG Versiongpg --version If you don't have GnuPG installed, go here: https://www.opengpg.org/ Generate Key Pairgpg --gen-key Export Public Keygpg --armor --export Sign Message in Text Filegpg --clearsign example.txt Sign Message After Typing Itgpg --clearsign Start typing your message. When you're finished, press Enter, then ^D (Ctrl+D). Other ResourcesIf you have questions, please ask them using Write page. Server KeyThe Server key is set by first generating or importing the whole key into the server's keychain. The Server key is used for signing (and in the process also timestamping) various events that happen on the server. This ensures that the items were not posted by a random. The following actions are currently server-signed: Admin user changes. Server-signed notice is posted. Version changed. Server-signed "changelog" is posted, which includes the comment from the current version's commit, as well as all the previous commits that came before it, up to the most recent commit included in a changelog. Client fingerprint and timestamp for items that are posted where the user requests this. Admin StuffThere is planned support in the near future for roles, multiple admins, etc. in the near future. That said, this software currently supports two roles: Admin, and Server. Both are optional. Admin UserThe Admin key is set by putting the admin's public key, ASCII-armored, into This user currently holds the following special powers: VouchThe RemoveThe All of the tokens in the removed item are undone at the next rebuild. #configThe Settings under the How to use GPGRead This FirstRead the GnuPG home page to familiarize yourself. AndroidOpenKeychain Apple iOS, iPhone, iPadPGP Everywhere Apple macOSGPG Suite Microsoft WindowsGpg4Win More OptionsOpenPGP Software Creating Your Profile, AKA Key PairYou can post your messages anonymously. Anonymous posting is very easy. Why even bother creating a profile? Benefits and Explanation of Account System
You will need to create a key pair. Look for this option in your software and use it. (More detailed guides to come.) GPG is traditionally used for email, but you do not have to provide your address for this forum. In fact, we recommend that you either leave the field blank. Otherwise, your email address will be accessible by anyone, including spambots. The key pair is stored on your device. If it is important to you, keep it safe, and back it up. |