home · contact · privacy
ircplom
2 days ago Christian HellerFix mismatches on string param comparisons.
2 days ago Christian HellerBy automatically setting .nick_wanted on .nickname...
2 days ago Christian HellerAdd basic task instructions to _MsgTokGuides.
2 days ago Christian HellerRe-organize message matching away from previous Numeric...
2 days ago Christian HellerMove CAPS handling into new system.
2 days ago Christian HellerEnable collection of multi-param items, to integrate...
3 days ago Christian HellerAlso implement full MsgTokGuides for 396, 401, 432...
3 days ago Christian HellerIn _MsgParseExpectation explicitly label under what...
4 days ago Christian HellerAlso define PRIVMSG and NOTICE handlings into new scheme.
4 days ago Christian HellerHandle 353, 366, 372, 376 in new pattern.
4 days ago Christian HellerRefactor 353 handler.
4 days ago Christian HellerMinor refactoring.
4 days ago Christian HellerMinor refactoring.
4 days ago Christian HellerHandle NICK changes of other users in channels.
4 days ago Christian HellerUse same tests for .source and .params.
4 days ago Christian HellerRefactor 903 and 904 into new system.
4 days ago Christian HellerLog ERROR comment.
4 days ago Christian HellerAvoid confusing ret key "params".
4 days ago Christian HellerAlso differentiate _MsgSource.USER_ADDRESS towards...
4 days ago Christian HellerTo differentiate between nickname from source and nickn...
4 days ago Christian HellerRefactor params parsing.
4 days ago Christian HellerStart moving params parsing out of .handle_msg.
4 days ago Christian HellerAllow more than one matching pattern per verb.
4 days ago Christian HellerAdd tests for .source = user address, and have tests...
4 days ago Christian HellerFurther refine msg source expectations.
4 days ago Christian HellerHandle 401 for query windows.
4 days ago Christian HellerHandle QUIT message, at least inside of channels.
4 days ago Christian HellerAvoid attempts to message into channels we're not in.
4 days ago Christian HellerDon't crash when op leaves channel.
4 days ago Christian HellerFurther tighten msg parsing.
4 days ago Christian HellerImprove msg params expectations typing.
4 days ago Christian HellerStart moving params testing out of handle_msg() code.
4 days ago Christian HellerTighten NOTICE, PRIVMSG recognition.
4 days ago Christian HellerTighten 353 handling.
4 days ago Christian HellerFix other users' nick changes being registered as our...
5 days ago Christian HellerIgnore 250.
5 days ago Christian HellerFix broken SASL negotation, add 900 handler.
5 days ago Christian HellerFix broken forwarding of updates/messages into proper...
5 days ago Christian HellerGet rid of .nickname_confirmed confusion by explicitly...
5 days ago Christian HellerAllow disconnected /nick changes, and only disconnect...
5 days ago Christian HellerHandle 432 with aborting connection.
5 days ago Christian HellerHandle 433 with automatic new nickname.
6 days ago Christian HellerFurther reduce unwieldy .handle_msg.
6 days ago Christian HellerRefactor IrcMessage handling.
6 days ago Christian HellerImprove CAPS processing into database and display.
6 days ago Christian HellerUse proper data structure for update passing, rather...
6 days ago Christian HellerTo _UpdatingDict add deletion of items, explicitly...
6 days ago Christian HellerRemove unused code.
6 days ago Christian HellerTurn ._db.isupports into proper dict.
6 days ago Christian HellerTurn connection messages into another DB field auto...
6 days ago Christian HellerClean up database transfers between Client and TUI.
8 days ago Christian HellerGreatly simplify database code.
8 days ago Christian HellerAdd basic infrastructure for collecting channel informa...
9 days ago Christian HellerAdd further parameter number expectations.
9 days ago Christian HellerIgnore messages not matching expected limitations,...
9 days ago Christian HellerAdd MODE message handler.
9 days ago Christian HellerFix stumbling over banned .__setattr__ in ClientDb...
9 days ago Christian HellerRefactor ClientDb type safety, disallow direct attribut...
9 days ago Christian HellerEnforce more type safety on ClientDb.
9 days ago Christian HellerImprove type safety of _ClientDb.conn_setup.
9 days ago Christian HellerOnly expose of ClientDb to ClientTui what it actually...
9 days ago Christian HellerSlightly refactor ClientDb type hints.
9 days ago Christian HellerAllow for exceptions that crash app but explain some...
9 days ago Christian HellerHandle 396 numeric.
9 days ago Christian HellerReduce _CapsManager, move communicable output into...
9 days ago Christian HellerIn TUI ignore confirmations of anything but the nicknam...
9 days ago Christian HellerImprove numerics handling with own class Numerics.
9 days ago Christian HellerSimplify MOTD handling, complefixy ignorance of numerics.
9 days ago Christian HellerSimplify inner workings of ClientDb, get rid of some...
9 days ago Christian HellerAdd 005 handling, improve ClientDb logging infrastructure.
10 days ago Christian HellerDefine entire numerics ranges to ignore.
10 days ago Christian HellerRefactor ClientDb usage.
10 days ago Christian HellerRe-instate parsing of 001 for determining our nickname.
10 days ago Christian HellerAdd more numerics handlers, alarm on missing ones.
10 days ago Christian HellerOnly enable /part for channel windows.
10 days ago Christian HellerAlso parse NOTICEs into chat and server messages.
10 days ago Christian HellerAdd /raw to directly write raw commands.
10 days ago Christian HellerLog :RAW to file.
10 days ago Christian HellerRe-organize client-communicable settings/fields into...
11 days ago Christian HellerAdd /part, parse PART and JOIN server messages, improve...
12 days ago Christian HellerAdd /join and /privmsg to channels, beyond just single...
12 days ago Christian HellerAdd some more docstrings.
12 days ago Christian HellerMove StatusLine out of Window, show live updates on...
12 days ago Christian HellerSimplify base TUI code.
12 days ago Christian HellerFix in/out direction display of raw log.
12 days ago Christian HellerTurn status line into its own widget.
12 days ago Christian HellerMake .tainted hierarchical, disallow direct unsetting...
12 days ago Christian HellerRemove some redundant drawing code.
12 days ago Christian HellerMinor refactoring for better readability.
13 days ago Christian HellerAbstract partly layouty STREAM_* into mere LogScope...
13 days ago Christian HellerExtend logs of nickname changes to privmsg windows...
13 days ago Christian HellerMove log prefixes out of client.py.
13 days ago Christian HellerDon't hardcode default prefix into alert prefix.
13 days ago Christian HellerClean up imports.
13 days ago Christian HellerDifferentiate /privmsg logging failure into STREAM_SAME...
13 days ago Christian HellerGet rid of events.py:Logger.
13 days ago Christian HellerFor _ClientWindowManager.log, allow msg= as positional...
13 days ago Christian HellerMove nickname status change log message construction...
13 days ago Christian HellerAlso show STREAM_SERVER in :raw window.
13 days ago Christian HellerWith .log a lambda to "or True", no need to check non...
next