home · contact · privacy
ircplom
13 days ago Christian HellerPin blessed to a version we know works.
2025-09-24 Christian HellerStandardize dependency-check into plomlib's dependency_...
2025-09-24 Christian HellerAdd dependency check/install hint.
2025-09-24 Christian HellerRe-enable testing via test.txt.
2025-09-24 Christian HellerTurn into installable by way of plomlib's install proce...
2025-09-24 Christian HellerUse Path.joinpath smarter.
2025-09-24 Christian HellerFix broken date filename generation.
2025-09-24 Christian HellerPut logs under ~/.local/share/ircplpom.
2025-09-24 Christian HellerUse pathlib rather than os.path.
2025-09-24 Christian HellerLog date changes, sort log files into dates.
2025-09-24 Christian HellerGeneralize logging to all ClientWindows, use dedicated...
2025-09-24 Christian HellerMinor refactoring.
2025-09-24 Christian HellerRemove inconsequential attribute mapping of ClientWindo...
2025-09-24 Christian HellerReduce reliance on wobbly kwargs.
2025-09-24 Christian HellerUse more easily constructed NOTICE marker.
2025-09-24 Christian HellerRemove LogScope.RAW.
2025-09-24 Christian HellerFuse debugging windows / remove the one without the...
2025-09-24 Christian HellerMinor refactoring.
2025-09-24 Christian HellerMinor code re-arrangement.
2025-09-24 Christian HellerMove major part of message formatting from ClientWindow...
2025-09-24 Christian HellerMove debug log formatting from .update_db into .recursi...
2025-09-23 Christian HellerRemove "requesting disconnect" message unnecessarily...
2025-09-23 Christian HellerMinor refactor.
2025-09-23 Christian HellerSimplify window scoping.
2025-09-23 Christian HellerMove LogScope.RAW file logging into ClientTui.log.
2025-09-23 Christian HellerRefactor Client._log into ._alert since client.py anywa...
2025-09-23 Christian HellerUse exception to communicate 401 from Client to TUI...
2025-09-23 Christian HellerRemove dead code.
2025-09-23 Christian HellerRemove LogScope.SAME with its handling's unnecessary...
2025-09-23 Christian HellerAdd test that /reconnect won't work while connected.
2025-09-22 Christian HellerRemove clutter of message-set debug logging.
2025-09-22 Christian HellerRemove redundant code.
2025-09-22 Christian HellerImprove PRIVMSG/NOTICE debugging log readability.
2025-09-22 Christian HellerCalculate chat log direction directly from ChatMessage...
2025-09-22 Christian HellerUse space rather than colon as "impossible" meta charac...
2025-09-22 Christian HellerUse empty MsgParseGuide path tok as me-pointer for...
2025-09-22 Christian HellerIn MsgParseGuides, allow empty-string path steps.
2025-09-22 Christian HellerMove NOTICE/PRIVMSG processing into msg_parse_expectati...
2025-09-22 Christian HellerDifferentiate expansive usage of same variable name...
2025-09-22 Christian HellerFix message token parser only looking up upper names...
2025-09-21 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.
2025-09-18 Christian HellerRemembered why the Client connecting had been a thread...
2025-09-18 Christian HellerAllow explicit setting of username.
2025-09-18 Christian HellerAllow multiple loggings per ClientTui update.
2025-09-18 Christian HellerEnsure proper resets of dicts on connect/disconnect.
2025-09-18 Christian HellerMove into_endnode_updates into ClientDb.
2025-09-17 Christian HellerClear MOTD on disconnect.
2025-09-17 Christian HellerAlready Client-side check if updates make a difference.
2025-09-17 Christian HellerSimplify Window.cmd__paste.
2025-09-17 Christian HellerFix empty-input test (need space separating context...
2025-09-17 Christian HellerExtend basic TUI tests.
2025-09-17 Christian HellerRemove redundant caps clearing message.
2025-09-17 Christian HellerTest user renames, channel parts.
2025-09-16 Christian HellerFix broken iterator loops.
2025-09-16 Christian HellerIn tests, check that user ID truly increments after...
2025-09-16 Christian HellerAdd basic channel join testing, use str of incrementing...
2025-09-16 Christian HellerEnforce sortedness in joining/residents users listings.
2025-09-16 Christian HellerIn testing files, parse zero-windows lines too.
2025-09-16 Christian HellerSimplify Client connecting steps.
2025-09-15 Christian HellerAdd /reconnect testing.
2025-09-15 Christian HellerDon't kill testing keyboard and server input simulation...
next