Message from @Grenade123

Discord ID: 443855987611402243


2018-05-09 17:20:34 UTC  
2018-05-09 17:20:36 UTC  

?

2018-05-09 17:20:56 UTC  

So... I'm looking a youtube video "Discord is not Safe..."

2018-05-09 17:25:36 UTC  

@Timcast have you managed to find a single left-leaning article that can bring themselves to just call it "day of freedom"? 😛

2018-05-09 17:28:42 UTC  

Discord can See what apps you are running?

2018-05-09 17:48:01 UTC  

the desktop version can yes

2018-05-09 17:48:44 UTC  

its where the "so and so is playing x" comes from

2018-05-09 17:49:04 UTC  

it is a setting you can turn off

2018-05-09 17:59:43 UTC  

@QR-CODE also after reviewing that video, these "leaks" seem more like abuse of the Discord API (aka discord bots) than discord itself

2018-05-09 18:00:27 UTC  

and in that case still requires the offending account to be in the server.

2018-05-09 18:02:17 UTC  

@Timcast I'm livestreaming today regarding the #MattesFile. 3:30EST. Catch it when you can. They just want to be heard. https://www.youtube.com/watch?v=IGxUpiMKrhc

2018-05-09 18:02:31 UTC  

oh ok

2018-05-09 18:35:28 UTC  

`Antifa most certainly used discords public API to obtain those logs. Discords API enables anyone to save all new messages in all text channels they have access to on all servers they are in and if they have the "view chat history" permissions they could get the entire chat history after a couple hours or so depending on the length of the chat history. (Using the API this way is against Discord ToS) `

2018-05-09 18:35:36 UTC  

pretty much this

2018-05-09 18:36:17 UTC  

they didn't use Discord Bots, but that idea is scary and to come in the future

2018-05-09 19:05:38 UTC  

mhmm, it's the same API the client uses to view old chat messages

2018-05-09 19:15:46 UTC  

yup

2018-05-09 19:18:38 UTC  

I'm so tired of videos like this T_T;;

2018-05-09 19:22:12 UTC  

"Discord needs to come out and state whether or not they're selling user data"
...
<https://www.reddit.com/r/discordapp/comments/86snhe/does_that_mean_that_discord_sells_the_data_of_our/>

2018-05-09 19:24:00 UTC  

longshot but, dont suppose anyone here knows how to validate self certified localhost SSL certificates?

2018-05-09 19:25:13 UTC  

erm, google?

2018-05-09 19:25:14 UTC  

lmao

2018-05-09 19:25:55 UTC  

yeee I followed some stuff but still doesnt seem to validate 😦 ah well.. I shall carry on looking

2018-05-09 19:28:01 UTC  

what are you trying to do?

2018-05-09 19:28:39 UTC  

debug a web application I made which I just need to port over to SSL

2018-05-09 19:29:38 UTC  

but I need the cert to be valid - because part of the website needs to work offline

2018-05-09 19:30:11 UTC  

some browsers offer an SSL debugger that tells you why a cert is considered invalid

2018-05-09 19:30:17 UTC  

it's been a while since I've played around with that though

2018-05-09 19:31:28 UTC  

seems that SSL is not exactly designed to be done with local host

2018-05-09 19:31:53 UTC  

should be fine with local o.O

2018-05-09 19:32:53 UTC  

well if it's just on your machine it doesnt matter

2018-05-09 19:33:02 UTC  

if you're trying to distribute a cert that points to localhost, theres issues

2018-05-09 19:33:48 UTC  

says it ok .. just doesnt work https://i.imgur.com/nLGeKCD.png

2018-05-09 19:34:13 UTC  

naw thats not the debugger

2018-05-09 19:34:13 UTC  

uhh

2018-05-09 19:34:21 UTC  

in chrome, if you do ctrl+shift+I, there's the security tab

2018-05-09 19:34:25 UTC  

dunno about other browsers

2018-05-09 19:34:43 UTC  

usually f12

2018-05-09 19:35:00 UTC  

at least a basic debugger

2018-05-09 19:35:01 UTC  

both work ... but I always have the dev console open 😛