5
56
Fork
You've already forked gamja
22

Add support for PREFIX ISUPPORT #9

Open
pounce wants to merge 1 commit from pounce/gamja:prefices into master
pull from: pounce/gamja:prefices
merge into: emersion:master
emersion:master
emersion:unnecessary-const
emersion:eslint-extra
Contributor
Copy link

This commit adds support for the PREFIX ISUPPORT, which allows for
supporting non-standard prefixes, such as '!' which I have encountered
in practice.

Future work should be to support multiple "names" such as "admin,
operator", etc. in hover, and to give a name to unknown prefixes.

Fixes: https://todo.sr.ht/~emersion/gamja/170

This commit adds support for the PREFIX ISUPPORT, which allows for supporting non-standard prefixes, such as '!' which I have encountered in practice. Future work should be to support multiple "names" such as "admin, operator", etc. in hover, and to give a name to unknown prefixes. Fixes: https://todo.sr.ht/~emersion/gamja/170

I don't think this is correct. ! is a non-standard prefix, so should not be in STD_MEMBERSHIPS.

I don't think this is correct. `!` is a non-standard prefix, so should not be in `STD_MEMBERSHIPS`.
pounce force-pushed prefices from 2f8a7d531f
All checks were successful
builds.sr.ht Job completed
to b22de24063
Some checks reported errors
builds.sr.ht Job failed
2025年01月19日 21:42:15 +01:00
Compare
pounce force-pushed prefices from b22de24063
Some checks reported errors
builds.sr.ht Job failed
to f7ea6726aa
Some checks reported errors
builds.sr.ht Job failed
2025年01月19日 21:43:20 +01:00
Compare
pounce changed title from (削除) Add support for ! channel membership prefix (削除ここまで) to Add support for PREFIX ISUPPORT 2025年01月19日 21:43:26 +01:00
pounce force-pushed prefices from f7ea6726aa
Some checks reported errors
builds.sr.ht Job failed
to f94b053015
All checks were successful
builds.sr.ht Job completed
2025年01月19日 21:45:33 +01:00
Compare
Author
Contributor
Copy link

Future work should be to support multiple "names" such as "admin,
operator", etc. in hover, and to give a name to unknown prefixes.

I actually don't know if this is technically possible.

> Future work should be to support multiple "names" such as "admin, operator", etc. in hover, and to give a name to unknown prefixes. I actually don't know if this is technically possible.
pounce force-pushed prefices from f94b053015
All checks were successful
builds.sr.ht Job completed
to 48cb29620b
All checks were successful
builds.sr.ht Job completed
2025年02月09日 01:28:20 +01:00
Compare
All checks were successful
builds.sr.ht Job completed
This pull request has changes conflicting with the target branch.
  • state.js
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u prefices:pounce-prefices
git switch pounce-prefices

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff pounce-prefices
git switch pounce-prefices
git rebase master
git switch master
git merge --ff-only pounce-prefices
git switch pounce-prefices
git rebase master
git switch master
git merge --no-ff pounce-prefices
git switch master
git merge --squash pounce-prefices
git switch master
git merge --ff-only pounce-prefices
git switch master
git merge pounce-prefices
git push origin master
Sign in to join this conversation.
No reviewers
No labels
bug
enhancement
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
emersion/gamja!9
Reference in a new issue
emersion/gamja
No description provided.
Delete branch "pounce/gamja:prefices"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?