-
Notifications
You must be signed in to change notification settings - Fork 687
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
Implement /list #258
Implement /list #258
Conversation
f8e7d2c
to
1c76cb8
Compare
👍 Just wondering, will our tab complete "Channel list" due to #64? |
I've added |
77f33ca
to
b003988
Compare
@xPaw: I just made a PR in irc-framework fixing the crash, and added a few safeguards on our end as well to avoid issues. Turns out the W3C's IRC server violates the IRC standards... Because clearly, they're very good at dealing with standards. |
@maxpoulin64 irc-fw PR merged, could you rebase this? |
@xPaw rebased |
Bump? |
Thanks to @xPaw for the base of this code
5627e04
to
0f43954
Compare
@astorije: just rebased again. This one should be ready to be merged since major bugs have been fixed in irc-fw. |
Somehow I was picturing this as a |
Testing this - do we want 'Loading channel list, this can take a moment...' to stay at the top of the channel buffer once its loaded? (example visible in first screenshot) |
I'm in favor of removing it from the buffer after loading, if (easily) possible. |
I think my comment above can be addressed in another PR; I think this is fine to merge |
This bug slipped when adding `/list` support in #258.
This bug slipped when adding `/list` support in thelounge#258.
Implement /list
This bug slipped when adding `/list` support in thelounge#258.
This re-adds @xPaw's
/list
implementation, with additional styling to make it look nice.