diff options
author | default <nobody@localhost> | 2022-10-03 20:30:19 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-03 20:30:19 +0200 |
commit | 8618910c3c629f9e4e1afb8c1cecd14dfa8380b4 (patch) | |
tree | 85c5cb2ed8b8f0f5d7fb8ed40915bcd46030baca /doc/snac.1 | |
parent | f44af6f6a1bd97b47d207a19eaf2e4e5e1cddeb7 (diff) |
Deleted command-line commands that will not be implemented.
Diffstat (limited to 'doc/snac.1')
-rw-r--r-- | doc/snac.1 | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -137,9 +137,6 @@ Initializes the database. This is an interactive command; necessary information will be prompted for. The .Ar basedir directory must not exist. -.It Cm check Ar basedir Op uid -Does a minimal health check to the database and its users. If a -user id is provided, only this user will be checked. .It Cm purge Ar basedir Op uid Purges old data from the timeline of all users. If a user id is provided, only this user's timeline will be purged. @@ -157,25 +154,10 @@ Starts the daemon. Processes the output queue of the specied user, sending all enqueued messages and re-enqueing the failing ones. This command must not be executed if the server is running. -.It Cm update Ar basedir Ar uid -Enqueues a user information Update message to all followers. .It Cm passwd Ar basedir Ar uid Changes the password for a user (interactive). .It Cm follow Ar basedir Ar uid Ar actor Sends a Follow message for the specified actor URL. -.It Cm unfollow Ar basedir Ar uid Ar actor -Sends an Unfollow message for the specified actor URL. -.It Cm mute Ar basedir Ar uid Ar actor -Mutes an actor for the specified user. This is the most important -command for the Fediverse. The user will no longer receive nor -read another activity from the specified moron. -.It Cm unmute Ar basedir Ar uid Ar actor -In case a muted moron is no longer a moron, it can be unmuted -this way. This is the least used command ever. -.It Cm like Ar basedir Ar uid Ar url -Enqueues a Like message for a post given its url. -.It Cm announce Ar basedir Ar uid Ar url -Enqueues an Announce (boost) message for a message post its url. .It Cm request Ar basedir Ar uid Ar url Requests an object and dumps it to stdout. This is a very low level command that is not very useful to you. |