From d084315276194ce74e462502a6394feadbcd293b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 4 Feb 2021 23:04:35 +0100 Subject: [PATCH] Bump version --- LICENSE | 4 +- 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 +- .../lib/acp/page/SuspensionListPage.class.php | 4 +- files/lib/data/command/Command.class.php | 4 +- files/lib/data/command/CommandCache.class.php | 4 +- .../lib/data/command/CommandEditor.class.php | 4 +- files/lib/data/command/CommandList.class.php | 4 +- .../lib/data/command/CommandTrigger.class.php | 4 +- .../command/CommandTriggerAction.class.php | 4 +- .../command/CommandTriggerEditor.class.php | 4 +- .../data/command/CommandTriggerList.class.php | 4 +- files/lib/data/message/Message.class.php | 4 +- .../lib/data/message/MessageAction.class.php | 4 +- .../lib/data/message/MessageEditor.class.php | 4 +- files/lib/data/message/MessageList.class.php | 4 +- .../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 +- .../lib/data/suspension/Suspension.class.php | 4 +- .../suspension/SuspensionAction.class.php | 4 +- .../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 +- .../box/RoomListBoxController.class.php | 4 +- .../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 +- .../AbstractSuspensionCommand.class.php | 4 +- .../AbstractUnsuspensionCommand.class.php | 4 +- .../lib/system/command/AwayCommand.class.php | 4 +- .../lib/system/command/BackCommand.class.php | 4 +- files/lib/system/command/BanCommand.class.php | 4 +- .../system/command/BroadcastCommand.class.php | 4 +- .../lib/system/command/ColorCommand.class.php | 4 +- files/lib/system/command/ICommand.class.php | 4 +- .../lib/system/command/InfoCommand.class.php | 4 +- files/lib/system/command/MeCommand.class.php | 4 +- .../lib/system/command/MuteCommand.class.php | 4 +- .../lib/system/command/PlainCommand.class.php | 4 +- files/lib/system/command/TNeedsUser.class.php | 4 +- .../lib/system/command/TeamCommand.class.php | 4 +- .../system/command/TemproomCommand.class.php | 4 +- .../lib/system/command/UnbanCommand.class.php | 4 +- .../system/command/UnmuteCommand.class.php | 4 +- .../lib/system/command/WhereCommand.class.php | 4 +- .../system/command/WhisperCommand.class.php | 4 +- .../room/RoomFilledCondition.class.php | 4 +- ...ronjobExecuteChatCleanUpListener.class.php | 4 +- ...UpCronjobExecuteTemproomListener.class.php | 4 +- .../InfoCommandSuspensionsListener.class.php | 4 +- ...mActionGetUsersModeratorListener.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 +- ...spensionListPageTemproomListener.class.php | 4 +- .../type/AttachmentMessageType.class.php | 4 +- .../message/type/AwayMessageType.class.php | 4 +- .../message/type/BackMessageType.class.php | 4 +- .../type/BroadcastMessageType.class.php | 4 +- .../type/ChatUpdateMessageType.class.php | 4 +- .../message/type/ColorMessageType.class.php | 4 +- .../type/IDeletableMessageType.class.php | 4 +- .../message/type/IMessageType.class.php | 4 +- .../message/type/InfoMessageType.class.php | 4 +- .../message/type/JoinMessageType.class.php | 4 +- .../message/type/LeaveMessageType.class.php | 4 +- .../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 +- .../type/TombstoneMessageType.class.php | 4 +- .../type/UnsuspendMessageType.class.php | 4 +- .../message/type/WhereMessageType.class.php | 4 +- .../message/type/WhisperMessageType.class.php | 4 +- .../page/handler/LogPageHandler.class.php | 4 +- .../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 +- .../system/suspension/ISuspension.class.php | 4 +- .../suspension/MuteSuspension.class.php | 4 +- .../style/be.bastelstu.chat.messageTypes.scss | 4 +- files/style/be.bastelstu.chat.scss | 4 +- files_wcf/js/Bastelstu.be/Chat.js | 4 +- .../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 +- .../js/Bastelstu.be/Chat/Command/Away.js | 4 +- .../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 +- .../js/Bastelstu.be/Chat/Command/Color.js | 4 +- .../js/Bastelstu.be/Chat/Command/Info.js | 4 +- files_wcf/js/Bastelstu.be/Chat/Command/Me.js | 4 +- .../js/Bastelstu.be/Chat/Command/Mute.js | 4 +- .../js/Bastelstu.be/Chat/Command/Plain.js | 4 +- .../js/Bastelstu.be/Chat/Command/Team.js | 4 +- .../js/Bastelstu.be/Chat/Command/Temproom.js | 4 +- .../js/Bastelstu.be/Chat/Command/Unban.js | 4 +- .../js/Bastelstu.be/Chat/Command/Unmute.js | 4 +- .../js/Bastelstu.be/Chat/Command/Where.js | 4 +- .../js/Bastelstu.be/Chat/Command/Whisper.js | 4 +- .../Bastelstu.be/Chat/Command/_Suspension.js | 4 +- .../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 +- .../Chat/DataStructure/Throttle.js | 4 +- files_wcf/js/Bastelstu.be/Chat/Helper.js | 4 +- .../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 +- .../Chat/MessageType/Broadcast.js | 4 +- .../Chat/MessageType/ChatUpdate.js | 4 +- .../js/Bastelstu.be/Chat/MessageType/Color.js | 4 +- .../js/Bastelstu.be/Chat/MessageType/Info.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 +- .../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 +- .../Chat/MessageType/Tombstone.js | 4 +- .../Chat/MessageType/Unsuspend.js | 4 +- .../js/Bastelstu.be/Chat/MessageType/Where.js | 4 +- .../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 +- .../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 +- .../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 +- .../js/Bastelstu.be/Chat/Ui/ReadMarker.js | 4 +- files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js | 4 +- .../Chat/Ui/Settings/AutoscrollButton.js | 4 +- .../Bastelstu.be/Chat/Ui/Settings/Button.js | 4 +- .../Chat/Ui/Settings/FullscreenButton.js | 4 +- .../Chat/Ui/Settings/NotificationsButton.js | 4 +- .../Chat/Ui/Settings/SmiliesButton.js | 4 +- .../Chat/Ui/Settings/ToggleButton.js | 4 +- files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js | 4 +- .../Chat/Ui/UserActionDropdownHandler.js | 4 +- .../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 +- ...CommandPackageInstallationPlugin.class.php | 4 +- package.xml | 45 +++++++++++++++---- 206 files changed, 446 insertions(+), 419 deletions(-) diff --git a/LICENSE b/LICENSE index 556f8e6..7ba9fab 100644 --- a/LICENSE +++ b/LICENSE @@ -5,12 +5,12 @@ Parameters Licensor: Tim Düsterhus Licensed Work: Tim’s Chat 4.1 - The Licensed Work is (c) 2010-2020 Tim Düsterhus + The Licensed Work is (c) 2010-2021 Tim Düsterhus Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work for a purpose that does neither directly or indirectly generate revenue. -Change Date: 2024-11-20 +Change Date: 2025-02-04 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/files/acp/be.bastelstu.chat_install.php b/files/acp/be.bastelstu.chat_install.php index 8386a5e..cf4d372 100644 --- a/files/acp/be.bastelstu.chat_install.php +++ b/files/acp/be.bastelstu.chat_install.php @@ -1,11 +1,11 @@ Tims Chat 1 chat - 4.1.0 RC 5 - 2020-11-20 + 4.1.0 RC 6 + 2021-02-04 @@ -81,7 +81,34 @@ acp/be.bastelstu.chat_install.php - + + + files_wcf.tar + + + + + + + + + + + + + + + + + + + + + + + acp/be.bastelstu.chat_update.php + + files_wcf.tar @@ -108,7 +135,7 @@ acp/be.bastelstu.chat_update.php - + files_wcf.tar @@ -135,7 +162,7 @@ acp/be.bastelstu.chat_update.php - + files_wcf.tar @@ -162,7 +189,7 @@ acp/be.bastelstu.chat_update.php - + files_wcf.tar @@ -189,7 +216,7 @@ acp/be.bastelstu.chat_update.php - + files_wcf.tar @@ -216,7 +243,7 @@ acp/be.bastelstu.chat_update.php - + files_wcf.tar @@ -243,7 +270,7 @@ acp/be.bastelstu.chat_update.php - + files_wcf.tar