Log in | Back to darenet.org

Development Team

m (ircd-darenet)
 
(160 intermediate revisions not shown)
Line 1: Line 1:
-
DareNET's Development Team is dedicated to producing high quality IRC servers, IRC services and web properties for the DareNET community. We are open to suggestions, so feel free to give them!
+
__NOTOC__DareNET's development team is dedicated to actively maintaining and developing the software that's running the network. The team can be reached via email at dev@darenet.org or in [https://webchat.darenet.org/?channels=dev #dev].
-
== ircd-darenet ==
+
== Development Projects ==
-
This is currently the IRCd in use on DareNET, which is based on u2.10.11.07.
+
DareNET currently develops the following projects:
-
{| class="wikitable" width="60%" style="font-size: 85%; text-align: left;"
+
=== ircd-darenet ===
-
|-
+
-
| '''Current Release:''' ircd-darenet 1.0.0
+
-
|-
+
-
| '''Required Release:''' ircd-darenet 1.0.0
+
-
|}
+
-
'''[[Server Commands|Command Reference]] | [[Development Team/ircd-darenet/INSTALL|Install Guide]] | [[Development Team/ircd-darenet/sample config|Sample Configuration]]'''
+
Latest release: 2.0.6
-
<table><tr><td>[[Image:Bug.png]] Found a bug? Please report it [http://dev.darenet.org:3000/ here].</td></tr></table>
+
ircd-darenet 2.x is a fork of the Undernet Universal IRC daemon (u2.10.12 branch), also known as [http://coder-com.undernet.org ircu], and contains various code from Quakenet's [http://dev.quakenet.org snircd] patchset. Some of DareNET's patches include SSL encryption (both server<>server and server<>client), configuration includes, persistent channels, partial IRCv3 support, fakehosts and remote server and user management.
-
== services-darenet ==
+
=== evo ===
-
This is the IRC Services software used on DareNET.
+
Latest release: 1.0.0
-
{| class="wikitable" width="60%" style="font-size: 85%; text-align: left;"
+
Evo is our account and channel management services running on DareNET, which was forked from GameSurge's [http://www.srvx.net srvx] services. Some of DareNET's patches include channel quotes, title management (HostServ), stronger password hashing, additional channel and user management options, web integration and more.
-
|-
+
-
| '''Current Release:''' services-darenet 1.2.0
+
-
|-
+
-
| '''Release-in-use:''' services-darenet 1.2.0
+
-
|}
+
-
'''[http://www.darenet.org/services_help Interactive Command Reference] | [[Development Team/services-darenet/sample_config|Sample Configuration]]'''
+
=== lua-mafia ===
-
==== Services Bots ====
+
DareNET's implementation of the widely popular Mafia party game (also known as Werewolf). You can play in [https://webchat.darenet.org?channels=#mafia #Mafia]. You'll need a registered account, which you can get [https://www.darenet.org/signup here] (don't worry, it's free!).
-
Here is a list of the current services bots used on DareNET, as well as a brief description of what their actual purpose is on the network.
+
== FAQ ==
-
* '''NickServ''' - Account & Nickname management bot.
+
=== Where can I download projects? ===
-
* '''MemoServ''' - Memorandum relay bot.
+
-
* '''ChanServ''' - Channel management bot.
+
-
* '''SpamServ''' - Spam/Flood protection bot.
+
-
* '''HelpServ''' - Help queue manager.
+
-
* '''OperServ''' - Network management bot.
+
-
* '''Global''' - Community announcement manager.
+
-
* '''S''' - Statistical bot.
+
-
'''Services Bots currently under development:'''
+
Most of our patches to [http://www.qwebirc.org qwebirc] have been incorporated upstream.
-
''Note, the actual names of these services are subject (and likely) to change.''
+
Our other projects, including those listed on this page, are highly customized to our network and so publishing them would not make much sense. While we may eventually release ircd-darenet, your patience is required until it happens. In the mean time, we recommend taking at look at the following projects (in no particular order), for IRC daemons and services with comparable feature sets:
-
* '''GeoServ''' - DNS & SSH management bot.
+
* [http://www.atheme.org/project/charybdis Charybdis]
-
* '''WebServ''' - Services<>Web integration bot.
+
* [http://dev.quakenet.org snircd]
 +
* [http://evilnet.sf.net Nefarious ircu]
 +
* [http://srvx.net srvx]
 +
* [http://www.atheme.net/download-atheme.php Atheme IRC Services]
 +
* [http://evilnet.sf.net X3]
 +
* [https://hg.quakenet.org/newserv newserv]
 +
 
 +
=== I found a bug, where can I report it? ===
 +
 
 +
Please send any bug reports to dev@darenet.org. We can also be reached in [https://webchat.darenet.org/?channels=dev #dev] on the network.
 +
 
 +
=== How do I get involved with DareNET Development? ===
 +
 
 +
If you're interested in contributing to one of DareNET's projects, whether it be with actual development or improving documentation, drop us a line at dev@darenet.org. If you have a GitHub, Bitbucket, Sourceforge, etc. profile, feel free to include links to those as well.

Current revision as of 21:48, 25 June 2014

DareNET's development team is dedicated to actively maintaining and developing the software that's running the network. The team can be reached via email at dev@darenet.org or in #dev.

Development Projects

DareNET currently develops the following projects:

ircd-darenet

Latest release: 2.0.6

ircd-darenet 2.x is a fork of the Undernet Universal IRC daemon (u2.10.12 branch), also known as ircu, and contains various code from Quakenet's snircd patchset. Some of DareNET's patches include SSL encryption (both server<>server and server<>client), configuration includes, persistent channels, partial IRCv3 support, fakehosts and remote server and user management.

evo

Latest release: 1.0.0

Evo is our account and channel management services running on DareNET, which was forked from GameSurge's srvx services. Some of DareNET's patches include channel quotes, title management (HostServ), stronger password hashing, additional channel and user management options, web integration and more.

lua-mafia

DareNET's implementation of the widely popular Mafia party game (also known as Werewolf). You can play in #Mafia. You'll need a registered account, which you can get here (don't worry, it's free!).

FAQ

Where can I download projects?

Most of our patches to qwebirc have been incorporated upstream.

Our other projects, including those listed on this page, are highly customized to our network and so publishing them would not make much sense. While we may eventually release ircd-darenet, your patience is required until it happens. In the mean time, we recommend taking at look at the following projects (in no particular order), for IRC daemons and services with comparable feature sets:

I found a bug, where can I report it?

Please send any bug reports to dev@darenet.org. We can also be reached in #dev on the network.

How do I get involved with DareNET Development?

If you're interested in contributing to one of DareNET's projects, whether it be with actual development or improving documentation, drop us a line at dev@darenet.org. If you have a GitHub, Bitbucket, Sourceforge, etc. profile, feel free to include links to those as well.