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 |
| | |||||
* | Minor bug fix due to lib change | marzavec | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | Core hook upgrade, misc fixes | marzavec | 2019-02-21 | 17 | -518/+1345 |
| | | | | (See ChangeLog.md tbh) | ||||
* | Minor module changes | marzavec | 2019-02-02 | 8 | -15/+72 |
| | | | | Added trips to listusers output. Added 'reason' to reload broadcast. Fixed removemod bug. Added /nick hook to changenick. Added 'type' and 'from' fields to invite event. | ||||
* | Merge pull request #51 from MinusGix/patch-2 | marzavec | 2019-01-14 | 1 | -1/+3 |
|\ | | | | | Change verifyNickname to es5 rather than es6. | ||||
| * | 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. | ||||
* | | Merge pull request #50 from 4ntil0l/patch-4 | marzavec | 2019-01-14 | 1 | -3/+3 |
|\ \ | |/ |/| | Update mariana.css | ||||
| * | Update mariana.css | anti_lol | 2019-01-13 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #48 from 4ntil0l/patch-2 | marzavec | 2019-01-11 | 1 | -0/+2 |
|\ | | | | | Updated client.js for mariana scheme | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #47 from 4ntil0l/patch-1 | marzavec | 2019-01-11 | 1 | -0/+50 |
|\ \ | |/ |/| | Create mariana.css | ||||
| * | Create mariana.css | anti_lol | 2019-01-11 | 1 | -0/+50 |
|/ | |||||
* | Merge pull request #45 from MinusGix/patch-1 | marzavec | 2018-12-28 | 1 | -0/+10 |
|\ | | | | | Add a check for if there is a target parameter in whisper | ||||
| * | Add a check for if there is a target parameter | MinusGix | 2018-12-28 | 1 | -0/+10 |
|/ | |||||
* | fix issue #42 | marzavec | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | added auto reply to whisper using /r text hook | marzavec | 2018-10-26 | 1 | -1/+27 |
| | |||||
* | removed frontpage links, updated wording | marzavec | 2018-10-23 | 1 | -6/+18 |
| | |||||
* | documentation update, removing unused scripts | marzavec | 2018-10-14 | 3 | -41/+48 |
| | |||||
* | Merge pull request #39 from rand0x0m/update-style | marzavec | 2018-10-08 | 22 | -45/+104 |
|\ | | | | | Style update to handle messages that refer to the user. | ||||
| * | Updated style to handle messages that refer to the user. | rand0x0m | 2018-10-07 | 22 | -45/+104 |
| | | |||||
* | | Merge pull request #38 from MinusGix/master | marzavec | 2018-10-05 | 2 | -20/+36 |
|\ \ | |/ |/| | Admin pass stored as trip | ||||
| * | Made admin pass stored as trip and handled by trip. Admin can now be an ↵ | MinusGix | 2018-09-30 | 2 | -11/+17 |
| | | | | | | | | admin as long as they use the same password | ||||
| * | Made Admin password saved as a trip. | MinusGix | 2018-09-30 | 1 | -1/+11 |
| | | |||||
| * | Put tripsalt question before password question. | MinusGix | 2018-09-30 | 1 | -9/+9 |
|/ | |||||
* | Added hooks, modules and cleaned up code | marzavec | 2018-09-30 | 32 | -266/+891 |
| | |||||
* | Merge pull request #28 from henrywright/27 | marzavec | 2018-07-30 | 1 | -1/+2 |
|\ | | | | | Check if the nickname is valid before adding a CSS class | ||||
| * | Check if the nickname is valid before adding a CSS class | Henry Wright | 2018-07-29 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #18 from OpSimple/master | marzavec | 2018-06-19 | 2 | -1/+7 |
|\ | | | | | Solved the sidebar scroll for mobile users | ||||
| * | Minor changes to prevent ugliness | OpSimple | 2018-06-18 | 1 | -1/+2 |
| | | |||||
| * | Solved the sidebar scroll for mobile users | OpSimple | 2018-06-17 | 2 | -1/+6 |
|/ | | | 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. | ||||
* | Merge pull request #17 from OpSimple/patch-1 | marzavec | 2018-06-07 | 1 | -1/+2 |
|\ | | | | | Let visitors know about the other softwares | ||||
| * | 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 | ||||
* | cleaned up and commented modules | marzavec | 2018-06-04 | 23 | -89/+185 |
| | |||||
* | Completed protocol decoupling | marzavec | 2018-06-03 | 17 | -446/+519 |
| | |||||
* | Merge pull request #16 from OpSimple/master | marzavec | 2018-06-01 | 5 | -3/+120 |
|\ | | | | | A new way to handle the spammers | ||||
| * | Array checking made constructor safe | OpSimple | 2018-06-01 | 1 | -1/+1 |
| | | |||||
| * | Solved uneeded variable creation | OpSimple | 2018-06-01 | 1 | -4/+1 |
| | | |||||
| * | Just cleaning stuffs | OpSimple | 2018-06-01 | 1 | -3/+2 |
| | | |||||
| * | Update chat.js | OpSimple | 2018-06-01 | 1 | -1/+1 |
| | | |||||
| * | Added an extra loop for allies | OpSimple | 2018-06-01 | 1 | -0/+6 |
| | | | | | | Added an extra loop so as to deliver the muzzled user's texts to all of the allies | ||||
| * | Added an extra option to add allies | OpSimple | 2018-06-01 | 1 | -2/+8 |
| | | | | | | Added an extra option to add allies who can see the dumb user's texts | ||||
| * | Update DOCUMENTATION.md | OpSimple | 2018-05-31 | 1 | -1/+1 |
| | | |||||
| * | Update DOCUMENTATION.md | OpSimple | 2018-05-31 | 1 | -0/+2 |
| | | |||||
| * | Added checking for muzzled user | OpSimple | 2018-05-31 | 1 | -2/+7 |
| | | |||||
| * | Created speak.js | OpSimple | 2018-05-31 | 1 | -0/+43 |
| | | |||||
| * | Created dumb.js | OpSimple | 2018-05-31 | 1 | -0/+58 |
| | | | | | | This command module adds a new way to cleanly get rid of unwanted spams. |