| 1 |
<?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11-strict.dtd"> |
| 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 4 |
<head> |
| 5 |
<meta http-equiv="Content-Style-Type" content="text/css"/> |
| 6 |
<style type="text/css">@import "style.css";</style> |
| 7 |
<title>IRC Services Technical Reference Manual</title> |
| 8 |
</head> |
| 9 |
|
| 10 |
<body> |
| 11 |
<h1 class="title">IRC Services Technical Reference Manual</h1> |
| 12 |
|
| 13 |
<h2 class="section-title">Table of Contents</h2> |
| 14 |
|
| 15 |
<p class="toc">1. <a href="1.html">About this manual</a></p> |
| 16 |
|
| 17 |
<p class="toc">2. <a href="2.html">Core Services functionality</a></p> |
| 18 |
|
| 19 |
<p class="toc">3. <a href="3.html">Communication (socket) handling</a></p> |
| 20 |
|
| 21 |
<p class="toc">4. <a href="4.html">The module system</a></p> |
| 22 |
|
| 23 |
<p class="toc">5. <a href="5.html">IRC server interface</a></p> |
| 24 |
|
| 25 |
<p class="toc">6. <a href="6.html">Database handling</a></p> |
| 26 |
|
| 27 |
<p class="toc">7. <a href="7.html">Services pseudoclients</a></p> |
| 28 |
|
| 29 |
<p class="toc">8. <a href="8.html">Other modules</a></p> |
| 30 |
|
| 31 |
<p class="toc">9. <a href="9.html">The database conversion tool</a></p> |
| 32 |
|
| 33 |
<p class="toc">10. <a href="10.html">Compilation</a></p> |
| 34 |
|
| 35 |
<p class="toc">11. <a href="11.html">Future work</a></p> |
| 36 |
|
| 37 |
<p class="toc">Appendix A. <a href="a.html">Source tree reference</a></p> |
| 38 |
|
| 39 |
<p class="toc">Appendix B. <a href="b.html">Function index</a></p> |
| 40 |
|
| 41 |
<p class="toc">Appendix C. <a href="c.html">List of callbacks</a></p> |
| 42 |
|
| 43 |
<p class="toc">Appendix D. <a href="d.html">Coding style guidelines</a></p> |
| 44 |
|
| 45 |
<hr/> |
| 46 |
|
| 47 |
<p class="backlink" style="font-size: 100%"><a href="../index.html">Return to the user's manual</a></p> |
| 48 |
|
| 49 |
</body> |
| 50 |
</html> |