|
|
@@ -12,6 +12,9 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
|
|
|
- Added hijacked invite detection based on server invite notices.
|
|
|
|
|
|
1.2.6
|
|
|
+* (REVERTED FROM 1.2.3) Disabled all memory allocations after a segfault (Fixes CPU spinning)
|
|
|
+ -This actually CAUSED cpu-spins after segfaults.
|
|
|
+
|
|
|
|
|
|
1.2.5
|
|
|
* Fixed a segfault/cpu-spin with mode parsing. (#25)
|
|
|
@@ -140,7 +143,6 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
|
|
|
* cmd_update/cmd_restart/SIGHUP now soft restarts bot
|
|
|
* Shell cmd param -u now soft restarts all running bots after updating binary
|
|
|
* cmd_dump now has a substitution. '$n' is replaced with the bot's current IRC nick.
|
|
|
-* Disabled all memory allocations after a segfault (Fixes CPU spinning)
|
|
|
* Changed password encryption, should auto convert, might need to reset all though. (#75)
|
|
|
* Adding hosts with missing nick/ident will now prefix the host with '*!' and '*!*' respectively.
|
|
|
|