aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix ip because of network changeHEADmasterAndrea Lepori2020-04-292-2/+2
|
* add ip check in chat and joinAndrea Lepori2020-04-292-10/+14
|
* remove rate limiter in join and chat for moderatorAndrea Lepori2020-04-242-2/+2
|
* remove check for multiple user with same nameAndrea Lepori2020-04-201-32/+0
|
* add own nick to messageAndrea Lepori2020-04-191-1/+1
|
* remove unused code and fixesAndrea Lepori2020-04-191-57/+47
|
* add bridge command to send messages with different nicksAndrea Lepori2020-04-191-0/+133
|
* Switch accessed property to hashMinusGix2020-03-131-2/+2
|
* Protocol Updates and Bug Fixesmarzavec2020-03-126-21/+113
|
* Merge pull request #94 from MinusGix/joinPasswordmarzavec2020-03-121-2/+8
|\ | | | | Make password field available for use in join
| * Make password field available for use in joinMinusGix2020-03-071-2/+8
| |
* | Extract invite code into utility functions for greater re-use and accessMinusGix2020-03-071-25/+82
|/
* Comments fixmarzavec2020-03-063-3/+3
|
* Deduplicate verifyNickname into a single importable functionMinusGix2020-03-064-11/+8
|
* Minor UAC tweaksmarzavec2020-03-062-4/+4
| | | | 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-051-2/+5
|
* Make join apply UAC levels to sockets and userInfoMinusGix2020-03-051-0/+7
|
* Fix usage of double-equals-comparison to triple-equalsMinusGix2020-02-181-1/+1
|
* Add 'to' parameter to invite, specifies channelMinusGix2020-02-171-4/+8
|
* Updated help.js, now uses markdownmarzavec2019-11-071-16/+13
|
* Minor bug fixesmarzavec2019-11-077-9/+9
|
* Syntax update and formatting tweaksmarzavec2019-11-0711-260/+273
|
* add trip to emotes (/me)Manuel Herrmann2019-10-121-0/+3
|
* refactoring 2 of 2marzavec2019-04-088-13/+13
|
* refactoring 1 of 2marzavec2019-03-195-12/+12
|
* Core hook upgrade, misc fixesmarzavec2019-02-216-27/+117
| | | | (See ChangeLog.md tbh)
* Minor module changesmarzavec2019-02-025-8/+55
| | | | 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
|
* Made admin pass stored as trip and handled by trip. Admin can now be an ↵MinusGix2018-09-301-7/+6
| | | | admin as long as they use the same password
* Added hooks, modules and cleaned up codemarzavec2018-09-3010-140/+372
|
* cleaned up and commented modulesmarzavec2018-06-048-39/+83
|
* Completed protocol decouplingmarzavec2018-06-033-21/+13
|
* Solved uneeded variable creationOpSimple2018-06-011-4/+1
|
* 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 checking for muzzled userOpSimple2018-05-311-2/+7
|
* Added hashes into each socketOpSimple2018-05-311-1/+2
| | | Added implicit declaration of hashes into each socket while the user joins.
* Prevent fucking shit upNeel Kamath2018-05-139-0/+588
|
* FlattenNeel Kamath2018-05-139-588/+0
|
* Re-add module documentationNeel Kamath2018-05-139-8/+86
|
* Enhance READM.mdneelkamath2018-05-121-49/+0
|
* Remove unused object fieldsneelkamath2018-05-129-41/+10
|
* Remove help.js as we need human, not programmatic documentation for thisneelkamath2018-05-121-49/+0
|
* Remove forgettable, unused, occasionally harmful (w.r.t. ES6) directiveneelkamath2018-05-1110-20/+0
|
* Fixed changenick command, userExists now works.bacn2018-04-291-1/+1
|
* misc server changes and new modulesmarzavec2018-04-296-34/+237
|
* Rolled client back to legacy & synced prod modulesmarzavec2018-03-251-0/+1
|
* Streamlined modules, server tweaks, better feedbackmarzavec2018-03-147-49/+88
|
* stabilized modules and server cmd fieldmarzavec2018-03-116-26/+60
|