Age | Commit message (Collapse) | Author |
|
attempted on a nonexistant timer.
|
|
|
|
|
|
|
|
|
|
I need to work on the timer code, it's not currently possible to create a
timer within a timer event, due to the thread stop/start thing
|
|
* 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
|
|
|