Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #65 from Roslot/master | marzavec | 2019-05-16 | 4 | -14/+179 |
|\ | | | | | Added notifications and sound alerts in client.js | ||||
| * | Fixed permission requesting, notifications off by default | Roslot | 2019-05-12 | 1 | -48/+65 |
| | | |||||
| * | Fixed audio on ff, chrome, edge | Roslot | 2019-05-12 | 4 | -13/+23 |
| | | |||||
| * | Added notifications and sound alerts in client.js | Roslot | 2019-05-09 | 4 | -14/+152 |
|/ | |||||
* | Merge pull request #64 from MinusGix/patch-5 | marzavec | 2019-05-04 | 1 | -3/+7 |
|\ | | | | | Extend logErrDetailed configuration option to errors when calling a hook | ||||
| * | Update MainServer.js | MinusGix | 2019-05-03 | 1 | -3/+7 |
|/ | |||||
* | Merge pull request #63 from MinusGix/patch-4 | marzavec | 2019-04-28 | 1 | -1/+4 |
|\ | | | | | When saving Config, format it in a more human readable manner. | ||||
| * | Update ConfigManager.js | MinusGix | 2019-04-28 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #62 from MinusGix/patch-2 | marzavec | 2019-04-28 | 2 | -3/+19 |
|\ | | | | | Give greater insight into server errors for server owner | ||||
| * | Merge pull request #1 from MinusGix/patch-3 | MinusGix | 2019-04-28 | 1 | -0/+6 |
| |\ | | | | | | | Update SetupWizard.js | ||||
| | * | Update SetupWizard.js | MinusGix | 2019-04-28 | 1 | -0/+6 |
| |/ |/| | |||||
| * | Update CommandManager.js | MinusGix | 2019-04-28 | 1 | -1/+11 |
| | | |||||
| * | Update CommandManager.js | MinusGix | 2019-04-26 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #61 from MinusGix/patch-1 | marzavec | 2019-04-26 | 1 | -1/+1 |
|\ | | | | | Fix issue of the client not seeing disconnection if they have no myNick variable | ||||
| * | Update client.js | MinusGix | 2019-04-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #60 from MinusGix/patch-5 | marzavec | 2019-04-26 | 1 | -0/+6 |
|\ \ | |/ |/| | Make Ctrl-Tab while typing in textarea exit early | ||||
| * | Update client.js | MinusGix | 2019-04-25 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #59 from MinusGix/patch-4 | marzavec | 2019-04-13 | 1 | -3/+5 |
|\ | | | | | Make autocomplete with multiple unused results not insert tab | ||||
| * | Make autocomplete with multiple unused results not insert tab | MinusGix | 2019-04-13 | 1 | -3/+5 |
|/ | |||||
* | Merge pull request #58 from MinusGix/patch-3 | marzavec | 2019-04-11 | 1 | -0/+8 |
|\ | | | | | Pressing Tab inserts a Tab Character | ||||
| * | Pressing Tab inserts a Tab Character | MinusGix | 2019-04-11 | 1 | -0/+8 |
|/ | | | This would make so when you press tab and it does not find any autocomplete it will insert a tab character. This is useful behavior for writing code quickly in chat. | ||||
* | refactoring 2 of 2 | marzavec | 2019-04-08 | 31 | -182/+242 |
| | |||||
* | refactoring 1 of 2 | marzavec | 2019-03-19 | 30 | -359/+414 |
| | |||||
* | Merge pull request #56 from paulgreg/manifest | marzavec | 2019-03-05 | 8 | -0/+41 |
|\ | | | | | Adding manifest.json... | ||||
| * | Adding manifest.json (basic PWA support) | Grégory Paul | 2019-03-04 | 8 | -0/+41 |
| | | |||||
* | | Merge pull request #54 from paulgreg/master | marzavec | 2019-03-03 | 1 | -1/+7 |
|\ \ | |/ |/| | Use wss if page is hosted on https | ||||
| * | 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 |