Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #48 from 4ntil0l/patch-2 | marzavec | 2019-01-11 | 1 | -0/+2 | |
|\ | | | | | Updated client.js for mariana scheme | |||||
| * | Update client.js | anti_lol | 2019-01-11 | 1 | -0/+1 | |
| | | ||||||
| * | Update client.js | anti_lol | 2019-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update client.js | anti_lol | 2019-01-11 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #47 from 4ntil0l/patch-1 | marzavec | 2019-01-11 | 1 | -0/+50 | |
|\ \ | |/ |/| | Create mariana.css | |||||
| * | Create mariana.css | anti_lol | 2019-01-11 | 1 | -0/+50 | |
|/ | ||||||
* | Merge pull request #45 from MinusGix/patch-1 | marzavec | 2018-12-28 | 1 | -0/+10 | |
|\ | | | | | Add a check for if there is a target parameter in whisper | |||||
| * | Add a check for if there is a target parameter | MinusGix | 2018-12-28 | 1 | -0/+10 | |
|/ | ||||||
* | fix issue #42 | marzavec | 2018-11-03 | 1 | -1/+1 | |
| | ||||||
* | added auto reply to whisper using /r text hook | marzavec | 2018-10-26 | 1 | -1/+27 | |
| | ||||||
* | removed frontpage links, updated wording | marzavec | 2018-10-23 | 1 | -6/+18 | |
| | ||||||
* | documentation update, removing unused scripts | marzavec | 2018-10-14 | 3 | -41/+48 | |
| | ||||||
* | Merge pull request #39 from rand0x0m/update-style | marzavec | 2018-10-08 | 22 | -45/+104 | |
|\ | | | | | Style update to handle messages that refer to the user. | |||||
| * | Updated style to handle messages that refer to the user. | rand0x0m | 2018-10-07 | 22 | -45/+104 | |
| | | ||||||
* | | Merge pull request #38 from MinusGix/master | marzavec | 2018-10-05 | 2 | -20/+36 | |
|\ \ | |/ |/| | Admin pass stored as trip | |||||
| * | Made admin pass stored as trip and handled by trip. Admin can now be an ↵ | MinusGix | 2018-09-30 | 2 | -11/+17 | |
| | | | | | | | | admin as long as they use the same password | |||||
| * | Made Admin password saved as a trip. | MinusGix | 2018-09-30 | 1 | -1/+11 | |
| | | ||||||
| * | Put tripsalt question before password question. | MinusGix | 2018-09-30 | 1 | -9/+9 | |
|/ | ||||||
* | Added hooks, modules and cleaned up code | marzavec | 2018-09-30 | 32 | -266/+891 | |
| | ||||||
* | Merge pull request #28 from henrywright/27 | marzavec | 2018-07-30 | 1 | -1/+2 | |
|\ | | | | | Check if the nickname is valid before adding a CSS class | |||||
| * | Check if the nickname is valid before adding a CSS class | Henry Wright | 2018-07-29 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #18 from OpSimple/master | marzavec | 2018-06-19 | 2 | -1/+7 | |
|\ | | | | | Solved the sidebar scroll for mobile users | |||||
| * | Minor changes to prevent ugliness | OpSimple | 2018-06-18 | 1 | -1/+2 | |
| | | ||||||
| * | Solved the sidebar scroll for mobile users | OpSimple | 2018-06-17 | 2 | -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-1 | marzavec | 2018-06-07 | 1 | -1/+2 | |
|\ | | | | | Let visitors know about the other softwares | |||||
| * | shortened the url for other softwares | OpSimple | 2018-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | Let visitors know about the other softwares | OpSimple | 2018-06-07 | 1 | -1/+2 | |
|/ | | | Let visitors know about the existence of other softwares too | |||||
* | cleaned up and commented modules | marzavec | 2018-06-04 | 23 | -89/+185 | |
| | ||||||
* | Completed protocol decoupling | marzavec | 2018-06-03 | 17 | -446/+519 | |
| | ||||||
* | Merge pull request #16 from OpSimple/master | marzavec | 2018-06-01 | 5 | -3/+120 | |
|\ | | | | | A new way to handle the spammers | |||||
| * | Array checking made constructor safe | OpSimple | 2018-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | Solved uneeded variable creation | OpSimple | 2018-06-01 | 1 | -4/+1 | |
| | | ||||||
| * | Just cleaning stuffs | OpSimple | 2018-06-01 | 1 | -3/+2 | |
| | | ||||||
| * | Update chat.js | OpSimple | 2018-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | Added an extra loop for allies | OpSimple | 2018-06-01 | 1 | -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 allies | OpSimple | 2018-06-01 | 1 | -2/+8 | |
| | | | | | | Added an extra option to add allies who can see the dumb user's texts | |||||
| * | Update DOCUMENTATION.md | OpSimple | 2018-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | Update DOCUMENTATION.md | OpSimple | 2018-05-31 | 1 | -0/+2 | |
| | | ||||||
| * | Added checking for muzzled user | OpSimple | 2018-05-31 | 1 | -2/+7 | |
| | | ||||||
| * | Created speak.js | OpSimple | 2018-05-31 | 1 | -0/+43 | |
| | | ||||||
| * | Created dumb.js | OpSimple | 2018-05-31 | 1 | -0/+58 | |
| | | | | | | This command module adds a new way to cleanly get rid of unwanted spams. | |||||
| * | Added hashes into each socket | OpSimple | 2018-05-31 | 1 | -1/+2 | |
|/ | | | Added implicit declaration of hashes into each socket while the user joins. | |||||
* | formatting fix | marzavec | 2018-05-20 | 1 | -1/+1 | |
| | ||||||
* | streamline dev flow | marzavec | 2018-05-20 | 15 | -243/+2740 | |
| | ||||||
* | Merge pull request #12 from neelkamath/master | marzavec | 2018-05-20 | 32 | -168/+124 | |
|\ | | | | | Documentation | |||||
| * | npm has been pkged with node for awhile now; we neednt list every pkg ↵ | Neel Kamath | 2018-05-18 | 1 | -9/+5 | |
| | | | | | | | | manager as tehy will know how to use their prefferred | |||||
| * | Check "main" and "scripts/start" | Neel Kamath | 2018-05-18 | 1 | -7/+6 | |
| | | ||||||
| * | Attempt 2 | Neel Kamath | 2018-05-18 | 1 | -3/+5 | |
| | | ||||||
| * | Attempt 1 | Neel Kamath | 2018-05-18 | 2 | -1/+1 | |
| |\ | |/ |/| | ||||||
* | | Highlight Hotfix | marzavec | 2018-05-17 | 1 | -21/+19 | |
| | |