|
Table of Contents
Miau AddonMiau is a classical bouncer / proxy for IRC. How it worksInstead of a direct connection with your prefered IRC Client, miau is used as a proxy between the IRC server and your client. AdvantagesWhen you close your IRC client or you disconnect from the IRC bouncer, miau is still connected to the remote servers and all channels. After the reconnect to the bouncer you will be in the same environment you left before. Therewhile, miau logs all messages of every channel and all private messages (querrys) to you. So you won't miss anything. Miau also hides your IP address from the IRC network, because it relays your IP connection and the IP address of the server miau is running on will be shown. (Note: This doesn't work if miau is running on your local IPFire.) InstallationYou may install miau on the console with a short: pakfire install -y miau or use the webinterface. Edit the configAfter that you'll have to edit the config file /opt/miau/config/miaurc with any editor of your coice. The file has a very good documentation and giving hints to all possible settings would be too much at this place. So I will only describe the most important things: # Example: #password = "foobar" password = "" The password is very important. You will have to set it unless miau wouldn't start. At the same time it is the password you will need when connecting to your bouncer. # Example:
#servers = {
# "irc.net"
# "irc.foo.bar":"6662"
# "localhost"::"foobar"
# "127.0.0.1":"6670"::"5"
#}
servers = {
"irc.freenode.net"
}
Here, you can specify the IRC server miau should connect to. Example:
#channels = {
# "#lugop"
#}
channels = {
}
Here are the channels miau will join after the connect. You can find a description of all settings in detail at this location. Use MiauAfter configuration and a manual start of miau you should be able to connect to the service. E.g.: You have to type the following command into your IRC Client: /server <ipdofyourfire>:<port> <password> Alternatively, you can create a new server in the list of your IRC client to connect to miau automatically. This will depend on your IRC client. |
||