Stalker
Stalker copied to clipboard
Records and correlates nick!user@host information
I've finding irssi freezing up on me every time stalker does something in the database. I'm not sure if it's all lookups, all modifies, etc.. I currently have 131,750 records.....
In order to keep the database a sane size, it might be a good idea to update the added column when a user is seen and already in the database....
Using /nick_lookup is currently case sensitive and fails to find a user when the case is not exact. I have locally kludged this, but don't think this is the best...
When doing /nick_lookup partial(tab) irssi automatically puts a space at the end and that is passed into get_nick_records with a space in the $query string and so it fails. I...