home · contact · privacy
ircplom
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...
2025-09-11 Christian HellerMinor code-reorganization for better readability.
2025-09-11 Christian HellerStructure .clear ability into proper interface.
2025-09-11 Christian HellerFix renaming logging "forgetting" old name.
2025-09-11 Christian HellerFix CAP negotation keyword typo.
2025-09-07 Christian HellerFix broken CAP command sendings.
2025-09-07 Christian HellerRefactor around PRIVMSG/NOTICE to reduce LogScope refer...
2025-09-06 Christian HellerSimplify Client.send usage.
2025-09-06 Christian HellerSlightly loosen .id_for_nickuserhost expectations.
2025-09-06 Christian HellerSome channel users/topic logging refactoring.
2025-09-06 Christian HellerBetter encapsulate channel and user dictionaries code.
2025-09-06 Christian HellerCommunicate user exits via User.exit_msg rather than...
2025-09-06 Christian HellerFix broken DB clearing after disconnect.
2025-09-06 Christian HellerGet rid of complications like .from_silent or .set_upda...
2025-09-06 Christian HellerProvide User instances with their .id_ in overarching...
2025-09-05 Christian HellerMinor refactoring.
2025-09-05 Christian HellerDerive proper User class from NickUserSet, with additio...
2025-09-05 Christian HellerRe-organize NickUserHost field updating code.
2025-09-05 Christian HellerStraighten consistence between class expectations.
2025-09-05 Christian HellerMake identity relation more explicit/forceful.
2025-09-05 Christian HellerOnly explicitly use userid_for_nickuserhost for updatin...
2025-09-05 Christian HellerSimplify _NickUserHost comparisons.
2025-09-05 Christian HellerDifferentiate query windows into their own chat windows...
2025-09-05 Christian HellerShow received nickname changes in all windows affected.
2025-09-04 Christian HellerFor any NICK_USER_HOST message tokens potentially updat...
2025-09-04 Christian HellerTighten user identity knowledge controls.
2025-09-04 Christian HellerMinor code reorganization.
2025-09-04 Christian HellerSome Completables refactoring.
next