Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add 'to' parameter to invite, specifies channel | MinusGix | 2020-02-17 | 1 | -4/+8 | |
|/ | ||||||
* | Merge pull request #84 from MinusGix/master | marzavec | 2020-01-23 | 1 | -16/+36 | |
|\ | | | | | Let kick take a channel argument | |||||
| * | Let kick pass a channel argument | MinusGix | 2020-01-21 | 1 | -16/+36 | |
|/ | ||||||
* | Package updates | marzavec | 2019-12-02 | 7 | -111/+130 | |
| | ||||||
* | Update DEPLOY.md | marzavec | 2019-11-08 | 1 | -3/+3 | |
| | ||||||
* | Updated help.js, now uses markdown | marzavec | 2019-11-07 | 1 | -16/+13 | |
| | ||||||
* | Minor bug fixes | marzavec | 2019-11-07 | 9 | -12/+12 | |
| | ||||||
* | Update DEPLOY.md | marzavec | 2019-11-07 | 1 | -10/+53 | |
| | ||||||
* | Syntax update and formatting tweaks | marzavec | 2019-11-07 | 48 | -2701/+1541 | |
| | ||||||
* | Merge pull request #79 from 0x17de/feature-emote-trip | marzavec | 2019-10-14 | 1 | -0/+3 | |
|\ | | | | | add trip to emotes (/me) | |||||
| * | add trip to emotes (/me) | Manuel Herrmann | 2019-10-12 | 1 | -0/+3 | |
|/ | ||||||
* | Outgoing Hook Fix + Package Changes | marzavec | 2019-10-03 | 4 | -203/+185 | |
| | ||||||
* | Client update | marzavec | 2019-08-18 | 153 | -1229/+370 | |
| | | | | See changelog.md | |||||
* | Merge pull request #77 from MinusGix/patch-7 | marzavec | 2019-08-14 | 1 | -2/+2 | |
|\ | | | | | Fix spacing issues from messages that refer to user | |||||
| * | Update client.js | MinusGix | 2019-08-14 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #76 from OpSimple/patch-1 | marzavec | 2019-08-13 | 1 | -27/+53 | |
|\ | | | | | Modified the way to apply syntax highlighting | |||||
| * | Minor change for a major fix | OpSimple | 2019-08-10 | 1 | -1/+1 | |
| | | | | | | I forgot to change `holEl.textContent` with `holEl.innerHTML` after I shifted the links parsing line at the last. Earlier, I felt its need to preserve the anchor tags. Finally, fixed it! | |||||
| * | Modified the way to apply syntax highlighting | OpSimple | 2019-08-10 | 1 | -27/+53 | |
|/ | | | Modified the way to detect and apply syntax highlighting so that it can used along with normal text and katex at the same time, in the same message. It also contains some previous changes made by the admin(you) of the server. | |||||
* | Merge pull request #74 from Roslot/master | marzavec | 2019-06-27 | 1 | -1/+1 | |
|\ | | | | | Fixed regex bug in @mentions | |||||
| * | Fixed regex bug in @mentions | Roslot | 2019-06-27 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #72 from ↵ | marzavec | 2019-06-13 | 1 | -3/+3 | |
|\ | | | | | | | | | hack-chat/dependabot/npm_and_yarn/clientSource/ecstatic-3.3.2 Updating ecstatic to address vulnerability issue | |||||
| * | Bump ecstatic from 3.3.0 to 3.3.2 in /clientSource | dependabot[bot] | 2019-06-12 | 1 | -3/+3 | |
|/ | | | | | | | | Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.3.0 to 3.3.2. - [Release notes](https://github.com/jfhbrook/node-ecstatic/releases) - [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/3.3.2/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/node-ecstatic/compare/3.3.0...3.3.2) Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | Updating pm2 to address axios vulnerability | marzavec | 2019-06-05 | 2 | -254/+298 | |
| | ||||||
* | Merge pull request #67 from Roslot/master | marzavec | 2019-06-04 | 2 | -20/+12 | |
|\ | | | | | Semi-bugfix for @mentions | |||||
| * | Bugfix for @mentions | Roslot | 2019-05-19 | 2 | -20/+12 | |
| | | ||||||
* | | Create FUNDING.yml | marzavec | 2019-06-04 | 1 | -0/+2 | |
|/ | ||||||
* | Update notify.mp3 | marzavec | 2019-05-16 | 1 | -0/+0 | |
| | ||||||
* | 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 | |
| |