Difference between revisions of "Qchat"

From Rizon Wiki
Jump to navigation Jump to search
m (fixed a typo, updated "add to your website" section, changed version to "v0.90-rizon1xx" rather than "v0.90-rizon41")
m (Protected "Qchat" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Qchat/Qwebirc/Rizon Webchat is custom chatting client officially used by Rizon. The client is based off qwebirc developed by slug, but employs a lot of custom coding specially designed for Rizon. You can find the rizon qchat code at https://bitbucket.org/rizon/qchat
Qchat/Qwebirc/Rizon Webchat is custom chatting client officially used by Rizon. The client is based off qwebirc developed by slug, but employs a lot of custom coding specially designed for Rizon. You can find the rizon qchat code at https://gitlab.com/rizon/qchat


The qchat version right now is v0.90-rizon1xx which introduced changes such as:
The qchat version right now is v0.91-rizon1xx which introduced changes such as:


* Made qchat color selection a bit brighter.
* Made qchat color selection a bit brighter.
Line 22: Line 22:
===I just encountered a bug or I would like to request a feature===
===I just encountered a bug or I would like to request a feature===


In order to report bugs or request a feature, please visit [https://bitbucket.org/rizon/qchat/issues?status=new&status=open bugs/feature page]
In order to report bugs or request a feature, please visit [https://gitlab.com/rizon/qchat/issues bugs/feature page]


===I need some help with qchat, who should I contact===
===I need some help with qchat, who should I contact===
Line 36: Line 36:
!Color Name
!Color Name
!fg
!fg
!bg
|-
|-
|0 || white || style="color:#fff;" | x || style="background-color:#fff;" | x
|0 || white || style="color:#fff;" | x
|-
|-
|1 || black || style="color:#000;" | x || style="background-color:#000;" | x
|1 || black || style="color:#000;" | x  
|-
|-
|2 || dark blue (navy blue) || style="color:#008;" | x || style="background-color:#008;" | x
|2 || dark blue (navy blue) || style="color:#008;" | x
|-
|-
|3 || dark green || style="color:#080;" | x || style="background-color:#080;" | x
|3 || dark green || style="color:#080;" | x
|-
|-
|4 || red  || style="color:#f00;" | x || style="background-color:#f00;" | x
|4 || red  || style="color:#f00;" | x
|-
|-
|5 || brown  || style="color:#804;" | x || style="background-color:#804;" | x
|5 || brown  || style="color:#804;" | x
|-
|-
|6 || violet || style="color:#808;" | x || style="background-color:#808;" | x
|6 || violet || style="color:#808;" | x  
|-
|-
|7 || orange || style="color:#f84;" | x || style="background-color:#f84;" | x
|7 || orange || style="color:#f84;" | x
|-
|-
|8 || yellow || style="color:#ff0;" | x || style="background-color:#ff0;" | x
|8 || yellow || style="color:#ff0;" | x
|-
|-
|9 ||lime green || style="color:#0f0;" | x || style="background-color:#0f0;" | x
|9 ||lime green || style="color:#0f0;" | x
|-
|-
|10 || teal green || style="color:#088;" | x || style="background-color:#088;" | x
|10 || teal green || style="color:#088;" | x
|-
|-
|11 || cyan || style="color:#0ff;" | x || style="background-color:#0ff;" | x
|11 || cyan || style="color:#0ff;" | x
|-
|-
|12 ||light blue (royal blue) || style="color:#00f;" | x || style="background-color:#00f;" | x
|12 ||light blue (royal blue) || style="color:#00f;" | x
|-
|-
|13 || pink || style="color:#f0f;" | x || style="background-color:#f0f;" | x
|13 || pink || style="color:#f0f;" | x
|-
|-
|14 || grey || style="color:#888;" | x || style="background-color:#888;" | x
|14 || grey || style="color:#888;" | x
|-
|-
|15 || light grey (silver) || style="color:#ccc;" | x || style="background-color:#ccc;" | x
|15 || light grey (silver) || style="color:#ccc;" | x
|-
|-
|}
|}

Revision as of 21:16, 11 October 2016

Qchat/Qwebirc/Rizon Webchat is custom chatting client officially used by Rizon. The client is based off qwebirc developed by slug, but employs a lot of custom coding specially designed for Rizon. You can find the rizon qchat code at https://gitlab.com/rizon/qchat

The qchat version right now is v0.91-rizon1xx which introduced changes such as:

  • Made qchat color selection a bit brighter.
  • Added option for users to connect/SSL connection to RizonBNC.
  • Added prompts for nickserv which help new users register with Rizon.
  • Prompts allow user to identify if nick is registered.
  • Added /color [code] <msg> support. Users are now able to send colored text/bold/italics/underline.
  • Added compatibility tag for IE9.
  • Updated mootools to latest version.


Using qchat

In order to use qchat, simply point your web browser to http://webchat.rizon.net/ input your Nickname and connect away. qchat also runs a SSL instance which can be accessed at https://webchat.rizon.net

Adding qchat to your website

In order to add qchat to your website, simply go to the Rizon qchat page and click the logo on the top left and select "Add webchat to your site." A setup wizard will then prompt you for a few things and give you an embed link.

I just encountered a bug or I would like to request a feature

In order to report bugs or request a feature, please visit bugs/feature page

I need some help with qchat, who should I contact

For more help, please visit #qchat at Rizon or simply follow this link

How to type in color

/color ColorNumber Your Text Goes Here
Code Color Name fg
0 white x
1 black x
2 dark blue (navy blue) x
3 dark green x
4 red x
5 brown x
6 violet x
7 orange x
8 yellow x
9 lime green x
10 teal green x
11 cyan x
12 light blue (royal blue) x
13 pink x
14 grey x
15 light grey (silver) x