-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEVNOTES
29 lines (25 loc) · 1.33 KB
/
DEVNOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
**********************************************************************
* PTlink IRC Services is (C) Copyright PTlink IRC Software 1999-2005 *
* http://software.pt-link.net *
* This program is distributed under GNU Public License *
* Please read the file COPYING for copyright information. *
**********************************************************************
---------------------------------------
PTlink IRC Services 3 - Development Notes
---------------------------------------
* $Id: DEVNOTES 33 2010-05-10 02:46:01Z openglx $
* Motivation *
After some years with using and expanding ircservices4 legacy I have learned
that I don't like most of the technical options which were taken on its
development so I did not found it suitable for the major changes we had in
mind.
* Goals *
The main goals for this new project, in a development point of view, were
easy development by moving ircd related functions/handling to an auxiliary
library (libircservice) and data integration for web services (achieved by
using MySQL for the db).
* Limitations *
There has been some care for efficiency on resource usage but
that wasn't a major concern. PTlink IRC Services 3 were not planned to be
used by a large network, it's usability is strongly dependent on the MySQL
service performance.