home · contact · privacy
ircplom
11 hours ago Christian HellerAdd first stab at testing infrastructure. master
22 hours ago Christian HellerEnsure dict update even on implicit item creation.
22 hours ago Christian HellerFix non-transmission of dictionary clearing.
22 hours ago Christian HellerForce logging on implicit creation of items, even if...
23 hours ago Christian HellerRemove code dead since previous commit.
23 hours ago Christian HellerDon't force dataclass'ness on update values.
24 hours ago Christian HellerRemove dead code.
24 hours ago Christian HellerStrengthen hierarchical class relations.
24 hours ago Christian HellerSimplify CompletableTopic.
24 hours ago Christian HellerDifferentiate attribute-updaters off Dict and Completab...
24 hours ago Christian HellerAllow Client updates to diversify into zero to many...
27 hours ago Christian HellerAlso treat Channel.user_ids as (completable) set rather...
27 hours ago Christian HellerUse set completable for CapsManager._ls, ._list, no...
28 hours ago Christian HellerStraighten out interfaces/class hierarchy for Completab...
29 hours ago Christian HellerFrom _User separate out _NickUserHost extras not needed...
29 hours ago Christian HellerSplit off UpdateMixin.static_copy into exportable IntoU...
30 hours ago Christian HellerMove _Update.value adaption into class proper.
30 hours ago Christian HellerSimplify ._focused_set_and_report_change branchings.
30 hours ago Christian HellerFix formatting of part and rename logs.
30 hours ago Christian HellerMove more processing into _Update.
30 hours ago Christian HellerRename variable for greater clarity.
30 hours ago Christian HellerSplit set_and_check_for_change into recursive node...
30 hours ago Christian HellerHandle GenericAlias special case breaking previous...
31 hours ago Christian HellerOnly declare respective level's direct children for...
31 hours ago Christian HellerMinor code-reorganization for better readability.
31 hours ago Christian HellerStructure .clear ability into proper interface.
31 hours ago Christian HellerFix renaming logging "forgetting" old name.
31 hours ago Christian HellerFix CAP negotation keyword typo.
5 days ago Christian HellerFix broken CAP command sendings.
5 days ago Christian HellerRefactor around PRIVMSG/NOTICE to reduce LogScope refer...
6 days ago Christian HellerSimplify Client.send usage.
6 days ago Christian HellerSlightly loosen .id_for_nickuserhost expectations.
6 days ago Christian HellerSome channel users/topic logging refactoring.
6 days ago Christian HellerBetter encapsulate channel and user dictionaries code.
6 days ago Christian HellerCommunicate user exits via User.exit_msg rather than...
6 days ago Christian HellerFix broken DB clearing after disconnect.
6 days ago Christian HellerGet rid of complications like .from_silent or .set_upda...
6 days ago Christian HellerProvide User instances with their .id_ in overarching...
7 days ago Christian HellerMinor refactoring.
7 days ago Christian HellerDerive proper User class from NickUserSet, with additio...
7 days ago Christian HellerRe-organize NickUserHost field updating code.
7 days ago Christian HellerStraighten consistence between class expectations.
7 days ago Christian HellerMake identity relation more explicit/forceful.
7 days ago Christian HellerOnly explicitly use userid_for_nickuserhost for updatin...
7 days ago Christian HellerSimplify _NickUserHost comparisons.
7 days ago Christian HellerDifferentiate query windows into their own chat windows...
7 days ago Christian HellerShow received nickname changes in all windows affected.
8 days ago Christian HellerFor any NICK_USER_HOST message tokens potentially updat...
8 days ago Christian HellerTighten user identity knowledge controls.
8 days ago Christian HellerMinor code reorganization.
8 days ago Christian HellerSome Completables refactoring.
8 days ago Christian HellerSimplify topic setting code.
8 days ago Christian HellerAvoid zero-length task path steps.
8 days ago Christian HellerAdd 'doafter' task verb, with defined execution order...
8 days ago Christian HellerVery minor refactoring.
8 days ago Christian HellerMinor refactoring.
8 days ago Christian HellerMinor refactoring.
8 days ago Christian HellerMove fundamental message parsing code into msg_parse_ex...
9 days ago Christian HellerReformat message expectations code for better readability.
9 days ago Christian HellerFix crashes on /part due to now _always_ expecting...
9 days ago Christian HellerMove handling of 366, 376, 903, 904, ERROR into EXPECTA...
9 days ago Christian HellerRefactor message task target parsing towards greater...
9 days ago Christian HellerSatisfy mypy.
9 days ago Christian HellerMove TOPIC message parsing into EXPECTATIONS (with...
9 days ago Christian HellerReorganize task name parsing towards greater flexibility.
9 days ago Christian HellerOn message parsing, don't collect empty-string task...
9 days ago Christian HellerMove topic handling into MSG_EXPECTATIONS, re-name...
9 days ago Christian HellerHandle parts with messages.
10 days ago Christian HellerRestructure topic setting.
10 days ago Christian HellerAdd channel topic messages.
10 days ago Christian HellerHandle joining "secret" channels.
10 days ago Christian HellerSurvive joining channel before user component properly...
10 days ago Christian HellerFrom inside channel window allow re-join with mere...
10 days ago Christian HellerFor channel residents show nicknames or entire masks...
10 days ago Christian HellerFix broken scopes tuple.
10 days ago Christian HellerLog myself parting channel.
10 days ago Christian HellerSimplify channels parsing.
10 days ago Christian HellerAdd missing 433 handler.
10 days ago Christian HellerSome code re-organization.
10 days ago Christian HellerMove server message expectations into their own file.
10 days ago Christian HellerOverhaul database hierarchies.
2025-08-26 Christian HellerParse isupports to derive proper legal/illegal first...
2025-08-25 Christian HellerSome code-regrouping for better readability.
2025-08-25 Christian HellerMore refactoring of both server caps and isupports...
2025-08-25 Christian HellerMinor refactoring of CAPS code.
2025-08-25 Christian HellerMinor refactoring.
2025-08-25 Christian HellerRefactor _CompletableStringsList usage.
2025-08-25 Christian HellerSimplify MOTD processing.
2025-08-25 Christian HellerSimplify ChannelDb.user_ids structure, minor bugfixes.
2025-08-25 Christian HellerStore user identities independently from nicknames.
2025-08-21 Christian HellerAdd some numerics comments.
2025-08-21 Christian HellerDrop /part <reason> for lack of perceived usage, move...
2025-08-21 Christian HellerDifferentiate NICK_USER_HOST into actual _NickUserHost...
2025-08-21 Christian HellerOptimize handling of 396, discard not-yet-encountered...
2025-08-21 Christian HellerFix 433 name incrementation working on our rather than...
2025-08-21 Christian HellerFix mismatches on string param comparisons.
2025-08-21 Christian HellerBy automatically setting .nick_wanted on .nickname...
2025-08-21 Christian HellerAdd basic task instructions to _MsgTokGuides.
2025-08-20 Christian HellerRe-organize message matching away from previous Numeric...
2025-08-20 Christian HellerMove CAPS handling into new system.
next