home · contact · privacy
ircplom
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.
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...
2025-09-15 Christian HellerFor test file, allow (ignore) empty and #-prefixed...
2025-09-15 Christian HellerEliminate race condition of ClientEvents sent before...
2025-09-15 Christian HellerMinor refactor of client/connection class relations...
2025-09-15 Christian HellerSimplify isupport defaults handling by only using isupp...
2025-09-15 Christian HellerExtend tests, determine order of server caps listing.
2025-09-15 Christian HellerMove test instructions/expectations into separate non...
2025-09-15 Christian HellerRemove trailing whitespace from /help output.
2025-09-15 Christian HellerAdd server reply simulation to testing, move into own...
2025-09-12 Christian HellerAdd first stab at testing infrastructure.
2025-09-11 Christian HellerEnsure dict update even on implicit item creation.
2025-09-11 Christian HellerFix non-transmission of dictionary clearing.
2025-09-11 Christian HellerForce logging on implicit creation of items, even if...
2025-09-11 Christian HellerRemove code dead since previous commit.
2025-09-11 Christian HellerDon't force dataclass'ness on update values.
2025-09-11 Christian HellerRemove dead code.
2025-09-11 Christian HellerStrengthen hierarchical class relations.
2025-09-11 Christian HellerSimplify CompletableTopic.
2025-09-11 Christian HellerDifferentiate attribute-updaters off Dict and Completab...
2025-09-11 Christian HellerAllow Client updates to diversify into zero to many...
2025-09-11 Christian HellerAlso treat Channel.user_ids as (completable) set rather...
2025-09-11 Christian HellerUse set completable for CapsManager._ls, ._list, no...
2025-09-11 Christian HellerStraighten out interfaces/class hierarchy for Completab...
2025-09-11 Christian HellerFrom _User separate out _NickUserHost extras not needed...
2025-09-11 Christian HellerSplit off UpdateMixin.static_copy into exportable IntoU...
2025-09-11 Christian HellerMove _Update.value adaption into class proper.
2025-09-11 Christian HellerSimplify ._focused_set_and_report_change branchings.
2025-09-11 Christian HellerFix formatting of part and rename logs.
2025-09-11 Christian HellerMove more processing into _Update.
2025-09-11 Christian HellerRename variable for greater clarity.
2025-09-11 Christian HellerSplit set_and_check_for_change into recursive node...
2025-09-11 Christian HellerHandle GenericAlias special case breaking previous...
2025-09-11 Christian HellerOnly declare respective level's direct children for...
next