home · contact · privacy
ircplom
16 hours ago Christian HellerTo avoid crashes on too long status line window lists...
30 hours ago Christian HellerDon't use negative indices on Update.full_path, could...
30 hours ago Christian HellerMirror channel membership in chat message logs.
31 hours ago Christian HellerInto channel log add membership status change messages...
32 hours ago Christian HellerShow membership prefixes in channel residents listing.
32 hours ago Christian HellerMinor code simplification.
33 hours ago Christian HellerSimplify setting of Client.db.message.
2 days ago Christian HellerMinor refactoring.
2 days ago Christian HellerOn MsgParsseExpectation bonus tasks allow multiple...
2 days ago Christian HellerMore code clean-up around message parsing.
3 days ago Christian HellerClean up message parsing code.
4 days ago Christian HellerGet rid of unnecessary MsgParseExpectation.idx_into_list.
4 days ago Christian HellerMove more message handling into MSG_EXPECTATIONS/out...
4 days ago Christian HellerAdd server setting channel membership prefixes.
4 days ago Christian HellerRecord prefix memberships in Channel.prefixes dictionary.
5 days ago Christian HellerImprove wording: could be "not connected" without being...
5 days ago Christian HellerDifferentiate attribute unsetting in debug logs, reduce...
6 days ago Christian HellerFor update loggings, differentiate Dict zero-ing vs...
6 days ago Christian HellerDon't trigger update logs on auto-creation of (at that...
6 days ago Christian HellerDon't trigger update logs on auto-creation of (at that...
7 days ago Christian HellerUn-smarten Dict.
8 days ago Christian HellerProperly parse MODE settings on users.
9 days ago Christian HellerAdd user identity setting tests.
9 days ago Christian HellerDon't crash on QUIT during server greeting before we...
10 days ago Christian HellerDon't write TUI-internal chatter to log files
10 days ago Christian HellerOn testing inserts, allow empty bump fields.
10 days ago Christian HellerIn testing script inserts, allow more than one replacem...
12 days ago Christian HellerExtend tests, especially for ISUPPORTs handling.
13 days ago Christian HellerImprove test parsing error reporting.
2025-11-12 Christian HellerHandle NOTICE messages from server to channel.
2025-11-12 Christian HellerRefactor tests, fix some minor holes.
2025-11-12 Christian HellerMore tests refactoring, and moving library files into...
2025-11-11 Christian HellerMajor tests and tests library interdependencies refacto...
2025-11-11 Christian HellerOn test failure, don't just output passed lines, but...
2025-11-10 Christian HellerAdd test for channels-related interactions.
2025-11-10 Christian HellerOn testing scripts insert resolution, don't insert...
2025-11-09 Christian HellerRename methods to show they're merely guards to TUI...
2025-11-09 Christian HellerCatch /join, /part to check if possible via current...
2025-11-09 Christian HellerAdd CAPS negotiation test, refactor tests.
2025-11-09 Christian HellerFor CAP NEW/DEL/ACK/NAK processing, guarantee alphabeti...
2025-11-09 Christian HellerFix forgetting CAP :END if no sasl capability captured.
2025-11-09 Christian HellerIn CAP negotiation, only REQ caps just shown available...
2025-11-08 Christian HellerRefactor tests.
2025-11-08 Christian HellerTo testing, add insertion of fragments library files.
2025-11-08 Christian HellerSome tests refactoring.
2025-11-08 Christian HellerIn verbose test log output, also show fragments section.
2025-11-08 Christian HellerRefactor test column logging.
2025-11-07 Christian HellerChange end-of-fragments marking in testing scripts...
2025-11-07 Christian HellerIn testing line replacements also replace within fragme...
2025-11-07 Christian HellerReplace testing directive loggedservermsg with mere...
2025-11-07 Christian HellerRefactor testing log columns output.
2025-11-07 Christian HellerExtend testing insert command with string replacement...
2025-11-06 Christian HellerRestructure code of test command insertion for greater...
2025-11-06 Christian HellerMore test refactoring.
2025-11-06 Christian HellerClean up unwieldy-grown timeout test.
2025-11-05 Christian HellerOn connecting attempt, log used config data to server...
2025-11-05 Christian HellerCode-style imported db_primitives classes as public.
2025-11-05 Christian HellerVariable renaming for greater code clarity.
2025-11-05 Christian HellerRefactor out db_primitives:_Dict.
2025-11-05 Christian HellerMove data structure primitives out of client.py into...
2025-11-03 Christian HellerIn debug window, don't spread tuples over one-per-item...
2025-11-03 Christian HellerDisplay MOTD in server window.
2025-11-03 Christian HellerHandle socket_gaierror also during connection, avoid...
2025-11-03 Christian HellerIn testing, reduce verbosity of many insert calls.
2025-11-03 Christian HellerExtend ERROR regex matching tests.
2025-11-03 Christian HellerHave /disconnect abort auto-connect.
2025-11-03 Christian HellerMinor code style improvement.
2025-11-03 Christian HellerFor interpreting ERROR messages towards connection...
2025-10-28 Christian HellerOn failing tests, play back previous steps.
2025-10-28 Christian HellerUse FormattingString for type checks and to replace...
2025-10-28 Christian HellerClean up remnants of previous prefix-focused log line...
2025-10-28 Christian HellerRemove formatting hints from stripped log lines, move...
2025-10-28 Christian HellerIn testing, for log command comparisons ignore formatti...
2025-10-27 Christian HellerAdapt indent, highlight nicknames in chat windows,...
2025-10-27 Christian HellerFix broken config test with new escape characters.
2025-10-27 Christian HellerOverhaul formatting and testing of line writings.
2025-10-24 Christian HellerRemove dead code.
2025-10-24 Christian HellerIn tests, automatically call quit steps once end of...
2025-10-24 Christian HellerMinor refactoring.
2025-10-23 Christian HellerFurther extend scrolling and bookmark tests.
2025-10-23 Christian HellerExtend history cutoff tests.
2025-10-23 Christian HellerFix log depth cutoff not limiting negative history...
2025-10-23 Christian HellerAdd basic log depth cutoff tests.
2025-10-22 Christian HellerIn tests, replace anchoring from within script by inser...
2025-10-22 Christian HellerMinor test refactoring.
2025-10-21 Christian HellerAlso update status line after each successful command...
2025-10-21 Christian HellerUpdate status line on any logs, not just those of other...
2025-10-21 Christian HellerMinor test optimization.
2025-10-21 Christian HellerRemove never-read attribute setting.
2025-10-21 Christian HellerFix off-by-one, too-early-enabling scroll calculations.
2025-10-20 Christian HellerFix broken testing repeat line indices (plus some minor...
2025-10-20 Christian HellerIn testing, ignore empty lines.
2025-10-20 Christian HellerFix timeout test broken by previous repeat syntax change.
2025-10-20 Christian HellerMinor refactoring.
2025-10-20 Christian HellerFor testing "repeat" directive, start offsets at lowest...
2025-10-20 Christian HellerReorganize test script expansions.
2025-10-19 Christian HellerIn testing, reduce verbosity of "repeat" command.
2025-10-19 Christian HellerRestructure color formatting.
2025-10-19 Christian HellerGreatly extend TUI drawing tests.
2025-10-19 Christian HellerFix scrolling's .history_idx_neg calculation stumbling...
next