Compare commits

..

No commits in common. "master" and "v0.8.0" have entirely different histories.

3 changed files with 1045 additions and 2711 deletions

3725
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +1,24 @@
{ {
"name": "botka", "name": "botka",
"version": "0.8.1", "version": "0.8.0",
"private": true, "private": true,
"author": [ "authors": [
"Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)" "Sebastian Kippe <sebastian@kip.pe>",
"Greg Karékinian <greg@karekinian.com>"
], ],
"description": "Heuristically programmed ALgorithmic computer", "description": "Heuristically programmed ALgorithmic computer",
"dependencies": { "dependencies": {
"cheerio": "0.22.0", "cheerio": "0.22.0",
"coffee-script": "^1.9.2", "coffee-script": "^1.9.2",
"hubot": "^3.3.2", "hubot": "^3.3.1",
"hubot-auth": "^1.2.0", "hubot-auth": "^1.2.0",
"hubot-help": "^1.0.1", "hubot-help": "^1.0.1",
"hubot-incoming-webhook": "^1.1.1", "hubot-incoming-webhook": "^1.1.1",
"hubot-irc": "github:67P/hubot-irc#deploy", "hubot-irc": "github:67P/hubot-irc#dev",
"hubot-redis-brain": "~1.0.0", "hubot-redis-brain": "~1.0.0",
"hubot-remotestorage-logger": "^1.3.0", "hubot-remotestorage-logger": "^0.7.1",
"hubot-web-push-notifications": "^1.2.0", "hubot-web-push-notifications": "^1.2.0",
"hubot-xmpp": "github:67P/hubot-xmpp#dev", "hubot-xmpp": "github:67P/hubot-xmpp#dev",
"request": "2.88.2" "request": "2.88.0"
} }
} }

16
run.sh
View File

@ -1,21 +1,19 @@
#!/bin/bash #!/bin/bash
PORT=4242 \ PORT=4242 \
HUBOT_LOG_LEVEL="debug" \ HUBOT_LOG_LEVEL="debug" \
HUBOT_IRC_DEBUG="1" \ HUBOT_IRC_SERVER="irc.freenode.net" \
HUBOT_IRC_USESSL="1" \
HUBOT_IRC_SERVER="znc.kosmos.org" \
HUBOT_IRC_PORT="6697" \
HUBOT_IRC_USERNAME="botka/libera" \
HUBOT_IRC_PASSWORD="123abc" \
HUBOT_IRC_REALNAME="botka (kosmos)" \
HUBOT_IRC_ROOMS="#kosmos-random" \ HUBOT_IRC_ROOMS="#kosmos-random" \
HUBOT_IRC_NICK="botka" \ HUBOT_IRC_NICK="botka_dev" \
HUBOT_IRC_UNFLOOD="300" \ HUBOT_IRC_UNFLOOD="300" \
HUBOT_AUTH_ADMIN="bkero,gregkare,raucao" \ HUBOT_RSS_PRINTSUMMARY="false" \
HUBOT_RSS_IRCCOLORS="true" \
HUBOT_RSS_HEADER="Update:" \
HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,jaaan,slvrbckt,raucao" \
LOG_HTTP_PORT=7000 \ LOG_HTTP_PORT=7000 \
LOG_STEALTH="true" \ LOG_STEALTH="true" \
RS_LOGGER_USER="kosmos@5apps.com" \ RS_LOGGER_USER="kosmos@5apps.com" \
RS_LOGGER_TOKEN="change-me" \ RS_LOGGER_TOKEN="change-me" \
RS_LOGGER_SERVER_NAME="freenode" \
RS_LOGGER_PUBLIC="true" \ RS_LOGGER_PUBLIC="true" \
WEBHOOK_TOKEN="kosmosplusplus" \ WEBHOOK_TOKEN="kosmosplusplus" \
VAPID_SUBJECT="https://example.com" \ VAPID_SUBJECT="https://example.com" \