Tracker Source Code

From WinBolo

(Difference between revisions)
Jump to: navigation, search
(Features)
Line 1: Line 1:
-
The current WinBolo [[Tracker]] was created by John Morrison and Andrew Roth. It is written in ANSI compliant C and designed to run on multiple platforms.
+
The current WinBolo [[Tracker]] was created by John Morrison and Andrew Roth. It is written in 100% ANSI compliant C and designed to run on multiple platforms.
It is available under the GNU GPL version 2 and available to download via Google code.
It is available under the GNU GPL version 2 and available to download via Google code.
Line 17: Line 17:
A list of [[Project Ideas#Tracker|Project Ideas]] are available.
A list of [[Project Ideas#Tracker|Project Ideas]] are available.
 +
 +
=== Compiling ===
 +
 +
To build on linux type make in the tracker directory
 +
 +
To build on add all files to a console application. Add the winsock2 library.

Revision as of 15:25, 1 December 2008

The current WinBolo Tracker was created by John Morrison and Andrew Roth. It is written in 100% ANSI compliant C and designed to run on multiple platforms.

It is available under the GNU GPL version 2 and available to download via Google code.


Features

The tracker has the following functionality:

  • Processing sever updates.
  • Providing game lists,
  • Providing a game list via HTTP.
  • Banning users via IP or hostnames
  • Writing of statistic files. (currently disabled)
  • IRC client for announcing new games. (currently disabled)
  • Debug server for clearing game lists, modifying bans and administrator chat (currently disabled)


A list of Project Ideas are available.

Compiling

To build on linux type make in the tracker directory

To build on add all files to a console application. Add the winsock2 library.

Personal tools