Chat program with tease features

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

Post Reply
archification
Curious Newbie
Curious Newbie
Posts: 2
Joined: Sun Jun 21, 2020 2:38 am
Gender: Nonbinary
Sexual Orientation: Pansexual
I am a: Switch
Location: Florida, US

Chat program with tease features

Post by archification »

Hello there everyone. I'm making this post because I'm seeking feedback from kinksters and programmers alike. Please don't be discouraged if you're unsure how to code.
I'm working on building a web chat server. Currently we have support for media link embeds and commands for uploading files (porn) and countdowns.
My end goal is to have a program that's relatively easy to configure so anyone can host their own chat and have access to the toys within eve on their local machine itself.
I'm mainly looking for ideas regarding what you might consider to be a fun kinky thing to play with in a chat room. I suppose one possibility would be to add actual tease support in some way for example. Maybe dice roll command?

Notes for the tech people >
I'm hesitant to place the project in a public github repo because it does contain nsfw language in some commands but if you'd like I wouldn't mind sending over the source. It is my intention for this project to be as open source as possible. I would consider having a private github repo and adding people to it but this depends on if github allows any nsfw content at all which I'm unsure of currently.

Questions for the tech people >
How can false positives from anti virus be handled?
What would be the best way to handle security in terms of user accounts? Would user accounts even be necessary? It shouldn't be too difficult to have functionality for an ip whitelist. I haven't started building an account system yet because I want to plan it out first.
If anyone around is a frontend dev and feels like helping out, that would be great. We'll talk about our expectations. I'm a backend dev and that's what I prefer. I have a frontend but only because it's necessary.

It's possible that I may be adding edits to this post later as things develop.
palvinolag
Explorer
Explorer
Posts: 47
Joined: Mon Apr 15, 2013 5:00 am
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Submissive

Re: Chat program with tease features

Post by palvinolag »

For ideas, honestly the best thing is to get a minimal viable product out that people can use and try out, and then users will have ideas from there.
User avatar
markus
Explorer At Heart
Explorer At Heart
Posts: 863
Joined: Tue Nov 18, 2008 11:09 pm

Re: Chat program with tease features

Post by markus »

Hi and welcome to the forum! :wave:
archification wrote: Fri Nov 08, 2024 11:05 am Hello there everyone. I'm making this post because I'm seeking feedback from kinksters and programmers alike. Please don't be discouraged if you're unsure how to code.
I'm working on building a web chat server. Currently we have support for media link embeds and commands for uploading files (porn) and countdowns.
My end goal is to have a program that's relatively easy to configure so anyone can host their own chat and have access to the toys within eve on their local machine itself.
I'm mainly looking for ideas regarding what you might consider to be a fun kinky thing to play with in a chat room. I suppose one possibility would be to add actual tease support in some way for example. Maybe dice roll command?
Pictures say more than 1000 words, or - like palvinolag suggested - some sort of a demo/minimal viable product/proof of concept/ ... or whatever you have would be a good start to get any feedback, because i.e. I don't really get the picture of what the outcome should be like, ... not because it's badly described, but to actually see something than just to imagine would be helpful in this case, ... at least a few screenshots, maybe a little video?

So, this will be a chat, kinda traditional?
Ppl log in, choose a chatroom or create one, talk with others, ... but with some additional features?



Notes for the tech people >
I'm hesitant to place the project in a public github repo because it does contain nsfw language in some commands but if you'd like I wouldn't mind sending over the source. It is my intention for this project to be as open source as possible. I would consider having a private github repo and adding people to it but this depends on if github allows any nsfw content at all which I'm unsure of currently.
I don't think that github would be a must, it's cool that you are willing to share the source, especially for security reasons.

How can false positives from anti virus be handled?
They come from technics/mechanics used by your software (in a not harmful way) and misused by the bad guys (in a harmful way).
I'd say that's like sorting out bugs, you'd have to do that bit by bit, specific case by specific case.
Would user accounts even be necessary?
If my assumptions of what this project shall become/be, ... yes.

What would be the best way to handle security in terms of user accounts?
I've be trained on an oracle glassfish, the build in security features it offers should be really enough for such a use-case.


Good luck, best greetings,
Markus
archification
Curious Newbie
Curious Newbie
Posts: 2
Joined: Sun Jun 21, 2020 2:38 am
Gender: Nonbinary
Sexual Orientation: Pansexual
I am a: Switch
Location: Florida, US

Re: Chat program with tease features

Post by archification »

Thanks for the reply. This all makes a decent amount of sense. I had considered making a video to show what's been done so far but this wouldn't necessarily fit on youtube. I'm not sure where to post the video. Maybe pornhub? Would be a bit strange because it's not porn but at least they do obviously allow nsfw content.
Enthralled
Curious Newbie
Curious Newbie
Posts: 2
Joined: Thu Oct 05, 2006 8:26 am

Re: Chat program with tease features

Post by Enthralled »

markus wrote: Fri Nov 08, 2024 7:35 pm I don't really get the picture of what the outcome should be like, ... not because it's badly described, but to actually see something than just to imagine would be helpful in this case, ... at least a few screenshots, maybe a little video?
There must be a less obvious way to offer criticism about not having phrased a request as accurately as possible, no?
How can false positives from anti virus be handled?
Without additional context (let's not be unreasonable here), archive and prevent any interaction with the offending addresses. Abandon the pursuit of making the false positive disappear unless you have good reason; perhaps a personal note.

Who proved it was false to begin with, has their conclusion been updated at all since, is a consensus obvious or questionable, and so forth.
User avatar
markus
Explorer At Heart
Explorer At Heart
Posts: 863
Joined: Tue Nov 18, 2008 11:09 pm

Re: Chat program with tease features

Post by markus »

archification wrote: Tue Nov 12, 2024 3:24 am I'm not sure where to post the video.
I'm using mega.nz for such things, easy, free, fast.

Best greetings,
Markus
Post Reply