aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-19refactoring 1 of 2marzavec11-18/+18
2019-02-21Core hook upgrade, misc fixesmarzavec9-32/+141
(See ChangeLog.md tbh)
2019-02-02Minor module changesmarzavec8-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-28Add a check for if there is a target parameterMinusGix1-0/+10
2018-10-26added auto reply to whisper using /r text hookmarzavec1-1/+27
2018-09-30Made admin pass stored as trip and handled by trip. Admin can now be an ↵MinusGix1-7/+6
admin as long as they use the same password
2018-09-30Added hooks, modules and cleaned up codemarzavec25-237/+732
2018-06-04cleaned up and commented modulesmarzavec20-86/+182
2018-06-03Completed protocol decouplingmarzavec7-34/+77
2018-06-01Array checking made constructor safeOpSimple1-1/+1
2018-06-01Solved uneeded variable creationOpSimple1-4/+1
2018-06-01Just cleaning stuffsOpSimple1-3/+2
2018-06-01Update chat.jsOpSimple1-1/+1
2018-06-01Added an extra loop for alliesOpSimple1-0/+6
Added an extra loop so as to deliver the muzzled user's texts to all of the allies
2018-06-01Added an extra option to add alliesOpSimple1-2/+8
Added an extra option to add allies who can see the dumb user's texts
2018-05-31Added checking for muzzled userOpSimple1-2/+7
2018-05-31Created speak.jsOpSimple1-0/+43
2018-05-31Created dumb.jsOpSimple1-0/+58
This command module adds a new way to cleanly get rid of unwanted spams.
2018-05-31Added hashes into each socketOpSimple1-1/+2
Added implicit declaration of hashes into each socket while the user joins.
2018-05-13Prevent fucking shit upNeel Kamath17-0/+964
2018-05-13FlattenNeel Kamath17-964/+0
2018-05-13Re-add module documentationNeel Kamath17-16/+124
2018-05-12Enhance READM.mdneelkamath1-49/+0
2018-05-12Remove unused object fieldsneelkamath17-78/+18
2018-05-12Remove help.js as we need human, not programmatic documentation for thisneelkamath1-49/+0
2018-05-11Remove forgettable, unused, occasionally harmful (w.r.t. ES6) directiveneelkamath18-36/+0
2018-04-29Fixed changenick command, userExists now works.bacn1-1/+1
2018-04-29misc server changes and new modulesmarzavec7-67/+278
2018-03-25Rolled client back to legacy & synced prod modulesmarzavec3-2/+2
2018-03-14Added unban by hashmarzavec2-19/+24
2018-03-14Streamlined modules, server tweaks, better feedbackmarzavec15-91/+143
2018-03-11stabilized modules and server cmd fieldmarzavec12-38/+88