Bjørn Damstedt Rasmussen
Bjørn Damstedt Rasmussen
This change does not work well for people who use a mouse since you cannot select text and use Copy/Paste.
Having the spam features in the TeamTalk server would complicate it a lot. Spam is only an issue if you run a public server. If you don't then there's no...
You are welcome to change the jSpamBot to run as stand alone. I think you can already do this using the existing Java properties.
I run it something like this: ``` java -Ddk.bearware.iplogincount=6 \ -Ddk.bearware.ipjoinscount=6 \ -Ddk.bearware.ipkickscount=3 \ -Ddk.bearware.ipcmdduration=60 \ -Ddk.bearware.ipv4banprefix=24 \ -Ddk.bearware.ipv6banprefix=96 \ -Ddk.bearware.regname="Your TeamTalk SDK regname" \ -Ddk.bearware.regkey="Your TeamTalk SDK regkey" \...
Ah, forgot the following files: ``` wget https://raw.githubusercontent.com/X4BNet/lists_vpn/main/output/vpn/ipv4.txt -O vpnips.txt wget https://raw.githubusercontent.com/BearWare/TeamTalk5/master/Client/jSpamBot/src/badwords.txt -O badwords.txt wget https://raw.githubusercontent.com/BearWare/TeamTalk5/master/Client/jSpamBot/src/badwords_french.txt -O badwords_french.txt ``` You can run the SDK in trial mode.
@hwangsihu don't make changes to other people's branches. When you force-push you basically erase the branch and start a new one.
What TeamTalk version are you using?
Does this still apply to TeamTalk v5.19?
In TTMessage struct .NET interop reports "contains an object field at offset 4 that is incorrectly aligned or overlapped by a non-object field" on string field due to union. https://www.developerfusion.com/article/84519/mastering-structs-in-c/
Is there a way to avoid changing files in TeamTalk DLL? It appears strange that it works on all other platform than Android. Is it possible to make the DNS...