phpfreechat 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| phpfreechat-5.x-1.3.tar.gz | 37.47 KB | e0fae8c9125c66d1d0d29a822e4ed9d1 |
Admin panel settings stored internally as arrays did not work before. Now they do, with the exception of Proxies Cfg (a multidimensional array). The additional settings that now work are:
nickmeta
nickmeta_private
nickmeta_key_to_hide
admins
frozen_channels
privmsg
refresh_delay_steps
skip_proxies
post_proxies
pre_proxies
bbcode_colorlist
nickname_colorlist
dyn_params
Probably you won't use most of these, but one in particular is handy. If you are having problems with too-aggressive noflood settings (the noflood feature was added in phpFreeChat 1.2), you can use skip_proxies to disable it. Just enter "noflood" in the admin panel skip_proxies box. If you want to also disable, for example, the feature that censors bad language, enter "censor,noflood" (no quotes). For all array fields, separate values with commas.
The other change in this version is important, but invisible. The module was saving a huge amount of user settings unnecessarily, resulting in gigantic queries that could bring down a shared server. This has been fixed.
