home · contact · privacy
ircplom
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...
2025-10-18 Christian HellerIn testing, improve flexibility of screen line check...
2025-10-17 Christian HellerFor testing "repeat" directive, allow relative next...
2025-10-17 Christian HellerRestructure testing command syntax for greater flexibil...
2025-10-16 Christian HellerReorganize testing syntax.
2025-10-16 Christian HellerAdd scrolling tests.
2025-10-16 Christian HellerIn testing, restructure TUI command syntax to allow...
2025-10-15 Christian HellerRemove dead code.
2025-10-15 Christian HellerIn testing, have explicit Playbook testing breaks for...
2025-10-15 Christian HellerFor testing, use ERR_STR_TIMEOUT rather than 'FAKE_IRC_...
2025-10-14 Christian HellerIn testing, for TUI directives call .redraw_affected...
2025-10-14 Christian HellerAdd basic TUI drawing testing.
2025-10-14 Christian HellerMark NOTICE with different nick brackets rather than...
2025-10-08 Christian HellerIn test.test, avoid confusingly naming host server...
2025-10-08 Christian HellerAdd test for legalities of /reconnect and /disconnect.
2025-10-08 Christian HellerCatch _all_ Client.send fails.
2025-10-08 Christian HellerWith new test logging output, misleading line idx displ...
2025-10-08 Christian HellerAdd processing log display to single-file testing.
2025-10-08 Christian HellerHave dedicated test script for ERROR handling.
2025-10-08 Christian HellerHandle history cutoff drawing edge cases.
2025-10-07 Christian HellerHandle "(Connect timed out)" ERROR, trigger timed retry.
2025-10-07 Christian HellerLimit depth of log history buffer.
2025-10-07 Christian HellerReorganize history log drawing to avoid storing empty...
2025-10-07 Christian HellerSome code re-organization to make reasoning about it...
2025-10-06 Christian HellerEnsure Terminal context manager actually gets to finish...
2025-10-06 Christian HellerTruly catch all Exceptions for transfer into main loop...
2025-10-06 Christian HellerDon't use overly-broad BaseException where inadequate.
2025-10-06 Christian HellerRetry connecting on socket.gaierror.errno == socket...
2025-10-06 Christian HellerRefactor IrcConnException hierarchy.
2025-10-06 Christian HellerTruly catch all Exceptions for transfer into main loop...
2025-10-06 Christian HellerPreserve tracebacks in ExceptionEvent for more informat...
2025-10-05 Christian HellerAttempt reconnecting on all handled IrcConnAbortExceptions.
2025-10-05 Christian HellerTurn server messages into own special window, rather...
2025-10-05 Christian HellerSimplify ClientWindow.title/.chatname usage.
2025-10-05 Christian HellerReport ImplementationFail across all Client windows...
2025-10-05 Christian HellerImprove paste code.
2025-10-04 Christian HellerFix log line coloring reverting to default after line...
next