forked from Estella/enet-1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Evilnet IRC Network IRCD
License
Wilmer012/enet-1.0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
##To install you must make sure you have the following packages: git libgeoip-dev openssl libssl-dev autoconf automake flex libpcre3-dev byacc gawk ALSO MAKE SURE YOU INSTALL libmaxminddb by doing the following as a root: 1) wget https://github.com/maxmind/libmaxminddb/releases/download/1.4.2/libmaxminddb-1.4.2.tar.gz 2) tar -zxvf libmaxminddb-1.4.2.tar.gz 3) cd libmaxminddb-1.4.2 4) ./configure 5) make; make check 6) make install 7) ldconfig ##To install 1. Download the Files git clone https://github.com/wilmer012/enet-1.0.git cd enet-1.0 2. Ready for the Configuration we suggest this command ./configure --libdir=$HOME/ircd --mandir=$HOME/ircd --bindir=$HOME/ircd *** in ubuntu to configure with Geoip support do: ./configure --libdir=$HOME/ircd --mandir=$HOME/ircd --bindir=$HOME/ircd --with-geoip-includes=/usr/include make; make install Thanks to Nefarious Team For The Code Modified svsnick to support nick protection by GNUWorld (mod.cservice) JhonDoe @RedHispano IRC Network
About
Evilnet IRC Network IRCD
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 89.0%
- Perl 2.6%
- Makefile 2.4%
- Shell 2.1%
- Yacc 1.4%
- Batchfile 1.0%
- Other 1.5%