1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Go to file
2013-01-14 20:56:22 +01:00
acptemplate Improve ACP-Templates 2012-10-15 10:51:47 +02:00
file Improve ChatRoom::getUsers() 2013-01-14 20:56:22 +01:00
language Add MuteCommand and BanCommand 2013-01-14 20:52:09 +01:00
template Show Chatlog inline 2013-01-09 19:59:32 +01:00
.gitignore Fixed ACP-icons 2012-05-31 18:17:23 +02:00
.travis.yml Fix travis config 2013-01-07 18:50:22 +01:00
acloptions.xml Add canReadLog permission 2012-11-23 20:33:08 +01:00
acpMenu.xml Fix ACP menu 2012-12-30 18:07:06 +01:00
build.php Adding namespace to build.php 2012-06-04 21:48:32 +02:00
cronjob.xml Clean Up dead users by cronjob as well. 2012-04-19 15:06:34 +02:00
eventListener.xml Seems like the WCF didn't like the Slash 2012-03-22 17:28:57 +01:00
install.sql Add possibility to use BBCodes 2013-01-09 21:34:30 +01:00
LICENSE Use proper text/plain version of license 2012-10-20 16:50:01 +02:00
objectType.xml Changing Package Identifier to be.bastelstu.wcf.chat 2012-03-12 17:19:01 +01:00
option.xml Add possibility to use BBCodes 2013-01-09 21:34:30 +01:00
package.xml Remove dependency on com.woltlab.wcf.acl 2012-12-31 12:57:16 +01:00
pagemenu.xml Changing Package Identifier to be.bastelstu.wcf.chat 2012-03-12 17:19:01 +01:00
README.md Completed README.md 2012-01-06 18:01:17 +01:00
userGroupOption.xml Add canReadLog permission 2012-11-23 20:33:08 +01:00

Tims Chat 3.0

Tims Chat is a chat-plugin for WoltLab Community Framework.

Version notes

The currently available source code represents an early alpha-version of Tims Chat, even though it may be installable, we cannot guarantee a working installation at any time. You MUST NOT install and/or use Tims Chat 3.0 in a production environment.

Contribution

Developers are always welcome to fork Tims Chat and provide features or bug fixes using pull requests. If you make changes or add classes it is mandatory to follow the requirements below:

  • Testing is key, you MUST try out your changes before submitting pull requests
  • You MUST save your files with Unix-style line endings (\n)
  • You MUST NOT include the closing tag of a PHP block at the end of file, provide an empty newline instead
  • You MUST use tabs for indentation
    • Tab size of 8 is required
    • Empty lines MUST be indented equal to previous line
  • All comments within source code MUST be written in English language
  • Use a sensible number of commits. In most cases one commit should be enough.
    • Split huge changes into several logical groups
    • Rebase small changes that consist of several commits into one commit

Follow the above conventions if you want your pull requests accepted.

License

For licensing information refer to the LICENSE file in this folder.