To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

ZNC-Extra: Difference between revisions

From ZNC
Jump to navigation Jump to search
No edit summary
>Un1matr1x
 
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:


=== For version 1.0 and newer ===
=== For version 1.0 and newer ===
There're no extra modules. Every module, which is shipped with ZNC, is compiled by default, with the exceptions of modules, which need additional dependencies.
There are no extra modules. Every module that ships with ZNC is compiled by default, with the exception of modules which need additional dependencies, e.g. [[modperl]]. And even those modules don't need anything about ZNC-Extra.
 
See [[ChangeLog/1.0]] for details about specific modules which previously were in extra.


=== For version between 0.076 and 0.206 ===
=== For version between 0.076 and 0.206 ===
Since 0.076, the extra modules are shipped with ZNC and can be enabled by passing <code>--enable-extra</code> to configure during installation.
Since 0.076, the extra modules are shipped with ZNC and can be enabled by passing <code>--enable-extra</code> to configure during installation.
A [[:Category:Extra_Modules|list of modules can be found here]].


Read [[Installation#Source Tarball|the ZNC installation instructions]] for details on how to install ZNC. Remember, pass <code>--enable-extra</code> to configure (and additionally <code>--enable-tcl</code> for modtcl) to include the whole extra package.
Read [[Installation#Source Tarball|the ZNC installation instructions]] for details on how to install ZNC. Remember, pass <code>--enable-extra</code> to configure (and additionally <code>--enable-tcl</code> for modtcl) to include the whole extra package.
Line 18: Line 18:


=== For version 0.074 and older ===
=== For version 0.074 and older ===
The extra modules were shipped in a separate download. Read about it [http://en.znc.in/w/index.php?title=ZNC-Extra&oldid=2923 here].
The extra modules were shipped in a separate download.


[[Category:ZNC]]
[[Category:ZNC]]

Latest revision as of 15:48, 8 November 2012

What is ZNC-Extra?

ZNC-Extra is a package of some additional modules which are, for some reason, not enabled by default.

For version 1.0 and newer

There are no extra modules. Every module that ships with ZNC is compiled by default, with the exception of modules which need additional dependencies, e.g. modperl. And even those modules don't need anything about ZNC-Extra.

See ChangeLog/1.0 for details about specific modules which previously were in extra.

For version between 0.076 and 0.206

Since 0.076, the extra modules are shipped with ZNC and can be enabled by passing --enable-extra to configure during installation.

Read the ZNC installation instructions for details on how to install ZNC. Remember, pass --enable-extra to configure (and additionally --enable-tcl for modtcl) to include the whole extra package.

Read Compiling modules if you want to know how to compile single modules.

See the FAQ page if you encounter problems.

For version 0.074 and older

The extra modules were shipped in a separate download.