home · contact · privacy
ircplom
12 hours ago Christian HellerAllow tests of multiple server connections.
12 hours ago Christian HellerAdd test for recoverable 432.
12 hours ago Christian HellerFix 432 parsers not tolerating the very intolerable...
13 hours ago Christian HellerFix message parser ignoring content of str-only tok...
13 hours ago Christian HellerAdd 433 testing.
15 hours ago Christian HellerMinor code re-arrangement for better readability.
15 hours ago Christian HellerConsolidate joining/parting/quitting code, messages.
16 hours ago Christian HellerRemove debugging windows from LogScope.USER for "me".
16 hours ago Christian HellerRemove debugging windows from LogScope.ALL, thus CONNEC...
16 hours ago Christian HellerDrop unnecessary complexity of _UpdatingNode.log_scopes.
16 hours ago Christian HellerDifferentiate (dis-)connection message from debugging...
16 hours ago Christian HellerAdd privmsg query window to testing.
16 hours ago Christian HellerRe-instate testing of channel-differentiated messages...
20 hours ago Christian HellerHide nothing from debugging windows, ensure sorted...
20 hours ago Christian HellerKeep logging relevant only to debugging in debugging...
20 hours ago Christian HellerFix /part for one channel appearing in windows for...
24 hours ago Christian HellerMinor code re-organization.
25 hours ago Christian HellerFuse handling of transform-prefixed update messages.
25 hours ago Christian HellerFix join messages omitting username, host.
27 hours ago Christian HellerReplace complexity of UpdatingNode.recursive_set_and_re...
28 hours ago Christian HellerSimplify Channel/Topic update processing.
29 hours ago Christian HellerRemove dead code (no longer needed since we into_endnod...
2 days ago Christian HellerTo testing, add block repetition directive.
2 days ago Christian HellerRe-start users counting on re-connect.
2 days ago Christian HellerClean up tests sequence.
2 days ago Christian HellerDon't unintentionally re-create users just removed...
2 days ago Christian HellerGet rid of non-sensical rename messages.
2 days ago Christian HellerHandle shortening of usernames by USERLEN.
2 days ago Christian HellerRemembered why the Client connecting had been a thread...
2 days ago Christian HellerAllow explicit setting of username.
2 days ago Christian HellerAllow multiple loggings per ClientTui update.
2 days ago Christian HellerEnsure proper resets of dicts on connect/disconnect.
2 days ago Christian HellerMove into_endnode_updates into ClientDb.
2 days ago Christian HellerClear MOTD on disconnect.
2 days ago Christian HellerAlready Client-side check if updates make a difference.
2 days ago Christian HellerSimplify Window.cmd__paste.
2 days ago Christian HellerFix empty-input test (need space separating context...
2 days ago Christian HellerExtend basic TUI tests.
3 days ago Christian HellerRemove redundant caps clearing message.
3 days ago Christian HellerTest user renames, channel parts.
4 days ago Christian HellerFix broken iterator loops.
4 days ago Christian HellerIn tests, check that user ID truly increments after...
4 days ago Christian HellerAdd basic channel join testing, use str of incrementing...
4 days ago Christian HellerEnforce sortedness in joining/residents users listings.
4 days ago Christian HellerIn testing files, parse zero-windows lines too.
4 days ago Christian HellerSimplify Client connecting steps.
4 days ago Christian HellerAdd /reconnect testing.
4 days ago Christian HellerDon't kill testing keyboard and server input simulation...
4 days ago Christian HellerFor test file, allow (ignore) empty and #-prefixed...
4 days ago Christian HellerEliminate race condition of ClientEvents sent before...
5 days ago Christian HellerMinor refactor of client/connection class relations...
5 days ago Christian HellerSimplify isupport defaults handling by only using isupp...
5 days ago Christian HellerExtend tests, determine order of server caps listing.
5 days ago Christian HellerMove test instructions/expectations into separate non...
5 days ago Christian HellerRemove trailing whitespace from /help output.
5 days ago Christian HellerAdd server reply simulation to testing, move into own...
8 days ago Christian HellerAdd first stab at testing infrastructure.
8 days ago Christian HellerEnsure dict update even on implicit item creation.
8 days ago Christian HellerFix non-transmission of dictionary clearing.
8 days ago Christian HellerForce logging on implicit creation of items, even if...
8 days ago Christian HellerRemove code dead since previous commit.
8 days ago Christian HellerDon't force dataclass'ness on update values.
8 days ago Christian HellerRemove dead code.
8 days ago Christian HellerStrengthen hierarchical class relations.
8 days ago Christian HellerSimplify CompletableTopic.
8 days ago Christian HellerDifferentiate attribute-updaters off Dict and Completab...
8 days ago Christian HellerAllow Client updates to diversify into zero to many...
8 days ago Christian HellerAlso treat Channel.user_ids as (completable) set rather...
8 days ago Christian HellerUse set completable for CapsManager._ls, ._list, no...
8 days ago Christian HellerStraighten out interfaces/class hierarchy for Completab...
9 days ago Christian HellerFrom _User separate out _NickUserHost extras not needed...
9 days ago Christian HellerSplit off UpdateMixin.static_copy into exportable IntoU...
9 days ago Christian HellerMove _Update.value adaption into class proper.
9 days ago Christian HellerSimplify ._focused_set_and_report_change branchings.
9 days ago Christian HellerFix formatting of part and rename logs.
9 days ago Christian HellerMove more processing into _Update.
9 days ago Christian HellerRename variable for greater clarity.
9 days ago Christian HellerSplit set_and_check_for_change into recursive node...
9 days ago Christian HellerHandle GenericAlias special case breaking previous...
9 days ago Christian HellerOnly declare respective level's direct children for...
9 days ago Christian HellerMinor code-reorganization for better readability.
9 days ago Christian HellerStructure .clear ability into proper interface.
9 days ago Christian HellerFix renaming logging "forgetting" old name.
9 days ago Christian HellerFix CAP negotation keyword typo.
13 days ago Christian HellerFix broken CAP command sendings.
13 days ago 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...
next