From 8caeee3853ef66dd0e326ff17906f9ca544b8a35 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Thu, 28 Jul 2005 23:55:59 +0000 Subject: Thu Jul 28 23:45:26 BST 2005 Tom Gilbert * Reworked the Timer module. The Timer now has a smart thread manager to start/stop the tick() thread. This means the timer isn't called every 0.1 seconds to see what needs doing, which is much more efficient * reworked the ircsocket queue mechanism to use a Timer * reworked the nickserv plugin to use maps * made server.reconnect_wait configurable * added Class tracing mechanism to bin/rbot, use --trace Classname for debugging --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30d2390c..fcb65aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Jul 28 23:45:26 BST 2005 Tom Gilbert + + * Reworked the Timer module. The Timer now has a smart thread manager to + start/stop the tick() thread. This means the timer isn't called every 0.1 + seconds to see what needs doing, which is much more efficient + * reworked the ircsocket queue mechanism to use a Timer + * reworked the nickserv plugin to use maps + * made server.reconnect_wait configurable + * added Class tracing mechanism to bin/rbot, use --trace Classname for + debugging + Tue Jul 26 14:41:34 BST 2005 Tom Gilbert * Prevent multiple plugin registrations of the same name -- cgit v1.2.3