Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #252 from Jugolo/patch-1HEADorigin/masterorigin/HEADmaster | Phil | 2017-01-05 | 1 | -12/+0 |
|\ | | | | | Remove get_magic_quotes_gpc | ||||
| * | Remove get_magic_quotes_gpc | Ronnie | 2016-12-20 | 1 | -12/+0 |
|/ | | | From 5.4.0 get_magic_quotes_gpc allways return false | ||||
* | Merge pull request #246 from Jugolo/patch-2 | Philip Nicolcev | 2016-08-23 | 1 | -3/+3 |
|\ | | | | | Update da.js | ||||
| * | Update da.js | Ronnie | 2016-08-23 | 1 | -3/+3 |
|/ | |||||
* | language key for audio support | Philip Nicolcev | 2016-05-03 | 45 | -10/+52 |
| | |||||
* | cs, whitespace tabs | Philip Nicolcev | 2016-05-03 | 3 | -7/+5 |
| | |||||
* | Merge branch 'Jugolo-patch-1' | Philip Nicolcev | 2016-05-03 | 4 | -8/+15 |
|\ | |||||
| * | Update chat.js | Ronnie | 2016-05-03 | 1 | -1/+2 |
| | | |||||
| * | Update AJAXChatTemplate.php | Ronnie | 2016-05-03 | 1 | -0/+2 |
| | | |||||
| * | Update loggedIn.html | Ronnie | 2016-05-03 | 1 | -1/+2 |
| | | |||||
| * | Update AJAXChat.php | Ronnie | 2016-05-03 | 1 | -6/+9 |
|/ | |||||
* | Merge pull request #199 from jsebean/master | Philip Nicolcev | 2016-05-01 | 1 | -0/+2 |
|\ | | | | | Prevent malicious user from forcing Logout | ||||
| * | Prevent malicious user from forcing Logout | jsebean | 2015-03-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the fact that AjaxChat does not use tokens to verify logouts were authorized by a chat user, a CSRF vulnerability was discovered that permitted a malicious chatter to post the chat's logout URL inside the img tags of a chat room, forcing all users, including moderators and administrators to log out. It also prevents further users to log in for a period of time due to the log inside the chat, until the image disappears from the log. This simple modification simple checks the URL inside the img code, checks for ?logout=true (part of the URL in ajax chat for logging out) and strips it. Ugly hack, but does the job. If one wanted to make it more complex they could also write it to check the domain and path of the chat, but doing so would allow someone to logout a user in one chat room who is logged in at the same time in another. | ||||
* | | Merge branch 'jamrial-html5audio' | Philip Nicolcev | 2016-05-01 | 16 | -62/+164 |
|\ \ | |||||
| * | | update changelog | Philip Nicolcev | 2016-05-01 | 1 | -0/+3 |
| | | | |||||
| * | | Fix up html5 support, don't load flash unless needed | Philip Nicolcev | 2016-05-01 | 2 | -66/+89 |
| | | | |||||
| * | | cs, closing bracket | Philip Nicolcev | 2016-04-30 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'html5audio' of https://github.com/jamrial/AJAX-Chat into ↵ | Philip Nicolcev | 2016-04-30 | 15 | -34/+109 |
| |\ \ |/ / / | | | | | | | | | | | | | | | | | | | jamrial-html5audio Conflicts: chat/js/chat.js chat/lib/template/loggedIn.html | ||||
| * | | Add HTML5 audio support | James Almer | 2013-04-26 | 15 | -39/+113 |
| | | | | | | | | | | | | | | | | | | | | | By default the chat will test for Flash, and if it's not available it will fallback to HTML5 audio. If an specific backend is selected and the browser doesn't support it, nothing will be played. Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | | | Remove references to xenforo specific files | Philip Nicolcev | 2016-04-30 | 1 | -6/+6 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Display install errors | Philip Nicolcev | 2016-04-30 | 1 | -2/+2 |
| | | | |||||
* | | | CS fixes, remove closing tags | Philip Nicolcev | 2016-04-30 | 60 | -61/+1 |
| | | | |||||
* | | | Use unsigned ints for userID and channel | Philip Nicolcev | 2016-04-30 | 3 | -9/+15 |
| | | | |||||
* | | | Leave error reporting on, just suppress display | Philip Nicolcev | 2016-04-30 | 1 | -1/+1 |
| | | | |||||
* | | | French lang typo. Closes #229 | Philip Nicolcev | 2016-04-25 | 1 | -1/+1 |
| | | | |||||
* | | | Update readme.md | Philip Nicolcev | 2016-04-19 | 1 | -1/+1 |
| | | | |||||
* | | | Finally gonna tag 0.8.80.8.8-standalone | Philip Nicolcev | 2016-04-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Turn error reporting back off | Philip Nicolcev | 2015-02-22 | 1 | -1/+1 |
| | | |||||
* | | Changelog update for mybb | Philip Nicolcev | 2015-02-22 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #170 from bomdia/patch-1 | Philip Nicolcev | 2014-07-21 | 1 | -2/+2 |
|\ \ | | | | | | | corrected error of language translation :D | ||||
| * | | corrected error of language translation :D | bomdia | 2014-07-22 | 1 | -2/+2 |
|/ / | |||||
* | | Update changelog.txt | Frug | 2014-07-20 | 1 | -2/+11 |
| | | |||||
* | | Merge branch 'VillainyStudios-master' | Frug | 2014-07-20 | 1 | -3/+0 |
|\ \ | |||||
| * \ | 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+. | ||||
* | | | Merge branch 'marquisite-case-insensitive-onlinelist' | Frug | 2014-07-20 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | 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 | ||||
* | | | | Add pine, remove subsilver, subblack | Frug | 2014-07-20 | 1 | -2/+2 |
| | | | | |||||
* | | | | fix merge issue | Frug | 2014-07-19 | 1 | -12/+1 |
| | | | | |||||
* | | | | Mobile layout improvements - language files | marquisite | 2014-07-19 | 43 | -1/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cherry picked from 657bca46 Conflicts: chat/css/global.css chat/css/mobile.css chat/lib/lang/ar.php chat/lib/lang/ca.php chat/lib/lang/cy.php chat/lib/lang/es.php chat/lib/lang/fr.php chat/lib/lang/nl-be.php chat/lib/lang/nl.php chat/lib/lang/no.php chat/lib/lang/pl.php chat/lib/lang/sl.php chat/lib/template/loggedIn.html | ||||
* | | | | Merge from master | frug | 2014-07-19 | 2 | -3/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | accept 0 for ban time - thanks @micheal-swiggs issue #39 | Frug | 2014-07-01 | 2 | -2/+3 |
| | | | | |||||
| * | | | use new addEvent function to bind events (see ↵ | Frug | 2014-07-01 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | | d31c9d807cb58f403ac427b05ad6fc6dc4deab3f) | ||||
| * | | | cleanup | Frug | 2014-07-01 | 2 | -22/+36 |
| | | | | |||||
| * | | | more cleanup | Frug | 2014-07-01 | 1 | -3/+1 |
| | | | | |||||
| * | | | cleanup | Frug | 2014-07-01 | 2 | -5/+2 |
| | | | | |||||
| * | | | cherry pick 14fcf5c from Sophist-UK for js debug | Sophist | 2014-07-01 | 2 | -17/+36 |
| | | | | |||||
| * | | | changelog update | Frug | 2014-07-01 | 1 | -0/+1 |
| | | | | |||||
| * | | | add banned and custom user groups, from marquisite's original pull request ↵ | Frug | 2014-07-01 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | 53dc6cab045162d4be4ff75c779f0bb0ebf47bf5 | ||||
| * | | | play PM sound when sending PMs | Frug | 2014-07-01 | 2 | -226/+233 |
| | | | | |||||
| * | | | use custom PM sound (sound-7) in config | Frug | 2014-07-01 | 4 | -46/+34 |
| | | | | |||||
| * | | | handleCustomInfoMessage can override default handleInfoMessage by returning true | Frug | 2014-07-01 | 1 | -1/+4 |
| | | | | |||||
| * | | | section for 0.8.8 | Frug | 2014-07-01 | 1 | -1/+12 |
| | | | | |||||
| * | | | invalid html | Frug | 2014-07-01 | 1 | -2/+2 |
| | | | | |||||
* | | | | handleCustomInfoMessage can override default handleInfoMessage by returning true | Frug | 2014-07-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: chat/js/chat.js | ||||
* | | | | invalid html | Frug | 2014-07-19 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: chat/readme.html | ||||
* | | | | Merge a bunch of changes from testing. Responsive layout, themes, PM color ↵ | Frug | 2014-07-19 | 65 | -8890/+9103 |
|/ / / | | | | | | | | | | and sounds | ||||
* | | | new readme file | Frug | 2014-07-01 | 1 | -113/+146 |
| | | | |||||
* | | | Scroll on a 50ms delay to hopefully solve some autoscroll browser issues | Frug | 2014-07-01 | 1 | -1/+6 |
| | | | |||||
* | | | show broken image on 404 to fix chrome autoscroll bug | Frug | 2014-07-01 | 2 | -4/+4 |
| | | | |||||
* | | | Strip all tags from [img] urls | Frug | 2014-06-29 | 1 | -2/+2 |
| | | | |||||
* | | | clear DOM buffer before reporting failed xml syntax. This is the cause of ↵ | Frug | 2014-06-28 | 1 | -0/+1 |
| | | | | | | | | | | | | the img tag crash exploit when putting newlines in an img tag | ||||
* | | | Merge pull request #133 from Sophist-UK/tweak_css | Philip Nicolcev | 2014-02-14 | 18 | -5/+58 |
|\ \ \ | |/ / |/| | | Tweak alignment, add custom.css capability | ||||
| * | | Tweak alignment, add custom.css capability | Sophist | 2014-01-24 | 18 | -5/+58 |
|/ / | |||||
* | | cleanup | Frug | 2014-01-22 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #130 from marquisite/priv-chat-sound | Philip Nicolcev | 2014-01-22 | 45 | -48/+113 |
|\ \ | | | | | | | Dedicated private messaging sound | ||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+1 |
| | | | | | | | | | By default, the new sound_7 soundFile uses the existing sound_1.mp3 file. To have an actual unique sound for private messaging an extra sound clip will be needed the sound_7 sound file location updated - currently line 214 of config.js. | ||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -2/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Private message sound capability (no translation) | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Private message sound capability (no translation) | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Private message sound capability (no translation) | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Private message sound capability (no translation) | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Private message sound capability (no translation) | marquisite | 2014-01-16 | 1 | -0/+1 |
| | | | |||||
| * | | Private message sound capability (no translation) | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | | | | | | | $lang['settingsSoundPrivate'] requires an English to Thai translation | ||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-16 | 1 | -3/+10 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -1/+2 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-15 | 1 | -2/+3 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-11 | 1 | -0/+1 |
| | | | |||||
| * | | Adding private message sound capability | marquisite | 2014-01-11 | 1 | -1/+2 |
| | | |