Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introducing wsPath to update path for local installation | Grégory Paul | 2019-03-03 | 1 | -1/+6 |
| | |||||
* | Use wss if page is hosted on https | Grégory Paul | 2019-03-03 | 1 | -1/+2 |
| | |||||
* | Change verifyNickname to es5 rather than es6. | MinusGix | 2019-01-13 | 1 | -1/+3 |
| | | | | We're not really using much es6 features, so we might as well make this a normal function so that people with browsers that are old due to not being able to update them (such as apple devices not getting updates the os after end of life). Also replaces the `const` with a `var` since it doesn't really matter if it's modified or not and that is an es6 feature was well. This might fix https://github.com/hack-chat/main/issues/33 or at least the issues 'CheekyChops' having. I didn't test this code, but it's such a simple change. | ||||
* | Update client.js | anti_lol | 2019-01-11 | 1 | -0/+1 |
| | |||||
* | Update client.js | anti_lol | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | Update client.js | anti_lol | 2019-01-11 | 1 | -1/+2 |
| | |||||
* | fix issue #42 | marzavec | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | removed frontpage links, updated wording | marzavec | 2018-10-23 | 1 | -6/+18 |
| | |||||
* | Updated style to handle messages that refer to the user. | rand0x0m | 2018-10-07 | 1 | -1/+6 |
| | |||||
* | Check if the nickname is valid before adding a CSS class | Henry Wright | 2018-07-29 | 1 | -1/+2 |
| | |||||
* | Solved the sidebar scroll for mobile users | OpSimple | 2018-06-17 | 1 | -1/+3 |
| | | | Solved the most annoying problem for the mobile clients, the sidebar scroll. Yeah, we've experienced this situation when we couldn't invite someone who's at the last end of the sidebar with our mobile browser cause sidebar spills out of the screen when there's a lot of users connected. But, now this is solved by fixing the height of sidebar container to 90% when shown and to 0% when hidden. Ah! I was really grieving to get rid of this shit. | ||||
* | shortened the url for other softwares | OpSimple | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Let visitors know about the other softwares | OpSimple | 2018-06-07 | 1 | -1/+2 |
| | | | Let visitors know about the existence of other softwares too | ||||
* | Again | Neel Kamath | 2018-05-17 | 1 | -11/+9 |
| | |||||
* | Update for #14 | Neel Kamath | 2018-05-17 | 1 | -16/+64 |
| | |||||
* | misc server changes and new modules | marzavec | 2018-04-29 | 1 | -5/+0 |
| | |||||
* | Fixed relative schema links & client readability | marzavec | 2018-03-29 | 1 | -264/+291 |
| | |||||
* | Rolled client back to legacy & synced prod modules | marzavec | 2018-03-25 | 1 | -8/+12 |
| | |||||
* | initial commit | marzavec | 2018-03-10 | 1 | -0/+534 |