| Commit message (Expand) | Author | Files | Lines |
2020-04-24 | remove rate limiter in join and chat for moderator | Andrea Lepori | 2 | -2/+2 |
2020-04-20 | remove check for multiple user with same name | Andrea Lepori | 1 | -32/+0 |
2020-04-19 | add own nick to message | Andrea Lepori | 1 | -1/+1 |
2020-04-19 | remove unused code and fixes | Andrea Lepori | 1 | -57/+47 |
2020-04-19 | add bridge command to send messages with different nicks | Andrea Lepori | 1 | -0/+133 |
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 | 15 | -55/+187 |
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 |
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-12-02 | Package updates | marzavec | 2 | -58/+58 |
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 | 43 | -974/+1209 |
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 | 29 | -359/+404 |
2019-03-01 | Minor bug fix due to lib change | marzavec | 1 | -1/+1 |
2019-02-21 | Core hook upgrade, misc fixes | marzavec | 13 | -134/+264 |
2019-02-02 | Minor module changes | marzavec | 8 | -15/+72 |
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 admin... | MinusGix | 2 | -11/+17 |
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 | 29 | -264/+873 |
2018-06-04 | cleaned up and commented modules | marzavec | 21 | -87/+183 |
2018-06-03 | Completed protocol decoupling | marzavec | 11 | -100/+155 |
2018-06-01 | Array checking made constructor safe | OpSimple | 1 | -1/+1 |