aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add android-white themeMinusGix2020-03-132-0/+52
|
* Protocol Updates and Bug Fixesmarzavec2020-03-1223-447/+558
|
* Merge pull request #96 from MinusGix/fixKickHashmarzavec2020-03-121-1/+1
|\ | | | | Make hash take the correct property
| * Make hash take the correct propertyMinusGix2020-03-121-1/+1
| |
* | Merge pull request #94 from MinusGix/joinPasswordmarzavec2020-03-121-2/+8
|\ \ | | | | | | Make password field available for use in join
| * | Make password field available for use in joinMinusGix2020-03-071-2/+8
| |/
* | Merge pull request #93 from MinusGix/inviteReworkmarzavec2020-03-122-34/+94
|\ \ | |/ |/| Abstract invite functions, and make dumb.js use them
| * Make dumb use abstracted invite functions rather than duplicating codeMinusGix2020-03-071-9/+12
| |
| * Extract invite code into utility functions for greater re-use and accessMinusGix2020-03-071-25/+82
|/
* Merge pull request #92 from MinusGix/tripInfomarzavec2020-03-065-5/+5
|\ | | | | Add trip to various commands that include nickname of moderator using…
| * Add trip to various commands that include nickname of moderator using themMinusGix2020-03-065-5/+5
|/
* Merge pull request #91 from MinusGix/levelRewordingmarzavec2020-03-064-4/+4
|\ | | | | Reword actions which are restricted on using against users of same level
| * Reword actions which are restricted on using against users of same levelMinusGix2020-03-064-4/+4
| |
* | Comments fixmarzavec2020-03-064-6/+12
| |
* | Merge pull request #90 from MinusGix/verifyNicknameMovemarzavec2020-03-065-12/+19
|\ \ | |/ |/| Deduplicate verifyNickname into a single importable function
| * Deduplicate verifyNickname into a single importable functionMinusGix2020-03-065-12/+19
|/
* Minor UAC tweaksmarzavec2020-03-0618-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_initial2marzavec2020-03-0616-45/+103
|\ | | | | Added UAC and numeric user levels
| * Move most uses of uType filtering to use UAC levelsMinusGix2020-03-0514-45/+64
| |
| * Make join apply UAC levels to sockets and userInfoMinusGix2020-03-051-0/+7
| |
| * Add UAC info file with levels and minor utility functionsMinusGix2020-03-051-0/+32
|/
* Merge pull request #85 from MinusGix/add_channel_invitemarzavec2020-02-191-4/+8
|\ | | | | Add ability to specify the channel that the invite command invites the user to
| * Fix usage of double-equals-comparison to triple-equalsMinusGix2020-02-181-1/+1
| |
| * Add 'to' parameter to invite, specifies channelMinusGix2020-02-171-4/+8
|/
* Merge pull request #84 from MinusGix/mastermarzavec2020-01-231-16/+36
|\ | | | | Let kick take a channel argument
| * Let kick pass a channel argumentMinusGix2020-01-211-16/+36
|/
* Package updatesmarzavec2019-12-027-111/+130
|
* Update DEPLOY.mdmarzavec2019-11-081-3/+3
|
* Updated help.js, now uses markdownmarzavec2019-11-071-16/+13
|
* Minor bug fixesmarzavec2019-11-079-12/+12
|
* Update DEPLOY.mdmarzavec2019-11-071-10/+53
|
* Syntax update and formatting tweaksmarzavec2019-11-0748-2701/+1541
|
* Merge pull request #79 from 0x17de/feature-emote-tripmarzavec2019-10-141-0/+3
|\ | | | | add trip to emotes (/me)
| * add trip to emotes (/me)Manuel Herrmann2019-10-121-0/+3
|/
* Outgoing Hook Fix + Package Changesmarzavec2019-10-034-203/+185
|
* Client updatemarzavec2019-08-18153-1229/+370
| | | | See changelog.md
* Merge pull request #77 from MinusGix/patch-7marzavec2019-08-141-2/+2
|\ | | | | Fix spacing issues from messages that refer to user
| * Update client.jsMinusGix2019-08-141-2/+2
|/
* Merge pull request #76 from OpSimple/patch-1marzavec2019-08-131-27/+53
|\ | | | | Modified the way to apply syntax highlighting
| * Minor change for a major fixOpSimple2019-08-101-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 highlightingOpSimple2019-08-101-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/mastermarzavec2019-06-271-1/+1
|\ | | | | Fixed regex bug in @mentions
| * Fixed regex bug in @mentionsRoslot2019-06-271-1/+1
|/
* Merge pull request #72 from ↵marzavec2019-06-131-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 /clientSourcedependabot[bot]2019-06-121-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 vulnerabilitymarzavec2019-06-052-254/+298
|
* Merge pull request #67 from Roslot/mastermarzavec2019-06-042-20/+12
|\ | | | | Semi-bugfix for @mentions
| * Bugfix for @mentionsRoslot2019-05-192-20/+12
| |
* | Create FUNDING.ymlmarzavec2019-06-041-0/+2
|/
* Update notify.mp3marzavec2019-05-161-0/+0
|