ircd-hybrid 1:7.2.2.dfsg.2-6.3 source package in Ubuntu

Changelog

ircd-hybrid (1:7.2.2.dfsg.2-6.3) unstable; urgency=low


  * NMU.
  * Merge Ubuntu diff:

  [ Colin Watson ]
  * Update 16_use_debian_pcre.dpatch to link dynamically with libpcre rather
    than statically (closes: #640559, LP: #749282).

  [ Bhavani Shankar ]
  * Create /var/run/ircd on start/restart rather than relying on the directory
    shipped in the package, since /var/run may be a tmpfs
    (closes: #519136, LP: #337715).
  * Prevent conflict with other ircds: remove Conflicts: ircd. inspircd and
    ircd-ratbox are the only current ircds that aren't explicitly conflicted
    with, and there are no file conflicts with those packages
    (closes: #511611, LP: #375619).

  [ gregor herrmann ]
  * Add $remote_fs to Required-{Start,Stop} in debian/ircd-hybrid.init
    (lintian error).

 -- gregor herrmann <email address hidden>  Tue, 20 Sep 2011 19:17:42 +0200

Upload details

Uploaded by:
Joshua Kwan
Uploaded to:
Sid
Original maintainer:
Joshua Kwan
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe net

Downloads

File Size SHA-256 Checksum
ircd-hybrid_7.2.2.dfsg.2-6.3.dsc 1.8 KiB f70d213a8fc907d74232b6c129a18ea3ea861e0fb558adf02f520c2b6c77607d
ircd-hybrid_7.2.2.dfsg.2.orig.tar.gz 739.0 KiB 2c2f646d06678ea5dbb6edd5a17287497ec09f5a82ac6d0464bdf7810073cc89
ircd-hybrid_7.2.2.dfsg.2-6.3.diff.gz 114.2 KiB 1c07cb7385e8c4a10667f9bceb0fcfe79a95ddc5f49a0e98c8f78fe5134355b7

No changes file available.

Binary packages built by this source

hybrid-dev: development files for ircd-hybrid

 These are the headers used when writing modules for ircd-hybrid.
 For more information on how to write these modules, see the ircd-hybrid
 documentation or example_module.c in the source code for ircd-hybrid.
 .
 It also includes mbuild-hybrid, a shell script that simplifies building
 and installation of such modules. This shell script is simplistic and
 assumes a lot; if you possess clue, you will know what to do anyway.

ircd-hybrid: high-performance secure IRC server

 ircd-hybrid is a stable, high-performance IRC server that features:
 .
  * If enabled, SSL client support and server-to-server RSA encryption.
  * Alternative connection methods like ziplinks (compressed)
    and lazylinks (efficient protocol where not all channels are
    synced in the initial burst).
  * Channel exceptions (+e) and invitation exceptions (+I).
  * New configuration file format.
  * Halfops (+h) and anti-spam user mode +g.
  * Dynamically loadable modules.
  * Channel and nickname RESV's (reservations).
 .
 It is also the IRC server of choice on the venerable EFnet, although
 EFnet also uses the Ratbox, ComStud, and the Hybrid 6 IRCDs.