1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 11:49:55 +00:00

161 Commits

Author SHA1 Message Date
Chris Sexton
feb42b8293 emojy: allow creation and removal of emojy
- includes a web interface for uploading new images
- includes a web interface for viewing 'possible' images
2022-06-08 21:03:21 -04:00
Chris Sexton
4e3cbbafad factoid: refactor and ignore reaction
- factoid is a mess, but I at least split it into a few parts
- need to move config values from factoid to fact
- need to rename the whole thing to fact
- probably need to go over it with a fine toothed comb
- 5 seconds, why 5 seconds? I still don't know
- added kind to the message type so we can filter reactions out
2022-05-31 11:27:34 -04:00
Chris Sexton
bd3ba48bbe bot: log admin checks 2022-05-30 16:59:43 -04:00
Chris Sexton
471c3ecff4 all: update to go1.18 and any interface 2022-03-21 21:36:04 -04:00
Chris Sexton
3af3633559 web: fix vue version references
3.x came out and @latest busted everything.
2022-02-18 07:20:02 -05:00
2a9ae13560 roles: add plugin 2021-11-20 15:34:38 -05:00
3343a98802 pubsub: add counter pub 2021-11-15 20:51:40 -05:00
373929646c history: record history in bot 2021-10-05 19:12:35 -04:00
fc0c6ccd46 history: add history module 2021-10-05 18:50:19 -04:00
13e16c9f01 web: change to embedded pages
counter: embed counter page

admin: move vars and apppass to embedded

secrets: move to embedded

cli: move to embed

meme: move to embed

fact: move to embed

bot: move to embed

fix write command
2021-07-29 13:00:33 -04:00
7ba9d94ac2 counter: add api, bot: change routes
* many routes changed by adding the chi router
* counter has an authenticated API to increment and decrement
2021-07-28 11:41:01 -04:00
c47a4f7c6f web: migrate endpoint registration to chi 2021-07-28 11:41:01 -04:00
31fe84b0ba apppass: add password generation page 2021-07-21 09:59:43 -04:00
c5d468c723 last: add multichannel support
This
* ensures the last is between yesterday and yesterday
* adds a channel check to the query
* adds a command to check a specific channel
2021-04-28 16:52:07 -04:00
4c669e520f last: create plugin 2021-04-27 12:45:52 -04:00
332d992d05 counter: use IDs when available
This should help alleviate user name changes, but may not fix it
entirely. Had to update beers and goals to match an ID search.

Note: this will bust badly for IRC
2021-02-14 17:00:56 -05:00
ca97a07a4d goals: refactor 2021-02-07 13:33:30 -05:00
4a0ba76b89 first: refactor and add clear command 2021-02-03 20:38:21 -05:00
8cb6b485cb fact: refactor 2021-02-01 21:28:58 -05:00
a6847a996f babbler: refactor 2021-02-01 10:48:06 -05:00
e7ec092c64 counter: update tests 2021-01-31 21:53:48 -05:00
0e5f7eb2d5 newsbid: refactor 2021-01-31 18:24:42 -05:00
aad4ecf143 bot: refactor callback handlers
New system:
* Each callback can filter for a regex
* Backwards compatability using a `.*` generic regex
* Handlers now accept a request object instead of bare arguments

All new plugins should use this new system.
2021-01-31 16:54:07 -05:00
1acb78bb5a bot: disable suffix commands 2021-01-09 17:27:52 -05:00
c4605cfb77 git: don't unfurl links 2021-01-09 16:58:18 -05:00
bbf5b27790 web: remove go template dependency
All vue pages now request `/nav` to get a JSON array of navigation
instead of relying on the Go template to have the nav built in. This
cleans up all of the crufty `{{ "{{ thing }}" }}` that was making it
hard to wriet vue.

This also paves the way to using the new Go resource embedding so that
the pages don't need to be wrapped in Go files.
2021-01-09 13:46:28 -05:00
9dbdd1f9a3 connectors: add translation layer
* URLs can be translated to slack/discord compatible
* Emojy have a connector-specific translation configuration
* Advent of Code plugin respects emojy and URLs
* Config can be wrapped in `` for JSON
2020-12-02 09:53:57 -05:00
a30be0df8f meme/bot: add ephemeral messages 2020-10-24 10:04:53 -04:00
11224e0a2f bot: only provide help for whitelist items 2020-10-16 15:57:04 -04:00
5df7644229 remove more logs 2020-10-09 13:58:25 -04:00
c8d01029ea admin: enforce admin status of users 2020-10-09 13:14:25 -04:00
969cbb37a1 mock: fix interface 2020-10-09 12:04:33 -04:00
2fb84219a0 whitelist: add whitelist of plugins 2020-10-09 12:00:10 -04:00
a9937d9b8e discord: add discord functionality
* added discord connector
* modified user to support image avatars instead of URL avatars
* modified meme to send IDs instead of names
2020-09-09 13:21:39 -04:00
7b3179fe1d beers: reorder checkin logic 2020-06-17 14:31:30 -04:00
12ca34006f bot: add ability to disable plugins per channel
admin: use 'enable/disable plugin <name>'
2020-06-09 13:52:23 -04:00
b13385774e beers: host your own images 2020-05-25 14:47:02 -04:00
0057f91ce6 connectors: add profile to get user icon 2020-05-08 17:49:55 -04:00
cee267dbb8 admin: leave and come back 2020-04-29 17:48:55 -04:00
0b553da32d bot: respond to commands given by a message suffix 2020-04-21 16:54:03 -04:00
32d1ebaa95 bot: add new variables
* $time: a made up time
* $now: current time
* $msg: the user's message
2019-12-29 10:10:18 -05:00
b6a89ff06a web: use secret instead of human test
* Applies for services that modify data
* Anybody in the slack can ask for the daily secret
2019-06-13 10:04:06 -04:00
05fd032bea web: bugfix pack
* menuize front page
* fix url bug
* fix cli
2019-06-09 00:54:05 -04:00
9ea45f0ad3 web: add a menu and redo index
We can add arbitrary links now with the `bot.links` config
2019-06-09 00:18:57 -04:00
3d51d33da9 slackApp: add logging function 2019-06-07 12:19:24 -04:00
fe8763f78a first: change to per channel
And be sure not to pay attention to private/direct messages
2019-06-06 10:33:50 -04:00
20a56a4fcc web: small improvements 2019-05-27 22:16:35 -04:00
42f7f52bfb cli: make a new plugin 2019-05-27 19:23:05 -04:00
f267ae07e3 slack: add image support
* Make untappd checkins embed images
* Added attachment types as an optional send arg
2019-03-09 22:41:43 -05:00
a2d5d173f9 logging: switch to a logging library 2019-03-07 11:46:59 -05:00