Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-03-27
| ||
08:03 | Fixed some warnings and comments. Leaf check-in: 51d2b8d26e user: david tags: trunk | |
2024-03-26
| ||
09:06 | Adapting the structure to deal with more complex games and merging Spoof, but not ready yet. check-in: 223ad50bdb user: david tags: trunk | |
08:17 | Merged improvements made on Rps and Dice into the Spoof branch and got things in order. Leaf check-in: d7057bb24d user: david tags: spoof | |
2023-11-06
| ||
08:09 | Restructured event loop to use a single channel that receives fedi API notifications game-generated events. Got the tests that were passing, passing again. check-in: 846461bf2e user: david tags: spoof | |
2023-11-02
| ||
13:41 | Streamlined rps removing needless fields. check-in: e5cb56ba12 user: david tags: spoof | |
13:09 | Each game has a name so it can filter its own commands. Got some tests passing for spoof. check-in: 1615aff16d user: david tags: spoof | |
12:13 | Join logic more or less done. check-in: f62d9e0de9 user: david tags: spoof | |
11:46 | Some matching logic. check-in: 468923570e user: david tags: spoof | |
07:28 | Rationalised imports. check-in: f603be55a8 user: david tags: spoof | |
2023-10-31
| ||
12:57 | New release adding dice rolling. check-in: 1f0e07400c user: david tags: trunk | |
2023-10-30
| ||
21:51 | Further fixes to the regexp and the logic. check-in: 11d59e8c64 user: david tags: trunk, v1 | |
21:43 | Messed up the regexp. check-in: 74e2dab7ef user: david tags: trunk, v1 | |
21:31 | Fixed error when 0 dice or 0 sides are asked for. check-in: b850c7423b user: david tags: trunk, v1 | |
12:44 | Removed a debug print from dice. check-in: a92d9ea2bf user: david tags: trunk | |
12:35 | Typo fix. check-in: 5ebd99dfe7 user: david tags: trunk, v1 | |
12:09 | Dice merged into trunk. Release tag. check-in: 0664f53d5f user: david tags: trunk, v1 | |
12:08 | working code now. Leaf check-in: e3be2d011e user: david tags: dice | |
11:59 | Further tweak. check-in: 5a68a359a1 user: david tags: dice | |
11:57 | Different way to match. check-in: de4a3a68e2 user: david tags: dice | |
11:35 | More attempts. check-in: 5a7f5eedcf user: david tags: dice | |
11:31 | Better matching. check-in: 9829f71fca user: david tags: dice | |
11:08 | Working on regexp. check-in: 1372433eed user: david tags: dice | |
09:44 | Still trying to fix. check-in: 75386194c5 user: david tags: dice | |
09:40 | Fixing problem with capture groups. check-in: 20ec4468cf user: david tags: dice | |
09:30 | Adding a dice to the bot. check-in: a685bd4aad user: david tags: dice | |
2023-10-27
| ||
11:51 | Working on player functions for spoof. Fixed some things on Rps. check-in: f1a3a5762b user: david tags: spoof | |
07:13 | Fixes to comments check-in: d8d3411bf6 user: david tags: spoof | |
2023-10-26
| ||
12:51 | Some fix on main to suppress a type system warning. Split next into two according to whether it's a player or internal command. Starting on the player logic. check-in: 4ffe589384 user: david tags: spoof | |
2023-10-25
| ||
16:51 | Typo fix. check-in: 747cbd1e63 user: david tags: trunk, v1 | |
16:36 | README version list change. check-in: 16c8b343e7 user: david tags: trunk, v1 | |
16:33 | Made it less noisy, rationalised imports, fixed typos on readme. check-in: 8f2e240a0c user: david tags: trunk, v1 | |
12:59 | README fix. check-in: 6e6eef6346 user: david tags: spoof | |
12:38 | Rationalised imports. Yes, this is not very useful. check-in: cbb09c7854 user: david tags: spoof | |
07:12 | Merged changes. All working. check-in: 0676f7ea12 user: david tags: spoof | |
2023-10-23
| ||
23:17 | I think the timeout on the reqwest client is not doing what I want. check-in: e4533883a2 user: david tags: trunk | |
11:46 | Still backing off code. check-in: ffe93ac5dd user: david tags: trunk | |
11:03 | Improving backoff code. check-in: 14f9fd12e3 user: david tags: trunk | |
10:09 | Rewrote streaming loop with capped exponential backing off. Removed femme. check-in: 07e5e2be56 user: david tags: trunk | |
07:35 | More debugging, fixed quit string. check-in: d9ebf14bfa user: david tags: trunk | |
06:14 | Fixes for increased debugging. check-in: 74c87ce41d user: david tags: trunk | |
2023-10-22
| ||
18:38 | Merged with trunk, I want to keep the changes in sync. check-in: 7acdc3d486 user: david tags: spoof | |
17:18 | Fixed reqwest feature to use rustls. check-in: 76eb631c08 user: david tags: trunk | |
16:17 | Changed the streaming to notifications, which is the only thing the bot needs. check-in: f3803dc524 user: david tags: spoof | |
15:21 | Added a timeout to the Reqwest client. check-in: 98295d54c9 user: david tags: spoof | |
15:17 | Further work on spoof with some changes. check-in: e99c8a706b user: david tags: spoof | |
2023-10-21
| ||
21:39 | Debugging. check-in: 0a0b5b24d6 user: david tags: trunk | |
18:43 | Removed panic = abort from manifest to improve chances of catching this issue. check-in: 2b9ecbfb55 user: david tags: trunk, v1 | |
18:41 | Substituted all unwrap calls for expect, because something is causing the bot to stall and I don't know what it is. check-in: 4448a79aec user: david tags: trunk, v1 | |
2023-10-20
| ||
22:13 | Merged improvements from trunk to the work on the branch. check-in: 017fdca748 user: david tags: spoof | |
21:38 | Put the publish = false back in manifest to avoid accidental publishing. check-in: 56471fd7df user: david tags: trunk, v1 | |