A simple IRC service written in C for MintIRCd (And soon to be more)

Pentium44 01d751aa42 Fixed missing free on malloc, no more crashing! 2 years ago
src 01d751aa42 Fixed missing free on malloc, no more crashing! 2 years ago
Makefile 0f32a18d73 Initial push, working with MintIRCd 3 years ago
README.md 9bdf76769e README 3 years ago
start_cserv 01d751aa42 Fixed missing free on malloc, no more crashing! 2 years ago

README.md


-- CServ --

Simple IRC services bot written in C made to eventually have all the functions of NickServ and ChanServ in a more simple and easy to handle binary!

Building and using

cd /path/to/cserv-src/

make

modify startup script to your needs

run!

Changelog

V0.1.0

  • Supports nickname verification via flat file password
  • Supports channel registration via user password
  • Supports channel topic modifications via owner of such channel
  • Supports nickname releasing (nick KILL) when owner has verified the password

Licensing

Released under LGPLv2 with no warranties intended. It is in no way fully developed and may have bugs.

Chris Dorman, 2020 ~ cddo [at] riseup [dot] net