Files
znc/modules
Uli Schlachter 01341cfb0a Fix some invalid iterator uses
This fixes #96. When the last user in a partyline channel is deleted, the
channel is deleted, too. This invalidates the iterator used in OnDeleteUser().
This fix is to increase the iterator before the channel can be deleted.

After the above fix, znc still crashed due to another broken use of iterators.
When a network is deleted, it takes all its clients with it (why aren't they
just moved into the "no network"-state?"). However, deleting a CClient removes
it from the network's list of clients via CClient::Disconnect(). This resulted
in another invalid use of iterators.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-12-29 13:54:24 +01:00
..
2011-11-29 18:51:17 +07:00
2011-10-27 18:25:25 +02:00
2011-09-23 03:31:58 +07:00
2011-11-21 12:10:14 +00:00
2011-09-23 03:31:58 +07:00
2011-12-29 13:54:24 +01:00
2011-09-23 03:31:58 +07:00
2011-10-19 09:56:21 +00:00
2011-09-23 03:31:58 +07:00
2011-10-27 18:25:25 +02:00