jwise / naim

naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ), Internet Relay Chat (IRC), and The lily CMC.
http://naim.n.ml.org/
GNU General Public License v2.0
8 stars 5 forks source link

Lua should have access to UA-side libfiretalk #3

Open jwise opened 12 years ago

jwise commented 12 years ago

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 commented 12 years ago

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