Firepup Sixfifty Firepup650 · he/him
  • Firepi
  • Joined on 2024-03-29
Firepup650 commented on issue countify/countify#6 2024-05-24 22:15:02 +00:00
/hit API implementation

Ah I missed that it's limited to being greater than 0, ignore that.

Firepup650 opened issue countify/countify#11 2024-05-24 22:13:25 +00:00
/stats endpoint
Firepup650 opened issue countify/countify#10 2024-05-24 22:11:22 +00:00
/info endpoint
Firepup650 commented on issue countify/countify#6 2024-05-24 22:09:32 +00:00
/hit API implementation

That would make sense, countapi has no ref on what should happen in that scenario.

This should additionally fail if update_lowerbound is higher than 1. (Since it increments by one)

Firepup650 opened issue countify/countify#9 2024-05-24 22:07:14 +00:00
Keys should expire after 6 months, if we're following countapi's set up.
Firepup650 opened issue countify/countify#8 2024-05-24 22:05:47 +00:00
/set implementation
Firepup650 commented on issue countify/countify#6 2024-05-24 22:03:00 +00:00
/hit API implementation

Countapi ref:

/hit/:namespace?/:key

An easier way to track incrementing by one keys. This endpoint will create a key if it doesn't exists and increment it by one on each >subsequent request.…

Firepup650 opened issue countify/countify#7 2024-05-24 22:01:11 +00:00
/update implementation
Firepup650 approved countify/countify#4 2024-05-24 21:52:53 +00:00
Add /get endpoint

Seems stable enough.

Firepup650 pushed to fp-edits at countify/countify 2024-05-24 19:19:26 +00:00
6116df713d Run prettier
118b3643e7 Run actions on all branches + PRs
Compare 2 commits »
Firepup650 pushed to fp-edits at countify/countify 2024-05-24 18:19:50 +00:00
56f1591b6e Merge branch 'boot-test-workflow'
12cceb99cd Handle the listen socket not existing correctly
c05b6f1a8a Fix a bug
527880457c Add a test that makes sure that the server can start successfully
Compare 4 commits »
Firepup650 pushed to fp-edits at countify/countify 2024-05-24 17:48:18 +00:00
31301a068b Use literal regex
085bfc78c9 Run prettier
Compare 2 commits »
Firepup650 closed pull request countify/countify#2 2024-05-24 17:29:46 +00:00
Test keys and namespaces against the regex countapi uses
Firepup650 commented on pull request countify/countify#2 2024-05-24 17:29:45 +00:00
Test keys and namespaces against the regex countapi uses

smh you already manually merged it

Firepup650 created pull request countify/countify#2 2024-05-24 17:28:59 +00:00
Test keys and namespaces against the regex countapi uses
Firepup650 pushed to fp-edits at countify/countify 2024-05-24 17:27:08 +00:00
6bf78c98f6 Test keys and namespaces against the regex countapi uses
Firepup650 created branch fp-edits in countify/countify 2024-05-24 17:27:08 +00:00
Firepup650 pushed to master at Firepup650/FireBot 2024-05-24 17:06:59 +00:00
b720b5edf8 Formatting
ce6dc597ef Small Typo 3
1feb1e2813 Little typo 2
aa0dd3cc22 We don't handle these, and they're normal things, so ignore 'em.
152c87a8db Little typo
Compare 11 commits »
Firepup650 deleted branch add-prettier from countify/countify 2024-05-24 15:14:54 +00:00
Firepup650 commented on issue Firepup650/FireBot#9 2024-05-24 03:55:33 +00:00
Have FireBot actually track where it has ops

This is now partially finished. we need to watch channel joins for this stuff too.