Log in | Back to darenet.org

Development Team

m (website-darenet)
m (ircd-darenet)
 
(119 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__
+
__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].
-
Welcome to the Development Team's home on the wiki. This page is intended to provide you with information regarding the team and its various projects. We can be reached via e-mail at dev@darenet.org or in #dev on the network.
+
-
== Current Members ==
+
== Development Projects ==
-
Here is a list of our current team members.
+
DareNET currently develops the following projects:
-
 
+
-
* blahx
+
-
* NiTeMaRe
+
-
* ozzeh
+
-
* Rocks
+
-
* SecretAgent <small>- ''Development Manager''</small>
+
-
 
+
-
== Projects ==
+
-
 
+
-
Here is, more or less, a list of current projects...
+
=== ircd-darenet ===
=== ircd-darenet ===
 +
Latest release: 2.0.6
-
We currently use a modified version of [http://evilnet.sourceforge.net Nefarious IRCu]. We decided that rather than always downloading and modifying the source whenever new versions of nef+ircu are released, to instead fork and maintain our own branch, since the amount of changes we have already made are quite significant.
+
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.
-
{|
+
=== evo ===
-
|-
+
-
| style="text-align: left;"|'''Current Release:'''
+
-
| ircd-darenet 1.2.1
+
-
|-
+
-
| '''Required Release (for DareNET):'''
+
-
| ircd-darenet 1.2.1
+
-
|}
+
-
=== services-darenet ===
+
Latest release: 1.0.0
-
As with our ircd, we've also decided to maintain our own fork of X3/Srvx, since the amount of changes we've already made are quite extensive.
+
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.
-
{|
+
=== lua-mafia ===
-
|-
+
-
| style="text-align:left;"|'''Current Release:'''
+
-
| services-darenet 1.2.0+[145 2009-01-31]
+
-
|-
+
-
|}
+
-
=== website-darenet ===
+
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!).
-
 
+
-
Development of PHP sites without a preconceived plan to manage them is asking for a headache. The goal of a framework is to make the process of writing web-based applications easier. While there are already several PHP frameworks out there, none of them really provide everything DareNET's next generation web site will require; therefore, we have started working on our own, custom framework. More information can be found [[Web Development|here]].
+
-
 
+
-
The current site is built upon the Joomla framework, and boosts a wide variety of custom modules and applications. It is integrated with our IRC network, which presently allows individuals to register a NickServ (DareNET) account, which can then be used on IRC, to build user profiles, post to the forums, create social groups and much more.
+
-
 
+
-
The site is programmed in [http://www.php.net PHP] and uses [http://www.mysql.com MySQL] as it's database backend.
+
== FAQ ==
== FAQ ==
-
=== Where can I download your projects? ===
+
=== Where can I download projects? ===
-
 
+
-
Our ircd and services are based upon Nefarious IRCu and X3, both of which can be found [http://evilnet.sourceforge.net/ here]; however, they do not contain DareNET specific changes / features. While we do plan to eventually release our projects someday, your patience is required until it happens.
+
-
 
+
-
=== Why Don't You Use <insert your favorite wizz-bang feature here>? ===
+
-
 
+
-
There is always a temptation to use the newest operating system features as soon as they arrive. We resist that temptation.
+
-
 
+
-
First, we support several operating systems, so any new feature has to be well established before we will consider it. Second, most new wizz-bang features don't provide dramatic improvements. Third, they usually have some downside, such as decreased reliability or additional code required. Therefore, we don't rush to use new features but rather wait for the feature to be established, then ask for testing to show that a measurable improvement is possible.
+
-
 
+
-
So, we are not ignorant of new features. It is just that we are cautious about their adoption.
+
-
 
+
-
=== What Development Environment Does DareNET Use? ===
+
-
IRCd-DareNET is developed mostly in the C programming language. The source code is targeted at most of the popular Unix platforms.
+
Most of our patches to [http://www.qwebirc.org qwebirc] have been incorporated upstream.
-
Most developers run a Unix-like operating system and use an open source tool chain with [http://gcc.gnu.org/ GCC], [http://www.gnu.org/software/make/make.html GNU Make], [http://www.gnu.org/software/gdb/gdb.html GDB], [http://www.gnu.org/software/autoconf/ Autoconf], and so on. If you have contributed to open source software before, you will probably be familiar with these tools.
+
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:
-
The complete list of required software to build ircd-darenet can be found in the installation instructions.
+
* [http://www.atheme.org/project/charybdis Charybdis]
 +
* [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]
-
=== How Do I Get Involved With DareNET Development? ===
+
=== I found a bug, where can I report it? ===
-
If you are interested in contributing to DareNET's various development projects (e.g. ircd-darenet, services-darenet, web development, etc) please send e-mail to dev@darenet.org. If you are involved with other projects, please note this in your e-mail and possibly provide links to their project pages.
+
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.
-
== Other Resources ==
+
=== How do I get involved with DareNET Development? ===
-
* [[Development Team/Coding Standards|Our Coding Standards]]
+
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.
-
* [[Server Commands|Command Reference]]
+
-
* [[Development Team/ircd-darenet/INSTALL|Compiling IRCd-DareNET]]
+
-
* [[Web Development|Web Development reference]]
+

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.