mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 19:46:37 +02:00
0206d844e9
+ -- upon unload. Will show a 3 in flags. +- Added extras/m_rawto.c - 3rd party module. Fixed some documentation
34 lines
850 B
Plaintext
34 lines
850 B
Plaintext
|
|
These are 3rd party programs modules, or unsupported modules.
|
|
|
|
Custom modules are compiled by copying them to src/modules
|
|
and running from the root directory
|
|
|
|
$ make custommodule MODULEFILE=modulename
|
|
|
|
This will produce a .so you can load. Upon load, this will show a "3" in the
|
|
/version flags, as it contains third party modules (we do not support if it
|
|
crashes because of the tainted module)
|
|
|
|
======================
|
|
Name: burst.c
|
|
Description:
|
|
Little program to test out the different aspects of the unreal protocol and
|
|
produce net.burst dumps
|
|
|
|
======================
|
|
Name: pthreads.tar.gz
|
|
Description:
|
|
FSU Pthreads, used on some systems
|
|
|
|
=======================
|
|
Name: m_rawto.c
|
|
Is a 3rd party module
|
|
Description:
|
|
|
|
Implements the RAWTO command, will allow U:lines to send raw data to
|
|
anywhere it pleases.
|
|
|
|
:uline.server RAWTO towho :what to send
|
|
|