Difference between revisions of "Ircd-darenet"

From IRC Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
=ircd-darenet=
=ircd-darenet=


Designed specifically for [[DareNET]], ircd-darenet is based on [[Nefarious]], from the lovely people on the evilnet development team. We decided rather than always downloading and modifying the source every time a new version of [[Nefarious]] was released, to instead fork and maintain our own branch. The amount of changes already made are quite significant. Such changes include the addition of a spam bot detection system, enhanced LOC (login on connect), anti-drone flood system, additional operator privileges and tweaks to existing ones, some backend enhancements, new channel/user modes and tweaks to existing ones, and much more.
ircd-darenet is a fork of [[Nefarious]] IRCu, which itself is a fork of Undernet's [[ircu]]. In addition to these two ircds, ircd-darenet also contains code from Quakenet's [[snircd]].


=ircd-darenet v2.0=
=ircd-darenet v2.0=


We are currently in the process of branching off of a vanilla version of ircu2.10.12 and re-implementing the features in which we utilize this will help to ensure that the ircd is written to our [http://wiki.darenet.org/Development_Team/Coding_Standards Coding Standards] as well as help strip out a lot of the stuff in [[Nefarious]] in which we do not use.
Development has begun on ircd-darenet 2, which is a fork of Undernet's [[ircu]] 2.10.12 branch. The goal being to re-implement those features we have come to know and love in ircd-darenet 1.x on top of a more modern code base, while leaving behind a lot of stuff found in [[Nefarious]] IRCu that we do not utilize. The end result hopefully being a leaner, more efficient ircd.
 
=Recent Commit Log=
<feeds>http://cia.vc/stats/project/ircd-darenet/.rss?ver=2&medium=xhtml&limit=4</feeds>


For additional information see:
For additional information see:


[http://www.darenet.org/wiki/Development_Team DareNET Wiki Development Team]
[http://wiki.darenet.org/Development_Team DareNET Wiki Development Team]


[[Category:Software]][[Category:IRC server software]][[Category:C]][[Category:Active]]
[[Category:Software]][[Category:IRC server software]][[Category:C]][[Category:Active]]

Latest revision as of 14:38, 9 November 2012

ircd-darenet
Darenet.png
Programming language: C
Platform: Linux, BSD, Unix
Status: Active
Based on: Nefarious
License: GNU General Public License
Latest release: 1.5.1
Homepage: http://wiki.darenet.org/Development_Team

ircd-darenet

ircd-darenet is a fork of Nefarious IRCu, which itself is a fork of Undernet's ircu. In addition to these two ircds, ircd-darenet also contains code from Quakenet's snircd.

ircd-darenet v2.0

Development has begun on ircd-darenet 2, which is a fork of Undernet's ircu 2.10.12 branch. The goal being to re-implement those features we have come to know and love in ircd-darenet 1.x on top of a more modern code base, while leaving behind a lot of stuff found in Nefarious IRCu that we do not utilize. The end result hopefully being a leaner, more efficient ircd.

For additional information see:

DareNET Wiki Development Team