aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #62 from MinusGix/patch-2marzavec2019-04-282-3/+19
|\ | | | | Give greater insight into server errors for server owner
| * Merge pull request #1 from MinusGix/patch-3MinusGix2019-04-281-0/+6
| |\ | | | | | | Update SetupWizard.js
| | * Update SetupWizard.jsMinusGix2019-04-281-0/+6
| |/ |/|
| * Update CommandManager.jsMinusGix2019-04-281-1/+11
| |
| * Update CommandManager.jsMinusGix2019-04-261-3/+3
|/
* Merge pull request #61 from MinusGix/patch-1marzavec2019-04-261-1/+1
|\ | | | | Fix issue of the client not seeing disconnection if they have no myNick variable
| * Update client.jsMinusGix2019-04-251-1/+1
| |
* | Merge pull request #60 from MinusGix/patch-5marzavec2019-04-261-0/+6
|\ \ | |/ |/| Make Ctrl-Tab while typing in textarea exit early
| * Update client.jsMinusGix2019-04-251-0/+6
|/
* Merge pull request #59 from MinusGix/patch-4marzavec2019-04-131-3/+5
|\ | | | | Make autocomplete with multiple unused results not insert tab
| * Make autocomplete with multiple unused results not insert tabMinusGix2019-04-131-3/+5
|/
* Merge pull request #58 from MinusGix/patch-3marzavec2019-04-111-0/+8
|\ | | | | Pressing Tab inserts a Tab Character
| * Pressing Tab inserts a Tab CharacterMinusGix2019-04-111-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 2marzavec2019-04-0831-182/+242
|
* refactoring 1 of 2marzavec2019-03-1930-359/+414
|
* Merge pull request #56 from paulgreg/manifestmarzavec2019-03-058-0/+41
|\ | | | | Adding manifest.json...
| * Adding manifest.json (basic PWA support)Grégory Paul2019-03-048-0/+41
| |
* | Merge pull request #54 from paulgreg/mastermarzavec2019-03-031-1/+7
|\ \ | |/ |/| Use wss if page is hosted on https
| * Introducing wsPath to update path for local installationGrégory Paul2019-03-031-1/+6
| |
| * Use wss if page is hosted on httpsGrégory Paul2019-03-031-1/+2
|/
* Minor bug fix due to lib changemarzavec2019-03-011-1/+1
|
* Core hook upgrade, misc fixesmarzavec2019-02-2117-518/+1345
| | | | (See ChangeLog.md tbh)
* Minor module changesmarzavec2019-02-028-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-2marzavec2019-01-141-1/+3
|\ | | | | Change verifyNickname to es5 rather than es6.
| * Change verifyNickname to es5 rather than es6.MinusGix2019-01-131-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-4marzavec2019-01-141-3/+3
|\ \ | |/ |/| Update mariana.css
| * Update mariana.cssanti_lol2019-01-131-3/+3
|/
* Merge pull request #48 from 4ntil0l/patch-2marzavec2019-01-111-0/+2
|\ | | | | Updated client.js for mariana scheme
| * Update client.jsanti_lol2019-01-111-0/+1
| |
| * Update client.jsanti_lol2019-01-111-1/+1
| |
| * Update client.jsanti_lol2019-01-111-1/+2
| |
* | Merge pull request #47 from 4ntil0l/patch-1marzavec2019-01-111-0/+50
|\ \ | |/ |/| Create mariana.css
| * Create mariana.cssanti_lol2019-01-111-0/+50
|/
* Merge pull request #45 from MinusGix/patch-1marzavec2018-12-281-0/+10
|\ | | | | Add a check for if there is a target parameter in whisper
| * Add a check for if there is a target parameterMinusGix2018-12-281-0/+10
|/
* fix issue #42marzavec2018-11-031-1/+1
|
* added auto reply to whisper using /r text hookmarzavec2018-10-261-1/+27
|
* removed frontpage links, updated wordingmarzavec2018-10-231-6/+18
|
* documentation update, removing unused scriptsmarzavec2018-10-143-41/+48
|
* Merge pull request #39 from rand0x0m/update-stylemarzavec2018-10-0822-45/+104
|\ | | | | Style update to handle messages that refer to the user.
| * Updated style to handle messages that refer to the user.rand0x0m2018-10-0722-45/+104
| |
* | Merge pull request #38 from MinusGix/mastermarzavec2018-10-052-20/+36
|\ \ | |/ |/| Admin pass stored as trip
| * Made admin pass stored as trip and handled by trip. Admin can now be an ↵MinusGix2018-09-302-11/+17
| | | | | | | | admin as long as they use the same password
| * Made Admin password saved as a trip.MinusGix2018-09-301-1/+11
| |
| * Put tripsalt question before password question.MinusGix2018-09-301-9/+9
|/
* Added hooks, modules and cleaned up codemarzavec2018-09-3032-266/+891
|
* Merge pull request #28 from henrywright/27marzavec2018-07-301-1/+2
|\ | | | | Check if the nickname is valid before adding a CSS class
| * Check if the nickname is valid before adding a CSS classHenry Wright2018-07-291-1/+2
|/
* Merge pull request #18 from OpSimple/mastermarzavec2018-06-192-1/+7
|\ | | | | Solved the sidebar scroll for mobile users
| * Minor changes to prevent uglinessOpSimple2018-06-181-1/+2
| |