Unnamed Fossil Project

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-08-19
10:35
Upgrade yuibot and migrate to new debut Leaf check-in: 202a7aa697 user: monax tags: trunk
2026-07-31
21:57
merge check-in: 8a01c0b2b6 user: monax tags: trunk
21:57
version bump Closed-Leaf check-in: 52cccb61a8 user: monax tags: usermap
21:56
add some more functions check-in: 007ad3d085 user: monax tags: usermap
21:18
Add a somebody function to select a user present in the given channel check-in: f80fc83783 user: monax tags: usermap
21:06
Add a set to the userdata to track what channels a user is in check-in: e34e579151 user: monax tags: usermap
2026-07-30
22:45
update yuibot to only greet someone who hasn't been greeted in 8 hours or longer check-in: 599af516bc user: monax tags: trunk
2026-07-29
11:34
comment greetings for now until I can add a timeout check-in: ea7f9a1b0f user: monax tags: trunk
2026-07-24
22:10
update the roster to use agency 2 check-in: c8303d7639 user: monax tags: trunk
2026-07-22
23:32
Add a timeout to yuibot check-in: dafabe7b9a user: monax tags: trunk
2026-07-21
10:26
adjust weights check-in: aa01a042f9 user: monax tags: trunk
02:12
fix the escape characters that that addlepated simpleton added check-in: 0c45b961c0 user: monax tags: trunk
02:09
Add a weighted linear scan to greetings check-in: 45f8d92d42 user: monax tags: trunk
2026-07-18
17:20
Add a /query command to change focus check-in: c6aaf746ca user: monax tags: trunk
17:15
Fix a scoping problem causing logging to stop working check-in: 8f8647b8b9 user: monax tags: trunk
16:19
extend the msg display and add a nick command check-in: 554df3a05e user: monax tags: trunk
13:38
Add /join and privmsg commands check-in: 8a297f8ef8 user: monax tags: trunk
12:27
Add /raw comman check-in: 8cd08c90b5 user: monax tags: trunk
12:14
resolved the bug thanks to claude check-in: 8e570af82b user: monax tags: trunk
11:27
Get some conn stuff working but for some reason the connect is being reset to Nothing check-in: 3405cdb0b6 user: monax tags: trunk
10:21
fix an index out of range issue check-in: ca5bc993fb user: monax tags: trunk
10:21
Add some simple flowing and output of the output buffer check-in: 2348438b2d user: monax tags: trunk
04:07
Add a bunch of woland's greetings check-in: 7a5b03bac6 user: monax tags: trunk
02:54
Add support for nick and quit messages in yuibot and have to filter @ from the list of names in a NAMES because I didn't realize IRC sent that there check-in: 29d80e566b user: monax tags: trunk
02:35
merge check-in: 1312692b25 user: monax tags: trunk
02:34
merge Closed-Leaf check-in: 587ce02c9d user: monax tags: modularization
02:34
merge Closed-Leaf check-in: d50ac4966c user: monax tags: multiline-input
02:33
merge Closed-Leaf check-in: 39abebb1bd user: monax tags: fix-cursorPositionCharOffset
02:32
merge Closed-Leaf check-in: 0a4558fabb user: monax tags: no-multiline-padding
01:59
Add a qay to quit with "/exit" Closed-Leaf check-in: ea6e7eeeb4 user: monax tags: client-module
01:45
Add support for home and end check-in: 75b2e5e6f8 user: monax tags: client-module
01:33
Added RequestRedraw support check-in: 0c15962e60 user: monax tags: client-module
01:28
Get the input stuf working! check-in: 416984cc76 user: monax tags: client-module
00:23
Write some handlers check-in: 1c3616ac8a user: monax tags: client-module
00:08
Delete all old rendering functions and handlers, I am basically starting over with the stupid stuff I kep messing up. check-in: d5df0f8f06 user: monax tags: client-module
2026-07-17
23:41
Add some nick tracking stuff to yui bot, it's only partially complete right now check-in: 67a43b6928 user: monax tags: client-module
23:41
fix a problem with the parser check-in: cb8687b02a user: monax tags: client-module
21:34
fix typo check-in: ab32788c42 user: monax tags: client-module
21:33
update yuibot check-in: 9622ea4725 user: monax tags: client-module
2026-07-16
20:55
Fixed the input offset to pos and the inverse function. Now I need to make sure the inputPreparedForRenderingFunction is correct. It seems to have an off by one error. check-in: c1b8cc73ff user: monax tags: client-module
00:54
add traceM to debug check-in: 91aed4b2aa user: monax tags: client-module
00:53
input without left or right keys or backspace works for a single line check-in: e71be31e77 user: monax tags: client-module
00:12
Get the init working check-in: a09999c14c user: monax tags: client-module
2026-07-15
22:51
Making parameterized modules and starting to refactor a bunch of stuff in the client check-in: 8ebf10c0a9 user: monax tags: client-module
2026-07-14
16:34
Remove the multiline padding in computeLinesOfInputAndNewCursorPosition check-in: deb359ce2c user: monax tags: no-multiline-padding
16:23
Going to reduce padding so this is merged for now check-in: e18d30299c user: monax tags: multiline-input
16:01
Have some stuff working but cursorPositionCharOffset, when input is longer than one line, is off by the length of the input header check-in: 405b5dea51 user: monax tags: fix-cursorPositionCharOffset
15:04
trying to get this shit to work check-in: 3bc2d399a4 user: monax tags: multiline-input
14:09
formatting some long lines check-in: 1550aef91a user: monax tags: multiline-input
14:07
Got printable keys and key left events working as far as I can tell check-in: 025aa528b2 user: monax tags: multiline-input