Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove rate limiter in join and chat for moderator | Andrea Lepori | 2020-04-24 | 2 | -2/+2 |
| | |||||
* | remove check for multiple user with same name | Andrea Lepori | 2020-04-20 | 1 | -32/+0 |
| | |||||
* | add own nick to message | Andrea Lepori | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | remove unused code and fixes | Andrea Lepori | 2020-04-19 | 1 | -57/+47 |
| | |||||
* | add bridge command to send messages with different nicks | Andrea Lepori | 2020-04-19 | 1 | -0/+133 |
| | |||||
* | Merge pull request #98 from MinusGix/BanMinor | marzavec | 2020-03-16 | 2 | -0/+21 |
|\ | | | | | More verbose ban event + UAC getUserDetails additions | ||||
| * | Make ban command broadcast information about user and banner | MinusGix | 2020-03-16 | 1 | -0/+4 |
| | | |||||
| * | Add command to get information about users to broadcast to clients | MinusGix | 2020-03-16 | 1 | -0/+17 |
| | | |||||
* | | Switch accessed property to hash | MinusGix | 2020-03-13 | 1 | -2/+2 |
|/ | |||||
* | Protocol Updates and Bug Fixes | marzavec | 2020-03-12 | 13 | -28/+169 |
| | |||||
* | Merge pull request #96 from MinusGix/fixKickHash | marzavec | 2020-03-12 | 1 | -1/+1 |
|\ | | | | | Make hash take the correct property | ||||
| * | Make hash take the correct property | MinusGix | 2020-03-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #94 from MinusGix/joinPassword | marzavec | 2020-03-12 | 1 | -2/+8 |
|\ \ | | | | | | | Make password field available for use in join | ||||
| * | | Make password field available for use in join | MinusGix | 2020-03-07 | 1 | -2/+8 |
| |/ | |||||
* | | Make dumb use abstracted invite functions rather than duplicating code | MinusGix | 2020-03-07 | 1 | -9/+12 |
| | | |||||
* | | Extract invite code into utility functions for greater re-use and access | MinusGix | 2020-03-07 | 1 | -25/+82 |
|/ | |||||
* | Add trip to various commands that include nickname of moderator using them | MinusGix | 2020-03-06 | 5 | -5/+5 |
| | |||||
* | Merge pull request #91 from MinusGix/levelRewording | marzavec | 2020-03-06 | 4 | -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 level | MinusGix | 2020-03-06 | 4 | -4/+4 |
| | | |||||
* | | Comments fix | marzavec | 2020-03-06 | 4 | -6/+12 |
| | | |||||
* | | Deduplicate verifyNickname into a single importable function | MinusGix | 2020-03-06 | 5 | -12/+19 |
|/ | |||||
* | Minor UAC tweaks | marzavec | 2020-03-06 | 17 | -54/+107 |
| | | | | 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 | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Let kick pass a channel argument | MinusGix | 2020-01-21 | 1 | -16/+36 |
| | |||||
* | Updated help.js, now uses markdown | marzavec | 2019-11-07 | 1 | -16/+13 |
| | |||||
* | Minor bug fixes | marzavec | 2019-11-07 | 8 | -11/+11 |
| | |||||
* | Syntax update and formatting tweaks | marzavec | 2019-11-07 | 27 | -492/+532 |
| | |||||
* | add trip to emotes (/me) | Manuel Herrmann | 2019-10-12 | 1 | -0/+3 |
| | |||||
* | refactoring 2 of 2 | marzavec | 2019-04-08 | 23 | -37/+37 |
| | |||||
* | refactoring 1 of 2 | marzavec | 2019-03-19 | 11 | -18/+18 |
| | |||||
* | Core hook upgrade, misc fixes | marzavec | 2019-02-21 | 9 | -32/+141 |
| | | | | (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. | ||||
* | Add a check for if there is a target parameter | MinusGix | 2018-12-28 | 1 | -0/+10 |
| | |||||
* | added auto reply to whisper using /r text hook | marzavec | 2018-10-26 | 1 | -1/+27 |
| | |||||
* | Made admin pass stored as trip and handled by trip. Admin can now be an ↵ | MinusGix | 2018-09-30 | 1 | -7/+6 |
| | | | | admin as long as they use the same password | ||||
* | Added hooks, modules and cleaned up code | marzavec | 2018-09-30 | 25 | -237/+732 |
| | |||||
* | cleaned up and commented modules | marzavec | 2018-06-04 | 20 | -86/+182 |
| | |||||
* | Completed protocol decoupling | marzavec | 2018-06-03 | 7 | -34/+77 |
| | |||||
* | Array checking made constructor safe | OpSimple | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Solved uneeded variable creation | OpSimple | 2018-06-01 | 1 | -4/+1 |
| | |||||
* | Just cleaning stuffs | OpSimple | 2018-06-01 | 1 | -3/+2 |
| | |||||
* | Update chat.js | OpSimple | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Added an extra loop for allies | OpSimple | 2018-06-01 | 1 | -0/+6 |
| | | | Added an extra loop so as to deliver the muzzled user's texts to all of the allies | ||||
* | Added an extra option to add allies | OpSimple | 2018-06-01 | 1 | -2/+8 |
| | | | Added an extra option to add allies who can see the dumb user's texts | ||||
* | Added checking for muzzled user | OpSimple | 2018-05-31 | 1 | -2/+7 |
| | |||||
* | Created speak.js | OpSimple | 2018-05-31 | 1 | -0/+43 |
| |