From 9c4ffffde725756d03a0132733c16ba095f867b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 13 Jan 2024 21:03:36 +0100 Subject: [PATCH] Bump version --- files/acp/be.bastelstu.chat_install.php | 4 ++-- files/acp/be.bastelstu.chat_update.php | 4 ++-- files/acp/global.php | 4 ++-- files/acp/index.php | 4 ++-- files/global.php | 4 ++-- files/index.php | 4 ++-- .../acp/form/CommandTriggerAddForm.class.php | 4 ++-- .../acp/form/CommandTriggerEditForm.class.php | 4 ++-- files/lib/acp/form/RoomAddForm.class.php | 4 ++-- files/lib/acp/form/RoomEditForm.class.php | 4 ++-- .../acp/page/CommandTriggerListPage.class.php | 4 ++-- files/lib/acp/page/RoomListPage.class.php | 4 ++-- files/lib/acp/page/SuspensionListPage.class.php | 4 ++-- files/lib/data/command/Command.class.php | 4 ++-- files/lib/data/command/CommandCache.class.php | 4 ++-- files/lib/data/command/CommandEditor.class.php | 4 ++-- files/lib/data/command/CommandList.class.php | 4 ++-- files/lib/data/command/CommandTrigger.class.php | 4 ++-- .../data/command/CommandTriggerAction.class.php | 4 ++-- .../data/command/CommandTriggerEditor.class.php | 4 ++-- .../data/command/CommandTriggerList.class.php | 4 ++-- files/lib/data/message/Message.class.php | 4 ++-- files/lib/data/message/MessageAction.class.php | 4 ++-- files/lib/data/message/MessageEditor.class.php | 4 ++-- files/lib/data/message/MessageList.class.php | 4 ++-- .../lib/data/message/ViewableMessage.class.php | 4 ++-- files/lib/data/room/Room.class.php | 4 ++-- files/lib/data/room/RoomAction.class.php | 4 ++-- files/lib/data/room/RoomCache.class.php | 4 ++-- files/lib/data/room/RoomEditor.class.php | 4 ++-- files/lib/data/room/RoomList.class.php | 4 ++-- files/lib/data/suspension/Suspension.class.php | 4 ++-- .../data/suspension/SuspensionAction.class.php | 4 ++-- .../data/suspension/SuspensionEditor.class.php | 4 ++-- .../data/suspension/SuspensionList.class.php | 4 ++-- files/lib/data/user/User.class.php | 4 ++-- files/lib/data/user/UserAction.class.php | 4 ++-- files/lib/data/user/UserList.class.php | 4 ++-- files/lib/page/LogPage.class.php | 4 ++-- files/lib/page/RoomListPage.class.php | 4 ++-- files/lib/page/RoomPage.class.php | 4 ++-- files/lib/page/TConfiguredPage.class.php | 4 ++-- files/lib/system/CHATCore.class.php | 4 ++-- .../MessageAttachmentObjectType.class.php | 4 ++-- .../system/box/RoomListBoxController.class.php | 4 ++-- .../cache/builder/CommandCacheBuilder.class.php | 4 ++-- .../builder/PermissionCacheBuilder.class.php | 4 ++-- .../cache/builder/RoomCacheBuilder.class.php | 4 ++-- .../cache/runtime/UserRuntimeCache.class.php | 4 ++-- .../system/command/AbstractCommand.class.php | 4 ++-- .../AbstractInputProcessedCommand.class.php | 4 ++-- .../command/AbstractSuspensionCommand.class.php | 4 ++-- .../AbstractUnsuspensionCommand.class.php | 4 ++-- files/lib/system/command/AwayCommand.class.php | 4 ++-- files/lib/system/command/BackCommand.class.php | 4 ++-- files/lib/system/command/BanCommand.class.php | 4 ++-- .../system/command/BroadcastCommand.class.php | 4 ++-- files/lib/system/command/ColorCommand.class.php | 4 ++-- files/lib/system/command/ICommand.class.php | 4 ++-- files/lib/system/command/InfoCommand.class.php | 4 ++-- files/lib/system/command/MeCommand.class.php | 4 ++-- files/lib/system/command/MuteCommand.class.php | 4 ++-- files/lib/system/command/PlainCommand.class.php | 4 ++-- files/lib/system/command/TNeedsUser.class.php | 4 ++-- files/lib/system/command/TeamCommand.class.php | 4 ++-- .../system/command/TemproomCommand.class.php | 4 ++-- files/lib/system/command/UnbanCommand.class.php | 4 ++-- .../lib/system/command/UnmuteCommand.class.php | 4 ++-- files/lib/system/command/WhereCommand.class.php | 4 ++-- .../lib/system/command/WhisperCommand.class.php | 4 ++-- .../room/RoomFilledCondition.class.php | 4 ++-- ...pCronjobExecuteChatCleanUpListener.class.php | 4 ++-- ...anUpCronjobExecuteTemproomListener.class.php | 4 ++-- .../InfoCommandSuspensionsListener.class.php | 4 ++-- ...oomActionGetUsersModeratorListener.class.php | 4 ++-- .../listener/RoomCanJoinBanListener.class.php | 4 ++-- .../RoomCanJoinUserLimitListener.class.php | 4 ++-- .../RoomCanSeeTemproomListener.class.php | 4 ++-- .../RoomCanWritePubliclyMuteListener.class.php | 4 ++-- .../RoomEditFormTemproomListener.class.php | 4 ++-- .../RoomListPageTemproomListener.class.php | 4 ++-- ...SuspensionListPageTemproomListener.class.php | 4 ++-- .../type/AttachmentMessageType.class.php | 4 ++-- .../message/type/AwayMessageType.class.php | 4 ++-- .../message/type/BackMessageType.class.php | 4 ++-- .../message/type/BroadcastMessageType.class.php | 4 ++-- .../type/ChatUpdateMessageType.class.php | 4 ++-- .../message/type/ColorMessageType.class.php | 4 ++-- .../type/IDeletableMessageType.class.php | 4 ++-- .../system/message/type/IMessageType.class.php | 4 ++-- .../message/type/InfoMessageType.class.php | 4 ++-- .../message/type/JoinMessageType.class.php | 4 ++-- .../message/type/LeaveMessageType.class.php | 4 ++-- .../system/message/type/MeMessageType.class.php | 4 ++-- .../message/type/PlainMessageType.class.php | 4 ++-- .../message/type/SuspendMessageType.class.php | 4 ++-- .../message/type/TCanSeeCreator.class.php | 4 ++-- .../message/type/TCanSeeInSameRoom.class.php | 4 ++-- .../message/type/TDefaultPayload.class.php | 4 ++-- .../message/type/TeamMessageType.class.php | 4 ++-- .../type/TemproomCreatedMessageType.class.php | 4 ++-- .../type/TemproomInvitedMessageType.class.php | 4 ++-- .../message/type/TombstoneMessageType.class.php | 4 ++-- .../message/type/UnsuspendMessageType.class.php | 4 ++-- .../message/type/WhisperMessageType.class.php | 4 ++-- .../page/handler/LogPageHandler.class.php | 4 ++-- .../page/handler/RoomListPageHandler.class.php | 4 ++-- .../page/handler/RoomPageHandler.class.php | 4 ++-- .../page/handler/TRoomPageHandler.class.php | 4 ++-- .../permission/PermissionHandler.class.php | 4 ++-- .../system/suspension/BanSuspension.class.php | 4 ++-- .../lib/system/suspension/ISuspension.class.php | 4 ++-- .../system/suspension/MuteSuspension.class.php | 4 ++-- files/style/be.bastelstu.chat.messageTypes.scss | 4 ++-- files/style/be.bastelstu.chat.scss | 4 ++-- files_wcf/js/Bastelstu.be/Chat.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Autocompleter.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Away.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Back.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Ban.js | 4 ++-- .../js/Bastelstu.be/Chat/Command/Broadcast.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Color.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Info.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Me.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Mute.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Plain.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Team.js | 4 ++-- .../js/Bastelstu.be/Chat/Command/Temproom.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Unban.js | 4 ++-- .../js/Bastelstu.be/Chat/Command/Unmute.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Command/Where.js | 4 ++-- .../js/Bastelstu.be/Chat/Command/Whisper.js | 4 ++-- .../js/Bastelstu.be/Chat/Command/_Suspension.js | 4 ++-- .../Bastelstu.be/Chat/Command/_Unsuspension.js | 4 ++-- .../js/Bastelstu.be/Chat/CommandHandler.js | 4 ++-- .../Chat/DataStructure/EventEmitter.js | 4 ++-- .../js/Bastelstu.be/Chat/DataStructure/LRU.js | 4 ++-- .../Chat/DataStructure/RedBlackTree/Node.js | 4 ++-- .../Chat/DataStructure/RedBlackTree/Tree.js | 4 ++-- .../Bastelstu.be/Chat/DataStructure/Throttle.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Helper.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/LocalStorage.js | 4 ++-- .../Bastelstu.be/Chat/LocalStorageEmulator.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Log.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Message.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/MessageType.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Away.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Back.js | 4 ++-- .../Bastelstu.be/Chat/MessageType/Broadcast.js | 4 ++-- .../Bastelstu.be/Chat/MessageType/ChatUpdate.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Color.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Join.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Leave.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Me.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Plain.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Suspend.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Team.js | 4 ++-- .../Chat/MessageType/TemproomCreated.js | 4 ++-- .../Chat/MessageType/TemproomInvited.js | 4 ++-- .../Bastelstu.be/Chat/MessageType/Tombstone.js | 4 ++-- .../Bastelstu.be/Chat/MessageType/Unsuspend.js | 4 ++-- .../js/Bastelstu.be/Chat/MessageType/Whisper.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Messenger.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/ParseError.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Parser.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/ProfileStore.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Room.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Template.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui.js | 4 ++-- .../Bastelstu.be/Chat/Ui/Attachment/Upload.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js | 4 ++-- .../Bastelstu.be/Chat/Ui/ConnectionWarning.js | 4 ++-- .../js/Bastelstu.be/Chat/Ui/ErrorDialog.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/Input.js | 4 ++-- .../Bastelstu.be/Chat/Ui/Input/Autocompleter.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/Log.js | 4 ++-- .../Chat/Ui/MessageActions/Delete.js | 4 ++-- .../js/Bastelstu.be/Chat/Ui/MessageStream.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js | 4 ++-- .../js/Bastelstu.be/Chat/Ui/Notification.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js | 4 ++-- .../Chat/Ui/Settings/AutoscrollButton.js | 4 ++-- .../js/Bastelstu.be/Chat/Ui/Settings/Button.js | 4 ++-- .../Chat/Ui/Settings/FullscreenButton.js | 4 ++-- .../Chat/Ui/Settings/NotificationsButton.js | 4 ++-- .../Chat/Ui/Settings/RoomListButton.js | 4 ++-- .../Chat/Ui/Settings/SmiliesButton.js | 4 ++-- .../Chat/Ui/Settings/ToggleButton.js | 4 ++-- .../Chat/Ui/Settings/UserListButton.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js | 4 ++-- .../Chat/Ui/UserActionDropdownHandler.js | 4 ++-- .../Bastelstu.be/Chat/Ui/UserActions/Action.js | 4 ++-- .../Chat/Ui/UserActions/BanAction.js | 4 ++-- .../Chat/Ui/UserActions/MuteAction.js | 4 ++-- .../Chat/Ui/UserActions/WhisperAction.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/User.js | 4 ++-- files_wcf/js/Bastelstu.be/Chat/console.js | 4 ++-- ...atCommandPackageInstallationPlugin.class.php | 4 ++-- package.xml | 17 +++++++++++++++-- 204 files changed, 421 insertions(+), 408 deletions(-) diff --git a/files/acp/be.bastelstu.chat_install.php b/files/acp/be.bastelstu.chat_install.php index 4f3699e..2f4beca 100644 --- a/files/acp/be.bastelstu.chat_install.php +++ b/files/acp/be.bastelstu.chat_install.php @@ -1,12 +1,12 @@ Tims Chat 1 chat - 4.2.1 - 2023-02-22 + 4.2.2 + 2024-01-13 @@ -89,6 +89,19 @@ + + + acp/be.bastelstu.chat_update.php + + + + files_wcf.tar + + + + + + acp/be.bastelstu.chat_update.php