Lines Matching +full:fail +full:- +full:fast
1 ====== DokuWiki Chat AJAX-driven plugin ======
14 In the info-bar you can see the AJAX engine progress.
29 …under own DokuWiki installation, feel free to {{:dokuwiki:plugin:dokuwiki-chat-1.1.2.zip?nocache|d…
30 [[http://pv.no-ip.org/bin/dokuwiki-chat-1.1.2.zip|Mirror 1 here]] (version 1.1.2), or \\
33 As have been said, code is probably not ready yet so it may fail to work for you under some
45 I provide in the installation zip updated version of **SACK**. It is only one file ''tw-sack.js''. …
46 Original ''tw-sack.js'' 1.6 version comes from [[http://www.twilightuniverse.com/resources/code/sac…
54 You will have to setup user-rights (ACL) for ''chat'' namespace.
76 …* Edit ''ajax.php'' and change all occurrencies of <code>$auth->getUserData(...)</code> into <code…
95 - First, new messages are polled each 5 seconds.
96 - After 30 seconds, checking interval is prolonged to 10 seconds.
97 - After another 30 seconds, checking interval is changed to 30 seconds.
98 …- Now, mouse-movement over document window is monitored. If no mouse movement occures on document …
106 This logic ensures that if chatting heat goes high, messages are refreshed fast enough
108 the web-server is not overloaded with AJAX requests.
126 * Added ''audio-notify'' setting into configuration.
128 …* Provided updated Ajax toolkit library ''tw-sack.js'' (SACK 1.6 modified), you have to copy this …
136 * Added ''$conf['chat']['show-progress']'' for enabling info bar
137 …* ''[Clear messages]'' button is now visible for logged-in user that has edit rights for current p…
138 …* Improved user-rights handling, now user must have write-rights for chat page to be able to see '…