Skip to content

MythTV/beirdobot

This branch is 66 commits ahead of Beirdo/beirdobot:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf89149 · Jan 21, 2025
May 20, 2024
Jun 1, 2018
May 15, 2024
Jan 21, 2025
May 15, 2024
Oct 27, 2010
Jan 6, 2010
Jul 13, 2006
Feb 6, 2010
Oct 27, 2009
May 15, 2024
May 16, 2007
May 16, 2007
Feb 8, 2010
May 15, 2024
Jan 6, 2010
Jul 13, 2006
Nov 18, 2010
Feb 10, 2010
Jan 21, 2025
May 20, 2024
May 20, 2024
Jun 1, 2018

Repository files navigation

This project is under GPL (see COPYING)

The bot/ dir contains the source of the IRC bot (C)
The web/ dir contains the source of the web frontend (PHP)
The scripts/ dir contains script files used for packaging



To get the prerequisites in Ubuntu:
apt-get install libpcre3-dev libc-client-dev libperl-dev 
apt-get install libcurl4-openssl-dev libapr1-dev libaprutil1-dev libsvn-dev 
apt-get install autoconf automake libncurses5-dev cmake

To get the prerequisites in RedHat & derivatives (tested on CentOS 5.5):
yum install pcre-devel zlib-devel curl-devel ncurses-devel
yum install cmake autoconf automake
(NOTE: this build had several plugins disabled -- luascript, mailbox, perl,
rssfeed, trac)

After install (use appropriate user/group info):
chown -R botuser.botgroup /usr/share/beirdobot/clucene



Flood settings for IRC networks (tested):

Freenode:
Flood Interval: 2                   
Flood Max Time: 8                   
Flood Buffer:   1500                
Flood Max Line: 160 

OFTC:
Flood Interval: 2                   
Flood Max Time: 8                   
Flood Buffer:   2000                
Flood Max Line: 256 

Packages

No packages published

Languages

  • C 44.9%
  • C++ 36.5%
  • Shell 10.4%
  • Makefile 2.8%
  • CMake 1.5%
  • PHP 1.0%
  • Other 2.9%