]> jfr.im git - irc/ircd-hybrid/hopm.git/shortlog
irc/ircd-hybrid/hopm.git
2020-01-01  michael- Bump copyright years everywhere
2019-04-21  michael- Update NEWS file
2019-02-09  michael- autoreconf
2019-02-09  michael- Update NEWS file
2019-02-09  michael- ax_arg_openssl.m4: minimum supported OpenSSL version...
2019-02-09  michael- ax_arg_enable_warnings.m4: update
2019-02-09  michael- Recreate autogenerated files
2019-02-09  michael- Bump version to 1.1.6
2019-01-01  michael- patricia: update to latest version from ircd-hybrid
2019-01-01  michael- Update copyright years
2018-12-16  michael- Update NEWS file
2018-12-16  michael- Rebuilt autogenerated files
2018-12-16  michael- Fixed issue with ssh banner scans where hopm would...
2018-10-14  michael- main.c: set core file rlimit
2018-10-14  michael- Update reference.conf: remove dead tor.dnsbl.sectoor...
2018-10-14  michael- Further cleanups to node allocation handling
2018-10-14  michael- Allocate most list_t and node_t items from within...
2018-10-14  michael- Recreate autogenerated files
2018-10-14  michael- Update NEWS file
2018-10-14  michael- Update ax_append_compile_flags.m4 and ax_arg_openssl...
2018-10-02  michael- Update INSTALL file
2018-09-29  michael- doc/reference.conf: use https for rbl.efnetrbl.org/
2018-09-29  michael- Update NEWS file
2018-09-26  michael- Re-create autogenerated files
2018-09-26  michael- Implemented proper support to kill users with vulnera...
2018-09-23  michael- Update copyright years
2018-09-23  michael- Update INSTALL and README
2018-09-23  michael- Add --enable-efence switch to allow easy linking...
2018-09-22  michael- Minor style corrections
2018-09-22  michael- Update NEWS file
2018-09-22  michael- Re-create autogenerated files
2018-09-22  michael- Move 'gcc_stack_protect' to 'ax_gcc_stack_protect'
2018-09-22  michael- Added updated ax_arg_enable_warnings.m4 from ircd...
2018-09-22  michael- main.c: use NULL instead of 0 as third argument for...
2018-09-22  michael- The hopm process can now be restarted from the comman...
2017-05-15  michael- flex 2.6.4
2017-04-17  michael- dnsbl.c:dnsbl_report(): reduce buffer sizes by 2048...
2017-04-17  michael- reference.conf: comment out 'address_family' to preve...
2017-04-17  michael- reference.conf: add KLINE example for ngIRCd; increas...
2017-04-17  michael- Update NEWS file
2017-04-17  michael- Add InspIRCd KLINE example
2017-04-17  michael- dnsbl.c:dnsbl_positive(): use EmptyString
2017-04-17  michael- reference.conf: added a ZLINE example for unrealircd
2017-04-17  michael- Bump version to hopm-1.1.5
2017-04-17  michael- irc.c:m_privmsg(): restore support for the ';', ...
2017-04-16  michael- reference.conf: kline by ip address to prevent users...
2017-04-15  michael- log.c: fix clang build on osx
2017-04-15  michael- Rename functions in memory.c to be prefixed with...
2017-04-15  michael- autoreconf
2017-04-15  michael- libopm: cleanup header includes; get rid of inet.h
2017-04-15  michael- Update libopm list manipulation routines
2017-04-15  michael- Update 'connregex'
2017-04-14  michael- Just pass a char pointer to the opercommand handlers...
2017-04-14  michael- list.c, list.h: sync list_add() and list_remove(...
2017-04-14  michael- Revert -8188; we'll import ircd-hybrid's list manipul...
2017-04-14  michael- opercmd.c, opercmd.h: use embedded list nodes
2017-04-13  michael- Avoid list_t initialization via list_create(); scan...
2017-04-13  michael- Sort out unused header includes
2017-04-13  michael- Rebuilt parser files
2017-04-13  michael- config-parser.y: remove stdio.h header include
2017-04-13  michael- Move CommandHash struct to irc.c:irc_parse()
2017-04-13  michael- irc.h: remove useless header include; make MSGLENMAX...
2017-04-13  michael- config.h: move opm_types.h header include to config...
2017-04-09  michael- compat.c: sync strlcpy() and strlcat() with latest...
2017-04-08  michael- Use designated initializers; scan_gettype(): use...
2017-04-07  michael- firedns.c, firedns.h: minor cleanups
2017-04-05  michael- firedns.c: sync up a bit with firedns 0.9.12
2017-04-05  michael- Update NEWS file
2017-04-05  michael- Bump version to hopm-1.1.4
2017-04-04  michael- scan.c:scan_connect(), scan_manual(): silence OPM_ERR...
2017-04-04  michael- dnsbl.c:dnsbl_report(): x-mailer is HOPM now
2017-04-04  michael- scan.c:scan_checkfinished(): log ip addresses, too
2017-04-04  michael- scan.c:scan_handle_error(): report bind() errors...
2017-04-04  michael- irc.c, scan.c: stylistic changes
2017-04-04  michael- config.c:config_setup(): update default IRCItem-...
2017-04-03  michael- scan.c:scan_connect(): ss->manual_target is always...
2017-04-03  michael- Get rid of the _opm_sockaddr and _opm_inaddr structs
2017-04-03  michael- reference.conf: fix typo
2017-04-03  michael- libopm.c:opm_scan(): don't setup the OPM_SCAN_T struc...
2017-04-03  michael- irc.c:m_privmsg(): sanitize nickname parsing logic...
2017-04-03  michael- irc.c:irc_init(): remove AI_PASSIVE flag from hints...
2017-04-03  michael- dnsbl.c, scan.c: stylistic changes
2017-04-03  michael- stats.c:STATS_PROXIES[]: use designated initializers
2017-04-02  michael- dnsbl.c: improve logging
2017-04-02  michael- dnsbl.c:dnsbl_add(): add missing 'else'
2017-04-02  michael- Update reference.conf
2017-04-02  michael- Update NEWS file
2017-04-02  michael- firedns.c, scan.c: whitespace changes
2017-04-02  michael- scan.c:scan_manual(): the SCAN/CHECK command can...
2017-04-02  michael- dnsbl.c:dnsbl_add(): stylistic changes
2017-04-02  michael- Update NEWS file
2017-04-02  michael- configure.ac: remove AC_C_BIGENDIAN
2017-04-02  michael- Re-create parser files
2017-04-02  michael- Added IPv6 blacklist support. Initial patch by Andrea...
2017-01-22  michael- .travis.yml: re-enable os x/gcc build
2016-12-31  michael- Update copyright years
2016-11-16  michael- negcache.h: remove unused header include
2016-11-16  michael- negcache.c: remove now unused header includes
2016-11-16  michael- scan.c:scan_open_proxy(): swap 'if' on ss->manual_target
2016-11-16  michael- Rewrite negative cache to use patricia.c from Net...
next