summaryrefslogtreecommitdiffstats
path: root/chat/lib/class
Commit message (Collapse)AuthorAgeFilesLines
* Remove get_magic_quotes_gpcRonnie2016-12-201-12/+0
| | | From 5.4.0 get_magic_quotes_gpc allways return false
* language key for audio supportPhilip Nicolcev2016-05-032-4/+4
|
* cs, whitespace tabsPhilip Nicolcev2016-05-031-2/+2
|
* Update AJAXChatTemplate.phpRonnie2016-05-031-0/+2
|
* Update AJAXChat.phpRonnie2016-05-031-6/+9
|
* CS fixes, use protected instead of varPhilip Nicolcev2016-04-302-10/+12
|
* CS fixes, use public/protected instead of varPhilip Nicolcev2016-04-308-41/+51
|
* CS fixes, remove closing tagsPhilip Nicolcev2016-04-3014-15/+1
|
* Merge branch 'master' of https://github.com/VillainyStudios/AJAX-Chat into ↵Frug2014-07-201-3/+0
|\ | | | | | | | | | | | | VillainyStudios-master Conflicts: chat/lib/class/AJAXChat.php
| * Update AJAXChat.phpJoshua Embrey2014-07-191-4/+1
| | | | | | Removed mt_srand and seed; seeding is performed automatically in PHP5+.
| * accept 0 for ban time - thanks @micheal-swiggs issue #39Frug2014-07-011-1/+1
| |
* | Merge branch 'case-insensitive-onlinelist' of ↵Frug2014-07-201-2/+2
|\ \ | | | | | | | | | | | | | | | | | | https://github.com/marquisite/AJAX-Chat into marquisite-case-insensitive-onlinelist Conflicts: chat/lib/class/AJAXChat.php
| * | Case-insensitive online user listmarquisite2014-07-031-2/+2
| |/ | | | | Modification originally posted to Google Groups by Ingrid
* | Merge a bunch of changes from testing. Responsive layout, themes, PM color ↵Frug2014-07-191-3325/+3325
|/ | | | and sounds
* use __constructFrug2014-01-149-9/+9
|
* leave logout as _REQUEST for nowFrug2014-01-051-1/+1
|
* not a referenceFrug2013-11-241-3/+2
|
* preg_replace_callback fix for undefined noticeFrug2013-11-241-2/+2
|
* Default channel always availableFrug2013-11-242-15/+19
|
* use FROM_UNIXTIME instead of php dateFrug2013-11-081-1/+1
|
* Switch to Modified MIT LicenseFrug2013-11-0815-15/+15
|
* mysqli catch connection errors properlyFrug2013-11-021-2/+2
|
* Merge pull request #99 from JanKroepke/patch-1Philip Nicolcev2013-11-011-6/+6
|\ | | | | Change preg_replace to preg_replace_callback
| * Change preg_replace to preg_replace_callbackJan Kröpke2013-08-081-7/+7
| | | | | | As of PHP 5.5, the preg e modifier is deprecated and throw errors.
* | new feature: hide input box if it cant be used anywayFelix Eckhofer2013-04-061-1/+8
|/ | | | | | | hide the input control beneath the shoutbox for guest users if guest users are only allowed to read chat in the first place. this reduces confusion for the guests and also allows for custom messages to be display in this case (using css :after)
* img tag exploit for text request varFrug2013-03-041-1/+1
|
* Declare static methods as staticFrug2013-03-033-13/+13
|
* escape table names to avoid issue with hyphensFrug2012-10-251-1/+1
|
* fix XSS logout exploitFrug2012-10-251-1/+1
|
* farsi (fa) is rtlFrug2012-10-251-0/+1
|
* do not htmlEncode language names in language dropdownFrug2012-10-251-1/+1
|
* Updated everything to 0.8.5a0.8.5aFrug2012-10-1815-0/+4603
Update readme.md