home · contact · privacy
ircplom
6 days ago Christian HellerMinor test fixes/enhancements.
6 days ago Christian HellerEnsure 332 doesn't affect users DB, since those identit...
7 days ago Christian HellerTo testing "repeat" command, add optional replacement...
7 days ago Christian HellerMinor refactoring.
8 days ago Christian Heller"C0208: Use a sequence type when iterating over values...
8 days ago Christian HellerDetermine ClientDb.clear order so that more basic re...
8 days ago Christian HellerFor testing, allow nesting of repeat ranges.
8 days ago Christian HellerIn testing, for "repeat" instruction, use named anchors...
8 days ago Christian HellerSplit testing into multiple test files.
8 days ago Christian HellerMinor refactoring.
8 days ago Christian HellerDon't write log files while testing.
8 days ago Christian HellerMinor refactoring.
8 days ago Christian HellerAlso move IrcConnSetup defaulting off toml parsing.
8 days ago Christian HellerMove IrcConnSetup attributes defaulting into Client...
8 days ago Christian HellerAdd reading of config files to auto-connect, auto-join.
8 days ago Christian HellerAvoid mutables in class attribute defaults.
8 days ago Christian HellerOn /reconnect auto-join channels we were in on last...
8 days ago Christian HellerFor log file names, escape anything but the most boring...
8 days ago Christian HellerFix OSC52 sequence saved to window log rather than...
8 days ago Christian HellerHandle dtach forgetting our hiding of the cursor.
8 days ago Christian HellerPin blessed to a version we know works.
10 days ago Christian HellerStandardize dependency-check into plomlib's dependency_...
10 days ago Christian HellerAdd dependency check/install hint.
10 days ago Christian HellerRe-enable testing via test.txt.
10 days ago Christian HellerTurn into installable by way of plomlib's install proce...
10 days ago Christian HellerUse Path.joinpath smarter.
10 days ago Christian HellerFix broken date filename generation.
10 days ago Christian HellerPut logs under ~/.local/share/ircplpom.
10 days ago Christian HellerUse pathlib rather than os.path.
10 days ago Christian HellerLog date changes, sort log files into dates.
10 days ago Christian HellerGeneralize logging to all ClientWindows, use dedicated...
10 days ago Christian HellerMinor refactoring.
10 days ago Christian HellerRemove inconsequential attribute mapping of ClientWindo...
10 days ago Christian HellerReduce reliance on wobbly kwargs.
10 days ago Christian HellerUse more easily constructed NOTICE marker.
10 days ago Christian HellerRemove LogScope.RAW.
10 days ago Christian HellerFuse debugging windows / remove the one without the...
10 days ago Christian HellerMinor refactoring.
10 days ago Christian HellerMinor code re-arrangement.
10 days ago Christian HellerMove major part of message formatting from ClientWindow...
10 days ago Christian HellerMove debug log formatting from .update_db into .recursi...
10 days ago Christian HellerRemove "requesting disconnect" message unnecessarily...
10 days ago Christian HellerMinor refactor.
10 days ago Christian HellerSimplify window scoping.
10 days ago Christian HellerMove LogScope.RAW file logging into ClientTui.log.
10 days ago Christian HellerRefactor Client._log into ._alert since client.py anywa...
10 days ago Christian HellerUse exception to communicate 401 from Client to TUI...
10 days ago Christian HellerRemove dead code.
10 days ago Christian HellerRemove LogScope.SAME with its handling's unnecessary...
10 days ago Christian HellerAdd test that /reconnect won't work while connected.
12 days ago Christian HellerRemove clutter of message-set debug logging.
12 days ago Christian HellerRemove redundant code.
12 days ago Christian HellerImprove PRIVMSG/NOTICE debugging log readability.
12 days ago Christian HellerCalculate chat log direction directly from ChatMessage...
12 days ago Christian HellerUse space rather than colon as "impossible" meta charac...
12 days ago Christian HellerUse empty MsgParseGuide path tok as me-pointer for...
12 days ago Christian HellerIn MsgParseGuides, allow empty-string path steps.
12 days ago Christian HellerMove NOTICE/PRIVMSG processing into msg_parse_expectati...
12 days ago Christian HellerDifferentiate expansive usage of same variable name...
12 days ago Christian HellerFix message token parser only looking up upper names...
12 days ago Christian HellerUse exception handling on lack of matching server messa...
2025-09-20 Christian HellerUse more appropriate name DEBUG for LogScope formerly...
2025-09-20 Christian HellerMove RAW logging out of Client into ClientKnowingTui.
2025-09-20 Christian HellerReplace connection-broken logging with .connection_stat...
2025-09-20 Christian HellerTreat not-implemented warning as alert, add test of it.
2025-09-20 Christian HellerSlightly improve testing assertion Exception infos...
2025-09-20 Christian HellerAdd IrcConnAbort test, allow unlogged server test puts.
2025-09-20 Christian HellerFix mypy error.
2025-09-20 Christian HellerDon't try to add to chat messages log when disconnected...
2025-09-20 Christian HellerMinor re-arrangement for better readability.
2025-09-20 Christian HellerTest 401.
2025-09-20 Christian HellerAdd secondary /connect test with irrecoverable 432.
2025-09-20 Christian HellerAllow tests of multiple server connections.
2025-09-20 Christian HellerAdd test for recoverable 432.
2025-09-20 Christian HellerFix 432 parsers not tolerating the very intolerable...
2025-09-20 Christian HellerFix message parser ignoring content of str-only tok...
2025-09-20 Christian HellerAdd 433 testing.
2025-09-20 Christian HellerMinor code re-arrangement for better readability.
2025-09-20 Christian HellerConsolidate joining/parting/quitting code, messages.
2025-09-19 Christian HellerRemove debugging windows from LogScope.USER for "me".
2025-09-19 Christian HellerRemove debugging windows from LogScope.ALL, thus CONNEC...
2025-09-19 Christian HellerDrop unnecessary complexity of _UpdatingNode.log_scopes.
2025-09-19 Christian HellerDifferentiate (dis-)connection message from debugging...
2025-09-19 Christian HellerAdd privmsg query window to testing.
2025-09-19 Christian HellerRe-instate testing of channel-differentiated messages...
2025-09-19 Christian HellerHide nothing from debugging windows, ensure sorted...
2025-09-19 Christian HellerKeep logging relevant only to debugging in debugging...
2025-09-19 Christian HellerFix /part for one channel appearing in windows for...
2025-09-19 Christian HellerMinor code re-organization.
2025-09-19 Christian HellerFuse handling of transform-prefixed update messages.
2025-09-19 Christian HellerFix join messages omitting username, host.
2025-09-19 Christian HellerReplace complexity of UpdatingNode.recursive_set_and_re...
2025-09-19 Christian HellerSimplify Channel/Topic update processing.
2025-09-19 Christian HellerRemove dead code (no longer needed since we into_endnod...
2025-09-18 Christian HellerTo testing, add block repetition directive.
2025-09-18 Christian HellerRe-start users counting on re-connect.
2025-09-18 Christian HellerClean up tests sequence.
2025-09-18 Christian HellerDon't unintentionally re-create users just removed...
2025-09-18 Christian HellerGet rid of non-sensical rename messages.
2025-09-18 Christian HellerHandle shortening of usernames by USERLEN.
next