Nav apraksta

Paul Klumpp bed4d20206 changed some urls 7 gadi atpakaļ
libqwclient @ b21289a65a 7c66d69a50 New libqwclient version 8 gadi atpakaļ
.gitmodules 6df2ff1fc3 had wrong https-url 9 gadi atpakaļ
ActiveClient.cpp f09326232b Pinger uses active clients list directly. 10 gadi atpakaļ
ActiveClient.h f09326232b Pinger uses active clients list directly. 10 gadi atpakaļ
App.cpp bed4d20206 changed some urls 7 gadi atpakaļ
App.h f09326232b Pinger uses active clients list directly. 10 gadi atpakaļ
Client.cpp 19730fd5f7 Do not send counters 8 gadi atpakaļ
Client.h 8253cb3b41 New .spam and .qw timing proposal, anti-flooding. 10 gadi atpakaļ
Pinger.cpp 8561216f2e Added password support. 10 gadi atpakaļ
Pinger.h 8561216f2e Added password support. 10 gadi atpakaļ
README.md bed4d20206 changed some urls 7 gadi atpakaļ
ServerQuery.cpp 8a5010daca Parsed colored text Issue #5 and converted code to compile on QT5. 10 gadi atpakaļ
ServerQuery.h e4dcb883da Added new commands: 10 gadi atpakaļ
Settings.cpp 5306087c8a renamed and refactored for "cmp qwbot", because cims is the irc part. 9 gadi atpakaļ
Settings.h 8561216f2e Added password support. 10 gadi atpakaļ
SshClient.cpp 82550b2cb3 Parsing umlauts Issue #2 10 gadi atpakaļ
SshClient.h e4dcb883da Added new commands: 10 gadi atpakaļ
cmp_qwbot.pro 5306087c8a renamed and refactored for "cmp qwbot", because cims is the irc part. 9 gadi atpakaļ
install.sh bed4d20206 changed some urls 7 gadi atpakaļ
install_cmp_qwbot.sh dc58d0da46 new url 7 gadi atpakaļ
main.cpp a5b666178f Cleaned up unused stuff. 10 gadi atpakaļ
start_cmp_qwbot.sh 5306087c8a renamed and refactored for "cmp qwbot", because cims is the irc part. 9 gadi atpakaļ
start_devel.sh 5306087c8a renamed and refactored for "cmp qwbot", because cims is the irc part. 9 gadi atpakaļ

README.md

QuakeWorld Bot

You want to install this QuakeWorld Bot, or want to get more information about it? You've come to the right place. So to say, one of the right places. ;) You can also find the devs on irc://irc.quakenet.org/qwnet.

How to install it

We got an installation script to do the work of compiling the source files and putting the binaries to a target directory. It will even run the bot for the first time. Why? Because, on the first run, it will create a configuration file. You only need to have git, gcc(g++), Qt(libs: qt-core, libqt4-dev(debian)) and the usual make installed on your system. They're pre-requisites. The script checks for them too. If they don't exist on your system, you can either install them, or you could ask the devs for a statically linked binary package.

So, here's the thing:

$ git clone https://gogs.netdome.biz/community-messaging-project/qwbot.git 
$ cd qwbot 
$ ./install.sh <target folder> 

How do I get the Bot to connect to a server?

There are two ways to do that; the automatic way, when connected to the "central" and the manual way, by configuring the config file.

Add a server via config file:

In the config file (currently named qwbot.cfg) there is the [Servers] section. First, set the "size" - the count of the servers that are to be monitored. Then, set the server addresses themselves.

Example:

[Servers]
size=2
1\address=123.123.123.123:27101
2\address=hostname:27500

We know, this is not really intuitive, but the whole thing is designed to normally work automatically, controlled by a "central" server - and that's the other method.