aboutsummaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reword actions which are restricted on using against users of same levelMinusGix2020-03-064-4/+4
|
* 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
* 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
|
* Fix usage of double-equals-comparison to triple-equalsMinusGix2020-02-181-1/+1
|
* Add 'to' parameter to invite, specifies channelMinusGix2020-02-171-4/+8
|
* Let kick pass a channel argumentMinusGix2020-01-211-16/+36
|
* Package updatesmarzavec2019-12-022-58/+58
|
* Updated help.js, now uses markdownmarzavec2019-11-071-16/+13
|
* Minor bug fixesmarzavec2019-11-079-12/+12
|
* Syntax update and formatting tweaksmarzavec2019-11-0743-974/+1209
|
* add trip to emotes (/me)Manuel Herrmann2019-10-121-0/+3
|
* Outgoing Hook Fix + Package Changesmarzavec2019-10-031-2/+4
|
* Update MainServer.jsMinusGix2019-05-031-3/+7
|
* Update ConfigManager.jsMinusGix2019-04-281-1/+4
|
* 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
|/
* refactoring 2 of 2marzavec2019-04-0831-182/+242
|
* refactoring 1 of 2marzavec2019-03-1929-359/+404
|
* Minor bug fix due to lib changemarzavec2019-03-011-1/+1
|
* Core hook upgrade, misc fixesmarzavec2019-02-2113-134/+264
| | | | (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.
* Add a check for if there is a target parameterMinusGix2018-12-281-0/+10
|
* added auto reply to whisper using /r text hookmarzavec2018-10-261-1/+27
|
* documentation update, removing unused scriptsmarzavec2018-10-142-35/+0
|
* 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-3029-264/+873
|
* cleaned up and commented modulesmarzavec2018-06-0421-87/+183
|
* Completed protocol decouplingmarzavec2018-06-0311-100/+155
|
* Array checking made constructor safeOpSimple2018-06-011-1/+1
|
* Solved uneeded variable creationOpSimple2018-06-011-4/+1
|
* Just cleaning stuffsOpSimple2018-06-011-3/+2
|
* Update chat.jsOpSimple2018-06-011-1/+1
|
* Added an extra loop for alliesOpSimple2018-06-011-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 alliesOpSimple2018-06-011-2/+8
| | | Added an extra option to add allies who can see the dumb user's texts
* Added checking for muzzled userOpSimple2018-05-311-2/+7
|
* Created speak.jsOpSimple2018-05-311-0/+43
|
* Created dumb.jsOpSimple2018-05-311-0/+58
| | | This command module adds a new way to cleanly get rid of unwanted spams.
* Added hashes into each socketOpSimple2018-05-311-1/+2
| | | Added implicit declaration of hashes into each socket while the user joins.
* streamline dev flowmarzavec2018-05-202-0/+427
|
* Prevent fucking shit upNeel Kamath2018-05-1327-0/+0
|
* FlattenNeel Kamath2018-05-1330-2912/+0
|
* Re-add module documentationNeel Kamath2018-05-1317-16/+124
|
* Use the 'use strict' directive when neededNeel Kamath2018-05-133-0/+6
|
* Make PM2 optionalNeel Kamath2018-05-131-3/+0
|