Daniel Oaks
300d02bd9c
channel: Kill a race condition that locked up the server.
...
Specifically, if you joined a channel while someone else was trying to part. the Join method would grab the lock, the Quit method would queue to grab the lock, the Join method would unlock and then try to regrab the lock, and it would get into a situation where nobody would have the lock and everyone would be waiting for it.
This caused weird oddities with clients.
2017-03-26 22:11:09 +10:00
..
2017-03-07 19:56:21 +10:00
2017-03-26 21:41:52 +10:00
2017-03-11 22:01:40 +10:00
2017-03-11 22:01:40 +10:00
2017-03-25 09:19:13 +10:00
2017-03-26 22:11:09 +10:00
2017-03-26 20:37:13 +10:00
2017-03-24 12:52:38 +10:00
2017-03-25 09:19:13 +10:00
2017-03-26 22:11:09 +10:00
2017-03-11 22:01:40 +10:00
2017-03-24 12:52:38 +10:00
2017-01-12 21:17:50 +10:00
2017-01-12 21:17:50 +10:00
2017-01-19 15:39:19 +10:00
2016-11-06 13:47:13 +10:00
2016-06-19 10:01:30 +10:00
2017-03-07 19:56:21 +10:00
2017-03-11 22:01:40 +10:00
2016-10-23 20:24:02 +10:00
2017-03-07 19:56:21 +10:00
2017-03-25 09:19:13 +10:00
2017-03-26 22:09:46 +10:00
2017-01-18 07:27:06 +10:00
2016-06-15 21:50:56 +10:00
2016-10-16 14:17:29 +10:00
2017-03-11 22:01:40 +10:00
2017-03-24 21:59:13 +10:00
2017-03-25 09:19:13 +10:00
2016-10-14 17:11:53 +10:00
2016-10-13 17:36:44 +10:00
2017-03-07 19:55:14 +10:00
2017-01-11 02:09:08 +10:00
2017-03-24 12:52:38 +10:00
2017-03-24 21:54:22 +10:00
2017-01-22 12:44:05 +10:00
2017-03-24 12:23:21 +10:00
2017-01-23 21:20:42 +01:00
2017-03-06 09:26:54 +10:00
2016-10-11 23:51:46 +10:00