1
I Use This!
Inactive

News

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Posted about 17 years ago
phpFreeChat 0.9.1 on 04/03/2006 * Bug fix: When a empty text is typed, nothing should be sent. Only a error message must be shown. * Bug fix: Links auto-detections didn't work * Bug fix: Now “openlinknewwindow” parameter is used also for the ... [More] phpfreechat logo link. * Bug fix: When the connection to the server is bad, “refresh_delay” is automaticaly adjusted (multiplied by 2 when it fails). * Bug fix: If you write something that is as long as your set maximum message length, the… [Less]
Posted about 17 years ago
phpFreeChat 0.9.2 on 04/17/2006 * New turkish “tr_TR” translation (many thanks to mesut) * New greek “el_GR” translation (many thanks to Speedy) * Bug fix: a path was broken with php's safe_mode enable in xajax 0.2.3 * Bug fix: ... [More] “openlinknewwindow” parameter was ignored on Firefox * Bug fix: very long text with colors were truncated (thanks to Kachel for the report) * Bug fix: a cleaner workaround (based on “document.recalc()” function from ie7 library) for IE6 smiley… [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta2 on 06/17/2006 * Bug fix: channels were not joined in the correct order (last channel in the parameter array must be the last joined channel and the active one) * Bug fix: the ”/me” command was broken (thanks to Eury) * ... [More] Bug fix: the ”/me” and ”/notice” display italic style was broken * Bug fix: add a lock process when running the ”/rehash” command in order to avoid run simultaneously two global config init step. * Bug fix: when reloading the page, … [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta3 on 07/07/2006 * Bug fix: the nickname list borders were badly displayed on IE6 * Show the corrupted files at the beginning of the list * New API used to query the chat infos from external scripts (who is online, N last ... [More] posted messages) * Optimization: don't initialize parameters when the cache file exists. * Bug fix: if the user is not present on the channel, call the createNick function in order to update the user metadata which are maybe nonexistent (no more gh… [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta4 on 08/01/2006 * Remove prototype dependencies. Why ? because prototype override some default javascript behaviors (Array) and break compatibility with others javascript libraries (example: ie7) * New proxy: the “lock” proxy ... [More] can be used to lock the chat and redirect all the online users to a given url (use the “$params[“islocked”]” and “$params[“lockurl”]” parameters). * Bug fix: the “admins” parameter in now dynamic * Bug fix: it was possibl… [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta5 on 09/04/2006 * Big refactoring: * Set the “prefix” parameter value to ”“pfc_””. Now this parameter can't be changed because it simplify the new developments. * Change the manner how resources are manager. Resources ... [More] were copied into a public directory. Now resources are just delivered by the “proxy.php” file which is placed into the publix directory. * Remove php code into each resources files (javascript, css). So now the chat page size is light… [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta6 on 09/23/2006 * Makes possible to use “frozen_nick” with a empty nick parameter. So it's possible to choose the nick at beginning of the session then it's impossible to change it. * Make possible to change dynamicaly the ... [More] user nickname using the parameter array (however, “frozen_nick” must be on) * Bug fix: the “width” parameters was broken * New “checktimeout” proxy used to disconnect timeouted users before playing a command * Bug fix: the nicknam… [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta7 on 11/01/2006 * New '“privmsg”' parameter: this is an array of nicknames that you want to speak to (in a private chat) at first chat loading (thanks to Johnny for his sponsoring : $130 USD) [3h00] * New '“firstisadmin”' ... [More] parameter : this parameter is used to give admin rights to the first connected users on the server. [45min] * The setup generator is now integrated to the command line process (many thanks to awright and his great webinstall project). [30min] … [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta8 on 12/18/2006 * Japanese translation update (thanks to elf2000) [15min] * Portuguese Brazilian translation update (thanks to candido) [10min] * Italian translation update (thanks to bellakioma) [10min] * Makes possible ... [More] to use regular expressions for words in the censor proxy. [45min] * Ignore the “ini_set” warnings. It can occurs on servers which have disabled it for security reasons. [10min] * Remove the underline text decoration on the nicknames list [5mi… [Less]
Posted about 17 years ago
phpFreeChat 1.0-beta9 on 02/19/2007 * Optimizations: add a memory cache to containers this should improve CPU consuming and read/write file access. [5h40] * Refactoring and optimizations: load the chat html and the chat styles with ajax routines ... [More] [5h00] * Add more verbose error messages when the chat cannot be loaded [4h00] * Bandwidth optimization: do not return any bytes when the periodic /update command returns nothing. [0h30] * Bug fix: on php4 servers, private messages / kick / ba… [Less]