Changelog svn 1095
- fixed : bug in %[history]
Changelog svn 1094
- fixed : bug in character escaping resulted in garbled messages for replaced words in patterns
- added : %[history] for use in !addcmd to show mainchat history, number of lines can be controlled with !set history_lines
Changelog svn 1093
- fixed: !delquote would invalidate the quote-table, resulting in errors on !quote (thanks oldindian!)
- fixed: rightclicks for !quote / !addquote / !delquote / !showquotes
Changelog svn 1092
- fixed: !restart will now work with paths containing spaces
- fixed: FillVars error when using custom $UserCommands in !addcmd containing unknown %[variables]
- added: !quote / !addquote / !delquote / !showquotes >>
http://www.flexhub.org/forum/index.php?topic=202.0- added: %[quote] variable for use in !addcmd, it will be replaced with a random quote
Changelog svn 1091:
- fixed : huge performance increase/reduced CPU-usage, maximum usercount should now be well over 2000.
- fixed : stability issues due to multithreaded access to the same global variables, this could cause crashes without reporting/logging errors
- fixed : improved handling of automatic update checks, checks every 24 hours and reports in feed
- fixed : in very rare occasions the hub could freeze, this will now automatically trigger a restart of the hub
- fixed : login would timeout on connecting with same CID/IP for ADC user
NOTE: For !restart to work when running multiple FlexHubs, you'll have to make sure that the files you start the hub with, have a unique name. For Windows this means renaming both FlexHub.lua and FlexHub.exe (both the .exe and the .lua need to have the same name though), for Linux this means renaming FlexHub.lua only. So for example in Windows: rename FlexHub.lua to FlexHub1.lua and FlexHub.exe to FlexHub1.exe.
NOTE: Linux --nogui version needs the file: bit.so in the FlexHub lib-folder, available in FlexHub_0.1_1095_linux.tgz if you don't already have it.
NOTE: After '!update now' the hub will tell you if it needs a full restart (use !restart if your hub uses svn 1075 or later) or if you can just use !rs (reload scripts) instead.
Keep giving feedback!Regards, the FlexHub team