Skip to content

Releases: Sonykko/Havana_theallseeingeye

theallseeingeye v3.4.0 (dev branch)

24 Aug 20:46
Compare
Choose a tag to compare
  • Add :follow command
  • Add :sendto command
  • Add :gotoroom command
  • Add :massteleport command
  • Make :pull command triggers with your avatar radius too
  • Make :transfer command overrides the room auth (bell & password bypass)

theallseeingeye v3.3.0 (dev branch)

24 Aug 09:12
Compare
Choose a tag to compare
  • Add POO to Housekeeping Wordfilter feature
  • Add mimic/copy look command
  • Add :push command
  • Add :pull command
  • Add :superpull command
  • Add feature HK copy/clone private rooms
  • Re-add missing setting entry in theallseeingeye.sql
  • Improved Remote room alerting & kicking feature

theallseeingeye v3.2.1 (dev branch)

11 Aug 14:06
Compare
Choose a tag to compare
  • Removed unused code from HK tpl files
  • Send carry object to flash client (from original git)
  • Use ISO-8859-1 charset instead of UTF-8 (from original git)
  • feat: Poker by wackfx (from original git)
  • Add support for poker in HK System status settings

theallseeingeye v3.2.0 (dev branch)

14 Jun 09:15
Compare
Choose a tag to compare
  • Add POO to Housekeeping Vouchers feature
  • Set the correct Previous word in HK info bar
  • Add SQL for log correctly :transfer x command
  • Make :mute x command more equal to habbo - automute for 2 min

theallseeingeye v3.1.0 (dev branch)

21 Apr 12:50
Compare
Choose a tag to compare
  • Add :transfer x command
  • Add :alert x command
  • Removed unused libs from lib path
  • Removed duplicated HousekeepingManager instances
  • Fix console error for save log of softkick command
  • Fix massban/unban/massuban actions from API
    • Set the correct Staff details too
  • Fix :superban command

theallseeingeye v3.0.0 (dev branch)

19 Apr 12:18
Compare
Choose a tag to compare

Major update!

  • Refactor: all API/RCON features
    • Has been reestructured/remaded all API/RCON Controllers. Has been splitted too in a good structure all services (ban, kick, CFHs, etc...).
  • Add kick command
  • Add softkick command
  • Add superban command
  • Update CommandManager for match Staff commands to Habbo
    • Applys for shutup and superban commands plus the kick and softkick commands
  • Refactor: clean up and abstract logic from HousekeepingStickieNotesController.java
  • Add ModerationApiUtil.java

theallseeingeye v2.10.0 (dev branch)

17 Apr 08:20
Compare
Choose a tag to compare
  • Apply instantly client settings & catalogue pages tool actions
    • Now when you save the settings from Housekeeping the client configs apply instantly to the client
    • Now when you manage a catalogue page the catalogue updates instantly (only need to re-enter the page or close and open it) and a default message is sended to all users for now that the catalogue has been updated, like Habbo do now.
  • Updated theallseeingeye.sql for work properly the catalogue pages tool
    • Added the "rcon.catalogue.refresh.message" setting key. With this you set the default message when you manage the catalogue pages from Housekeeping. You can find it on System status > Configurations tools > Housekeeping settings.
  • Fix action log type from Catalogue frontpage tool
  • Removed unused library from SiteBlinder.java
  • Update StringUtils imports to lang3
  • Merged all commits from Havana v1.3 so now the project it's up to date again with Havana

theallseeingeye v2.9.0 (dev branch)

06 Apr 09:47
Compare
Choose a tag to compare

Has been refactored all Controllers that need it. So now have a pretty decent structure and more optimized Housekeeping.

  • Fix Kick RCON logs list not showing
  • Refactor: clean up and abstract logic from HousekeepingBannersController.java
  • Refactor: clean up and abstract logic from HousekeepingCataloguePagesController.java
  • Refactor: clean up and abstract logic from HousekeepingCoinsController.java
  • Refactor: clean up and abstract logic from HousekeepingHobbasController.java
  • Refactor: clean up and abstract logic from HousekeepingHotCampaignsController.java
  • Refactor: clean up and abstract logic from HousekeepingMiniMailController.java
  • Refactor: clean up and abstract logic from HousekeepingRanksController.java
  • Refactor: clean up and abstract logic from HousekeepingRecommendedController.java
  • Refactor: clean up and abstract logic from HousekeepingRestoreController.java
  • Refactor: clean up and abstract logic from HousekeepingStaffPicksController.java
  • Refactor: clean up and abstract logic from HousekeepingTrustedPersonController.java
  • Refactor: clean up and abstract logic from HousekeepingWordfilterController.java

theallseeingeye v2.8.5 (dev branch)

28 Feb 19:58
Compare
Choose a tag to compare
  • Refactored HousekeepingHobbasController
    • Now it's more efficient feature and looks more like the official one
  • Update HousekeepingHobbasDao
  • Fix message for ContentModerationDao
    • Now the message info of the report added it's registered correctly
  • Fix search for Room action log
    • Now works 100% again the search action
  • Fix web alerts for users_banskicks.tpl
    • That's apply when you do a Remote ban or kick and you're redirected to List of current banning & kicks, now the alerts are showed all correctly

theallseeingeye v2.8.4 (dev branch)

22 Feb 19:31
Compare
Choose a tag to compare
  • Add boolean pets counts for room visitors count
    • Now you can choose if the pets count in the room visitors now or not. Has been added the key "room.visitors.count.pets.enabled" in System status > Client configurations tools > General client settings to toggle this option. Has been enabled by default, just like Habbo traits.
  • Add boolean pets can walk in door tile
    • Now you can choose if the pets can walk in the door tile. Has been added the key "pets.door.walking.allow" in System status > Client configurations tools > General client settings to toggle this option. Has been enabled by default, just like Habbo traits.
    • This feature it's only for develop branch cause develop-r39 branch (HavanaR39 from Jeppe) does not has this condition added.
  • Update theallseeingeye.sql for get work properly the pets room visitor counts and pets can walk in door tile features.
  • Improved all RCON bans & kicks
    • Now all Remote bans and kicks show you a warning message if you try to do the action to yourself.
    • Fix the bug that when you try to ban yourself in Remote ban action disconnects you of the client.
  • Fix Room admin sometimes not apply the changes instantly
    • Now can use Room admin and always see the changes insntantly applied in all the clients.