Lurker - Devlog

Alright! I got the rest of the issues closed out that wrapped up to 1.0.2 milestone.

  • Fixed: a DM buffer would open as soon as someone started typing at you, almost like you were telepathic; this has been fixed.
  • Fixed: pressing shift+esc would resurrect closed buffers from the dead (until a refresh returned them back to the grave); this has been fixed.
  • Added: there is now a chat.show_event_host to show the userhost on join/part/nick change lines (that have not been consolidated; turn off chat.consolidate_joins to see everything).
  • Fixed: previously we resolved an issue with case sensitivity issues with channel names, that same issue has now been preventatively fixed for direct messages.
  • Added: there is now a tools/fold-buffer-case.ts script that can be run from inside the container to fix duplicate buffers created by the previous issue.
  • Fixed: if you joined a channel that required registration before sending a message, it was unclear why your messages were not being read; now there is an in-buffer system message letting you know that the channel requires registration.
  • Added: Cmd+Left/Right and Home/End now jump to the logical start and end of the current line in the input bar, instead of the visual start/end. You may like this, you may hate it, let me know.

That’s it! With that, v1.0.2 is done and it’s time to move onto v1.1.0, which will be a more feature-packed release.