Recent content by Libraski

  1. Libraski

    Encryption Issues with UTF-8 in Havana

    Hey, thanks a lot for updating the charset to UTF-8! That really makes sense and probably fixes some stuff where StringUtil.getCharset() is used. But yeah, I still get the same problem with messages being cut off - like if I send "täst", it still ends up as just "tä" on the server. And...
  2. Libraski

    Encryption Issues with UTF-8 in Havana

    I am using Havana 1.3, but it doesn't work. I'm not sure if it's an issue with Havana itself, the database, or the DCR. ChatGPT told me it might be a problem with how the bytes are handled. Here's what it said: The problem is, I don't have enough programming knowledge to fully understand or...
  3. Libraski

    Encryption Issues with UTF-8 in Havana

    Hey everyone, I'm currently trying to set up a custom server with Havana, and I’m running into a weird issue with the encryption system. Whenever I send messages that include special characters like ä, ö, ü, ß, the message gets cut off or the client freezes completely. For example, if I...
  4. Libraski

    Issue with Special Characters (ä, ü, ö) Freezing Client in Havana_theallseeingeye

    Update: I have temporarily resolved the issue by debugging the code, so the problem must be with Java or the .jar file (or how I’m executing it). Thread can be closed. Thank you!
  5. Libraski

    Issue with Special Characters (ä, ü, ö) Freezing Client in Havana_theallseeingeye

    Hey Sonykko, What possible solutions do you think could help resolve the issue? I’d really appreciate any guidance you can provide! 😊
  6. Libraski

    Issue with Special Characters (ä, ü, ö) Freezing Client in Havana_theallseeingeye

    I had already reached out to Sonykko about this. He mentioned that it was supposedly fixed in v2.4.2 (dev branch), as the issue seemed to be with encryption and decryption. However, even this version is no longer working—even though it initially did. Without these character sets, I can’t work on...
  7. Libraski

    Issue with Special Characters (ä, ü, ö) Freezing Client in Havana_theallseeingeye

    Hello everyone, I'm currently working with the Havana_theallseeingeye project from this GitHub repository. Everything seems to be running fine except for one major issue: Whenever special characters like ä, ü, ö or similar are used in chat, the client completely freezes. After that, I can't...
Back
Top