Difference between revisions of "Hall (Chat)"

From Xhodon 2
Jump to: navigation, search
(revision (cont.))
(There is no IRC anymore.)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Translate|Working on this article at the moment: [[User:Thingol|Thingol]]}}
+
{{Translate|Needs revision!}}
{{remark|Bitte die Links aktualisieren. Es ist unschön, in einem englischen Wiki eine deutsche Downloadseite zu verlinken.}}
+
{{remark|Bitte das Kontextmenü im Chat anpassen, da stehen zur Zeit noch deutsche Begriffe.}}
{{remark|Bitte den Abschnitt über das NickServ-Passwort an den englischen Quellcode anpassen.}}
+
The '''Hall''' is a text messaging system (chat).
The '''Hall''' is a text messaging system (chat) based on ''IRC'' (''Internet Relay Chat''). You find details to the IRC at [http://en.wikipedia.org/wiki/Irc Wikipedia].
+
  
In the hall you find many players who can answer questions and help you with problems, or who just meet and have a chat. While visiting the hall you should always stand to the [http://forum.xhodon.co.uk/viewtopic.php?f=9&t=12 Hall Rules].
+
In the hall you find many players who can answer questions and help you with problems, or who just meet and have a chat.
  
 
== Accessing the Hall ==
 
== Accessing the Hall ==
Line 11: Line 10:
 
By clicking the link "''HallChat''" in the [[menu bar]] you open a new frame at the bottom of the screen. By default the chat frame opens automatically after login. In your [[profile]] at menu item "''Account Settings''" you can disable the automatic connection establishment.
 
By clicking the link "''HallChat''" in the [[menu bar]] you open a new frame at the bottom of the screen. By default the chat frame opens automatically after login. In your [[profile]] at menu item "''Account Settings''" you can disable the automatic connection establishment.
 
*The hall's frame dimensions can be changed by grabbing the upper frame border with the mouse cursor and dragging it into the new position.
 
*The hall's frame dimensions can be changed by grabbing the upper frame border with the mouse cursor and dragging it into the new position.
*If you press and hold the "''Strg''" key while clicking the link "''HallChat''", the chat will open in a new browser window.
+
*If you press and hold <small><span style="border:0.2em solid; border-color:#DDDDDD #BBBBBB #BBBBBB #DDDDDD; padding:0 0.4em; background:#EEEEEE; white-space:nowrap;">Ctrl</span></small> while clicking the link "''HallChat''", the chat will open in a new browser window.
 
+
{{important
+
|title=Please note:
+
|content=The ports 6660 and 843 must not be restricted by a firewall, or else the connection attempt will fail and the chat frame will output a ''SecurityErrorEvent'' message!}}
+
 
+
=== ...with an external client ===
+
If you prefer using some external client software for chatting, you need the following connection data:
+
* IP-Adresse: ''78.47.132.50''
+
* Servername: ''chat.xhodon.de''
+
* Port: ''6641''
+
 
+
Your nickname in the chat has to be identical to your name in the game.
+
 
+
==== Finding out the server password ====
+
To establish the connection the server you need its password. This password is your private ''Session-ID'' within [[Xhodon]]. When connecting to the IRC server, you '''have to''' be logged on to the game!
+
 
+
Be sure to close the ingame chat before trying to connect with an external client, because you cannot be connected twice with the same nickname. In this case the server will terminate your connection.
+
 
+
You can figure out the ''Session-ID'' as follows:
+
*In the game start the chat by clicking the link "''Hall Chat''" in the [[menu bar]].
+
*As soon as the chat starts, open the page's source code.
+
::If you use the web browser ''Firefox'', open the menu "''View''" and click the menu item "''View page source''".
+
::If you use ''Internet Explorer'', open the menu "''View''" and clicke the menu item "''Source''".
+
*In the source code look for a paragraph that looks like this:
+
<pre><frameset rows="100%,180">
+
<frame src="index.php" name="xhodon">
+
<frame src="<nowiki>http://chat.xhodon.de/chat_en/ ?game_path=http://en1.xhodon.co.uk/xhodon/&port=6641
+
&user=Username&pass=abcdefghijklmnopqrstuvwxyzabcdef&Channel[]=Halle&Channel[]=GildenChannel</nowiki>" name="hox">
+
</frameset></pre>
+
The 32-digit code behind <tt>&pass=</tt> is the needed ''Session-ID'' and as well the server password (in the example the password is "abcdefghijklmnopqrstuvwxyzabcdef").
+
 
+
This ID changes every time you log on to the game. So each time you have to figure it out anew and enter it into the connection settings in your chat client.
+
 
+
==== Finding out the NickServ password ====
+
If you like to use all functions of the chat (register channels, access secured channels etc.), you must log on to NickServ. The needed password has to be figured out by monitoring the network traffic using some appropriate ''network analysis software''.
+
 
+
===== Short instructions =====
+
You monitor the network traffic between your browser and the chat server while establishing the chat connection. You can use for example
+
*[http://www.microsoft.com/Downloads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&displaylang=en Microsoft Network Monitor] or
+
*[http://www.wireshark.org/download.html Wireshark].
+
Search for the packets containing
+
<pre>PRIVMSG NickServ :IDENTIFY abcdefghij</pre>
+
In this example the needed password is "abcdefghij". Copy it to your chat client's connection setup, or identify manually using the command
+
<pre>/msg NickServ identify abcdefghij</pre>
+
 
+
===== Step by step instructions =====
+
In the following instructions it is assumed that you use the ''Microsoft Network Monitor'', see the link some lines above.
+
 
+
[[Image:Screenshot_IRC_Password.jpg|Screenshot of the Microsoft Network Monitor]]
+
 
+
The numbers in the picture correspond to the follwing steps:
+
#First open a new capture tab by clicking on "''New Capture''".
+
#Now click on the "''Capture Filter''" tab to enter a filter rule.
+
#Enter the filter rule: <tt>Tcp.DstPort == 6641 AND ContainsBin(FrameData, 0, "IDENTIFY")</tt>
+
#...and confirm your input by clicking the button "''Apply''".
+
#The filter rule now be displayed in the form field.
+
#Now start the monitoring process by clicking the button "''Start''", then switch to your web browser and connect to the chat from within the game.
+
#As soon as the hall chat opens successfully, the Network Monitor should "catch" a packet matching the entered filter. Stop the monitoring process now by clicking the button "''Stop''" (see no.6).
+
#Select the packet and take a look at its details displayed in the lower right window area. You should find in this packet the text snippet
+
:<tt>PRIVMSG NickServ :IDENTIFY abcdefghij</tt>
+
 
+
The 10-digit data word behind the "IDENTIFY" is the NickServ password you were looking for ("abcdefghij" in this example). Copy it to your chat client's connection setup, or identify manually using the command
+
<pre>/msg NickServ identify abcdefghij</pre>
+
  
 
== Structure ==
 
== Structure ==
The hall consists of many seperate "rooms" called "channels". Some of them are open to the public, others are private, as for example some guild channels.
+
The hall consists of many seperate "rooms" called "channels". Some of them are open to the public, others are private as for example some guild channels.
 
+
The most important channels are introduced below:
+
* ''#hall'' &rarr; most players meet Here. The ''hall guards'' present this Channel, that is they maintain order here.
+
* the guild Channel, named after the respective guilds<br>Here the guild members meet. The Channel can be protected with a password.
+
 
+
One reaches this Channel, among the rest, about the links in the lower margin:
+
* "''#Trade/Exchange''" &rarr; Here can be traded with raw [[materials]] or be searched for exchange partner to the exchange by [[pearls]].
+
* "''#Beginners/questions''" in this Channel can be put to questions to the game. Here one finds hall guard or other experienced players who have the suitable responses ready.
+
* "''#to the Tavern''" Here is welcome role play and a few special rules are valid it. Please, follows the article to the [[Taverne_(Chat)|Tavern]].
+
 
+
If one enters the hall about the link in the game, all Channels and if necessary own guild Channel automatically open.
+
 
+
== Commands ==
+
=== Universal ===
+
* To enter another Channel, you use the command
+
:<tt>/join ''#Channel''</tt>
+
:<tt>/join ''#Channel password''</tt>
+
:Thus you enter a password-protected Channel.
+
* To execute an "operation", you write
+
:<tt>/me ''text''</tt>
+
:Besides, is replaced /me with own name, e.g.. "<tt> /me greets all persons present</tt> ".
+
:With the command /me the operation is sent in every Channel in which one is.
+
 
+
=== Players ignore ===
+
*<tt>/ignore ''name''</tt>
+
:Blanks all other statements of the user " ''name ''", in the Channel as well as in the Query
+
*<tt>/unignore ''name''</tt>
+
:Cancels the command /ignore
+
*<tt>/ignores</tt>
+
:Lists all users who are ignored by the user
+
 
+
=== Commands for the Channel operator ===
+
So that you automatically receive OP rights, first you must be register your guild space:
+
 
+
'''/msg ChanServ REGISTER''' ''#Channel Password description''
+
 
+
This password is the password for the Founder, not for the access to the chat room (e.g. Channel).
+
 
+
Now you are the Channel-Founder and get with every log in automatically founder's rights.
+
 
+
{{important
+
|title=Please note:
+
|content=Only the founder himself can hand down these rights. Should the player exit the guild or Xhodon, he should resign before absolutely his founder's rights for another player or lift the registration of the Channel!}}
+
 
+
The passing on of the founder's rights is possible with following command:
+
 
+
'''/msg ChanServ SET''' ''#Channel'' '''FOUNDER''' ''NewFounder''
+
 
+
The Channel-Founder can delete the Channel also again (or lift his registration). The suitable command is:
+
 
+
'''/msg ChanServ DROP''' ''#Channel''
+
 
+
There is the possibility to write welcoming message for everybody which enters the space:
+
 
+
'''/msg ChanServ TOPIC''' ''#Channel'' ''text''
+
<!-- '''/msg ChanServ SET''' ''#Channel'' '''ENTRYMSG''' ''Hello massage etc...''-->
+
 
+
Now the founder can enter the other masters on the auto OP list:
+
 
+
'''/msg ChanServ AOP''' ''#Channel'' '''ADD''' ''NickName''
+
'''/msg ChanServ AOP''' ''#Channel'' '''ADD''' ''NickName''
+
'''/msg ChanServ AOP''' ''#Channel'' '''ADD''' ''NickName''
+
...
+
 
+
Look one is able to come to himself the list:
+
 
+
'''/msg ChanServ AOP''' ''#Channel'' '''LIST'''
+
 
+
Delete one is able to come somebody from the AOP list:
+
 
+
'''/msg ChanServ AOP''' ''#Channel'' '''DEL''' ''NickName''
+
 
+
If now the normal members should become, e.g. Half-OP (marked by the % character, instead of @ character for full operators), this can be done with following commands:
+
 
+
'''/msg ChanServ HOP''' ''#Channel'' '''ADD''' ''NickName''
+
'''/msg ChanServ HOP''' ''#Channel'' '''ADD''' ''NickName''
+
'''/msg ChanServ HOP''' ''#Channel'' '''ADD''' ''NickName''
+
...
+
 
+
*<tt>/mode ''#Channel'' +k ''password''</tt>
+
:If a password places on the Channel "''#Channel''". The command assumes operator privileges. As soon as the last person exits the Channel, this is closed and the password expires.
+
*<tt>/msg ChanServ set ''#Channel'' mlock +k ''password''</tt>
+
:If a password places on the Channel "''#Channel''"The command assumes founder's privileges. However, on this occasion, the password is firmly saved in the Channel and no more automatically deleted... should not be forgotten.
+
*<tt>/mode ''#Channel'' -b ''name''</tt>
+
:Deletes a ban for the user "''name''" in the Channel "''#Channel''"
+
 
+
=== Object menu in the userlist ===
+
If one clicks with the right mouse button on a name in the user's list, an object menu opens. There one has following possibilities:
+
* Profile open &rarr; profile of the user open
+
* Guild page open &rarr; guild page of the user open
+
* Query &rarr; private chat open to the user
+
 
+
The other functions assume that you has sufficient privileges (operator):
+
* Click &rarr; user from the Channel throw
+
* Click and banish &rarr; user from the Channel throw and any more do not let in
+
 
+
* Op &rarr; Op (erator) privileges give
+
* Deop &rarr; Op privileges take away
+
 
+
* Hop &rarr; HalfOp privileges give
+
* Dehop &rarr; HalfOp privileges take away
+
  
* Voice &rarr; Voice privileges give
+
The most important public channels are introduced below:
* Devoice &rarr; Voice privileges take away
+
* ''#hall'' &rarr; Most players meet here, this channel is entered by default when connecting to the chat from within the game. The ''[[Hall Guards]]'' moderate this channel. They maintain order and enforce the [http://forum.xhodon.co.uk/viewtopic.php?f=9&t=12 Hall Rules].
 +
* "''#Trading/Bartering-Troll''" &rarr; Here you can trade [[resources]] or find trading partners for exchanging [[pearls]].
 +
* "''#Newbie/Questions''" &rarr; In this channel you can ask questions concerning all aspects of the game. Here you will find ''Hall Guards'' and other experienced players who can serve with answers.
 +
* "''#To_the_Tavern''" Role playing is requested in this channel. For more detailed information about the channel and its rules, see the article [[Tavern (Chat)]].
  
=== Keyboard function ===
+
Besides there are [[guild]] channels, named after the respective guilds. Here the guild members meet. The channel can be protected, e.g. by setting a password.
*With the buttons arrow high and arrow-under it you can navigate by his last contributions
+
*During the input of a user's name you can complete this with the button "''Strg''" automatically
+
  
=== Smilies ===
+
You will automatically join to all these channels including your guild channel (if you are member of a guild) the second you enter the Hall Chat via the link in the game.
There are following Smilies:
+
{|
+
| style="padding-right:2em;" | <tt>:)</tt> || happy / smile
+
|-
+
| style="padding-right:2em;" | <tt>:(</tt> || sad / disappointed
+
|-
+
| style="padding-right:2em;" | <tt>:D</tt> || very happy / laugh
+
|-
+
| style="padding-right:2em;" | <tt>:P</tt> || to stick out the tongue
+
|-
+
| style="padding-right:2em;" | <tt>;)</tt> || blink
+
|-
+
| style="padding-right:2em;" | <tt>:o</tt> || surpised / frihghtened
+
|-
+
| style="padding-right:2em;" | <tt>:@</tt> || furiously
+
|-
+
| style="padding-right:2em;" | <tt>:$</tt> || blush / are ashamed
+
|-
+
| style="padding-right:2em;" | <tt>:S</tt> || feel unwell
+
|-
+
| style="padding-right:2em;" | <tt>:W</tt> || cry
+
|}
+
  
 
[[de:Halle_(Chat)]]
 
[[de:Halle_(Chat)]]
 
[[Category:Media]]
 
[[Category:Media]]
 
[[Category:Index]]
 
[[Category:Index]]

Latest revision as of 22:07, 12 February 2019

Icon Translate.png This article/paragraph needs to be translated or translation is in progress.
Needs revision!
Icon Revise.png Bitte das Kontextmenü im Chat anpassen, da stehen zur Zeit noch deutsche Begriffe.

The Hall is a text messaging system (chat).

In the hall you find many players who can answer questions and help you with problems, or who just meet and have a chat.

Accessing the Hall

...from the game

Link HallChat in the Menu Bar

By clicking the link "HallChat" in the menu bar you open a new frame at the bottom of the screen. By default the chat frame opens automatically after login. In your profile at menu item "Account Settings" you can disable the automatic connection establishment.

  • The hall's frame dimensions can be changed by grabbing the upper frame border with the mouse cursor and dragging it into the new position.
  • If you press and hold Ctrl while clicking the link "HallChat", the chat will open in a new browser window.

Structure

The hall consists of many seperate "rooms" called "channels". Some of them are open to the public, others are private as for example some guild channels.

The most important public channels are introduced below:

  • #hall → Most players meet here, this channel is entered by default when connecting to the chat from within the game. The Hall Guards moderate this channel. They maintain order and enforce the Hall Rules.
  • "#Trading/Bartering-Troll" → Here you can trade resources or find trading partners for exchanging pearls.
  • "#Newbie/Questions" → In this channel you can ask questions concerning all aspects of the game. Here you will find Hall Guards and other experienced players who can serve with answers.
  • "#To_the_Tavern" Role playing is requested in this channel. For more detailed information about the channel and its rules, see the article Tavern (Chat).

Besides there are guild channels, named after the respective guilds. Here the guild members meet. The channel can be protected, e.g. by setting a password.

You will automatically join to all these channels including your guild channel (if you are member of a guild) the second you enter the Hall Chat via the link in the game.