]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - src/modules/m_spanningtree/README
Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client origin
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / README
1 m_spanningtree
2 --------------
3
4 This directory contains all files required to build the m_spanningtree.so module.
5 Directories like this one starting with m_ and containing .cpp files are aggregated
6 together by the makefile to form a single .so, with the same name as the directory.
7
8 This directory contains the following files:
9
10 * handshaketimer.cpp            Code for detecting end of ziplink/ssl handshake
11 * handshaketimer.h              Header for above code
12 * link.h                        Contains the definition of the Link block class
13 * main.cpp                      The main group of classes and code for the module class
14 * main.h                        The header for the main file
15 * resolvers.h                   The header file that defines certain DNS utility classes
16 * treesocket.cpp                Contains code that inherits InspSocket into a server socket
17 * treesocket.h                  Header definitions for above code
18 * treeserver.cpp                Contains code that defines the behaviour of a single server
19 * treeserver.h                  Header definitions for above code
20 * utils.cpp                     Contains general and message routing utility classes
21 * utils.h                       Header code for general and message routing utilities
22
23 Have fun
24   -- Brain :-)