aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28 from henrywright/27marzavec2018-07-301-1/+2
|\ | | | | Check if the nickname is valid before adding a CSS class
| * Check if the nickname is valid before adding a CSS classHenry Wright2018-07-291-1/+2
|/
* Merge pull request #18 from OpSimple/mastermarzavec2018-06-192-1/+7
|\ | | | | Solved the sidebar scroll for mobile users
| * Minor changes to prevent uglinessOpSimple2018-06-181-1/+2
| |
| * Solved the sidebar scroll for mobile usersOpSimple2018-06-172-1/+6
|/ | | Solved the most annoying problem for the mobile clients, the sidebar scroll. Yeah, we've experienced this situation when we couldn't invite someone who's at the last end of the sidebar with our mobile browser cause sidebar spills out of the screen when there's a lot of users connected. But, now this is solved by fixing the height of sidebar container to 90% when shown and to 0% when hidden. Ah! I was really grieving to get rid of this shit.
* Merge pull request #17 from OpSimple/patch-1marzavec2018-06-071-1/+2
|\ | | | | Let visitors know about the other softwares
| * shortened the url for other softwaresOpSimple2018-06-071-1/+1
| |
| * Let visitors know about the other softwaresOpSimple2018-06-071-1/+2
|/ | | Let visitors know about the existence of other softwares too
* cleaned up and commented modulesmarzavec2018-06-0423-89/+185
|
* Completed protocol decouplingmarzavec2018-06-0317-446/+519
|
* Merge pull request #16 from OpSimple/mastermarzavec2018-06-015-3/+120
|\ | | | | A new way to handle the spammers
| * 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
| * Update DOCUMENTATION.mdOpSimple2018-05-311-1/+1
| |
| * Update DOCUMENTATION.mdOpSimple2018-05-311-0/+2
| |
| * 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.
* formatting fixmarzavec2018-05-201-1/+1
|
* streamline dev flowmarzavec2018-05-2015-243/+2740
|
* Merge pull request #12 from neelkamath/mastermarzavec2018-05-2032-168/+124
|\ | | | | Documentation
| * npm has been pkged with node for awhile now; we neednt list every pkg ↵Neel Kamath2018-05-181-9/+5
| | | | | | | | manager as tehy will know how to use their prefferred
| * Check "main" and "scripts/start"Neel Kamath2018-05-181-7/+6
| |
| * Attempt 2Neel Kamath2018-05-181-3/+5
| |
| * Attempt 1Neel Kamath2018-05-182-1/+1
| |\ | |/ |/|
* | Highlight Hotfixmarzavec2018-05-171-21/+19
| |
* | Merge pull request #14 from po5i/mastermarzavec2018-05-175-5/+122
|\ \ | | | | | | Introducing syntax highlight
| * | Changed @ for # as highlight symbolCarlos Villavicencio2018-05-161-14/+13
| | |
| * | Introducing syntax highlightCarlos Villavicencio2018-05-165-4/+122
|/ /
| * Again againNeel Kamath2018-05-171-90/+38
| |
| * AgainNeel Kamath2018-05-174-2864/+495
| |
| * Update for #14Neel Kamath2018-05-173-17/+137
| |
| * Add initial connection documentationNeel Kamath2018-05-141-3/+12
| |
| * Prevent fucking shit upNeel Kamath2018-05-1328-3/+5
| |
| * FlattenNeel Kamath2018-05-1332-7/+4
| |
| * Re-add module documentationNeel Kamath2018-05-1318-16/+125
| |
| * Use the 'use strict' directive when neededNeel Kamath2018-05-134-0/+7
| |
| * Make PM2 optionalNeel Kamath2018-05-132-11/+5
| |
| * Enhance READM.mdneelkamath2018-05-122-83/+37
| |
| * Remove unused object fieldsneelkamath2018-05-1219-80/+21
| |
| * Remove help.js as we need human, not programmatic documentation for thisneelkamath2018-05-122-50/+0
| |
| * Clarify documentationneelkamath2018-05-122-19/+21
| |
| * Documentneelkamath2018-05-113-1/+44
| |
| * Link to CHANGELOG.mdneelkamath2018-05-111-0/+4
| |
| * Remove forgettable, unused, occasionally harmful (w.r.t. ES6) directiveneelkamath2018-05-1127-55/+1
| |