Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #90 from MinusGix/verifyNicknameMove | marzavec | 2020-03-06 | 5 | -12/+19 |
|\ | | | | | Deduplicate verifyNickname into a single importable function | ||||
| * | Deduplicate verifyNickname into a single importable function | MinusGix | 2020-03-06 | 5 | -12/+19 |
|/ | |||||
* | Minor UAC tweaks | marzavec | 2020-03-06 | 18 | -55/+108 |
| | | | | Added an underscore to the uac info lib which prevents the server from attempting to use the file as a command module, allowing removal of the 'info' property and empty 'run' command | ||||
* | Merge pull request #89 from MinusGix/nul_initial2 | marzavec | 2020-03-06 | 16 | -45/+103 |
|\ | | | | | Added UAC and numeric user levels | ||||
| * | Move most uses of uType filtering to use UAC levels | MinusGix | 2020-03-05 | 14 | -45/+64 |
| | | |||||
| * | Make join apply UAC levels to sockets and userInfo | MinusGix | 2020-03-05 | 1 | -0/+7 |
| | | |||||
| * | Add UAC info file with levels and minor utility functions | MinusGix | 2020-03-05 | 1 | -0/+32 |
|/ | |||||
* | Merge pull request #85 from MinusGix/add_channel_invite | marzavec | 2020-02-19 | 1 | -4/+8 |
|\ | | | | | Add ability to specify the channel that the invite command invites the user to | ||||
| * | Fix usage of double-equals-comparison to triple-equals | MinusGix | 2020-02-18 | 1 | -1/+1 |
| | | |||||
| * | 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 |