Differences between revisions 9 and 10
Revision 9 as of 2012-01-22 09:19:46
Size: 2434
Editor: JoergJaspert
Comment: adjust to git urls
Revision 10 as of 2012-08-02 19:50:43
Size: 2439
Editor: TJFontaine
Comment: update projects to reflect github urls
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
OFTC currently develops 3 projects for its purposes: [[#oftc-hybrid|oftc-hybrid]] our IRC daemon, [[#oftc-ircservices|oftc-ircservices]] our IRC services suite, and [[#oftcdns|oftcdns]] a geoip dns responder to handle user distribution across our servers. OFTC uses [[http://trac.edgewall.org|trac]] 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 http://www.oftc.net/releases/. Developers contributing to our code base should read and be familiar with [[Subversion]]. OFTC currently develops 3 projects for its purposes: [[#oftc-hybrid|oftc-hybrid]] our IRC daemon, [[#oftc-ircservices|oftc-ircservices]] our IRC services suite, and [[#oftcdns|oftcdns]] a geoip dns responder to handle user distribution across our servers. OFTC uses [[https://github.com|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 http://www.oftc.net/releases/. Developers contributing to our code base should read and be familiar with [[Subversion]].
Line 7: Line 7:
OFTC uses a modified [[http://www.ircd-hybrid.org|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 trac project. You can find our current goals for IRCd at CodingPlan. OFTC uses a modified [[http://www.ircd-hybrid.org|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. You can find our current goals for IRCd at CodingPlan.
Line 9: Line 9:
 * browse source, submit, and view bugs http://trac.oftc.net/projects/oftc-hybrid
 * anonymous access: git clone git://git.oftc.net/oftc-hybrid.git
 * developer access: git clone ssh://git.oftc.net/oftc-hybrid.git
 * browse source, submit, and view bugs https://github.com/oftc/oftc-hybrid
 * anonymous access: git clone git://github.com/oftc/oftc-hybrid.git
 * developer access: git clone ssh://git@git.oftc.net/oftc-hybrid.git
Line 15: Line 15:
OFTC created a new suite of services based on the core of [[http://www.ircd-hybrid.org|hybrid]] to ease integration into our network. In the repository, /trunk tracks our new features, while /branches/oftc-ircservices-1.4 tracks our current version linked into the network. Please submit feature requests and bug reports to the trac project. You can find our current goals for services at ServicesPlan. OFTC created a new suite of services based on the core of [[http://www.ircd-hybrid.org|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. You can find our current goals for services at ServicesPlan.
Line 17: Line 17:
 * browse source, submit, and view bugs http://trac.oftc.net/projects/oftc-ircservices
 * anonymous access: git clone git://git.oftc.net/oftc-ircservices.git
 * developer access: git clone ssh://git.oftc.net/oftc-ircservices.git
 * browse source, submit, and view bugs https://github.com/oftc/oftc-ircservices
 * anonymous access: git clone git://github.com/oftc/oftc-ircservices.git
 * developer access: git clone ssh://git@git.oftc.net/oftc-ircservices.git
Line 23: Line 23:
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 trac project. 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.
Line 25: Line 25:
 * browse source, submit, and view bugs http://trac.oftc.net/projects/oftc-tools
 * anonymous access: git clone git://git.oftc.net/oftc-tools.git
 * developer access: git clone ssh://git.oftc.net/oftc-tools.git
 * browse source, submit, and view bugs https://github.com/oftc/oftc-tools
 * anonymous access: git clone git://github.com/oftc/oftc-tools.git
 * developer access: git clone ssh://git@git.oftc.net/oftc-tools.git

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 http://www.oftc.net/releases/. Developers contributing to our code base should read and be familiar with Subversion.

Contents

  1. IRCd
  2. Services
  3. DNS

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. You can find our current goals for IRCd at CodingPlan.

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. You can find our current goals for services at ServicesPlan.

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.

oftc: CodingProjects (last edited 2012-08-02 19:50:43 by TJFontaine)