Hybserv2 is a new and improved version of the now unsupported Hybserv, sporting new features, bugfixes, and more. It is specifically designed for Hybrid IRC servers, but may work with others as well. It includes OperServ, NickServ, ChanServ, MemoServ, StatServ, HelpServ, and Global. Each of the services can be enabled and disabled as necessary.
| Tags | Communications Chat IRC |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
Recent releases


Release Notes: This major release has roughly 2 medium-significance enhancements, 15 bugfixes, and 4 minor enhancements.


Release Notes: This release has roughly 17 medium-significance enhancements, 29 bugfixes, and 16 minor enhancements, accompanied by a documentation update.


Release Notes: Since 1.9.1 around 85k lines of code have changed, which include many fixes and very few new features.


Release Notes: A diff against 1.9.0 shows around 70000 changed lines, which includes dozens of fixes and new features. This version has been improved in terms of speed, security, and interconnectivity (IPv6 capabilities, different network fixes, etc).


Release Notes: Many bugfixes and code cleanups. More Hybrid7 compatibility, documentation updates, several new commands, etc. The last release was several years ago, so this is really a long awaited major release.
Recent comments
08 Jan 2008 13:39
Chanserv options
I am running a private IRC server and I am encountering an issue when attempting to register a channel.
-ChanServ- You need 8 more users to register channel #channame
Is there a way to change the number of required users? I have been all over google and read all the documentation I could find and have not found my answer. Any help would be greatly appreciated. Thanks.
22 Jul 2004 09:21
Re: Command Aliasing?
Hello Clif,
> Is there a way to alias the service
> commands using ircd-hybrid7 and
> hybserv-cvs?
Just look at the current contrib/ there is a module called hybrid_services.c. Copy it to your current hybrid7 source in modules/.
Edit the modules/MakeFile.in and add in the SRCS = the file called hybrid_services.c. Something like:
SRCS = \
m_accept.c \
m_admin.c \
m_away.c \
hybrid_services \
and so on.
After that:
make distclean
./configure --pref=/path/to/ircd
make depend
make
make install
Enjoy your aliases (there is also a /identify alias).
07 Feb 2004 21:19
Command Aliasing?
Is there a way to alias the service commands using ircd-hybrid7 and hybserv-cvs?
i.e. instead of having to type /msg NickServ blah
have it accept /NickServ blah
thanks
10 Jan 2004 06:58
Re: I have this problem...
> ok I got it to work finaly. The problem
> was the config files. it worked fine for
> [...]
Please, do try CVS version (www.srce.hr/~kreator/p...) before reporting bugs. There are some ~2 years of changes and Hybrid7 adaptations in there.
10 Jan 2004 06:51
Re: I have this problem...
ok I got it to work finaly. The problem was the config files. it worked fine for about a day. But sudenly it was inpossible to register chans not. you get
-chanserv* register #chan passwd
-ChanServ- You are not a channel operator on[#chan]
But there are no channels registerd. I have tried reinstalling hybserv2-1.8 and hybdrid7 but still the same. I'm going NUTS!