angry

Forbidden words in private chats

We added a new feature today: you can filter differently forbidden words in public and private chats.

For instance, you can forbid rude words usage in public chat and allow rude words in public chat.

You can still put actions when forbidden word is found: ‘nothing’,’hide’,’kick’,’ban12hours’,’ban24hours’

You can find this new feature in your chat admin panel, under “forbidden words”

spam

Filter junk mail

We have added a new security tool when user registers to chat:

We prevent spammers to register: disposable/junk mails addresses are now forbidden to register.

A disposable mail is a kind of public mail whose role is used to confirm an user. One of the best known disposable mail provider is yopmail. Our list contains more than 3200 junk mail providers.

This option is automatic: there is nothing to be activated on your chat admin panel.

Filtering by age

We have added a new filter called “filter by age”. You can enable it from your /chatadmin -> config (“Filter by age”)

filter by age feature

Of course, you need to enable “display ages” so you can use that feature. Age sorting is ascendant only.

ddos

Chat and Anti DDOS solution

Some of chats may have that message:

Error 1020

 Ray ID: 6a0f8eb32b2eb65f • 2021-10-20 04:38:34 UTC

Access denied

This is an anti ddos message : it means that the chat account was disabled for 2 hours because it was generating too much unnatural trafic. Mostly of time it creates >30,000 entries / minute.

Our filters have isolated it and maintains it offline during the attack. After 2 hours, chat should be back online again.

Solutions for anti ddos attacks

There is no easy solution to counter an anti ddos attack. We suggest you use anti ddos attack on your site placing it behind a proxy that allows to filter many bad ips. The most popular solution is cloudflare.

You can also use some server modules such as modEvasive for apache. Nginx has its own module integrated.

Also the most radical solution would be to host the chat on your own server, which means you need the source code version.

ban user

New Ban features

We added 2 new ban features

  1. In roles, we added notAffectedByRudeWords which means that a role (moderator or admin for instance) can use rude words without being censured (or kicked out/banned).
    You can define different actions per rude word like : nothing / hide the rude word / kick out the user / ban the user


  2. When user has been kicked out or banned because of a rude word, we store now this bad word.
    You can get the history and the bad word used in your chatadmin / banned section under field called “sentence”

email

Sending customized emails

Many people asked for the possibility of sending customized emails. The emails are sent when the chat uses the user registration and more precisely:

  • when a new user registers to the chat (register)
  • when an users forgets his password and requests the password (forgotten)

In these 2 cases, you can customize email sending.

If you use JWT or if you use guests only, this feature has no effect at all.Important: You email template can include dynamic fields:

  • {{email}} : the email of the user
  • {{username}} : the username of the user
  • {{password}} : the password of the user
  • {{confirmation}} : this is the Confirmation link : YOU MUST USE THAT in “register” email, so users can click the confirmation link to enter the chat

Ex: Hello {{username}}. Your password is {{password}}


Notice: If you want to include images, all images needs to be remote and starting with https://.
Warning. You cannot use classical HTML for email. You can read more info about html and email.

Who sends the email ?

Our SMTP server sends emails, so our sender is visible ([email protected]), if you want to change the sender (from) email, we need to add your domain name in our white list, and you need to confirm that with a new DNS entry. Since it is a manual process, there is one time fee for it of 20 euros (please contact us if you need that feature)

banned

Better Banning

We enhanced the banning system: when using user registration, we ban per IP as before. But we also added banning per username, so banned user cannot reconnect with the same username once banned.

He needs to create a new user and change his username to be able to be back.

Webrtc IP leaking

There is a leak in webrtc that allows (under circumstances) to get the real IP of an user, even if he’s behind a VPN

We used that technique for banning to get the real IP from an user even if he’s using a VPN. This technique may stop working soon since major browsers may correct the IP leaking from webrtc very soon.

Silent mute

We have added a new tool for muting people called “silent mute“. It is an option you can find in your chatadmin / security panel. It adds an extra feature to the classical “Jail user” : the jailed user will not know that he was jailed and his messages will be seen to him as sent.

However he will be the only one user to receive them. The purpose of “silent mute” tool is to fake the jailed user so he thinks everything works fine : when an user is banned or jailed, mostly of time he tries to find a way to un-ban himself (use a VPN, take a new IP, create a new account)

message

Add an info message per role

We have added a new feature: messageWhenEntersChat per role

The goal of that feature is to add some welcome messages such as : “You are using the chat as guest. Please register to get more features“. This message can be a HTML message. This message is to inform user about his role restrictions or rights.