|
@@ -21,14 +21,16 @@ simple XML (yikes anyhow)
|
|
|
* expands itself with eggdrop botnet ability
|
|
|
* expands itself with the messaging service and control server
|
|
|
|
|
|
-provides the following commands on the messaging service:
|
|
|
+It provides the following commands on the messaging service:
|
|
|
+Link
|
|
|
|
|
|
### Standalone Go-Lang Bot
|
|
|
|
|
|
Configuration from a webserver
|
|
|
YAML
|
|
|
|
|
|
-provides the following commands on the messaging service:
|
|
|
+It provides the following commands on the messaging service:
|
|
|
+Link
|
|
|
|
|
|
## Gameserver joining Bot
|
|
|
|
|
@@ -49,14 +51,31 @@ network commands.
|
|
|
* Can act as standalone QuakeWorld Bot community messaging
|
|
|
* Expands itself with the messaging service and control server
|
|
|
|
|
|
-Provides the following commands on the messaging service:
|
|
|
+It provides the following commands on the messaging service:
|
|
|
+Link
|
|
|
+
|
|
|
+## Portal Websites
|
|
|
+
|
|
|
+### PHP Client
|
|
|
+
|
|
|
+A php client written by Sni is also available but kinda unmaintained. It is in use by
|
|
|
+quakeworld.nu. It connects to the control server by SSH to read and write
|
|
|
+network messages.
|
|
|
+
|
|
|
+Link
|
|
|
|
|
|
## Control Server
|
|
|
|
|
|
-The Control Server is a client on the messaging service. It allows
|
|
|
-for more interaction between the various kinds of clients.
|
|
|
+The "Control Server" merely is a client on the messaging service. But since
|
|
|
+it is the portion that actually helps forming processes between the other clients, we began calling
|
|
|
+it "Server". Generally it allows for more interaction between the various kinds of clients.
|
|
|
+
|
|
|
+So it defines a minimal set of text protocol under which the other clients can
|
|
|
+talk to each other and even provides some simple services to, for example, resolve
|
|
|
+IP addresses to nice short names and countries.
|
|
|
|
|
|
It provides the following commands on the messaging service:
|
|
|
+Link
|
|
|
|
|
|
## Messaging Service
|
|
|
|