home · contact · privacy
ircplom
4 days ago Christian HellerSome more refactoring.
4 days ago Christian HellerSort out dataclasses Mixins on _IrcConnection.
4 days ago Christian HellerRemove unused constant.
4 days ago Christian HellerMore .make_subtype refactoring.
4 days ago Christian HellerMinor code style improvements.
4 days ago Christian HellerRefactor off PayloadMixin.
4 days ago Christian HellerRefactor off InitReconnectEvent.
4 days ago Christian HellerMinor code style improvements.
4 days ago Christian HellerRefactor out SendEvent.
4 days ago Christian HellerImprove query window log formatting.
4 days ago Christian HellerOverload /connect with connecting anew _and_ re-connecting.
4 days ago Christian HellerFor .cmd__connect allow fall-back to default values...
4 days ago Christian HellerUse hostnames for Client.id_ rather than UUIDs.
4 days ago Christian HellerExpand window titles in status line.
4 days ago Christian HellerAllow slash-free direct chatting in PRIVMSG windows.
5 days ago Christian HellerMinor SASL negotiation refactoring.
5 days ago Christian HellerAdd port configuration, and wrap into SSL context if...
5 days ago Christian HellerFix PRIVMSG windows not mapping to target nickname.
5 days ago Christian HellerPerform SASL during CAP negotation, handle success...
5 days ago Christian HellerAdd very rudimentary SASL PLAIN authentication mechanism.
5 days ago Christian HellerHandle CAP NEW and CAP DEL.
5 days ago Christian HellerFix proken CAPS LS challenge.
5 days ago Christian HellerClean up and refactor into own manager class CAPS negot...
5 days ago Christian HellerFix client prompt prefix syncs.
5 days ago Christian HellerMore Events refactoring.
5 days ago Christian HellerFurther simplify TuiEvents.
5 days ago Christian HellerRefactor out _SetScreenEvent.
5 days ago Christian HellerRefactor logging.
5 days ago Christian HellerSome more Events refactoring.
5 days ago Christian HellerMajor restructuring.
5 days ago Christian HellerRefactor incoming-messages handling.
5 days ago Christian HellerMove low-level IrcConnection code out of Client.
5 days ago Christian HellerDataclass classes pylint complains about having too...
12 days ago Christian HellerFurther re-organize CAP LS/LIST parsing.
13 days ago Christian HellerFix IRC messages parsing error.
13 days ago Christian HellerTreat ERROR message always as connection closer.
13 days ago Christian HellerAdd ":raw" window to separate raw server log from self...
13 days ago Christian HellerImprove CAPS collection logic, display.
13 days ago Christian HellerImprove CAPS LS/LIST handling.
13 days ago Christian HellerMinor code reorganization.
13 days ago Christian HellerAlso collect enabled server capabilities.
13 days ago Christian HellerHandle ConnectionResetError.
2025-07-26 Christian HellerOn connection collect listing of server capabilities.
2025-07-26 Christian HellerAdd /privmsg command.
2025-07-26 Christian HellerFix erroneous SendEvent usage.
2025-07-26 Christian HellerFix code formatting error.
2025-07-26 Christian HellerImprove log messaging, differentiate target reach.
2025-07-25 Christian HellerHandle even more edge cases for pasting.
2025-07-25 Christian HellerProvide for sub-windows per connection client.
2025-07-25 Christian HellerRemove unnecessary if test.
2025-07-25 Christian HellerMinor code style improvement.
2025-07-24 Christian HellerFix occasional paste failures.
2025-07-24 Christian HellerFix non-detection of resize character.
2025-07-23 Christian HellerMajor re-write esp. of Event system, but lots of other...
2025-07-12 Christian HellerRefactor interaction between TUI and Connection.
2025-07-12 Christian HellerMinor code reorganization.
2025-07-10 Christian HellerMinor variable renaming.
2025-07-10 Christian HellerMinor refactoring.
2025-07-10 Christian HellerRefactor IrcConnection events and server messages handling.
2025-07-10 Christian HellerRefactor placement of .conn_idx attributes.
2025-07-10 Christian HellerMore prompt management refactoring.
2025-07-10 Christian HellerRefactor prompt prefix management.
2025-07-08 Christian HellerRepresent any SendEvent with a '->' LogConnEvent.
2025-07-08 Christian HellerAdd /nick command.
2025-07-08 Christian HellerFix forgotten inits.
2025-06-17 Christian HellerHandle ctrl+l as screen resize event, compatible with...
2025-06-17 Christian HellerHandle tiny screen sizes in TUI rendering.
2025-06-17 Christian HellerMinor refactoring.
2025-06-16 Christian HellerMinor function renaming.
2025-06-15 Christian HellerReorganize how TUI determines what parts of screen...
2025-06-15 Christian HellerReplace Event.type_ with class hierarchy.
2025-06-13 Christian HellerMinor variable renaming.
2025-06-13 Christian HellerFix erroneous display of incoming server messages.
2025-06-13 Christian HellerRefactor _ScrollableWidget.append usage, explicitly...
2025-06-13 Christian HellerRefactor keypress handlings.
2025-06-13 Christian HellerSimplify translation from events into TUI logging.
2025-06-13 Christian HellerAlso update main file (forgotten in prev commit).
2025-06-13 Christian HellerSplit up code into module files.
2025-06-11 Christian HellerMinor refactoring.
2025-06-11 Christian HellerMinor refactoring.
2025-06-11 Christian HellerOn /disconnect, prefix nickname in prompt with '?'...
2025-06-11 Christian HellerRemove unnecessary EventType.RECV forwarding to connect...
2025-06-11 Christian HellerOn '001' message, update respective connection's window...
2025-06-11 Christian HellerRefactor prompt geometry calculations.
2025-06-11 Christian HellerOn prompt history scroll, move cursor to end of retriev...
2025-06-11 Christian HellerOn prompt history scroll-down, if at idx=0 on non-empty...
2025-06-11 Christian HellerIn connection window, prefix prompt with nickname ...
2025-06-11 Christian HellerGet USER command username from getpass.get_user().
2025-06-11 Christian HellerUse NamedTuple for login names collection.
2025-06-10 Christian HellerMove more server interaction logic into former SocketRe...
2025-06-10 Christian HellerFix erroneous use of EventType (why doesn't mypy compla...
2025-06-10 Christian HellerFix forgotten EventTypes.
2025-06-10 Christian HellerMinor code re-organization.
2025-06-09 Christian HellerAllow prompt cursor to move horizontally.
2025-06-09 Christian HellerMinor OSC52 / clipboard paste refactoring.
2025-06-09 Christian HellerReplace Event.type_ strings with Enums.
2025-06-09 Christian HellerMinor constants renaming.
2025-06-09 Christian HellerHighlight cursor in prompt.
2025-06-09 Christian HellerRefactor Terminal.write_yx() into more flexible Termina...
2025-06-08 Christian HellerFilter pasted strings before entering them into prompt.
next