Commit graph

10 commits

Author SHA1 Message Date
Hugh Rundle d51bd3014e
Merge pull request #3 from hughrun/deps
bump axios and version
2021-11-06 10:16:18 +11:00
Hugh Rundle c337614fe6
bump axios and version 2021-11-06 10:15:33 +11:00
Hugh Rundle e5728006bc improve error-checking and add username to some responses
Previously clippy was left in an unresponsive state if an authentication error occured, or in some cases if the remote server dropped the connection without sending a close() message. Clippy now terminates the socket connection on every connection error or authentication error, waits 5 seconds, and tries again.

Also added username to the response function, and added a couple of extra responses.
2021-07-09 18:48:15 +10:00
Hugh Rundle 0ba65f833c bump ws module 2021-07-09 18:47:50 +10:00
Hugh Rundle 852d96f635 bugfix
- clippy now ignores toots that mention clippy
- remove all mentions before checking toot text for topic
- normalise casing of toots for broader matching (probably only works for ASCII)
2021-05-28 20:52:24 +10:00
Hugh Rundle e4ad64b0c8 see all references to topic in CWs
- not just exact matches :-)
2021-05-23 15:43:09 +10:00
Hugh Rundle 23735ced6f add npm install instructions 2021-05-15 15:25:23 +10:00
Hugh Rundle 100b9e3cd6 fix code highlighting 2021-05-15 15:04:58 +10:00
Hugh Rundle 3b7931d445 first code commit 2021-05-15 15:03:59 +10:00
Hugh Rundle e80e633335
Initial commit 2021-05-15 14:42:51 +10:00