Tags: delthas/senpai
Tags
senpai v0.5.0
This large senpai release brings 1 year of features
and bug fixes!
Major features:
- Take a /SCREENSHOT from senpai, uploading it to
your bouncer
- Do an /UPLOAD from your clipboard by pasting an
image with Ctrl+Alt+V
- Customize your keyboard shortcuts with the shortcuts
config directive, see man 5 senpai for details
- Enable lightweight spell-check from your config,
using harper-ls if installed
- Pin/mute channels and users (ignore coming soon),
saved across your bouncer
Minor features:
- irc:// links are now properly handled everywhere!
- Windows pre-built binaries are now available
- Bumped to Go 1.21, should be OK for all modern
distributions
...and many many fixes and heuristics to work better
across all terminals.
Note to maintainers: senpai now supports a version
linker flag to set/override the version, also settable
with make VERSION.
Ariadna Vigo (1):
Fix typo in panic message
Hubert Hirtz (6):
doc: duplicate \ to account for scdoc escapes
doc: link to senpai(5) in -config
Only show mouse buttons when mouse is enabled
Better advertise /back in docs
Set the Display attribute for /msg completions
Check for CLIENTTAGDENY before sending @+typing
Karel Balej (1):
doc: remove stray dashes in senpai.5.scd
Runxi Yu (1):
Remove deprecated rand.Seed
delthas (48):
Support METADATA (pin/mute) for user buffers
Fix trimming end marker on CTCP messages
Fix very rarely inserting empty new lines or truncating lines
Fix panic on PRIVMSG/NOTICE without a prefix
Make UPLOAD paths relative to the user home directory
Fix autocompletion for relative UPLOAD paths
Support IPv6 zone identifiers in address
Document supported environment variables
Support custom keyboard shortcuts
Fix missing ui/keynames.go file
doc: Drop bogus line
Add /SCREENSHOT to take and upload screenshots
Fix building on !linux
Support screenshots on Darwin
Optimize loading previews of EXIF-rotated images
Fix input on Wezterm with Kitty keyboard protocol enabled
Support opening irc:// links in senpai
Support STATUSMSG-prefixed messages
Fix broken connection to UnrealIRCd
Fix panic on image preview on terminals without cell size
Fix broken Compose input on ghostty
Fix UPLOAD autocompletions for relative paths
Fix uploading drag-and-drop files on some terminals
Bump go-localeinfo
Bump go-libnp
Add CI builds
Bump to go 1.21
Bump vaxis
Add cursor-delete-next-word on Alt+Suppr
Clarify no-arg away semantics
Add Alt+A keybinding for jumping to next unread buffer
Fix nicks with brackets becoming invisible after restart
Sort completions and fix duplicates for /msg
Don't register click event for ACTION/NOTICE nicks
Add spell checking via harper-ls
Mention spell checking is English only for now
Allow underscores in channel links
Use casemapping for buffer comparison in highlight notification
Use per-config-path cache files to prevent multi-instance conflicts
Clean up dead code and minor lint issues
Replace maps.Keys/slices.Sorted with Go 1.21-compatible code
Set User-Agent header in fetchImage HTTP requests
Update emojis to Unicode 17.0
Fix member list highlight below last member
Add clipboard upload via /upload
Support draft/chathistory-end tag for end-of-history detection
Support setting the version via -ldflags
Add Windows binary download link to README
senpai v0.4.1
This maintenance release fixes connecting to Libera.Chat directly
from senpai (due to Libera.Chat rate-limiting).
Full changelog:
delthas (3):
Defer unimportant caps until CAP LS response
Fix incorrect cursor position when editing mutli-line text
Fix theoretical crash on read event on overlay tab
senpai v0.4.0 This is the largest senpai release yet, with 1+ year of features, bug fixes and performance improvements! senpai upstream was changed from https://git.sr.ht/~taiite/senpai/ to https://git.sr.ht/~delthas/senpai/ in this release. Major features: - Add clickable buttons to make it easier to run common actions (adding a network, joining a channel, ...) - Add image previews (simple left click on an image link). You can still open links with CTRL+left click (depending on your terminal). - Enable pinning and muting buffers (works best for channels at the moment), synchronized across clients - Better TAB autocomplete with more suggestions and a popup menu - Add /UPLOAD to easily upload files to compatible bouncers (gives back a link added to the editor) Minor features: - Send better desktop notifications (with an icon, can be clicked on to open the channel, automatically dismissed, ...) - Add CTRL+F as a /SEARCH shortcut - Add CTRL+K as a /BUFFER shortcut, like a "channel switcher" - Add /BOUNCER to easily send bouncer-networks commands - Prevent accidental multi-line pasting by editing the multi-line pasted message in the editor before sending - Unicode (and compound emojis) finally works flawlessly - Make all nicks clickable (will open a direct message buffer) - Make channel names clickable (will join and open the channel) This release also brings numerous bug fixes (senpai was tested across many clients), and some performance improvements (substantial CPU improvements, profiled with pprof). Thanks to all senpai users and contributors for 1+ year of patches and bug reports. Full changelog: Angus Gibson (1): Show members with latest messages first in member completion Antonio Mika (1): Allow passing in console to vaxis Ferass El Hafidi (3): irc: show oper class session: don't ignore rplHelpstart session: remove "The user" part from whois Ham Adams (1): Add a -version flag and display the version on start Jan Fooken (1): Prefer $XDG_CONFIG_HOME over platform's directory on MacOS Johannes Thyssen Tishman (1): Fix building documentation when not in a git repository Lauri Tirkkonen (3): app: show who changed the topic when it changes app: treat Shift+Backspace as Backspace extended color scheme: use rgb colors Runxi Yu (1): Makefile: Use install(1) rather than cp(1) for installing Thorben Günther (1): config: Don't wrap error for password-cmd failure Tim Culverhouse (2): ui: use vaxis rendering engine mouse: add mouse shape and events aoife cassidy (1): Allow scrolling topic left and right delthas (94): Move from ~taiite to ~senpai Send pings, retry connecting after sleep/long pause Add CTRL+F as a search shortcut Add auto-completion suggestion popup doc: Fix not requiring a pre-created configuration file Mention pressing escape to close /search Sort imports commands: Add BOUNCER command commands: Make HELP slightly more compact Add a simple Help in the network vertical "member" sidebar Add icon, custom notifications through local integrations Fix compilation on non-Linux Fix compilation on non-Linux (again) Bump vaxis (fix mouse events on Zellij) Bump vaxis Move to Vaxis (from vaxis-tcell) Split long messages on grapheme cluster boundaries Fix autocompletion highlight Add link image previews Fix build on Mac OS Fix rare panic on Control+E on small windows Make Enter pick an autocompletion when the menu is open Fetch 2 pages of history of the foreground buffer Fix rare panic on scrolling horizontal channels on small terminals Keep cursor position on reducing the terminal width Accept any prefix of /BUFFER as the buffer command Add CTRL+K as a shortcut to buffer; filter buffer view by name Autocomplete immediately when only one result is found Sort powered users by power level Bump Vaxis Fix sorting members with multiple prefixes Add the count of unread highlights to the window title Only consider messages read when the terminal is focused Make nicks in the timeline clickable Fix previous buffer staying highlighted in rare cases Collapse more status changes (join/part/quit/mode) Fix mouse cursor shape when resizing panels Fix panic on /query on disconnected network Fix multi-line hyperlinks on messages starting with the link Support ctrl+click to open links on foot Add support for uploading files Update the mouse cursor even when no button is pressed Render formatting and links in topics commands: Add auto-completion to /join Show an ellipsis when more completions are available Open non-image links with unmodified mouse left clicks on foot Use labeled response when available Preview EXIF-rotated images with the correct rotation Bump Vaxis Add image EXIF rotation support Fix make install on Mac OS notify: Fix notification icon name Try opening links as previews based on their content type Do not display image previews of video embedded objects NP: Do not show empty artist names Add notice about using bouncers with senpai Default message prefixes to the server prefix Tentatively mute server notices pre-connection-registration Update dependencies Make max upload file size dynamic Fix escaping tag values twice Update dependencies Display RPL_STATSCONN nicely Optimize large line merging Support links to channels Make image preview timeouts more aggressive Fix scrolling to highlight on buffers with unread messages. Scroll to buffer in buffer list on Alt+N Enable pinning and muting buffers Fix warning message on server without METADATA and SASL Bump go-libnp Bump go-libnp Avoid considering hash numbers as channels Bump dependencies Update outdated advanced example configuration Update emoji completion emoji list Fix highlight first action on start Censor passwords in debug logs Bump vaxis Always show the message time after a message date Use alternative gray color on color schemes with bg == gray Work around broken Associated Text on iTerm2 Fix sending invalid trailing semicolon in tags Add workaround support for RGB colors on Windows Terminal Add "colors nicks self" to set own nick color only Update documentation Clean up goroutines after App closes doc: Clarify password-cmd Fix retrying connection after App exits Fix duplicate direct messages in rare cases Fix chat history fetch loop for targets containing uppercase chars Improve color contrast of status text by blending fg and bg to RGB Bump dependencies doc: Mention system package repositories ptrcnull (1): Edit multi-line pasted content before sending it sewn (1): Handle empty message properly
senpai v0.3.0
This is a smaller release, it contains small new features and bug fixes.
- A new setup assistant enables easy configuration after installation.
- An unread indicator bar enables quickly knowing which messages are new
when switching tabs.
- Desktop notifications are now sent through the terminal automatically.
- A transient/memory-only mode was added, for the SSH demo.
- Emoji auto-completion makes it easier to input emoji.
- Several IRC commands (and replies) were added, including LIST.
- Status messages can now be hidden.
- New color configuration options were added.
Full commit history below.
Bryant Conquest (1):
update git clone to pull from repository
Clayton Craft (1):
Add option to hide join/part messages
Collin Lefeber (1):
config: add status color sub-directive
Cowington Post (1):
Set terminal window title.
Gabriel Arakaki Giovanini (2):
Allow to overwrite makefile variables
Fix tls configuration input
Gregory Anders (1):
Add support for standard readline bindings for C-a and C-e
Hugo Osvaldo Barrera (5):
Process "last seen" markers of joined channels
Highlight channels with unread messages at startup
Show an "unread" indicator bar
Drop unnecessary fmt.Sprintf
Bail early if password-cmd returns no data
Nick Hastings (1):
Implements NextUnreadBuffer and PreviousUnreadBuffer
Tim Culverhouse (1):
commands: add /tableflip command
Valentin Lorentz (1):
Use 'CHATHISTORY LATEST' instead of 'CHATHISTORY BEFORE' when possible
Vlad-Stefan Harbuz (1):
add /shrug command
delthas (47):
Add setup assistant
doc: Advertise SEARCH on the main doc
Use a static bar cursor where supported
Refresh tab when it changes after deletion (e.g. PART)
Use tcell fork
Add desktop notifications on highlight
Make the unread message marker softer
Force resetting the cursor style to default on exit
Make the unread message ruler quieter
Make the unread ruler smaller
doc: Clarify contributing instructions
Bump tcell / Fix alt arrow keys not working
Make the unread ruler quieter
Move the horizontal channel list on alt+left/alt+right
doc: Fix installation instructions
Add .desktop entry
Recommend using make by default
Drop the cmd/test client
Add the transient config option
Add the -nickname CLI option
Mention the senpai live SSH demo
Show the number of members in buffers
Keep current buffer when deleting a buffer higher in the list
Close buffer on mouse middle click
Auto-complete emoji
Add a fixed color scheme for nicks
Support color names in configuration
Allow running more commands on the server buffer
Add an optional message argument to KICK
Add a LIST command
Show only the topic creator nick on /TOPIC
Pretty-print channel mode messages
Hide RPL_HOSTHIDDEN messages
Add AWAY and BACK commands
Add miscellaneous commands and replies support
Fix vertical scrolling of buffers when navigating with keyboard
Accept sending unknown command after a confirmation
Prompt for confirmation for messages that look like commands
Add additional debug for messages of unknown sessions
Parse geo: links
Cleanup code
Make buffer indexes for /buffer start at 1
Fix calling highlight with HERE=1 on different networks
doc: Mention tracker email and pyonji
Add automatic configuration for pyonji
Make man pages build reproducible
Do not require git for building documentation
mooff (1):
Support "ircs+insecure://" scheme for connection addr
senpai v0.2.0
Nomeji (1):
Scroll to buffer on zoom
delthas (40):
Revert to using base colors by default, making extended configurable
Mention /help rather than man
Show the message date instead of its time on date change
Highlight only on word boundaries
Always show the date of the top message
Use WHOX rather than WHO when available
Make the last opened channel visible in the horizontal list
Prevnet highlighting on notices, drop unknown CTCP
Replace non-UTF8 chars with the Unicode replacement character
Fix crashing on ISUPPORT PREFIX=
Switch to the upstream tcell implementation of OSC 8 hyperlink
Add OSC 8 hyperlink IDs
Fix OSC 8 hyperlink ID format
Fix requesting CHATHISTORY TARGETS with invalid timestamps
Bump tcell version
Clear highlights from MARKREAD when only NotifyNone lines are left
Render the Unicode replacement character properly
Add a 10s timeout to connect + TLS handshake
Print date as dd/mm or mm/dd depending on the user locale
Enable receiving away updates for private buffers
Support irc URLs in the config addr
Implement /MOTD
Add documentation for /MOTD
Implement /NP
Fix failing to parse host:port IRC URLs
doc: Fix trivial typo
Fix processing CHATHISTORY TAGMSG as standalone messages
Prevent possible deadlock in the typing system
Move /NP code to go-libnp
Bump go-libnp
Implement /OPER
Fix failing on addresses with a literal IP address without URLs
np: Bump libnp & be more verbose with errors
Show MOTD in server buffer only
Hide on-register RPL_UMODEIS
Backoff from 0 seconds to 1 minute on reconnect
Show connected messages in the current buffer as well
Only show one connected message per reconnection
motd: Allow running from a server buffer
Request standard-replies
senpai v0.1.0
This is the first senpai release.
Alex McGrath (1):
Only use first line of `password-cmd` output
Alexey Yerin (28):
editor: add ^W delete word binding
senpai.5: document no-tls and debug config options
cmd/test: load useTLS from the config
senpai.5: fix typo
Add BUFFER command to jump to the matching buffer
editor: Ctrl+{Right,Left} moves cursor by words
Make sure app.s is not nil when issuing quit
Make mouse support optional
Use path.Join to construct config file path
Use environment variables for on-highlight
ui/editor: add boundary checks for word actions
commands: ignore empty input
Add /mode command
Disallow sending messages to home
commands: use Home constant instead of "home"
Moving to libera.chat
doc/senpai.5: update docs for addr field
commands: do not handle s == ""
commands: use rawArgs on non-command
Add colors.prompt option to set prompt color
doc/senpai.5: mention the issue with \ disappearing
ui: don't mark // in input as a command
ui: fix editor tests
senpai.5: remove mention of no-tls
senpai.5: fix color code in example
README: fix syntax of debug option for scfg
config: remove debugging fmt.Println
Implement /kick and /[un]ban commands
Duc Nguyen (3):
Restore last buffer on start
add compiled doc to gitignore
Also write the last buffer on SIGTERM, SIGINT and SIGHUP
Galen Abell (3):
Add PHONY Makefile targets
Fix default highlight command path not being used
Show error when searching if unsupported
Hubert Hirtz (260):
Initial commit
Part Join Typing
typing=done
Nick colors
Show JOIN and PARTs
Also show QUITs
Fix timezone with server-time
Show underline messages
Fix color codes
Buffers are now shown (mostly) correctly
Unknown sub-command ./cmd/irc
Split lines between words
wip
Make renderedHeight correct
Fix word wrapping for 1-wide characters
Add test for 0-width chars
Don't scroll past buffer content
draft/chathistory support???
Fix colors?
Handle \x0F
Add /msg command
Fix readme headers, add the ISC license
Add the issue tracker and the mailing list to the README
Display typing indicators
Split event handling into functions
Add constants for IRC replies
Yay go syntax
Simplify color()
Display queries in "home" buffer
Make message handlers able to return more than one event
Randomize welcome messages
Add /quote command
Handle self-NICK
Show messages from self when echo-message is disabled
Show incoming NOTICEs
Improve line editing
Rework display
Show channels as bold on unread messages
Show nick highlights
Add a head for status lines
Accept a -config command-line argument
Configurable highlights
Tidying
Also handle numpad's enter key
editor: fix off-by-one error
editor: handle HOME and END keys
editor: handle DEL key
Show line on the left of typing indicators
Don't request history of the home buffer
Add a -debug flag and show raw messages
Add missing color termination character
Use a custom runewidth.Condition
Fix colors not being reset with \x03
Show NICK changes
Support reverse character code
Actually the rune width issue is from alacritty
editor: Handle UP and DOWN keys
Remove UserEvent and ChannelEvent
Fill events with original channel case
irc: Simplify debug logging of incoming messages
irc: Use typing constants
irc: Use better names for casefolded variables
irc: go syntax i guess
irc: Delete ConnectionState and use a bool instead
ui: Reverse color of the nickname on highlight
ui: Show /me from self when echo-message is off
Add a /topic command
Fix +typing=active being sent incorrectly
ui: Configurable nick column width
Handle RPL_TOPICWHOTIME
irc: Use a bool instead of an error for validation
irc: Also update casefolded nickname on ERR_ERRONEOUSNICKNAME
irc: Handle CAP NEW/DEL/NAK before registration
Add /names command
irc: Send NAMES when multi-prefix is negociated
ui: Fix scroll when lines are added
irc: Update TopicWho and TopicTime on TOPIC
Add screenshot to README.md
ui: Fix crash in the word wrapping function
editor: Don't add another line if the last one is empty
irc: Fix RPL_TOPICWHOTIME handling
Add /R command
ui: Show self /msg and /r even if echo-message is off
Properly close everything in case of error
ui: Don't panic when the connection fails
ui: Show the nick when senpai registers with a different one
ui: Show unhandled messages in debug mode
ui: Autocompletion of nicknames
Fix highlight not following new nick on registration
ui: Notify on highlight (or execute any command)
irc: Don't panic on a NICK from an unknown user
git add doc
Mention the man pages in README.md
ui: Strip formatting codes in notifications
Change %c to %b and add %h
ui: Show an error if on-highlight fails
doc: Update example with sway focus or something
ui: 1-cell padding for highlight nicks
editor: Fix panic when pressing delete on empty input
Fetch history on join
ui: Fix color codes
ui: Blacklist dark colors for nicks
doc: Fix typos, improve wording somewhat
Don't send @+typing=done in the home buffer
Fix same messages being fetched with CHATHISTORY
Fix /topic only accepting one word
Fix topic time timezone
Only fetch history on JOIN and PgUp
Fix multiple SelfJoinEvent being sent
Improve query display
Drop username and hostname from TopicWho
Allow /part with a reason
General refactor yay
Update tcell and support italics
Move ui.Home and ui.homeMessages up
irc: Reset typing ratelimiter after sent message
Typing indicator timeout
Fix crash when completing nicks with special chars
Update screenshot URL
Update tcell to v2 and
Display strike-through text
Fix duplicate timestamps
Ensure timestamps from msg.TimeOrNow() are always UTC
Show topic changes
Handle KICK messages
Allow moving the timeline to the right
Collapse bufferlist in one block
Vertical channel list
Configurable channel list width
Update manpages to account for latest changes
Scroll wheel support
Support for mouse clicks on channel names
Handle Alt-Home and Alt-End
Fix click colors on highlighted channel
Fix prompt not being updated on click
Document functions in app.go
Don't autocomplete on empty word
/topic completion
Move editor view when completing text
Add completion for /msg
Basic display of errors
Consider the CHANTYPES isupport token
Consider the CASEMAPPING isupport token
Only send the SelfJoinEvent when channel info is complete
Document the IRC library
Cleanly stop all coroutines on irc.Session.Stop
Document irc/typing.go
Polish the test client
Don't forward outdated typing timeouts
Make cmd/test usable
Move configuration defaults to config.go
Show command output on failure
Show connection failure reason
Chathistory: don't send invalid timestamps
Fix random crash on startup
Recognize beginning of commands
Add the QUIT command
Fix command argument parsing
Add a no-tls option to config
Better connection management
Do not use dim styles on the buffer list
Support cycling backward in auto-completions
Fix segmentation fault when the server is down
Don't show own typing notifications
deps: update tcell and runewidth
Split the "feature" map into specific attributes
Split long messages before sending them
Blacklist more colors
Revert back to tcell 2.2.0
Add option to disable sending typing notifications
Fix duplicate lines when scrolling up
Better error reporting about configuration file
Update documentation examples and add warning
Print config error message on stderr
Don't look for nor execute sh when on-highlight is empty
go fmt
Properly show cursor on two-width characters
Update tcell to 2.3.1
Add port if missing (v2) and don't set keepalives
Add /nick
Fix races conditions
Separate command handling from plain messages
Explicitly support keys in JOIN messages
Handle consecutive spaces on arg split
Remove parenthesis around notices
Fix ui tests
Do not go into infinite loops on TLS mismatch
Pick nick colors in terminal color scheme
Also make dashes gray for command responses
Fix senpai(5) formatting
Update tcell
Do not print empty rows
Always update prompt
Don't send typing=done when input is already empty
Accept pull requests on Github
Update copyright to include all contributors
Remove outdated UI tests
Fetch missed messages on reconnect
Channel list is horizontal by default
Don't show the member list by default
Use messageBounds for infinite scroll CHATHISTORY requests
Fix line wrapping not working on history
Fix typos
Random code improvements/tidying
More lints
Remove buffer arg in commands
Remove needless allocations
Fix typing indicators not being removed
Show mode changes
Fix horizontal channel bar drawing
Sort typing indicators
Remove IRC formatting when printing the topic
Fix history not being loaded on channel re-JOIN
Eager registration
Revert "Eager registration"
Simplify channel loop
Don't forget to close outgoing chan on debug
Only show buffer numbers when necessary
Cleanup drawVerticalMemberList
Fix ui.StyledStringBuilder
Rework vertical lists
Add an .editorconfig file
doc: fix indentation and use _ instead of ` for keywords
Don't display buffer numbers on empty command
Cleanup unused caps
Don't expect the server to send correct IRC messages
Add support for the INVITE message
Add an /invite command
Don't panic when a command is sent when offline
Make use of away-notify
Simplify string building logic in app.go
Sort channel staff before other members
Remove draft file
Support for soju.im/bouncer-networks
doc: clarify some things
status bar drawing: fix off-by-one error
timeline drawing: fix off-by-one error
Scroll up/down highlight by highlight
Sync screen during resize
Show the full command name on user error
Rework the /help command
Print the topic after the first batch of history
Ensure BATCH's first arg is not empty
Remove IRC formatting before printing the topic
Revert "Show the current channel topic at the top of the timeline"
Take mode changes into account
Don't merge message bounds from multiple networks
Allow App.Close() and App.Run() to be run concurrently
Eagerly request capabilities
Also retrieve username on registration
Authenticate on CAP NEW sasl
OK GitHub: update README.MD
Tidy things
Fetch history for queries
Use second precision for bound computation
Merge redundant events
Do not mark the buffer as unread on MODE
Bump history batch limits
Remove old init
Take NICKs into account when reducing join/part lines
Hugo Machet (1):
Rename ColorGrey to ColorGray for consistency
Jeff Knapp (1):
Fix segfault on /mode x
Jonathan Halmen (1):
docs: update Ctrl-C behaviour
Kalyan Sriram (4):
config: allow specifying an external password cmd
config: replace YAML with scfg config format
ui: buffers: sort buffer list
ui: add commands completion
Kirill Chibisov (1):
Add a config option to beep on highlight
Leon Henrik Plickat (1):
Allow selecting buffers with Alt+{1..9}
Marten Ringwelski (2):
docs: Fix typo
Add Makefile
Nomeji (3):
update man to reflect changes on pane-widths behaviour
make install an independant task in Makefile
Scroll to the channel when changing the horizontal channel
Pranjal Kole (1):
Fix crash when lone slash is entered
Samuel Hernandez (1):
irc: Fix requestHistory by making it use UTC
Simon Ser (9):
readme: fix example config
Use os.UserConfigDir
Use nick/realname from config
Default user/real to nickname if unspecified
mv cmd/irc cmd/senpai
Add senpai to .gitignore
Use RPL_SASLSUCCESS to end registration
Don't double-enable caps
ui: use reverse colors for current buffer instead of underline
Tim Culverhouse (1):
Add a config option for unread buffer text color
delthas (76):
Fix backspace support on some terminals
Ignore case when searching for a /BUFFER
Sort channel members by name
Ratelimit +typing and send +typing=done once only
Clear the input on CTRL+C instead of quitting
Switch to the buffer of a new user-requested channel join
Automatically join channels on start
Add notify types for fine-grained control of unread/highlight state
Print the channel topic on join
ui: Introduce a vertical member list on channels
Make buffers indexed, and refer to indexes with /BUFFER
Fix crash on disconnect
Enable scrolling through the vertical member list with the mouse wheel
Introduce backsearch message support with ctrl+R
Make vertical channel list scrollable
Fix requesting CHATHISTORY of empty channels
Don't show notifications when receiving a message from self
/mode: default channel to the current channel
Mark hyperlinks with the OSC hyperlink terminal escape
Fix requried go version
Show the current channel topic at the top of the timeline
Fix part-ing a channel with duplicate name in other networks
Add support for user buffers
Add support for the /QUERY command
Handle tcell error events by closing
Fix link value, removing debug query string
Add support for CHATHISTORY TARGETS
Show the current channel topic at the top of the timeline
Add support for draft/event-playback
Merge MODE messages
MONITOR user with whom we have an open buffer
Add support for the soju.im/read capability and READ command
Fix event collapsing
/query: support optionally sending a message
/query: only send MONITOR, ... if the buffer is new
Make CTRL+C alternatively clear the input and set '/quit' in it
Enable clicking on channel members to open a query with them
Add support for the ALL_PROXY, NO_PROXY environment variables
Optimize URL parsing performance
Use delthas/tcell fork
Drain the events channel when closing
Add HTTPS schema by default to hyperlinks
Add a 15s keepalive to connections
Implement SEARCH
Only send READ for messages received from a channel
Batch events by time period rather than by fixed size
Optimize URL regex
Fix home buffer tooltip
Delete word on Alt+Backspace
Show/hide the channel & member list with F7/F8
Scroll horizontal channel list with the mouse wheel
Enable clicking on a horizontal buffer to switch to it
Update mailing list
Defer parsing URLs until a buffer is opened at least once
Fetch the chat history of the last opened buffer first
Send SASL PLAIN authentication on connect
Use time.Parse for parsing incoming server times
Support +channel-context
Enable specifying the size of disabled channel & member columns
Fix horizontal channel list buffer underline position
Fix horizontal channel buffer clicks on negative positions
/mode: enable getting the channel modes without parameters
Fix crashing on removing last char of backsearch pattern
Reset history when flushing lines
Implement /whois
Update soju.im/read to draft/read-marker
Fix dropping words in /msg, /query, /part
Fix crashing when shrinking the text to a zero width
Add pane-widths { text } to limit the max line width
Add support for hex colors
Hide automatic away replies
Document selecting with shift
Add support for soju.im/bouncer-networks-notify
Color nicks in the member list the same as in the timeline
Update maintainer
Add a project description
mooff (1):
Finish registration when not using SASL
ptrcnull (1):
Handle IRC read events correctly