Log in | Back to darenet.org

Development Team

m (IRCd-DareNET)
(Current Version)
Line 16: Line 16:
| ircd-darenet 1.2.0
| ircd-darenet 1.2.0
|}
|}
 +
 +
=== 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 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.
 +
 +
The complete list of required software to build ircd-darenet can be found in the installation instructions.
=== Other Resources ===
=== Other Resources ===

Revision as of 06:27, 10 December 2008

Welcome to the Development Team's section of the wiki. This page is intended to provide you with information regarding the team and its various projects. We can also be found in #Dev on the network.

IRCd-DareNET

We currently use a modified version of Nefarious IRCu. We decided that rather than always downloading and modifying the source whenever new versions of Nefarious IRCu are released, to instead fork and maintain our own source tree, since the amount of changes we've already made are quite significant.

Current Version

Current Release: ircd-darenet 1.2.0
Required Release: ircd-darenet 1.2.0

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 developers run a Unix-like operating system and use an open source tool chain with GCC, GNU Make, GDB, Autoconf, and so on. If you have contributed to open source software before, you will probably be familiar with these tools.

The complete list of required software to build ircd-darenet can be found in the installation instructions.

Other Resources