Justasic / ANT

A replacement project for CIA.vc's Commit system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arbitrary Navn Tool -- (C) 2011-2012 Azuru


Table of Contents

  1. Developers
  2. Credits
  3. Dependencies
  4. How to install
  5. Contact

1. DEVELOPERS

2. CREDITS

In addition to the above developers we'd also like to acknowledge the following projects for design concepts, code, and/or inspiration.

3. DEPENDENCIES

Building:

Segmentation fault traces:

  • for backtrace dumps: C++ include '<execinfo.h>'
  • for attempts to restore program before crash, include '<setjmp.h>'

4. HOW TO INSTALL

  • Extract the source with unzip on linux.
  • Make sure you have updated Gpp and G++ to latest versions or have build-essentials installed.
  • Run ./Config
  • Run make
  • Run make install
  • To start the bot(s) run ./ant

Other switches

  • List of switches: -h, --help
  • Start with minimal logging: -d, --developer
  • Stay in console: -n, --nofork
  • Debug everything sent to/from every socket: -p, --protocoldebug
  • No terminal colors: -c, --nocolor
  • Show memory info: -m, --memorydebug
  • Do not write to databases: -r, --readonly
  • Print version: -v, --version

5. CONTACT

Our IRC: irc.Azuru.net #ANT (Ports: 6660-6669 / SSL: 5000) or irc.AlphaChat.net #ephasic (6667 / SSL: 6697) Git: https://github.com/Ephasic/ANT

About

A replacement project for CIA.vc's Commit system.

License:GNU General Public License v3.0


Languages

Language:C++ 94.2%Language:Perl 4.1%Language:Shell 1.1%Language:C 0.3%Language:JavaScript 0.2%Language:Python 0.1%Language:R 0.0%