aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removed frontpage links, updated wordingmarzavec2018-10-231-6/+18
|
* documentation update, removing unused scriptsmarzavec2018-10-143-41/+48
|
* Merge pull request #39 from rand0x0m/update-stylemarzavec2018-10-0822-45/+104
|\ | | | | Style update to handle messages that refer to the user.
| * Updated style to handle messages that refer to the user.rand0x0m2018-10-0722-45/+104
| |
* | Merge pull request #38 from MinusGix/mastermarzavec2018-10-052-20/+36
|\ \ | |/ |/| Admin pass stored as trip
| * 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-3032-266/+891
|
* 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
| |