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

Lua should have access to UA-side libfiretalk #3

Open
jwise opened this issue Aug 8, 2011 · 1 comment
Open

Lua should have access to UA-side libfiretalk #3

jwise opened this issue Aug 8, 2011 · 1 comment
Milestone

Comments

@jwise
Copy link
Owner

jwise commented Aug 8, 2011

Lua needs access to UA-side libfiretalk ops; currently, only the PD-side interface is exposed. This causes a problem, for instance, in lua/default.lua, in which insensitive_index is used to compare screen names, but we really need an insensitive_index that compares using a protocol's compare_nicks function.

jwise added a commit that referenced this issue Aug 8, 2011
…reen names, to. I think that actually, insensitive_index is almost never what we want; we actually need compare_nicks. (This temporary solution doesn't work for the '[' character in IRC, for instance.) See issue #3.
@jwise
Copy link
Owner Author

jwise commented Aug 8, 2011

There is a temporary hack in a40f87a to work around this.

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

1 participant