Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test more clients #19

Open
6 of 10 tasks
progval opened this issue Nov 7, 2021 · 5 comments
Open
6 of 10 tasks

Test more clients #19

progval opened this issue Nov 7, 2021 · 5 comments

Comments

@progval
Copy link
Owner

progval commented Nov 7, 2021

  • gamja
  • irccloud
  • weechat
  • the lounge
  • hexchat
  • limnoria
  • irssi
  • kiwi
  • quassel
  • ...
@Thaodan
Copy link
Contributor

Thaodan commented Jun 26, 2022

I tested circe, from basic observations it works good so far.

@mk-fg
Copy link
Contributor

mk-fg commented Dec 21, 2022

One of the Emacs built-in IRC clients (comes with at least two) - ERC - needs a small workaround mentioned in #41, but otherwise works, afaict after a week or so of using it with group chats.

@zanchey
Copy link

zanchey commented Feb 19, 2023

irssi doesn't seem to work yet, but only because I think I need to add more detail to authenticate properly.

/network add Matrix -sasl_username [email protected] -sasl_password abcdef -nick foo -user [email protected]
/server add -network Matrix localhost 2051
/connect localhost 2051
21:08 [Matrix] -!- Irssi: Looking up localhost
21:08 [Matrix] -!- Irssi: Connecting to localhost [127.0.0.1] port 2051
21:08 [Matrix] -!- Irssi: Connection to localhost established
21:08 [Matrix] -!- Capabilities supported: account-tag batch draft/account-registration draft/channel-rename draft/chathistory 
          draft/multiline echo-message extended-join labeled-response message-tags sasl server-time soju.im/account-required 
          userhost-in-names
21:08 [Matrix] -!- FAIL * ACCOUNT_REQUIRED :You must authenticate.

@progval
Copy link
Owner Author

progval commented Feb 19, 2023

@zanchey try with -sasl_username foo:matrix.org

@zanchey
Copy link

zanchey commented Feb 19, 2023

Yeah, I forgot that irssi doesn't support options after parameters...

This works fine:

/NETWORK ADD -sasl_username foo:matrix.org -sasl_password blah -sasl_mechanism plain Matrix
/SERVER ADD -network Matrix localhost 2051
/CONNECT localhost 2051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants