- The 'vhost' configuration directive found in the irc {} and scanner {} blocks has been renamed to 'bind'
- Add basic certificate support for use with TLS
- Add tls_hostname_verification switch to allow the server identity check to be turned off if desired
- Incorporate basic TLS support for the irc bot part. Changes submitted by Adam <adam@anope.org>
- Bump copyright years everywhere
- Update copyright years
- Further cleanups to node allocation handling
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls
- Update copyright years
- config.h: move opm_types.h header include to config-lexer.l
- Added IPv6 blacklist support. Initial patch by Andreas Rammhold.
- Update copyright years
- Allow configuration file inclusion from within the main conf
- Added 'command_queue_size', 'command_interval', and 'command_timeout', configuration directives to the options {} block. Removed hardcoded settings from options.h.
- Update copyright years
- Added options::dns_timeout configuration option which allows to specify the amount of time the resolver waits until a response is received from a name server
- Style corrections
- config.h: made OptionsConf::negcache a time_t
- Made the RECONNECTINTERVAL configurable via the hopm.conf
- Made 'linenum' unsigned
- config.h: made BlacklistReplyConf::number unsigned
- Added irc::notice configuration option (notice(s) to send to a newly connected client).
- Update license headers
- Added options::negcache_rebuild configuration option
- Made NODATA_TIMEOUT a configuration option
- propset svn:eol-style native
- propset svn:keywords "Id"
- Style corrections
- Fixed a bunch of compile warnings
- Initial import of bopm 3.1.3
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.