From 23228c9ed69c64a466353b422e62c67fbecf098e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 2 Nov 2020 21:29:59 +0100 Subject: [PATCH] Bump version --- LICENSE | 2 +- files/acp/be.bastelstu.chat_install.php | 2 +- files/acp/be.bastelstu.chat_update.php | 2 +- files/acp/global.php | 2 +- files/acp/index.php | 2 +- files/global.php | 2 +- files/index.php | 2 +- .../acp/form/CommandTriggerAddForm.class.php | 2 +- .../acp/form/CommandTriggerEditForm.class.php | 2 +- files/lib/acp/form/RoomAddForm.class.php | 2 +- files/lib/acp/form/RoomEditForm.class.php | 2 +- .../acp/page/CommandTriggerListPage.class.php | 2 +- files/lib/acp/page/RoomListPage.class.php | 2 +- .../lib/acp/page/SuspensionListPage.class.php | 2 +- files/lib/data/command/Command.class.php | 2 +- files/lib/data/command/CommandCache.class.php | 2 +- .../lib/data/command/CommandEditor.class.php | 2 +- files/lib/data/command/CommandList.class.php | 2 +- .../lib/data/command/CommandTrigger.class.php | 2 +- .../command/CommandTriggerAction.class.php | 2 +- .../command/CommandTriggerEditor.class.php | 2 +- .../data/command/CommandTriggerList.class.php | 2 +- files/lib/data/message/Message.class.php | 2 +- .../lib/data/message/MessageEditor.class.php | 2 +- files/lib/data/message/MessageList.class.php | 2 +- .../data/message/ViewableMessage.class.php | 2 +- files/lib/data/room/Room.class.php | 2 +- files/lib/data/room/RoomAction.class.php | 2 +- files/lib/data/room/RoomCache.class.php | 2 +- files/lib/data/room/RoomEditor.class.php | 2 +- files/lib/data/room/RoomList.class.php | 2 +- .../lib/data/suspension/Suspension.class.php | 2 +- .../suspension/SuspensionAction.class.php | 2 +- .../suspension/SuspensionEditor.class.php | 2 +- .../data/suspension/SuspensionList.class.php | 2 +- files/lib/data/user/User.class.php | 2 +- files/lib/data/user/UserAction.class.php | 2 +- files/lib/data/user/UserList.class.php | 2 +- files/lib/page/LogPage.class.php | 2 +- files/lib/page/RoomListPage.class.php | 2 +- files/lib/page/RoomPage.class.php | 2 +- files/lib/page/TConfiguredPage.class.php | 2 +- files/lib/system/CHATCore.class.php | 2 +- .../MessageAttachmentObjectType.class.php | 2 +- .../box/RoomListBoxController.class.php | 2 +- .../builder/CommandCacheBuilder.class.php | 2 +- .../cache/builder/RoomCacheBuilder.class.php | 2 +- .../cache/runtime/UserRuntimeCache.class.php | 2 +- .../system/command/AbstractCommand.class.php | 2 +- .../AbstractInputProcessedCommand.class.php | 2 +- .../AbstractSuspensionCommand.class.php | 2 +- .../AbstractUnsuspensionCommand.class.php | 2 +- .../lib/system/command/AwayCommand.class.php | 2 +- .../lib/system/command/BackCommand.class.php | 2 +- files/lib/system/command/BanCommand.class.php | 2 +- .../system/command/BroadcastCommand.class.php | 2 +- .../lib/system/command/ColorCommand.class.php | 2 +- files/lib/system/command/ICommand.class.php | 2 +- .../lib/system/command/InfoCommand.class.php | 2 +- files/lib/system/command/MeCommand.class.php | 2 +- .../lib/system/command/MuteCommand.class.php | 2 +- .../lib/system/command/PlainCommand.class.php | 2 +- files/lib/system/command/TNeedsUser.class.php | 2 +- .../lib/system/command/TeamCommand.class.php | 2 +- .../system/command/TemproomCommand.class.php | 2 +- .../lib/system/command/UnbanCommand.class.php | 2 +- .../system/command/UnmuteCommand.class.php | 2 +- .../lib/system/command/WhereCommand.class.php | 2 +- .../system/command/WhisperCommand.class.php | 2 +- .../room/RoomFilledCondition.class.php | 2 +- ...ronjobExecuteChatCleanUpListener.class.php | 2 +- ...UpCronjobExecuteTemproomListener.class.php | 2 +- .../InfoCommandSuspensionsListener.class.php | 2 +- ...mActionGetUsersModeratorListener.class.php | 2 +- .../listener/RoomCanJoinBanListener.class.php | 2 +- .../RoomCanJoinUserLimitListener.class.php | 2 +- .../RoomCanSeeTemproomListener.class.php | 2 +- ...RoomCanWritePubliclyMuteListener.class.php | 2 +- .../RoomEditFormTemproomListener.class.php | 2 +- .../RoomListPageTemproomListener.class.php | 2 +- ...spensionListPageTemproomListener.class.php | 2 +- .../type/AttachmentMessageType.class.php | 2 +- .../message/type/AwayMessageType.class.php | 2 +- .../message/type/BackMessageType.class.php | 2 +- .../type/BroadcastMessageType.class.php | 2 +- .../type/ChatUpdateMessageType.class.php | 2 +- .../message/type/ColorMessageType.class.php | 2 +- .../type/IDeletableMessageType.class.php | 2 +- .../message/type/IMessageType.class.php | 2 +- .../message/type/InfoMessageType.class.php | 2 +- .../message/type/JoinMessageType.class.php | 2 +- .../message/type/LeaveMessageType.class.php | 2 +- .../message/type/MeMessageType.class.php | 2 +- .../message/type/PlainMessageType.class.php | 2 +- .../message/type/SuspendMessageType.class.php | 2 +- .../message/type/TCanSeeCreator.class.php | 2 +- .../message/type/TCanSeeInSameRoom.class.php | 2 +- .../message/type/TDefaultPayload.class.php | 2 +- .../message/type/TeamMessageType.class.php | 2 +- .../type/TemproomCreatedMessageType.class.php | 2 +- .../type/TemproomInvitedMessageType.class.php | 2 +- .../type/TombstoneMessageType.class.php | 2 +- .../type/UnsuspendMessageType.class.php | 2 +- .../message/type/WhereMessageType.class.php | 2 +- .../message/type/WhisperMessageType.class.php | 2 +- .../page/handler/LogPageHandler.class.php | 2 +- .../handler/RoomListPageHandler.class.php | 2 +- .../page/handler/RoomPageHandler.class.php | 2 +- .../page/handler/TRoomPageHandler.class.php | 2 +- .../system/suspension/BanSuspension.class.php | 2 +- .../system/suspension/ISuspension.class.php | 2 +- .../suspension/MuteSuspension.class.php | 2 +- .../style/be.bastelstu.chat.messageTypes.scss | 2 +- files_wcf/js/Bastelstu.be/Chat.js | 2 +- .../js/Bastelstu.be/Chat/Autocompleter.js | 2 +- files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command.js | 2 +- .../js/Bastelstu.be/Chat/Command/Away.js | 2 +- .../js/Bastelstu.be/Chat/Command/Back.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Ban.js | 2 +- .../js/Bastelstu.be/Chat/Command/Broadcast.js | 2 +- .../js/Bastelstu.be/Chat/Command/Color.js | 2 +- .../js/Bastelstu.be/Chat/Command/Info.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Me.js | 2 +- .../js/Bastelstu.be/Chat/Command/Mute.js | 2 +- .../js/Bastelstu.be/Chat/Command/Plain.js | 2 +- .../js/Bastelstu.be/Chat/Command/Team.js | 2 +- .../js/Bastelstu.be/Chat/Command/Temproom.js | 2 +- .../js/Bastelstu.be/Chat/Command/Unban.js | 2 +- .../js/Bastelstu.be/Chat/Command/Unmute.js | 2 +- .../js/Bastelstu.be/Chat/Command/Where.js | 2 +- .../js/Bastelstu.be/Chat/Command/Whisper.js | 2 +- .../Bastelstu.be/Chat/Command/_Suspension.js | 2 +- .../Chat/Command/_Unsuspension.js | 2 +- .../js/Bastelstu.be/Chat/CommandHandler.js | 2 +- .../Chat/DataStructure/EventEmitter.js | 2 +- .../js/Bastelstu.be/Chat/DataStructure/LRU.js | 2 +- .../Chat/DataStructure/RedBlackTree/Node.js | 2 +- .../Chat/DataStructure/RedBlackTree/Tree.js | 2 +- .../Chat/DataStructure/Throttle.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Helper.js | 2 +- .../js/Bastelstu.be/Chat/LocalStorage.js | 2 +- .../Bastelstu.be/Chat/LocalStorageEmulator.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Log.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Message.js | 2 +- files_wcf/js/Bastelstu.be/Chat/MessageType.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Away.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Back.js | 2 +- .../Chat/MessageType/Broadcast.js | 2 +- .../Chat/MessageType/ChatUpdate.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Color.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Info.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Join.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Leave.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Me.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Plain.js | 2 +- .../Bastelstu.be/Chat/MessageType/Suspend.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Team.js | 2 +- .../Chat/MessageType/TemproomCreated.js | 2 +- .../Chat/MessageType/TemproomInvited.js | 2 +- .../Chat/MessageType/Tombstone.js | 2 +- .../Chat/MessageType/Unsuspend.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Where.js | 2 +- .../Bastelstu.be/Chat/MessageType/Whisper.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Messenger.js | 2 +- files_wcf/js/Bastelstu.be/Chat/ParseError.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Parser.js | 2 +- .../js/Bastelstu.be/Chat/ProfileStore.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Room.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Template.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js | 2 +- .../Bastelstu.be/Chat/Ui/ConnectionWarning.js | 2 +- .../js/Bastelstu.be/Chat/Ui/ErrorDialog.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Input.js | 2 +- .../Chat/Ui/Input/Autocompleter.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Log.js | 2 +- .../Chat/Ui/MessageActions/Delete.js | 2 +- .../js/Bastelstu.be/Chat/Ui/MessageStream.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js | 2 +- .../js/Bastelstu.be/Chat/Ui/Notification.js | 2 +- .../js/Bastelstu.be/Chat/Ui/ReadMarker.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js | 2 +- .../Chat/Ui/Settings/AutoscrollButton.js | 2 +- .../Bastelstu.be/Chat/Ui/Settings/Button.js | 2 +- .../Chat/Ui/Settings/FullscreenButton.js | 2 +- .../Chat/Ui/Settings/NotificationsButton.js | 2 +- .../Chat/Ui/Settings/SmiliesButton.js | 2 +- .../Chat/Ui/Settings/ToggleButton.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js | 2 +- .../Chat/Ui/UserActionDropdownHandler.js | 2 +- .../Chat/Ui/UserActions/Action.js | 2 +- .../Chat/Ui/UserActions/BanAction.js | 2 +- .../Chat/Ui/UserActions/MuteAction.js | 2 +- .../Chat/Ui/UserActions/WhisperAction.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js | 2 +- files_wcf/js/Bastelstu.be/Chat/User.js | 2 +- files_wcf/js/Bastelstu.be/Chat/console.js | 2 +- ...CommandPackageInstallationPlugin.class.php | 2 +- package.xml | 31 +++++++++++++++++-- 201 files changed, 229 insertions(+), 202 deletions(-) diff --git a/LICENSE b/LICENSE index e6448a2..9e81580 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ 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-01 +Change Date: 2024-11-02 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 e8d2138..457469c 100644 --- a/files/acp/be.bastelstu.chat_install.php +++ b/files/acp/be.bastelstu.chat_install.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/acp/be.bastelstu.chat_update.php b/files/acp/be.bastelstu.chat_update.php index 33c85b4..ae617e1 100644 --- a/files/acp/be.bastelstu.chat_update.php +++ b/files/acp/be.bastelstu.chat_update.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/acp/global.php b/files/acp/global.php index 271d784..3fd5cda 100644 --- a/files/acp/global.php +++ b/files/acp/global.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/acp/index.php b/files/acp/index.php index a904d7a..0950175 100644 --- a/files/acp/index.php +++ b/files/acp/index.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/global.php b/files/global.php index ae3462e..8e896e3 100644 --- a/files/global.php +++ b/files/global.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/index.php b/files/index.php index ea6456d..b22486d 100644 --- a/files/index.php +++ b/files/index.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/CommandTriggerAddForm.class.php b/files/lib/acp/form/CommandTriggerAddForm.class.php index 68d0c2e..a6cfc9d 100644 --- a/files/lib/acp/form/CommandTriggerAddForm.class.php +++ b/files/lib/acp/form/CommandTriggerAddForm.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/CommandTriggerEditForm.class.php b/files/lib/acp/form/CommandTriggerEditForm.class.php index 6c344e0..9f5baf2 100644 --- a/files/lib/acp/form/CommandTriggerEditForm.class.php +++ b/files/lib/acp/form/CommandTriggerEditForm.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/RoomAddForm.class.php b/files/lib/acp/form/RoomAddForm.class.php index 8def596..00000ff 100644 --- a/files/lib/acp/form/RoomAddForm.class.php +++ b/files/lib/acp/form/RoomAddForm.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/RoomEditForm.class.php b/files/lib/acp/form/RoomEditForm.class.php index a7e5d3a..09ad3d7 100644 --- a/files/lib/acp/form/RoomEditForm.class.php +++ b/files/lib/acp/form/RoomEditForm.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/page/CommandTriggerListPage.class.php b/files/lib/acp/page/CommandTriggerListPage.class.php index 7d49a08..bb396f9 100644 --- a/files/lib/acp/page/CommandTriggerListPage.class.php +++ b/files/lib/acp/page/CommandTriggerListPage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/page/RoomListPage.class.php b/files/lib/acp/page/RoomListPage.class.php index afede17..fbd6695 100644 --- a/files/lib/acp/page/RoomListPage.class.php +++ b/files/lib/acp/page/RoomListPage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/page/SuspensionListPage.class.php b/files/lib/acp/page/SuspensionListPage.class.php index 421a6e2..7035cc7 100644 --- a/files/lib/acp/page/SuspensionListPage.class.php +++ b/files/lib/acp/page/SuspensionListPage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/Command.class.php b/files/lib/data/command/Command.class.php index 01d6336..f65bbf9 100644 --- a/files/lib/data/command/Command.class.php +++ b/files/lib/data/command/Command.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandCache.class.php b/files/lib/data/command/CommandCache.class.php index 67645d7..96b39c8 100644 --- a/files/lib/data/command/CommandCache.class.php +++ b/files/lib/data/command/CommandCache.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandEditor.class.php b/files/lib/data/command/CommandEditor.class.php index 8159e9d..6d2aa79 100644 --- a/files/lib/data/command/CommandEditor.class.php +++ b/files/lib/data/command/CommandEditor.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandList.class.php b/files/lib/data/command/CommandList.class.php index 9a1006d..6ef2bc0 100644 --- a/files/lib/data/command/CommandList.class.php +++ b/files/lib/data/command/CommandList.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTrigger.class.php b/files/lib/data/command/CommandTrigger.class.php index 412da35..29adbd3 100644 --- a/files/lib/data/command/CommandTrigger.class.php +++ b/files/lib/data/command/CommandTrigger.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTriggerAction.class.php b/files/lib/data/command/CommandTriggerAction.class.php index dbf0719..00bd932 100644 --- a/files/lib/data/command/CommandTriggerAction.class.php +++ b/files/lib/data/command/CommandTriggerAction.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTriggerEditor.class.php b/files/lib/data/command/CommandTriggerEditor.class.php index 1cde083..6b7858d 100644 --- a/files/lib/data/command/CommandTriggerEditor.class.php +++ b/files/lib/data/command/CommandTriggerEditor.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTriggerList.class.php b/files/lib/data/command/CommandTriggerList.class.php index 6bbf77b..17d78a4 100644 --- a/files/lib/data/command/CommandTriggerList.class.php +++ b/files/lib/data/command/CommandTriggerList.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/Message.class.php b/files/lib/data/message/Message.class.php index de0aa11..15bbe57 100644 --- a/files/lib/data/message/Message.class.php +++ b/files/lib/data/message/Message.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/MessageEditor.class.php b/files/lib/data/message/MessageEditor.class.php index 4bf77f1..a5a7b3f 100644 --- a/files/lib/data/message/MessageEditor.class.php +++ b/files/lib/data/message/MessageEditor.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/MessageList.class.php b/files/lib/data/message/MessageList.class.php index da3f9a5..585fa87 100644 --- a/files/lib/data/message/MessageList.class.php +++ b/files/lib/data/message/MessageList.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/ViewableMessage.class.php b/files/lib/data/message/ViewableMessage.class.php index 2aae586..7df630d 100644 --- a/files/lib/data/message/ViewableMessage.class.php +++ b/files/lib/data/message/ViewableMessage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/Room.class.php b/files/lib/data/room/Room.class.php index de36be7..345b0c4 100644 --- a/files/lib/data/room/Room.class.php +++ b/files/lib/data/room/Room.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomAction.class.php b/files/lib/data/room/RoomAction.class.php index 370f4cf..1c7452e 100644 --- a/files/lib/data/room/RoomAction.class.php +++ b/files/lib/data/room/RoomAction.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomCache.class.php b/files/lib/data/room/RoomCache.class.php index 8bdcccc..8cdda9d 100644 --- a/files/lib/data/room/RoomCache.class.php +++ b/files/lib/data/room/RoomCache.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomEditor.class.php b/files/lib/data/room/RoomEditor.class.php index 7cf4a95..1fe60d0 100644 --- a/files/lib/data/room/RoomEditor.class.php +++ b/files/lib/data/room/RoomEditor.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomList.class.php b/files/lib/data/room/RoomList.class.php index 11b99e8..1b67714 100644 --- a/files/lib/data/room/RoomList.class.php +++ b/files/lib/data/room/RoomList.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/suspension/Suspension.class.php b/files/lib/data/suspension/Suspension.class.php index aa468a0..5b48c9f 100644 --- a/files/lib/data/suspension/Suspension.class.php +++ b/files/lib/data/suspension/Suspension.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/suspension/SuspensionAction.class.php b/files/lib/data/suspension/SuspensionAction.class.php index b42c047..3fea6f0 100644 --- a/files/lib/data/suspension/SuspensionAction.class.php +++ b/files/lib/data/suspension/SuspensionAction.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/suspension/SuspensionEditor.class.php b/files/lib/data/suspension/SuspensionEditor.class.php index 9cb1f68..51eb441 100644 --- a/files/lib/data/suspension/SuspensionEditor.class.php +++ b/files/lib/data/suspension/SuspensionEditor.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/suspension/SuspensionList.class.php b/files/lib/data/suspension/SuspensionList.class.php index 4282cf1..1e3a783 100644 --- a/files/lib/data/suspension/SuspensionList.class.php +++ b/files/lib/data/suspension/SuspensionList.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/user/User.class.php b/files/lib/data/user/User.class.php index 5f404b1..2ff22dd 100644 --- a/files/lib/data/user/User.class.php +++ b/files/lib/data/user/User.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/user/UserAction.class.php b/files/lib/data/user/UserAction.class.php index e2966f7..dc3d7e2 100644 --- a/files/lib/data/user/UserAction.class.php +++ b/files/lib/data/user/UserAction.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/user/UserList.class.php b/files/lib/data/user/UserList.class.php index 209dcda..8b9adf9 100644 --- a/files/lib/data/user/UserList.class.php +++ b/files/lib/data/user/UserList.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/LogPage.class.php b/files/lib/page/LogPage.class.php index 8d72091..2cb5249 100644 --- a/files/lib/page/LogPage.class.php +++ b/files/lib/page/LogPage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/RoomListPage.class.php b/files/lib/page/RoomListPage.class.php index 37bdfe0..52af500 100644 --- a/files/lib/page/RoomListPage.class.php +++ b/files/lib/page/RoomListPage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/RoomPage.class.php b/files/lib/page/RoomPage.class.php index e8265f8..b877b59 100644 --- a/files/lib/page/RoomPage.class.php +++ b/files/lib/page/RoomPage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/TConfiguredPage.class.php b/files/lib/page/TConfiguredPage.class.php index 5a2560c..8cd9818 100644 --- a/files/lib/page/TConfiguredPage.class.php +++ b/files/lib/page/TConfiguredPage.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/CHATCore.class.php b/files/lib/system/CHATCore.class.php index 04c8e51..00e33c4 100644 --- a/files/lib/system/CHATCore.class.php +++ b/files/lib/system/CHATCore.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/attachment/MessageAttachmentObjectType.class.php b/files/lib/system/attachment/MessageAttachmentObjectType.class.php index d33380e..5059984 100644 --- a/files/lib/system/attachment/MessageAttachmentObjectType.class.php +++ b/files/lib/system/attachment/MessageAttachmentObjectType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/box/RoomListBoxController.class.php b/files/lib/system/box/RoomListBoxController.class.php index 68ff808..68565b9 100644 --- a/files/lib/system/box/RoomListBoxController.class.php +++ b/files/lib/system/box/RoomListBoxController.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/cache/builder/CommandCacheBuilder.class.php b/files/lib/system/cache/builder/CommandCacheBuilder.class.php index cd15385..9456c97 100644 --- a/files/lib/system/cache/builder/CommandCacheBuilder.class.php +++ b/files/lib/system/cache/builder/CommandCacheBuilder.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/cache/builder/RoomCacheBuilder.class.php b/files/lib/system/cache/builder/RoomCacheBuilder.class.php index febc517..d476460 100644 --- a/files/lib/system/cache/builder/RoomCacheBuilder.class.php +++ b/files/lib/system/cache/builder/RoomCacheBuilder.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/cache/runtime/UserRuntimeCache.class.php b/files/lib/system/cache/runtime/UserRuntimeCache.class.php index 82f27ff..e497c8a 100644 --- a/files/lib/system/cache/runtime/UserRuntimeCache.class.php +++ b/files/lib/system/cache/runtime/UserRuntimeCache.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/AbstractCommand.class.php b/files/lib/system/command/AbstractCommand.class.php index 38ccbe5..3e74d41 100644 --- a/files/lib/system/command/AbstractCommand.class.php +++ b/files/lib/system/command/AbstractCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/AbstractInputProcessedCommand.class.php b/files/lib/system/command/AbstractInputProcessedCommand.class.php index 5dc26b7..d7b0ec0 100644 --- a/files/lib/system/command/AbstractInputProcessedCommand.class.php +++ b/files/lib/system/command/AbstractInputProcessedCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/AbstractSuspensionCommand.class.php b/files/lib/system/command/AbstractSuspensionCommand.class.php index 73d6173..87abbb3 100644 --- a/files/lib/system/command/AbstractSuspensionCommand.class.php +++ b/files/lib/system/command/AbstractSuspensionCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/AbstractUnsuspensionCommand.class.php b/files/lib/system/command/AbstractUnsuspensionCommand.class.php index 078a75e..d51c6dd 100644 --- a/files/lib/system/command/AbstractUnsuspensionCommand.class.php +++ b/files/lib/system/command/AbstractUnsuspensionCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/AwayCommand.class.php b/files/lib/system/command/AwayCommand.class.php index f2ba689..2ca2414 100644 --- a/files/lib/system/command/AwayCommand.class.php +++ b/files/lib/system/command/AwayCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/BackCommand.class.php b/files/lib/system/command/BackCommand.class.php index cb4ba2d..7b65be8 100644 --- a/files/lib/system/command/BackCommand.class.php +++ b/files/lib/system/command/BackCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/BanCommand.class.php b/files/lib/system/command/BanCommand.class.php index 921863d..04d19e9 100644 --- a/files/lib/system/command/BanCommand.class.php +++ b/files/lib/system/command/BanCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/BroadcastCommand.class.php b/files/lib/system/command/BroadcastCommand.class.php index 4b15b1a..d373641 100644 --- a/files/lib/system/command/BroadcastCommand.class.php +++ b/files/lib/system/command/BroadcastCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/ColorCommand.class.php b/files/lib/system/command/ColorCommand.class.php index dfb2628..fd16c34 100644 --- a/files/lib/system/command/ColorCommand.class.php +++ b/files/lib/system/command/ColorCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/ICommand.class.php b/files/lib/system/command/ICommand.class.php index 85b36ab..d1e8abd 100644 --- a/files/lib/system/command/ICommand.class.php +++ b/files/lib/system/command/ICommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/InfoCommand.class.php b/files/lib/system/command/InfoCommand.class.php index 4c47338..1e78ecf 100644 --- a/files/lib/system/command/InfoCommand.class.php +++ b/files/lib/system/command/InfoCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/MeCommand.class.php b/files/lib/system/command/MeCommand.class.php index 0e8355a..0720bcb 100644 --- a/files/lib/system/command/MeCommand.class.php +++ b/files/lib/system/command/MeCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/MuteCommand.class.php b/files/lib/system/command/MuteCommand.class.php index 385902f..883b530 100644 --- a/files/lib/system/command/MuteCommand.class.php +++ b/files/lib/system/command/MuteCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/PlainCommand.class.php b/files/lib/system/command/PlainCommand.class.php index 39a63b4..7eb02af 100644 --- a/files/lib/system/command/PlainCommand.class.php +++ b/files/lib/system/command/PlainCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/TNeedsUser.class.php b/files/lib/system/command/TNeedsUser.class.php index bbaf840..94ddec8 100644 --- a/files/lib/system/command/TNeedsUser.class.php +++ b/files/lib/system/command/TNeedsUser.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/TeamCommand.class.php b/files/lib/system/command/TeamCommand.class.php index 037c0be..39be364 100644 --- a/files/lib/system/command/TeamCommand.class.php +++ b/files/lib/system/command/TeamCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/TemproomCommand.class.php b/files/lib/system/command/TemproomCommand.class.php index 8fd6982..49d2b5b 100644 --- a/files/lib/system/command/TemproomCommand.class.php +++ b/files/lib/system/command/TemproomCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/UnbanCommand.class.php b/files/lib/system/command/UnbanCommand.class.php index 0676e98..05d5612 100644 --- a/files/lib/system/command/UnbanCommand.class.php +++ b/files/lib/system/command/UnbanCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/UnmuteCommand.class.php b/files/lib/system/command/UnmuteCommand.class.php index caf2832..50e6106 100644 --- a/files/lib/system/command/UnmuteCommand.class.php +++ b/files/lib/system/command/UnmuteCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/WhereCommand.class.php b/files/lib/system/command/WhereCommand.class.php index e67250f..c5700be 100644 --- a/files/lib/system/command/WhereCommand.class.php +++ b/files/lib/system/command/WhereCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/WhisperCommand.class.php b/files/lib/system/command/WhisperCommand.class.php index 3918fe5..12122ef 100644 --- a/files/lib/system/command/WhisperCommand.class.php +++ b/files/lib/system/command/WhisperCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/condition/room/RoomFilledCondition.class.php b/files/lib/system/condition/room/RoomFilledCondition.class.php index c8a5815..399be08 100644 --- a/files/lib/system/condition/room/RoomFilledCondition.class.php +++ b/files/lib/system/condition/room/RoomFilledCondition.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php index b0304a1..c86ea40 100644 --- a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php +++ b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php index acc06e5..1204f8a 100644 --- a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php +++ b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php b/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php index 74a0a24..2317b44 100644 --- a/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php +++ b/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php b/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php index c795162..5d95adf 100644 --- a/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php +++ b/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanJoinBanListener.class.php b/files/lib/system/event/listener/RoomCanJoinBanListener.class.php index 66fadbc..2fbc578 100644 --- a/files/lib/system/event/listener/RoomCanJoinBanListener.class.php +++ b/files/lib/system/event/listener/RoomCanJoinBanListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php b/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php index ce872cc..ead6ca6 100644 --- a/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php +++ b/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php b/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php index 3d7ab38..5d22642 100644 --- a/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php +++ b/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php b/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php index 7e46c7c..1470077 100644 --- a/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php +++ b/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php b/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php index 0befe41..8157aea 100644 --- a/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php +++ b/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomListPageTemproomListener.class.php b/files/lib/system/event/listener/RoomListPageTemproomListener.class.php index 5203bfa..25b1ae8 100644 --- a/files/lib/system/event/listener/RoomListPageTemproomListener.class.php +++ b/files/lib/system/event/listener/RoomListPageTemproomListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php b/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php index 5d97fc0..f9cf802 100644 --- a/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php +++ b/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/message/type/AttachmentMessageType.class.php b/files/lib/system/message/type/AttachmentMessageType.class.php index 82d9f6d..d132846 100644 --- a/files/lib/system/message/type/AttachmentMessageType.class.php +++ b/files/lib/system/message/type/AttachmentMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/AwayMessageType.class.php b/files/lib/system/message/type/AwayMessageType.class.php index 7322745..6d6d05d 100644 --- a/files/lib/system/message/type/AwayMessageType.class.php +++ b/files/lib/system/message/type/AwayMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/BackMessageType.class.php b/files/lib/system/message/type/BackMessageType.class.php index 66e2596..b6a7882 100644 --- a/files/lib/system/message/type/BackMessageType.class.php +++ b/files/lib/system/message/type/BackMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/BroadcastMessageType.class.php b/files/lib/system/message/type/BroadcastMessageType.class.php index 0925302..22bdd8e 100644 --- a/files/lib/system/message/type/BroadcastMessageType.class.php +++ b/files/lib/system/message/type/BroadcastMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/ChatUpdateMessageType.class.php b/files/lib/system/message/type/ChatUpdateMessageType.class.php index 9395edb..ee04b76 100644 --- a/files/lib/system/message/type/ChatUpdateMessageType.class.php +++ b/files/lib/system/message/type/ChatUpdateMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/ColorMessageType.class.php b/files/lib/system/message/type/ColorMessageType.class.php index 5847511..0af9444 100644 --- a/files/lib/system/message/type/ColorMessageType.class.php +++ b/files/lib/system/message/type/ColorMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/IDeletableMessageType.class.php b/files/lib/system/message/type/IDeletableMessageType.class.php index be00f94..6193056 100644 --- a/files/lib/system/message/type/IDeletableMessageType.class.php +++ b/files/lib/system/message/type/IDeletableMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/IMessageType.class.php b/files/lib/system/message/type/IMessageType.class.php index 8b07038..7d814cc 100644 --- a/files/lib/system/message/type/IMessageType.class.php +++ b/files/lib/system/message/type/IMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/InfoMessageType.class.php b/files/lib/system/message/type/InfoMessageType.class.php index 84d4070..b934547 100644 --- a/files/lib/system/message/type/InfoMessageType.class.php +++ b/files/lib/system/message/type/InfoMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/JoinMessageType.class.php b/files/lib/system/message/type/JoinMessageType.class.php index b0a19b8..64b274c 100644 --- a/files/lib/system/message/type/JoinMessageType.class.php +++ b/files/lib/system/message/type/JoinMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/LeaveMessageType.class.php b/files/lib/system/message/type/LeaveMessageType.class.php index b368f9c..b8f9c87 100644 --- a/files/lib/system/message/type/LeaveMessageType.class.php +++ b/files/lib/system/message/type/LeaveMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/MeMessageType.class.php b/files/lib/system/message/type/MeMessageType.class.php index 2e0b35f..13eaee7 100644 --- a/files/lib/system/message/type/MeMessageType.class.php +++ b/files/lib/system/message/type/MeMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/PlainMessageType.class.php b/files/lib/system/message/type/PlainMessageType.class.php index 3c3e909..135bde7 100644 --- a/files/lib/system/message/type/PlainMessageType.class.php +++ b/files/lib/system/message/type/PlainMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/SuspendMessageType.class.php b/files/lib/system/message/type/SuspendMessageType.class.php index adddaa8..0fa4834 100644 --- a/files/lib/system/message/type/SuspendMessageType.class.php +++ b/files/lib/system/message/type/SuspendMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TCanSeeCreator.class.php b/files/lib/system/message/type/TCanSeeCreator.class.php index 3b612c6..3cc947b 100644 --- a/files/lib/system/message/type/TCanSeeCreator.class.php +++ b/files/lib/system/message/type/TCanSeeCreator.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TCanSeeInSameRoom.class.php b/files/lib/system/message/type/TCanSeeInSameRoom.class.php index d68a283..04448e6 100644 --- a/files/lib/system/message/type/TCanSeeInSameRoom.class.php +++ b/files/lib/system/message/type/TCanSeeInSameRoom.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TDefaultPayload.class.php b/files/lib/system/message/type/TDefaultPayload.class.php index 8b82a2f..bf12c17 100644 --- a/files/lib/system/message/type/TDefaultPayload.class.php +++ b/files/lib/system/message/type/TDefaultPayload.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TeamMessageType.class.php b/files/lib/system/message/type/TeamMessageType.class.php index 9b7d146..ae10b94 100644 --- a/files/lib/system/message/type/TeamMessageType.class.php +++ b/files/lib/system/message/type/TeamMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TemproomCreatedMessageType.class.php b/files/lib/system/message/type/TemproomCreatedMessageType.class.php index 9461be7..48f6bf2 100644 --- a/files/lib/system/message/type/TemproomCreatedMessageType.class.php +++ b/files/lib/system/message/type/TemproomCreatedMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TemproomInvitedMessageType.class.php b/files/lib/system/message/type/TemproomInvitedMessageType.class.php index e99e55c..3e1e993 100644 --- a/files/lib/system/message/type/TemproomInvitedMessageType.class.php +++ b/files/lib/system/message/type/TemproomInvitedMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TombstoneMessageType.class.php b/files/lib/system/message/type/TombstoneMessageType.class.php index 6a92ba1..e27923d 100644 --- a/files/lib/system/message/type/TombstoneMessageType.class.php +++ b/files/lib/system/message/type/TombstoneMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/UnsuspendMessageType.class.php b/files/lib/system/message/type/UnsuspendMessageType.class.php index f873c91..855354e 100644 --- a/files/lib/system/message/type/UnsuspendMessageType.class.php +++ b/files/lib/system/message/type/UnsuspendMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/WhereMessageType.class.php b/files/lib/system/message/type/WhereMessageType.class.php index c4e34ea..9a2c3e7 100644 --- a/files/lib/system/message/type/WhereMessageType.class.php +++ b/files/lib/system/message/type/WhereMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/WhisperMessageType.class.php b/files/lib/system/message/type/WhisperMessageType.class.php index e719e1c..44d5820 100644 --- a/files/lib/system/message/type/WhisperMessageType.class.php +++ b/files/lib/system/message/type/WhisperMessageType.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/LogPageHandler.class.php b/files/lib/system/page/handler/LogPageHandler.class.php index 498cf57..68cb152 100644 --- a/files/lib/system/page/handler/LogPageHandler.class.php +++ b/files/lib/system/page/handler/LogPageHandler.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/RoomListPageHandler.class.php b/files/lib/system/page/handler/RoomListPageHandler.class.php index 4dd000f..3f81c47 100644 --- a/files/lib/system/page/handler/RoomListPageHandler.class.php +++ b/files/lib/system/page/handler/RoomListPageHandler.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/RoomPageHandler.class.php b/files/lib/system/page/handler/RoomPageHandler.class.php index 3f4cbae..e928c2b 100644 --- a/files/lib/system/page/handler/RoomPageHandler.class.php +++ b/files/lib/system/page/handler/RoomPageHandler.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/TRoomPageHandler.class.php b/files/lib/system/page/handler/TRoomPageHandler.class.php index 982ac0e..873986c 100644 --- a/files/lib/system/page/handler/TRoomPageHandler.class.php +++ b/files/lib/system/page/handler/TRoomPageHandler.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/suspension/BanSuspension.class.php b/files/lib/system/suspension/BanSuspension.class.php index 46d1f37..195d38f 100644 --- a/files/lib/system/suspension/BanSuspension.class.php +++ b/files/lib/system/suspension/BanSuspension.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/suspension/ISuspension.class.php b/files/lib/system/suspension/ISuspension.class.php index 2751b65..c0b4522 100644 --- a/files/lib/system/suspension/ISuspension.class.php +++ b/files/lib/system/suspension/ISuspension.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/suspension/MuteSuspension.class.php b/files/lib/system/suspension/MuteSuspension.class.php index e0cbf00..024b2c0 100644 --- a/files/lib/system/suspension/MuteSuspension.class.php +++ b/files/lib/system/suspension/MuteSuspension.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/style/be.bastelstu.chat.messageTypes.scss b/files/style/be.bastelstu.chat.messageTypes.scss index b20cada..7b2b3c7 100644 --- a/files/style/be.bastelstu.chat.messageTypes.scss +++ b/files/style/be.bastelstu.chat.messageTypes.scss @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat.js b/files_wcf/js/Bastelstu.be/Chat.js index 4f4d05e..5288b88 100644 --- a/files_wcf/js/Bastelstu.be/Chat.js +++ b/files_wcf/js/Bastelstu.be/Chat.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js b/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js index 0b2bcfe..d98c065 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js +++ b/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js b/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js index 8fbe88e..4bc07d6 100644 --- a/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js +++ b/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command.js b/files_wcf/js/Bastelstu.be/Chat/Command.js index 928422a..6b78b12 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Away.js b/files_wcf/js/Bastelstu.be/Chat/Command/Away.js index 2616a36..cf3c8d9 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Away.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Away.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Back.js b/files_wcf/js/Bastelstu.be/Chat/Command/Back.js index 80d3f91..2fa1a8c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Back.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Back.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js b/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js index 302ade1..f6a637e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js b/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js index 2ce7e89..780647c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Color.js b/files_wcf/js/Bastelstu.be/Chat/Command/Color.js index a9173c9..0795ebe 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Color.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Color.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Info.js b/files_wcf/js/Bastelstu.be/Chat/Command/Info.js index 5b2709a..bee6805 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Info.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Info.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Me.js b/files_wcf/js/Bastelstu.be/Chat/Command/Me.js index 21d94ed..f8a6104 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Me.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Me.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js b/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js index 259160d..665de95 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js b/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js index 4b96846..7fed5c1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Team.js b/files_wcf/js/Bastelstu.be/Chat/Command/Team.js index 9f06b3f..ea0c598 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Team.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Team.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js b/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js index 5c4e28d..0fcb935 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js b/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js index 17514af..a328fb9 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js b/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js index 2ce2818..4a54d51 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Where.js b/files_wcf/js/Bastelstu.be/Chat/Command/Where.js index f8e5d5c..6987407 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Where.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Where.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js b/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js index 28609db..0c5693f 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js b/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js index 157f185..f08dc1c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js b/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js index d97d919..cc61ce7 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js b/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js index 78169aa..f0c1aee 100644 --- a/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js +++ b/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js index 00169bf..cf783e2 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js index 9ea3865..3ad3632 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js index 7756076..a9a5d1e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js index 063c788..40f915a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js index 7ba7d15..3e1a03a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Helper.js b/files_wcf/js/Bastelstu.be/Chat/Helper.js index a486708..9b638d5 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Helper.js +++ b/files_wcf/js/Bastelstu.be/Chat/Helper.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js b/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js index c0683bc..8804ba1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js +++ b/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js b/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js index 093cd20..a398606 100644 --- a/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js +++ b/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Log.js b/files_wcf/js/Bastelstu.be/Chat/Log.js index 682951f..fc45fc1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Log.js +++ b/files_wcf/js/Bastelstu.be/Chat/Log.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Message.js b/files_wcf/js/Bastelstu.be/Chat/Message.js index 87e804a..893e102 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Message.js +++ b/files_wcf/js/Bastelstu.be/Chat/Message.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType.js b/files_wcf/js/Bastelstu.be/Chat/MessageType.js index db4f2e9..2d4ee36 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js index a4f23a8..d199d20 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js index c9a747b..2896bc1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js index 8afe1be..288b7cf 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js index fc6ac7a..7d8b9bf 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js index ccfa4a7..92825a3 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js index cfafabc..84410d4 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js index 82dd6bb..c3b1021 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js index 55253eb..365472e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js index 3809584..61164cf 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js index 6f92344..9499b3d 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js index 3ca66b6..4b5f345 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js index 4f0f65a..066793b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js index 853ee0a..3454349 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js index 9b25c5f..6b79190 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js index 560da57..8300c14 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js index 2c664e1..030508a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js index c336409..17927dd 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js index ce3febf..9f54cc1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Messenger.js b/files_wcf/js/Bastelstu.be/Chat/Messenger.js index bee6082..df88ac1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Messenger.js +++ b/files_wcf/js/Bastelstu.be/Chat/Messenger.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/ParseError.js b/files_wcf/js/Bastelstu.be/Chat/ParseError.js index cec45ca..46e0d3e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/ParseError.js +++ b/files_wcf/js/Bastelstu.be/Chat/ParseError.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Parser.js b/files_wcf/js/Bastelstu.be/Chat/Parser.js index 1fde5bb..3acb325 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Parser.js +++ b/files_wcf/js/Bastelstu.be/Chat/Parser.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js b/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js index fb785d6..3a8d214 100644 --- a/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js +++ b/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Room.js b/files_wcf/js/Bastelstu.be/Chat/Room.js index 66ba6c3..3e9e9dc 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Room.js +++ b/files_wcf/js/Bastelstu.be/Chat/Room.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Template.js b/files_wcf/js/Bastelstu.be/Chat/Template.js index b4f7bbd..e70458c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Template.js +++ b/files_wcf/js/Bastelstu.be/Chat/Template.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui.js b/files_wcf/js/Bastelstu.be/Chat/Ui.js index 4bc0a74..8dd4f35 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js b/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js index 448cd6f..afbd022 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js index da6e014..7075126 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js b/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js index a94bc65..0ae398a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js b/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js index c02bfa2..37b5f75 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js index 6dfec90..4b4cbee 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js index 29d3158..4f4b9d7 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js index caec08b..aba564d 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js index 9345ee5..ab434a7 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js index 259474b..c522066 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js index 4ab4f62..0c1b3ca 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js index ae296ec..6b93ece 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js b/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js index 02e98e8..bb8906a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js index 8b5f460..527dd88 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js index 6d9c8f8..263ffb3 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js index a086513..a85505f 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js index 26b99fb..7f53f2e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js index 2b84d60..f516e5c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js index 53cf587..d6b6514 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js index 885df84..5d94a97 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js index f90a37d..ff22427 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js index c6d9640..db050d8 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js index 935b1e2..5877572 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js index 7fbc70f..044b6ed 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js index dd12bae..4b7ed15 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js index 120f6bb..b18c8e5 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js index 6a4881d..5772f6b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/User.js b/files_wcf/js/Bastelstu.be/Chat/User.js index 867a90d..1303f54 100644 --- a/files_wcf/js/Bastelstu.be/Chat/User.js +++ b/files_wcf/js/Bastelstu.be/Chat/User.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/console.js b/files_wcf/js/Bastelstu.be/Chat/console.js index 5d92326..3993ff8 100644 --- a/files_wcf/js/Bastelstu.be/Chat/console.js +++ b/files_wcf/js/Bastelstu.be/Chat/console.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php b/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php index 64532d0..88737ce 100644 --- a/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php +++ b/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-11-01 + * Change Date: 2024-11-02 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/package.xml b/package.xml index ab04678..8d13acc 100644 --- a/package.xml +++ b/package.xml @@ -5,8 +5,8 @@ Tims Chat 1 chat - 4.1.0 RC 2 - 2020-11-01 + 4.1.0 RC 3 + 2020-11-02 @@ -82,6 +82,33 @@ acp/be.bastelstu.chat_install.php + + files_wcf.tar + + + + + + + + + + + + + + + + + + + + + + + acp/be.bastelstu.chat_update.php + + files_wcf.tar