Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
This just seems like Private Message Event is missing a few checks. Shouldn't
be too difficult. (Not to mention this is very unlikely to happen as both the
bot and the known auth-user would have to be monitored quite closely)
Original comment by jzhou2...@gmail.com
on 22 Jul 2014 at 12:00
[deleted comment]
That is not just a few checks missing, that is the entire User object handling
that takes the first hostmask and also created only one User object at all that
is only removed if the user has never send a private message and parts all
channels. If course I could be wrong on this, but I've not seen any cleanup
process that would ever get rid of User objects.
This is related to #148.
Original comment by firewi...@googlemail.com
on 22 Jul 2014 at 2:40
This was some of the motivation for Issue #148: By centralizing all user
creation to one method (createUser) instead of randomly (getUser if one doesn't
exist) I could make login and hostmask final. On top of other benifits like
stopping memory leaks with random "users" from the IRC server. Eg
"chat.freenode.net" was a full user in 2.0
My free time is limited nowadays so I don't have an ETA. Patches are welcome
This issue has better reasons but fundamentally is still the same as Issue #148
Original comment by Lord.Qua...@gmail.com
on 22 Jul 2014 at 3:23
Original issue reported on code.google.com by
firewi...@googlemail.com
on 22 Jul 2014 at 12:25