Search found 3 matches

by Jestr
Sat Aug 26, 2023 4:41 pm
Forum: Tricks 'n' Tips
Topic: Discord.pbi (only webhooks)
Replies: 10
Views: 5590

Re: Discord.pbi (only webhooks)

I've been having trouble wrapping my head around how to implement other content types. I'd like to be able to upload images like JPG or PNG perhaps even from resources.
by Jestr
Sun Jun 25, 2023 10:11 pm
Forum: Coding Questions
Topic: TCP Sockets - IRC
Replies: 3
Views: 615

Re: TCP Sockets - IRC

Yeah with IRC it's very straightforward with a lot of it falling on the user at the client with commands like /join and back in the day before auto-login with /login . I'm looking for anyone that has implemented similar protocols to act as a good base to learn from. Like I said I have been having ...
by Jestr
Sun Jun 25, 2023 10:04 pm
Forum: Coding Questions
Topic: TCP Sockets - IRC
Replies: 3
Views: 615

TCP Sockets - IRC

I have been using the language for a little bit now and have been getting the hang of it however, I have noticed continuity issues across older versions specifically with seldom touched-on topics/protocols such as IRC. IRC is relatively simple in its design using simple TCP sockets with modern ...