Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.29 KB

CodingProjects.md

File metadata and controls

56 lines (42 loc) · 2.29 KB
layout title
master
CodingProjects

OFTC Coding Projects

OFTC currently develops 3 projects for its purposes: oftc-hybrid our IRC daemon, oftc-ircservices our IRC services suite, and oftcdns a geoip dns responder to handle user distribution across our servers. OFTC uses GitHub for its source browsing and bug tracking, please see the section below for the url of the project you're interested in. You can find tarball releases of our projects at https://www.oftc.net/releases/. Developers contributing to our code base should read and be familiar with git

Projects:

  • toc {:toc}

IRCd

OFTC uses a modified hybrid code base for its IRCd. In the repository, /trunk is where the next version of oftc-hybrid is being developed. The version that is currently in use on the OFTC network can be found in /branches/oftc-hybrid-1.6. Please submit feature requests and bug reports to the github project.

Services

OFTC created a new suite of services based on the core of hybrid to ease integration into our network. In the repository, /trunk tracks our new features, while /branches/oftc-ircservices-1.5 tracks our current version linked into the network. Please submit feature requests and bug reports to the github project.

DNS

OFTC uses a system based on python and twistd-names to manage even distribution among its IRC network based on geoip location and server and network statistics. Please submit feature requests and bug reports to the github project.