Log in | Back to darenet.org

Development Team

m (ircd-darenet)
 
(37 intermediate revisions not shown)
Line 1: Line 1:
-
{{Header|1 = <h2>'''[[Development Team|DareNET Development Wiki]]''' - {{FULLPAGENAME}}</h2>}}
+
__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].
-
__NOTOC__Welcome to the Development Team's home on the wiki. The purpose of this page is to provide you with information regarding the team and its projects. We can be reached via e-mail at dev@darenet.org or in #dev on the network, which is probably the easiest way to get in touch with us.
+
-
== Current Members ==
+
== Development Projects ==
-
----
+
-
Here is a list of our current team members.
+
-
{| class="wikitable" width="40%" style="font-size: 90%; text-align: left;"
+
DareNET currently develops the following projects:
-
|-
+
-
|'''Nickname'''
+
-
|'''Project'''
+
-
|-
+
-
| Neronix
+
-
| website-darenet
+
-
|-
+
-
| NiTeMaRe
+
-
| ircd-darenet, services-darenet, website-darenet
+
-
|-
+
-
| SecretAgent
+
-
| ircd-darenet, services-darenet, website-darenet, webchat-darenet
+
-
|-
+
-
|}
+
-
 
+
-
== Projects ==
+
-
----
+
-
{| class="wikitable" width="75%" style="font-size: 90%; text-align: left;"
+
-
|-
+
-
|'''Project Name'''
+
-
|'''Maintainer'''
+
-
|'''Basis'''
+
-
|'''Programming Language'''
+
-
|'''Required Release'''
+
-
|-
+
-
| ircd-darenet
+
-
| SecretAgent
+
-
| Nefarious IRCu
+
-
| C
+
-
| 1.3.4b
+
-
 
+
-
|-
+
-
| services-darenet
+
-
| SecretAgent
+
-
| Srvx, X3
+
-
| C, Python
+
-
| 1.3-sql
+
-
|-
+
-
| website-darenet
+
-
| SecretAgent
+
-
| ''(from scratch)''
+
-
| PHP
+
-
| -
+
-
|-
+
-
| webchat-darenet
+
-
| SecretAgent
+
-
| qwebirc
+
-
| Python
+
-
| v0.85+darenet
+
-
|-
+
-
|}
+
=== ircd-darenet ===
=== ircd-darenet ===
-
ircd-darenet is based on [http://evilnet.sf.net nefarious ircu], 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 (over 4000 lines in all!). Such changes include the addition of a spam bot detection system, 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.
+
Latest release: 2.0.6
-
=== services-darenet ===
+
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.
-
Our services, code named services-darenet, are currently based on [http://www.srvx.net srvx] and [http://evilnet.sf.net x3], but also include features unique to DareNET.
+
=== evo ===
-
=== webchat-darenet ===
+
Latest release: 1.0.0
-
We have been following [http://qwebirc.org qwebirc]'s development for quite some time now, and have found it to be a great alternative to sites such as mibbit. Much thanks to Chris Porter aka slug for developing this great client, and freely releasing it. DareNET currently runs a modified version of it, dubbed webchat-darenet. Some modifications can be found [https://bitbucket.org/secretagent/qwebirc here].
+
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.
-
=== website-darenet ===
+
=== lua-mafia ===
-
Developing 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. Unfortunately, the vast majority of PHP frameworks currently out there don't 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]].
+
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!).
-
The current site is built upon the Joomla framework, and boosts a wide variety of custom components, 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 to build user profiles, post to the forums, create social groups, chat on IRC and much more.
+
== FAQ ==
-
The site is programmed in [http://www.php.net PHP] and uses [http://www.mysql.com MySQL] as its database backend.
+
=== Where can I download projects? ===
-
== FAQ ==
+
Most of our patches to [http://www.qwebirc.org qwebirc] have been incorporated upstream.
-
----
+
-
=== Where can I download your projects? ===
+
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:
-
While we do plan to eventually release our projects someday, your patience is required until it happens.
+
* [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]
=== I found a bug, where can I report it? ===
=== I found a bug, where can I report it? ===
-
Please send any bug reports to dev@darenet.org. Alternatively, if the project is public, you may submit it on the appropriate tracker [http://redmine.darenet.org here]. Use your DareNET (NickServ) username to login.
+
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.
-
 
+
-
=== What development environment does DareNET use? ===
+
-
 
+
-
Most of our projects are developed in the C programming language; however, other languages such as Python are used too. The source is targeted at most of the popular Unix platforms, and all releases are tested on Gentoo Linux and FreeBSD.
+
-
 
+
-
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 any project developed by DareNET can be found in their respective installation instructions.
+
=== How do I get involved with DareNET Development? ===
=== How do I get involved with DareNET Development? ===
-
Individuals interested in contributing to one of DareNET's various development projects (e.g. ircd-darenet, services-darenet, webchat-darenet, website-darenet, etc.) should send an email to dev@darenet.org. If you are involved with other projects, please note this in your email and possibly provide links to their project pages.
+
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.
-
 
+
-
== Other Resources ==
+
-
----
+
-
* [[Development Team/Commit Guidelines|Our Commit Guidelines]]
+
-
* [[Development Team/Coding Standards|Our Coding Standards]]
+
-
* [[Server Commands|Command Reference]]
+
-
* [[Server Privileges|List of Operator Privileges]]
+
-
* [[Development Team/ircd-darenet/INSTALL|Compiling IRCd-DareNET]]
+
-
* [[Web Development|Web Development reference]]
+
-
* [[DareNET IRCd Configuration]]
+

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.