Commit graph

17 commits

Author SHA1 Message Date
dependabot[bot] 85d6589dce
Bump ws from 7.5.2 to 7.5.10
Bumps [ws](https://github.com/websockets/ws) from 7.5.2 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.2...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 02:12:09 +00:00
Hugh Rundle a99bd4bf92
Merge pull request #5 from hughrun/dependabot/npm_and_yarn/follow-redirects-1.15.6
Bump follow-redirects from 1.14.7 to 1.15.6
2024-04-15 15:45:30 +10:00
dependabot[bot] b86560f033
Bump follow-redirects from 1.14.7 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 05:40:05 +00:00
Hugh Rundle 391e7524ca
Update README.md 2022-10-23 21:22:16 +11:00
Hugh Rundle 7b9a90030a
Update README.md 2022-10-23 15:22:39 +11:00
Hugh Rundle 2bfa31907f
Merge pull request #4 from hughrun/dependabot/npm_and_yarn/follow-redirects-1.14.7
Bump follow-redirects from 1.14.1 to 1.14.7
2022-01-17 16:54:30 +11:00
dependabot[bot] d62209587e
Bump follow-redirects from 1.14.1 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 05:32:17 +00:00
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