marzavec
f353ecbd9e
refactoring 2 of 2
2019-04-07 17:04:10 -07:00
marzavec
c634e03cb5
refactoring 1 of 2
2019-03-18 23:36:21 -07:00
marzavec
8ceb0d7363
Merge pull request #56 from paulgreg/manifest
...
Adding manifest.json...
2019-03-04 17:13:35 -08:00
Grégory Paul
e55b3e2a3d
Adding manifest.json (basic PWA support)
2019-03-04 20:55:07 +01:00
marzavec
651a141b3f
Merge pull request #54 from paulgreg/master
...
Use wss if page is hosted on https
2019-03-03 13:56:19 -08:00
Grégory Paul
75fa07b213
Introducing wsPath to update path for local installation
2019-03-03 22:41:03 +01:00
Grégory Paul
101f20c084
Use wss if page is hosted on https
2019-03-03 15:50:31 +01:00
marzavec
686f348e87
Minor bug fix due to lib change
2019-03-01 00:06:15 -08:00
marzavec
a488301655
Core hook upgrade, misc fixes
...
(See ChangeLog.md tbh)
2019-02-21 00:43:25 -08:00
marzavec
02f6fbf701
Minor module changes
...
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.
2019-02-02 13:34:06 -08:00
marzavec
7e1c679b00
Merge pull request #51 from MinusGix/patch-2
...
Change verifyNickname to es5 rather than es6.
2019-01-13 18:06:00 -08:00
marzavec
77af03957c
Merge pull request #50 from 4ntil0l/patch-4
...
Update mariana.css
2019-01-13 18:04:49 -08:00
MinusGix
6dc30d5287
Change verifyNickname to es5 rather than es6.
...
We're not really using much es6 features, so we might as well make this a normal function so that people with browsers that are old due to not being able to update them (such as apple devices not getting updates the os after end of life). Also replaces the `const` with a `var` since it doesn't really matter if it's modified or not and that is an es6 feature was well.
This might fix https://github.com/hack-chat/main/issues/33 or at least the issues 'CheekyChops' having. I didn't test this code, but it's such a simple change.
2019-01-13 16:08:16 -06:00
anti_lol
d20e3c2a1f
Update mariana.css
2019-01-13 14:59:44 +03:30
marzavec
ba9e2719cc
Merge pull request #48 from 4ntil0l/patch-2
...
Updated client.js for mariana scheme
2019-01-11 13:32:28 -08:00
anti_lol
084143e581
Update client.js
2019-01-11 19:41:34 +03:30
anti_lol
33fd10b954
Update client.js
2019-01-11 19:32:22 +03:30
marzavec
3bb2adb93c
Merge pull request #47 from 4ntil0l/patch-1
...
Create mariana.css
2019-01-11 07:47:56 -08:00
anti_lol
53064f0778
Update client.js
2019-01-11 17:54:10 +03:30
anti_lol
b7c419f7b0
Create mariana.css
2019-01-11 17:52:06 +03:30
marzavec
02cec78ff6
Merge pull request #45 from MinusGix/patch-1
...
Add a check for if there is a target parameter in whisper
2018-12-28 09:06:06 -08:00
MinusGix
4ba5878d3b
Add a check for if there is a target parameter
2018-12-28 10:06:00 -06:00
marzavec
c23aa0657e
fix issue #42
2018-11-03 09:51:05 -05:00
marzavec
d64eac54ed
added auto reply to whisper using /r text hook
2018-10-26 08:26:36 -05:00
marzavec
9150325ca2
removed frontpage links, updated wording
2018-10-23 10:15:40 -05:00
marzavec
4a2f0d6f59
documentation update, removing unused scripts
2018-10-13 16:35:58 -07:00
marzavec
523925fb39
Merge pull request #39 from rand0x0m/update-style
...
Style update to handle messages that refer to the user.
2018-10-08 14:27:47 -07:00
rand0x0m
1ed6cf945f
Updated style to handle messages that refer to the user.
2018-10-07 20:45:20 +02:00
marzavec
7718a367d7
Merge pull request #38 from MinusGix/master
...
Admin pass stored as trip
2018-10-04 17:26:56 -07:00
MinusGix
e7724e24fd
Made admin pass stored as trip and handled by trip. Admin can now be an admin as long as they use the same password
2018-09-30 14:41:28 -05:00
MinusGix
2a852fe13e
Made Admin password saved as a trip.
2018-09-30 13:41:18 -05:00
MinusGix
a7783947a1
Put tripsalt question before password question.
2018-09-30 12:50:44 -05:00
marzavec
c719020e17
Added hooks, modules and cleaned up code
2018-09-29 23:44:36 -07:00
marzavec
c06681803b
Merge pull request #28 from henrywright/27
...
Check if the nickname is valid before adding a CSS class
2018-07-29 17:29:13 -07:00
Henry Wright
bce848f8a3
Check if the nickname is valid before adding a CSS class
2018-07-29 22:57:57 +01:00
marzavec
8b86f3a8f4
Merge pull request #18 from OpSimple/master
...
Solved the sidebar scroll for mobile users
2018-06-19 06:38:14 -07:00
OpSimple
f4b0f90b4b
Minor changes to prevent ugliness
2018-06-18 03:56:08 +05:30
OpSimple
7a2f3bde97
Solved the sidebar scroll for mobile users
...
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.
2018-06-18 00:02:03 +05:30
marzavec
b928d30d59
Merge pull request #17 from OpSimple/patch-1
...
Let visitors know about the other softwares
2018-06-07 06:35:26 -07:00
OpSimple
70cf2568af
shortened the url for other softwares
2018-06-07 19:02:23 +05:30
OpSimple
7a4cde1453
Let visitors know about the other softwares
...
Let visitors know about the existence of other softwares too
2018-06-07 16:54:08 +05:30
marzavec
e35fff59ba
cleaned up and commented modules
2018-06-04 00:07:24 -07:00
marzavec
62daa4893f
Completed protocol decoupling
2018-06-03 11:08:35 -07:00
marzavec
71e940ddba
Merge pull request #16 from OpSimple/master
...
A new way to handle the spammers
2018-06-01 12:50:38 -07:00
OpSimple
1d283f5030
Array checking made constructor safe
2018-06-01 23:47:27 +05:30
OpSimple
a9b020fa02
Solved uneeded variable creation
2018-06-01 23:45:38 +05:30
OpSimple
3f7a1ee2f7
Just cleaning stuffs
2018-06-01 19:05:15 +05:30
OpSimple
2134334591
Update chat.js
2018-06-01 13:18:17 +05:30
OpSimple
eb830e11b7
Added an extra loop for allies
...
Added an extra loop so as to deliver the muzzled user's texts to all of the allies
2018-06-01 03:42:25 +05:30
OpSimple
fd7fd23050
Added an extra option to add allies
...
Added an extra option to add allies who can see the dumb user's texts
2018-06-01 03:39:12 +05:30