diff options
| -rw-r--r-- | doc/snac.1 | 6 | ||||
| -rw-r--r-- | doc/snac.8 | 4 |
2 files changed, 10 insertions, 0 deletions
| @@ -204,6 +204,12 @@ Enqueues a Create + Note message to all followers. If the | |||
| 204 | argument is -e, the external editor defined by the EDITOR | 204 | argument is -e, the external editor defined by the EDITOR |
| 205 | environment variable will be invoked to prepare a message; if | 205 | environment variable will be invoked to prepare a message; if |
| 206 | it's - (a lonely hyphen), the post content will be read from stdin. | 206 | it's - (a lonely hyphen), the post content will be read from stdin. |
| 207 | .It Cm block Ar basedir Ar instance_url | ||
| 208 | Blocks a full instance, given its URL or domain name. All subsequent | ||
| 209 | incoming activities with identifiers from that instance will be immediately | ||
| 210 | blocked without further inspection. | ||
| 211 | .It Cm unblock Ar basedir Ar instance_url | ||
| 212 | Unblocks a previously blocked instance. | ||
| 207 | .El | 213 | .El |
| 208 | .Ss Migrating an account from Mastodon | 214 | .Ss Migrating an account from Mastodon |
| 209 | See | 215 | See |
| @@ -281,6 +281,10 @@ format) from the Mastodon web interface and execute this: | |||
| 281 | awk -F, 'NR > 1 { print $1 }' /path/to/following_accounts.csv | \\ | 281 | awk -F, 'NR > 1 { print $1 }' /path/to/following_accounts.csv | \\ |
| 282 | xargs -n 1 snac follow $SNAC_BASEDIR $SNAC_USER | 282 | xargs -n 1 snac follow $SNAC_BASEDIR $SNAC_USER |
| 283 | .Ed | 283 | .Ed |
| 284 | .Ss Instance blocking | ||
| 285 | Full instances can be blocked. This operation must be done from | ||
| 286 | the command-line tool. See | ||
| 287 | .Xr snac 1 . | ||
| 284 | .Ss Other Considerations | 288 | .Ss Other Considerations |
| 285 | .Nm | 289 | .Nm |
| 286 | stores all the messages it receives as JSON files, which are usually | 290 | stores all the messages it receives as JSON files, which are usually |