unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

Developers.md (991B)

      1 Welcome to the doxygen-generated documentation for the UnrealIRCd 6.x API.
      2 This is intended **for developers only!**
      3 
      4 If you are creating a 3rd party module for UnrealIRCd or are interested
      5 in contributing to UnrealIRCd then this is the right place.
      6 
      7 Here you should be able to find a lot of information on the data structures
      8 and functions available to you when coding for UnrealIRCd.
      9 
     10 ## Wiki documentation ##
     11 * Be sure to check the [Module API](https://www.unrealircd.org/docs/Dev:Module_API) article on the wiki
     12   as well, which provides a better *overview* of the module API
     13 
     14 ## Doxygen docs ##
     15 * [Functions and structs ordered by purpose](modules.html) - **this contains most of the module API!**
     16 * [The most common structs](group__CommonStructs.html) - like Client, User, Server, Channel, etc.
     17 * [All structs](classes.html) - in a simple alphabetical index
     18 * [Browse by source file](dir_68267d1309a1af8e8297ef4c3efbcdba.html) - see all src/*.c files and their (documented) functions.