nojusr / paprika

A fork of Taigabot3 for which I'm writing a ton of core user plugins.
Other
2 stars 1 forks source link

Make users case insensitive in db #11

Closed 676339784 closed 4 years ago

676339784 commented 5 years ago

For example, .q add test alpha and .q add TEST bravo would result in quotes being attributed to different users. Think it makes most sense if we make users case insensitive.

ineeee commented 5 years ago

case-sensitive has a different meaning in irc than in python. for a proper implementation we'd have to check what irc casemapping the server supports.

see ISUPPORT's CASEMAPPING for details.

ineeee commented 5 years ago

reopening cuz only .q was patched (according to adrift)

nojusr commented 4 years ago

.q is case-insensitive, everything seems to work

ineeee commented 4 years ago

https://github.com/nojusr/paprika/issues/11#issuecomment-514018335

according to adrift, the whole other set of user commands are still case-sensitive