Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-16 | Make ban command broadcast information about user and banner | MinusGix | 1 | -0/+4 | |
2020-03-16 | Add command to get information about users to broadcast to clients | MinusGix | 1 | -0/+17 | |
2020-03-13 | Switch accessed property to hash | MinusGix | 1 | -2/+2 | |
2020-03-12 | Protocol Updates and Bug Fixes | marzavec | 13 | -28/+169 | |
2020-03-12 | Make hash take the correct property | MinusGix | 1 | -1/+1 | |
2020-03-07 | Make password field available for use in join | MinusGix | 1 | -2/+8 | |
2020-03-07 | Make dumb use abstracted invite functions rather than duplicating code | MinusGix | 1 | -9/+12 | |
2020-03-07 | Extract invite code into utility functions for greater re-use and access | MinusGix | 1 | -25/+82 | |
2020-03-06 | Add trip to various commands that include nickname of moderator using them | MinusGix | 5 | -5/+5 | |
2020-03-06 | Reword actions which are restricted on using against users of same level | MinusGix | 4 | -4/+4 | |
2020-03-06 | Comments fix | marzavec | 4 | -6/+12 | |
2020-03-06 | Deduplicate verifyNickname into a single importable function | MinusGix | 5 | -12/+19 | |
2020-03-06 | Minor UAC tweaks | marzavec | 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 | |||||
2020-03-05 | Move most uses of uType filtering to use UAC levels | MinusGix | 14 | -45/+64 | |
2020-03-05 | Make join apply UAC levels to sockets and userInfo | MinusGix | 1 | -0/+7 | |
2020-03-05 | Add UAC info file with levels and minor utility functions | MinusGix | 1 | -0/+32 | |
2020-02-18 | Fix usage of double-equals-comparison to triple-equals | MinusGix | 1 | -1/+1 | |
2020-02-17 | Add 'to' parameter to invite, specifies channel | MinusGix | 1 | -4/+8 | |
2020-01-21 | Let kick pass a channel argument | MinusGix | 1 | -16/+36 | |
2019-11-07 | Updated help.js, now uses markdown | marzavec | 1 | -16/+13 | |
2019-11-07 | Minor bug fixes | marzavec | 9 | -12/+12 | |
2019-11-07 | Syntax update and formatting tweaks | marzavec | 40 | -956/+1188 | |
2019-10-12 | add trip to emotes (/me) | Manuel Herrmann | 1 | -0/+3 | |
2019-10-03 | Outgoing Hook Fix + Package Changes | marzavec | 1 | -2/+4 | |
2019-05-03 | Update MainServer.js | MinusGix | 1 | -3/+7 | |
2019-04-28 | Update ConfigManager.js | MinusGix | 1 | -1/+4 | |
2019-04-28 | Update SetupWizard.js | MinusGix | 1 | -0/+6 | |
2019-04-28 | Update CommandManager.js | MinusGix | 1 | -1/+11 | |
2019-04-26 | Update CommandManager.js | MinusGix | 1 | -3/+3 | |
2019-04-08 | refactoring 2 of 2 | marzavec | 31 | -182/+242 | |
2019-03-19 | refactoring 1 of 2 | marzavec | 26 | -315/+399 | |
2019-03-01 | Minor bug fix due to lib change | marzavec | 1 | -1/+1 | |
2019-02-21 | Core hook upgrade, misc fixes | marzavec | 11 | -50/+196 | |
(See ChangeLog.md tbh) | |||||
2019-02-02 | Minor module changes | marzavec | 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. | |||||
2018-12-28 | Add a check for if there is a target parameter | MinusGix | 1 | -0/+10 | |
2018-10-26 | added auto reply to whisper using /r text hook | marzavec | 1 | -1/+27 | |
2018-10-14 | documentation update, removing unused scripts | marzavec | 2 | -35/+0 | |
2018-09-30 | Made admin pass stored as trip and handled by trip. Admin can now be an ↵ | MinusGix | 2 | -11/+17 | |
admin as long as they use the same password | |||||
2018-09-30 | Made Admin password saved as a trip. | MinusGix | 1 | -1/+11 | |
2018-09-30 | Put tripsalt question before password question. | MinusGix | 1 | -9/+9 | |
2018-09-30 | Added hooks, modules and cleaned up code | marzavec | 27 | -262/+871 | |
2018-06-04 | cleaned up and commented modules | marzavec | 20 | -86/+182 | |
2018-06-03 | Completed protocol decoupling | marzavec | 9 | -49/+104 | |
2018-06-01 | Array checking made constructor safe | OpSimple | 1 | -1/+1 | |
2018-06-01 | Solved uneeded variable creation | OpSimple | 1 | -4/+1 | |
2018-06-01 | Just cleaning stuffs | OpSimple | 1 | -3/+2 | |
2018-06-01 | Update chat.js | OpSimple | 1 | -1/+1 | |
2018-06-01 | Added an extra loop for allies | OpSimple | 1 | -0/+6 | |
Added an extra loop so as to deliver the muzzled user's texts to all of the allies | |||||
2018-06-01 | Added an extra option to add allies | OpSimple | 1 | -2/+8 | |
Added an extra option to add allies who can see the dumb user's texts | |||||
2018-05-31 | Added checking for muzzled user | OpSimple | 1 | -2/+7 | |