nickdesaulniers / fxos-irc

IRC client for FxOS (and now desktop FF)
GNU General Public License v3.0
37 stars 13 forks source link

PM collisions #36

Closed nickdesaulniers closed 10 years ago

nickdesaulniers commented 10 years ago

we store PM's based on from-nick. If you're getting PM's from two of the same nicks from 2 different clients, they will collide. We should do "__#" + client + "#" + from or something.

nickdesaulniers commented 10 years ago

The whole thing is brittle because valid IRC nick characters aren't necessarily valid attribute characters.