diff --git a/contrib/build.php b/contrib/build.php index 0c17100..f04f3e4 100755 --- a/contrib/build.php +++ b/contrib/build.php @@ -5,7 +5,7 @@ * Builds the Chat * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat */ diff --git a/contrib/icon/chat.svg b/contrib/icon/chat.svg index 6c6cd6f..1cf01c1 100644 --- a/contrib/icon/chat.svg +++ b/contrib/icon/chat.svg @@ -2,7 +2,7 @@ diff --git a/file/acp/be.bastelstu.chat.install.php b/file/acp/be.bastelstu.chat.install.php index 1874d45..a6b440d 100644 --- a/file/acp/be.bastelstu.chat.install.php +++ b/file/acp/be.bastelstu.chat.install.php @@ -5,7 +5,7 @@ * Handles installation of Tims Chat. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat */ diff --git a/file/acp/be.bastelstu.chat.update.php b/file/acp/be.bastelstu.chat.update.php index df8725b..10ecaa5 100644 --- a/file/acp/be.bastelstu.chat.update.php +++ b/file/acp/be.bastelstu.chat.update.php @@ -5,7 +5,7 @@ * Handles updates of Tims Chat. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat */ diff --git a/file/acp/global.php b/file/acp/global.php index 95f4a02..53b7a17 100644 --- a/file/acp/global.php +++ b/file/acp/global.php @@ -1,7 +1,7 @@ * @package be.bastelstu.chat */ diff --git a/file/acp/index.php b/file/acp/index.php index 1a2e81c..5bff472 100644 --- a/file/acp/index.php +++ b/file/acp/index.php @@ -1,7 +1,7 @@ * @package be.bastelstu.chat */ diff --git a/file/acp/js/be.bastelstu.Chat.ACP.Log.litcoffee b/file/acp/js/be.bastelstu.Chat.ACP.Log.litcoffee index 0b2bad9..feaa85c 100644 --- a/file/acp/js/be.bastelstu.Chat.ACP.Log.litcoffee +++ b/file/acp/js/be.bastelstu.Chat.ACP.Log.litcoffee @@ -5,7 +5,7 @@ This is the javascript file providing functions related to the message log for [ ### Copyright Information # @author Maximilian Mader - # @copyright 2010-2013 Tim Düsterhus + # @copyright 2010-2014 Tim Düsterhus # @license Creative Commons Attribution-NonCommercial-ShareAlike # @package be.bastelstu.chat ### diff --git a/file/global.php b/file/global.php index 6d734dd..8da95f4 100644 --- a/file/global.php +++ b/file/global.php @@ -1,7 +1,7 @@ * @package be.bastelstu.chat */ diff --git a/file/images/chatLogo.png b/file/images/chatLogo.png index 9b08417..68d3ad1 100644 Binary files a/file/images/chatLogo.png and b/file/images/chatLogo.png differ diff --git a/file/index.php b/file/index.php index 011267c..ec0195c 100644 --- a/file/index.php +++ b/file/index.php @@ -1,7 +1,7 @@ * @package be.bastelstu.chat */ diff --git a/file/lib/acp/form/RoomAddForm.class.php b/file/lib/acp/form/RoomAddForm.class.php index 720bbb0..5d27d29 100644 --- a/file/lib/acp/form/RoomAddForm.class.php +++ b/file/lib/acp/form/RoomAddForm.class.php @@ -8,7 +8,7 @@ * Shows the chatroom add form. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage acp.form diff --git a/file/lib/acp/form/RoomEditForm.class.php b/file/lib/acp/form/RoomEditForm.class.php index 99487de..08b6f65 100644 --- a/file/lib/acp/form/RoomEditForm.class.php +++ b/file/lib/acp/form/RoomEditForm.class.php @@ -7,7 +7,7 @@ * Shows the chatroom edit form. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage acp.form diff --git a/file/lib/acp/page/ChatSuspensionListPage.class.php b/file/lib/acp/page/ChatSuspensionListPage.class.php index 3aeb680..757d626 100644 --- a/file/lib/acp/page/ChatSuspensionListPage.class.php +++ b/file/lib/acp/page/ChatSuspensionListPage.class.php @@ -6,7 +6,7 @@ * Lists chat suspensions. * * @author Maximilian Mader - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage acp.page diff --git a/file/lib/acp/page/MessageLogDownloadPage.class.php b/file/lib/acp/page/MessageLogDownloadPage.class.php index 29cd3e6..e96bd60 100644 --- a/file/lib/acp/page/MessageLogDownloadPage.class.php +++ b/file/lib/acp/page/MessageLogDownloadPage.class.php @@ -6,7 +6,7 @@ * Handles text/plain download of chat log. * * @author Maximilian Mader - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage acp.page diff --git a/file/lib/acp/page/MessageLogPage.class.php b/file/lib/acp/page/MessageLogPage.class.php index 65b9713..da3cdfb 100644 --- a/file/lib/acp/page/MessageLogPage.class.php +++ b/file/lib/acp/page/MessageLogPage.class.php @@ -6,7 +6,7 @@ * Lists chat log. * * @author Maximilian Mader - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage acp.page diff --git a/file/lib/acp/page/RoomListPage.class.php b/file/lib/acp/page/RoomListPage.class.php index aa3a88f..d10627c 100644 --- a/file/lib/acp/page/RoomListPage.class.php +++ b/file/lib/acp/page/RoomListPage.class.php @@ -6,7 +6,7 @@ * Lists available chatrooms. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage acp.page diff --git a/file/lib/data/CHATDatabaseObject.class.php b/file/lib/data/CHATDatabaseObject.class.php index e7146a8..5ee98da 100644 --- a/file/lib/data/CHATDatabaseObject.class.php +++ b/file/lib/data/CHATDatabaseObject.class.php @@ -5,7 +5,7 @@ * Basic implementation that sets proper table name. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data diff --git a/file/lib/data/message/Message.class.php b/file/lib/data/message/Message.class.php index 42c8bba..c345a30 100644 --- a/file/lib/data/message/Message.class.php +++ b/file/lib/data/message/Message.class.php @@ -9,7 +9,7 @@ * Represents a chat message. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.message diff --git a/file/lib/data/message/MessageAction.class.php b/file/lib/data/message/MessageAction.class.php index ebb0637..c6928db 100644 --- a/file/lib/data/message/MessageAction.class.php +++ b/file/lib/data/message/MessageAction.class.php @@ -9,7 +9,7 @@ * Executes message related actions. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage chat.message diff --git a/file/lib/data/message/MessageEditor.class.php b/file/lib/data/message/MessageEditor.class.php index 4e33434..28c011a 100644 --- a/file/lib/data/message/MessageEditor.class.php +++ b/file/lib/data/message/MessageEditor.class.php @@ -5,7 +5,7 @@ * Provides functions to edit chat messages. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage chat.message diff --git a/file/lib/data/message/MessageList.class.php b/file/lib/data/message/MessageList.class.php index 2cee65b..e5fb496 100644 --- a/file/lib/data/message/MessageList.class.php +++ b/file/lib/data/message/MessageList.class.php @@ -5,7 +5,7 @@ * Represents a list of chat messages. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage chat.room diff --git a/file/lib/data/message/ViewableMessage.class.php b/file/lib/data/message/ViewableMessage.class.php index ec590b4..8fda6d4 100644 --- a/file/lib/data/message/ViewableMessage.class.php +++ b/file/lib/data/message/ViewableMessage.class.php @@ -5,7 +5,7 @@ * Represents a viewable chat message. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.message diff --git a/file/lib/data/message/ViewableMessageList.class.php b/file/lib/data/message/ViewableMessageList.class.php index 2870cc5..b051836 100644 --- a/file/lib/data/message/ViewableMessageList.class.php +++ b/file/lib/data/message/ViewableMessageList.class.php @@ -5,7 +5,7 @@ * Represents a list of viewable chat messages. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage chat.room diff --git a/file/lib/data/room/Room.class.php b/file/lib/data/room/Room.class.php index 0082db5..a36d7fe 100644 --- a/file/lib/data/room/Room.class.php +++ b/file/lib/data/room/Room.class.php @@ -7,7 +7,7 @@ * Represents a chat room. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.room diff --git a/file/lib/data/room/RoomAction.class.php b/file/lib/data/room/RoomAction.class.php index edf6bbb..27a0ed1 100644 --- a/file/lib/data/room/RoomAction.class.php +++ b/file/lib/data/room/RoomAction.class.php @@ -9,7 +9,7 @@ * Executes chatroom-related actions. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.room diff --git a/file/lib/data/room/RoomCache.class.php b/file/lib/data/room/RoomCache.class.php index b50126e..7374e4c 100644 --- a/file/lib/data/room/RoomCache.class.php +++ b/file/lib/data/room/RoomCache.class.php @@ -5,7 +5,7 @@ * Manages the room cache. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.room diff --git a/file/lib/data/room/RoomEditor.class.php b/file/lib/data/room/RoomEditor.class.php index 2e419dd..3e673da 100644 --- a/file/lib/data/room/RoomEditor.class.php +++ b/file/lib/data/room/RoomEditor.class.php @@ -6,7 +6,7 @@ * Provides functions to edit chat rooms. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.room diff --git a/file/lib/data/room/RoomList.class.php b/file/lib/data/room/RoomList.class.php index 976d56e..4856acd 100644 --- a/file/lib/data/room/RoomList.class.php +++ b/file/lib/data/room/RoomList.class.php @@ -5,7 +5,7 @@ * Represents a list of chat rooms. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.room diff --git a/file/lib/data/suspension/Suspension.class.php b/file/lib/data/suspension/Suspension.class.php index 75413b1..dd162ed 100644 --- a/file/lib/data/suspension/Suspension.class.php +++ b/file/lib/data/suspension/Suspension.class.php @@ -6,7 +6,7 @@ * Represents a chat suspension. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.suspension diff --git a/file/lib/data/suspension/SuspensionAction.class.php b/file/lib/data/suspension/SuspensionAction.class.php index 3964a0d..9eb2645 100644 --- a/file/lib/data/suspension/SuspensionAction.class.php +++ b/file/lib/data/suspension/SuspensionAction.class.php @@ -6,7 +6,7 @@ * Executes chat-suspension-related actions. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.suspension diff --git a/file/lib/data/suspension/SuspensionEditor.class.php b/file/lib/data/suspension/SuspensionEditor.class.php index 9642fb2..76621d1 100644 --- a/file/lib/data/suspension/SuspensionEditor.class.php +++ b/file/lib/data/suspension/SuspensionEditor.class.php @@ -6,7 +6,7 @@ * Provides functions to edit chat suspensions. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.chat.suspension diff --git a/file/lib/data/suspension/SuspensionList.class.php b/file/lib/data/suspension/SuspensionList.class.php index ed72dd7..f854b2b 100644 --- a/file/lib/data/suspension/SuspensionList.class.php +++ b/file/lib/data/suspension/SuspensionList.class.php @@ -5,7 +5,7 @@ * Represents a list of chat suspensions. * * @author Maximilian Mader - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage data.suspension diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 307c681..368ee9a 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -8,7 +8,7 @@ * Shows the chat-interface * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage page diff --git a/file/lib/page/CopyrightPage.class.php b/file/lib/page/CopyrightPage.class.php index 4b853f0..cd27459 100644 --- a/file/lib/page/CopyrightPage.class.php +++ b/file/lib/page/CopyrightPage.class.php @@ -5,7 +5,7 @@ * Shows information about Tims chat. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage page diff --git a/file/lib/page/NewMessagesPage.class.php b/file/lib/page/NewMessagesPage.class.php index d45cf6b..b9c698b 100644 --- a/file/lib/page/NewMessagesPage.class.php +++ b/file/lib/page/NewMessagesPage.class.php @@ -8,7 +8,7 @@ * Loads new messages. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage page diff --git a/file/lib/system/CHATCore.class.php b/file/lib/system/CHATCore.class.php index 1cc9000..072d28a 100644 --- a/file/lib/system/CHATCore.class.php +++ b/file/lib/system/CHATCore.class.php @@ -5,7 +5,7 @@ * Chat core * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system diff --git a/file/lib/system/attachment/MessageAttachmentObjectType.class.php b/file/lib/system/attachment/MessageAttachmentObjectType.class.php index c81c38c..e1e78a4 100644 --- a/file/lib/system/attachment/MessageAttachmentObjectType.class.php +++ b/file/lib/system/attachment/MessageAttachmentObjectType.class.php @@ -6,7 +6,7 @@ * Attachment object type implementation for chat messages. * * @author Maximilian Mader - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.attachment diff --git a/file/lib/system/cache/builder/PermissionCacheBuilder.class.php b/file/lib/system/cache/builder/PermissionCacheBuilder.class.php index 7a58588..45a3c7f 100644 --- a/file/lib/system/cache/builder/PermissionCacheBuilder.class.php +++ b/file/lib/system/cache/builder/PermissionCacheBuilder.class.php @@ -6,7 +6,7 @@ * Caches the chat permissions for a combination of user groups. * * @author Tim Düsterhus, Marcel Werk - * @copyright 2010-2013 WoltLab GmbH + * @copyright 2010-2014 WoltLab GmbH * @license GNU Lesser General Public License * @package be.bastelstu.chat * @subpackage system.cache.builder diff --git a/file/lib/system/cache/builder/RoomCacheBuilder.class.php b/file/lib/system/cache/builder/RoomCacheBuilder.class.php index 3d5d1c0..48f4eb5 100644 --- a/file/lib/system/cache/builder/RoomCacheBuilder.class.php +++ b/file/lib/system/cache/builder/RoomCacheBuilder.class.php @@ -5,7 +5,7 @@ * Caches all chat rooms. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.cache.builder diff --git a/file/lib/system/command/AbstractCommand.class.php b/file/lib/system/command/AbstractCommand.class.php index 4c9348b..c517526 100644 --- a/file/lib/system/command/AbstractCommand.class.php +++ b/file/lib/system/command/AbstractCommand.class.php @@ -6,7 +6,7 @@ * Default implementation for commands. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/AbstractRestrictedCommand.class.php b/file/lib/system/command/AbstractRestrictedCommand.class.php index 79f8414..79e4c63 100644 --- a/file/lib/system/command/AbstractRestrictedCommand.class.php +++ b/file/lib/system/command/AbstractRestrictedCommand.class.php @@ -6,7 +6,7 @@ * Default implementation for restricted commands * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/AbstractSuspensionCommand.class.php b/file/lib/system/command/AbstractSuspensionCommand.class.php index 1c2551f..c35c603 100644 --- a/file/lib/system/command/AbstractSuspensionCommand.class.php +++ b/file/lib/system/command/AbstractSuspensionCommand.class.php @@ -9,7 +9,7 @@ * Default implementation for suspension commands * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/AbstractUnsuspensionCommand.class.php b/file/lib/system/command/AbstractUnsuspensionCommand.class.php index 3f18bb3..4761824 100644 --- a/file/lib/system/command/AbstractUnsuspensionCommand.class.php +++ b/file/lib/system/command/AbstractUnsuspensionCommand.class.php @@ -9,7 +9,7 @@ * Default implementation for suspension commands * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/CommandHandler.class.php b/file/lib/system/command/CommandHandler.class.php index 3c3dbe0..c3a127f 100644 --- a/file/lib/system/command/CommandHandler.class.php +++ b/file/lib/system/command/CommandHandler.class.php @@ -6,7 +6,7 @@ * Handles commands * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/ICommand.class.php b/file/lib/system/command/ICommand.class.php index aead8d1..be0630f 100644 --- a/file/lib/system/command/ICommand.class.php +++ b/file/lib/system/command/ICommand.class.php @@ -5,7 +5,7 @@ * Interface for chat-commands. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/IRestrictedCommand.class.php b/file/lib/system/command/IRestrictedCommand.class.php index 170b20c..a219adf 100644 --- a/file/lib/system/command/IRestrictedCommand.class.php +++ b/file/lib/system/command/IRestrictedCommand.class.php @@ -5,7 +5,7 @@ * Interface for Restricted commands. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/NotFoundException.class.php b/file/lib/system/command/NotFoundException.class.php index 18b7c5a..8b9b063 100644 --- a/file/lib/system/command/NotFoundException.class.php +++ b/file/lib/system/command/NotFoundException.class.php @@ -5,7 +5,7 @@ * Thrown when a command is not found. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/UserNotFoundException.class.php b/file/lib/system/command/UserNotFoundException.class.php index 3a0692e..9fdaf42 100644 --- a/file/lib/system/command/UserNotFoundException.class.php +++ b/file/lib/system/command/UserNotFoundException.class.php @@ -5,7 +5,7 @@ * Thrown when a user is not found. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command diff --git a/file/lib/system/command/commands/AwayCommand.class.php b/file/lib/system/command/commands/AwayCommand.class.php index 3056b01..9448dfc 100644 --- a/file/lib/system/command/commands/AwayCommand.class.php +++ b/file/lib/system/command/commands/AwayCommand.class.php @@ -6,7 +6,7 @@ * Marks the user as away. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/BanCommand.class.php b/file/lib/system/command/commands/BanCommand.class.php index c3fcf6a..71e816a 100644 --- a/file/lib/system/command/commands/BanCommand.class.php +++ b/file/lib/system/command/commands/BanCommand.class.php @@ -5,7 +5,7 @@ * Bans a user. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/ColorCommand.class.php b/file/lib/system/command/commands/ColorCommand.class.php index ad8af80..ed7ab91 100644 --- a/file/lib/system/command/commands/ColorCommand.class.php +++ b/file/lib/system/command/commands/ColorCommand.class.php @@ -5,7 +5,7 @@ * Changes the color of the username * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/FreeCommand.class.php b/file/lib/system/command/commands/FreeCommand.class.php index 97a88e8..89bca0c 100644 --- a/file/lib/system/command/commands/FreeCommand.class.php +++ b/file/lib/system/command/commands/FreeCommand.class.php @@ -5,7 +5,7 @@ * Informs everyone that the fish was freed. OH A NOEZ. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/GbanCommand.class.php b/file/lib/system/command/commands/GbanCommand.class.php index 106bf6b..e1607dd 100644 --- a/file/lib/system/command/commands/GbanCommand.class.php +++ b/file/lib/system/command/commands/GbanCommand.class.php @@ -5,7 +5,7 @@ * Globally bans a user. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/GmuteCommand.class.php b/file/lib/system/command/commands/GmuteCommand.class.php index c32ef0b..c1f89d5 100644 --- a/file/lib/system/command/commands/GmuteCommand.class.php +++ b/file/lib/system/command/commands/GmuteCommand.class.php @@ -5,7 +5,7 @@ * Globally mutes a user. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/InfoCommand.class.php b/file/lib/system/command/commands/InfoCommand.class.php index 66bae76..71877e8 100644 --- a/file/lib/system/command/commands/InfoCommand.class.php +++ b/file/lib/system/command/commands/InfoCommand.class.php @@ -9,7 +9,7 @@ * Shows information about the specified user. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/InviteCommand.class.php b/file/lib/system/command/commands/InviteCommand.class.php index d19d434..5a529d0 100644 --- a/file/lib/system/command/commands/InviteCommand.class.php +++ b/file/lib/system/command/commands/InviteCommand.class.php @@ -7,7 +7,7 @@ * Invites a user into a temproom. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/MeCommand.class.php b/file/lib/system/command/commands/MeCommand.class.php index c14be30..8d764ec 100644 --- a/file/lib/system/command/commands/MeCommand.class.php +++ b/file/lib/system/command/commands/MeCommand.class.php @@ -5,7 +5,7 @@ * Indicates an action. The message is shown without the colon. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/MuteCommand.class.php b/file/lib/system/command/commands/MuteCommand.class.php index 519a58a..a53461b 100644 --- a/file/lib/system/command/commands/MuteCommand.class.php +++ b/file/lib/system/command/commands/MuteCommand.class.php @@ -5,7 +5,7 @@ * Mutes a user. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/PlainCommand.class.php b/file/lib/system/command/commands/PlainCommand.class.php index 0c08093..7a8f21e 100644 --- a/file/lib/system/command/commands/PlainCommand.class.php +++ b/file/lib/system/command/commands/PlainCommand.class.php @@ -5,7 +5,7 @@ * Sends a message that starts with a slash. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/RestoreCommand.class.php b/file/lib/system/command/commands/RestoreCommand.class.php index f4c8d9c..6bf429a 100644 --- a/file/lib/system/command/commands/RestoreCommand.class.php +++ b/file/lib/system/command/commands/RestoreCommand.class.php @@ -8,7 +8,7 @@ * Resets the color of a user * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/TemproomCommand.class.php b/file/lib/system/command/commands/TemproomCommand.class.php index 1c1fd27..1823953 100644 --- a/file/lib/system/command/commands/TemproomCommand.class.php +++ b/file/lib/system/command/commands/TemproomCommand.class.php @@ -6,7 +6,7 @@ * Creates a temporary room * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/UnbanCommand.class.php b/file/lib/system/command/commands/UnbanCommand.class.php index 82427f5..2058d3c 100644 --- a/file/lib/system/command/commands/UnbanCommand.class.php +++ b/file/lib/system/command/commands/UnbanCommand.class.php @@ -5,7 +5,7 @@ * Bans a user. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/UngbanCommand.class.php b/file/lib/system/command/commands/UngbanCommand.class.php index a742c01..86cc54e 100644 --- a/file/lib/system/command/commands/UngbanCommand.class.php +++ b/file/lib/system/command/commands/UngbanCommand.class.php @@ -5,7 +5,7 @@ * Unbans a user globally. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/UngmuteCommand.class.php b/file/lib/system/command/commands/UngmuteCommand.class.php index 4d912fe..12854c3 100644 --- a/file/lib/system/command/commands/UngmuteCommand.class.php +++ b/file/lib/system/command/commands/UngmuteCommand.class.php @@ -5,7 +5,7 @@ * Unmutes a user globally. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/UnmuteCommand.class.php b/file/lib/system/command/commands/UnmuteCommand.class.php index 021e6fa..3ab9de1 100644 --- a/file/lib/system/command/commands/UnmuteCommand.class.php +++ b/file/lib/system/command/commands/UnmuteCommand.class.php @@ -5,7 +5,7 @@ * Unmutes a user. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/WhereCommand.class.php b/file/lib/system/command/commands/WhereCommand.class.php index e7a81b6..2088ebc 100644 --- a/file/lib/system/command/commands/WhereCommand.class.php +++ b/file/lib/system/command/commands/WhereCommand.class.php @@ -5,7 +5,7 @@ * Shows the users that are online * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/command/commands/WhisperCommand.class.php b/file/lib/system/command/commands/WhisperCommand.class.php index af4b958..71132f7 100644 --- a/file/lib/system/command/commands/WhisperCommand.class.php +++ b/file/lib/system/command/commands/WhisperCommand.class.php @@ -6,7 +6,7 @@ * Whispers a message. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.chat.command.commands diff --git a/file/lib/system/dashboard/box/OnlineListDashboardBox.class.php b/file/lib/system/dashboard/box/OnlineListDashboardBox.class.php index 763e6c0..4af020c 100644 --- a/file/lib/system/dashboard/box/OnlineListDashboardBox.class.php +++ b/file/lib/system/dashboard/box/OnlineListDashboardBox.class.php @@ -6,7 +6,7 @@ * Dashboard box that shows chatters. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.dashboard.box diff --git a/file/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php b/file/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php index 41c225d..4aff8cd 100644 --- a/file/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php +++ b/file/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php @@ -6,7 +6,7 @@ * Vaporizes unneeded data. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.event.listener diff --git a/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php b/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php index bd3bcd3..ed65e48 100644 --- a/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php +++ b/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php @@ -5,7 +5,7 @@ * PageMenuItemProvider for chat. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.menu.page diff --git a/file/lib/system/permission/PermissionHandler.class.php b/file/lib/system/permission/PermissionHandler.class.php index c403286..121fef6 100644 --- a/file/lib/system/permission/PermissionHandler.class.php +++ b/file/lib/system/permission/PermissionHandler.class.php @@ -8,7 +8,7 @@ * Handles chat-permissions. * * @author Tim Düsterhus, Marcel Werk - * @copyright 2010-2013 WoltLab GmbH + * @copyright 2010-2014 WoltLab GmbH * @license GNU Lesser General Public License * @package be.bastelstu.chat * @subpackage system.permission diff --git a/file/lib/system/user/online/location/ChatLocation.class.php b/file/lib/system/user/online/location/ChatLocation.class.php index c363e5e..73bd40d 100644 --- a/file/lib/system/user/online/location/ChatLocation.class.php +++ b/file/lib/system/user/online/location/ChatLocation.class.php @@ -6,7 +6,7 @@ * Implementation of IUserOnlineLocation for the chat. * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage system.user.online.location diff --git a/file/lib/util/ChatUtil.class.php b/file/lib/util/ChatUtil.class.php index 2cb9ea1..2a4872e 100644 --- a/file/lib/util/ChatUtil.class.php +++ b/file/lib/util/ChatUtil.class.php @@ -8,7 +8,7 @@ * Chat utilities * * @author Tim Düsterhus - * @copyright 2010-2013 Tim Düsterhus + * @copyright 2010-2014 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.chat * @subpackage util diff --git a/install.sql b/install.sql index 03619ae..2c77330 100644 --- a/install.sql +++ b/install.sql @@ -2,7 +2,7 @@ -- Database Structure for Tims Chat -- -- @author Tim Düsterhus --- @copyright 2010-2013 Tim Düsterhus +-- @copyright 2010-2014 Tim Düsterhus -- @license Creative Commons Attribution-NonCommercial-ShareAlike -- @package be.bastelstu.chat -- --