Compare commits

...

6 Commits

3 changed files with 43 additions and 1 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
---
kind: pipeline
type: ssh
name: deploy
server:
host:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_key
clone:
disable: true
trigger:
branch:
- master
steps:
- name: deploy
commands:
- sudo -Hu www-data git -C /var/www/rfc.tildeverse.org pull --rebase origin master

View File

@ -15,6 +15,16 @@
<meta property="og:site_name" content="tildeverse RFCs">
<meta property="og:type" content="website">
<style>
/* offset #fragments */
:target:before {
content: "";
display: block;
height: 70px;
margin: -70px 0 0;
}
</style>
</head>
<body style="padding-top: 70px;">
<div class="container">

View File

@ -34,6 +34,16 @@ the bot, it MUST respond to `!botlist` and/or `!rollcall` with the given prefix.
All bots on tilde.chat MUST set usermode +B on or near connect.
### Rejoin-on-kick
All bots on tilde.chat MUST NOT rejoin a channel automatically after being
kicked. If a channel operator wishes to remove your bot from their channel, you
must obey.
An exception is made for certain mechanisms to automatically rejoin;
specifically, if the channel operator can turn off the auto-rejoin behavior, it
is allowed.
## Procedural Information
### Security Considerations
@ -48,4 +58,5 @@ usermode +B on connect.
For bots on tilde.chat coming from tilde.town, maintainer info must be added,
as well as an alias from "!botlist" to "!rollcall".
Bots made with [teambot](https://tildegit.org/team/teambot) will be updated to set usermode +B.
Bots made with [teambot](https://tildegit.org/team/teambot) will be updated to
set usermode +B.