- Bump copyright years
- config.c:config_setup(): remove assignments of 0
- Allow IRCItem.oper and IRCItem.mode to be empty
- 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>
- Stylistic changes
- Bump copyright years everywhere
- Update copyright years
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls
- Update copyright years
- Update 'connregex'
- config.c:config_setup(): update default IRCItem->connregex
- Update copyright years
- config.c:yyerror(): fixed an off-by-one
- Add stripws() to misc.c; make warnings about syntax errors with multiple whitespaces look nicer
- 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
- config.c:config_load(): move the fclose(yyin) right after yyparse()
- 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
- Get rid of command_init()
- Style corrections
- Made the RECONNECTINTERVAL configurable via the hopm.conf
- Made 'linenum' unsigned
- Removed some irrelevant comments
- config.c: fixed compile warnings with -Wmissing-prototypes
- Added irc::notice configuration option (notice(s) to send to a newly connected client).
- Update license headers
- Fix up header inclusion mess
- Move malloc.c to memory.c
- Added options::negcache_rebuild configuration option
- Renamed MyMalloc() to xcalloc()
- config.c: reformatting
- config.c:config_setup(): removed some pointless defaults
- config.c:config_load(): improved error reporting if fopen() fails
- Removed all instances of #ifdef HAVE_STRING_H
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h
- Made NODATA_TIMEOUT a configuration option
- config.c:config_load(): use EXIT_FAILURE as an argument to exit()
- config.c:config_setup(): by default +s is not needed for IRCItem->mode
- propset svn:eol-style native
- propset svn:keywords "Id"
- Style corrections
- Use reserved example domains as specified in rfc2606
- Renamed DupString() to xstrdup()
- Update reference.conf
- Removed some useless memset()
- Make irc::away optional
- Replaced more references of bopm with hopm
- 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.