Commit graph

1014 commits

Author SHA1 Message Date
murm
080e957655 updated exec to support html formatting 2023-03-17 01:47:51 -04:00
murm
47700fce82 update tags to allow for matrix html funnies 2023-03-17 01:42:28 -04:00
murm
8f8d5972aa add support for html-formatted matrix messages 2023-03-17 01:42:10 -04:00
murm
0d6e3b349d fixed tags, there are no "guilds" in matrix 2023-03-17 01:19:50 -04:00
murm
e9d6a0fe48 mmmmmmmmmmmm imag...... 2023-03-17 01:01:12 -04:00
murm
b4c5885435 tweak tags cmd, try and fail to fix natives 2023-03-17 01:00:59 -04:00
murm
776e4908ba essem is a goober 2023-03-17 00:18:33 -04:00
murm
8229010545 fixed img command 2023-03-17 00:18:24 -04:00
murm
b2ecaf9997 fixed url detection 2023-03-17 00:18:14 -04:00
murm
304f147676 tweaked imagecommand 2023-03-16 21:19:39 -04:00
murm
079c171065 burger 2023-03-16 21:02:24 -04:00
murm
c11fa40dfc update tip 2023-03-16 20:40:15 -04:00
murm
972e1a5bab fix image detection to not accept ANY mimetype 2023-03-16 20:39:10 -04:00
murm
e67c0d96ca stuff and things 2023-03-16 20:23:01 -04:00
murm
3957b17645 allow imagedetect to pull from room history 2023-03-16 11:32:14 -04:00
murm
eee2239364 oopsie poopsie 2023-03-15 11:03:59 -04:00
murm
0c1cbf8a84 massively stripped down help command 2023-03-15 11:03:09 -04:00
murm
0fe3a9ddac fix exec formatting 2023-03-15 10:57:57 -04:00
murm
52ba089e43 me when discord 2023-03-15 10:55:29 -04:00
murm
46bcb947e9 tweak sync limit 2023-03-15 10:53:18 -04:00
murm
69f3f34bde a 2023-03-15 10:50:25 -04:00
murm
c8f6f33481 testing in prod moment 2023-03-15 10:48:58 -04:00
murm
5f233246e9 fix restart for realsies 2023-03-15 10:47:39 -04:00
murm
a350cfbdc6 fix reload and formatting on exec 2023-03-15 10:46:45 -04:00
murm
d6cb0e3c78 fixed restart cmd 2023-03-15 10:45:14 -04:00
murm
492cdba631 fix error logging 2023-03-15 10:42:13 -04:00
murm
c841b53bdd fix owner checks 2023-03-15 10:12:35 -04:00
murm
db9b70bf66 initial update 2023-03-15 10:09:09 -04:00
3272429cf6
Fix eval on large outputs 2023-03-14 18:12:29 -05:00
d236179639
Port explode/implode, add new playing messages 2023-03-11 15:35:11 -06:00
a77dc5acf9
Port scott, update packages 2023-03-10 13:05:21 -06:00
d36ff74326
why did it take me 3 goddamn months to realize this was missing 2023-03-09 10:10:52 -06:00
10b80f2fd0
Add togif parameter 2023-03-08 19:36:39 -06:00
cc7ea2762c
Refactor and prepare for future CLI implementation 2023-03-08 14:41:13 -06:00
de308ca795
Dependency updates and stuff 2023-03-08 14:27:31 -06:00
2bd00d7845
Fix restart, slightly stabilize voice leave event 2023-01-28 22:58:51 -06:00
21e0914268
Fix typo in custom commands docs 2023-01-07 18:40:10 -06:00
c6dd21addd
Fix pagination jump setting a NaN page number 2023-01-07 17:01:23 -06:00
5ba0336837
Simplify flag, fix togif crash, update license 2023-01-03 22:03:51 -06:00
3c16599126
Deduplicate vips shutdown, reformat natives, remove soos alias 2022-12-28 17:01:50 -06:00
5d8974d177
Added bounce 2022-12-28 14:24:22 -06:00
89caa43068
how the hell did I manage to miss squish 2022-12-28 00:49:38 -06:00
47b2d9fcff
Finish converting natives 2022-12-28 00:20:17 -06:00
e1a31d6ddc
Portablized more natives 2022-12-26 00:28:56 -06:00
a01e2ae77b
Fix sepia 2022-12-21 22:40:17 -06:00
94f34fa40f
setting the bird on fire 2022-12-19 11:34:52 -06:00
5a4553e17c
Fix comma escape 2022-12-18 19:19:53 -06:00
60cac58043
Convert freeze and speed 2022-12-12 12:13:03 -06:00
14d5965caa
god dammit 2022-12-12 11:36:08 -06:00
samhza
ed25116851
Assorted db changes (#333)
* postgres: use transaction-scoped sql for upgrade

* database: combine fixGuild and addGuild into getGuild

* postgres, sqlite: simplify upgrade()

* allow running commands in DMs without prefix

this functionality was broken in
16095c0256 but is now fixed

* allow running esmBot without a database

Before this change, the only way to run esmBot without a database is to use the
dummy database driver which is broken but fails silently. THis can lead to a
confusing user experience. For instance, using `&command disable` with the
dummy database driver will tell you that the command has been disabled even
though it has not been.

This change adds support for running esmBot with no database driver by leaving
the DB= config option empty, and explicitly telling the user that some
functionality is now unavailable rather than failing silently like the dummy
driver.

* remove dummy database driver
2022-12-12 11:15:10 -06:00