Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove get_magic_quotes_gpc | Ronnie | 2016-12-20 | 1 | -12/+0 |
| | | | From 5.4.0 get_magic_quotes_gpc allways return false | ||||
* | language key for audio support | Philip Nicolcev | 2016-05-03 | 2 | -4/+4 |
| | |||||
* | cs, whitespace tabs | Philip Nicolcev | 2016-05-03 | 1 | -2/+2 |
| | |||||
* | Update AJAXChatTemplate.php | Ronnie | 2016-05-03 | 1 | -0/+2 |
| | |||||
* | Update AJAXChat.php | Ronnie | 2016-05-03 | 1 | -6/+9 |
| | |||||
* | CS fixes, use protected instead of var | Philip Nicolcev | 2016-04-30 | 2 | -10/+12 |
| | |||||
* | CS fixes, use public/protected instead of var | Philip Nicolcev | 2016-04-30 | 8 | -41/+51 |
| | |||||
* | CS fixes, remove closing tags | Philip Nicolcev | 2016-04-30 | 14 | -15/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/VillainyStudios/AJAX-Chat into ↵ | Frug | 2014-07-20 | 1 | -3/+0 |
|\ | | | | | | | | | | | | | VillainyStudios-master Conflicts: chat/lib/class/AJAXChat.php | ||||
| * | Update AJAXChat.php | Joshua Embrey | 2014-07-19 | 1 | -4/+1 |
| | | | | | | Removed mt_srand and seed; seeding is performed automatically in PHP5+. | ||||
| * | accept 0 for ban time - thanks @micheal-swiggs issue #39 | Frug | 2014-07-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'case-insensitive-onlinelist' of ↵ | Frug | 2014-07-20 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | https://github.com/marquisite/AJAX-Chat into marquisite-case-insensitive-onlinelist Conflicts: chat/lib/class/AJAXChat.php | ||||
| * | | Case-insensitive online user list | marquisite | 2014-07-03 | 1 | -2/+2 |
| |/ | | | | | Modification originally posted to Google Groups by Ingrid | ||||
* | | Merge a bunch of changes from testing. Responsive layout, themes, PM color ↵ | Frug | 2014-07-19 | 1 | -3325/+3325 |
|/ | | | | and sounds | ||||
* | use __construct | Frug | 2014-01-14 | 9 | -9/+9 |
| | |||||
* | leave logout as _REQUEST for now | Frug | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | not a reference | Frug | 2013-11-24 | 1 | -3/+2 |
| | |||||
* | preg_replace_callback fix for undefined notice | Frug | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | Default channel always available | Frug | 2013-11-24 | 2 | -15/+19 |
| | |||||
* | use FROM_UNIXTIME instead of php date | Frug | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | Switch to Modified MIT License | Frug | 2013-11-08 | 15 | -15/+15 |
| | |||||
* | mysqli catch connection errors properly | Frug | 2013-11-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request #99 from JanKroepke/patch-1 | Philip Nicolcev | 2013-11-01 | 1 | -6/+6 |
|\ | | | | | Change preg_replace to preg_replace_callback | ||||
| * | Change preg_replace to preg_replace_callback | Jan Kröpke | 2013-08-08 | 1 | -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 anyway | Felix Eckhofer | 2013-04-06 | 1 | -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 var | Frug | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Declare static methods as static | Frug | 2013-03-03 | 3 | -13/+13 |
| | |||||
* | escape table names to avoid issue with hyphens | Frug | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | fix XSS logout exploit | Frug | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | farsi (fa) is rtl | Frug | 2012-10-25 | 1 | -0/+1 |
| | |||||
* | do not htmlEncode language names in language dropdown | Frug | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | Updated everything to 0.8.5a0.8.5a | Frug | 2012-10-18 | 15 | -0/+4603 |
Update readme.md |