hopm.git
2015-05-10 michael- Moved serno.h to src/
2015-05-10 michael- Update NEWS file
2015-05-08 michael- firedns.c: replace PF_INET(6) with AF_INET(6)
2015-05-08 michael- firedns.c: fixed compile warnings with -Wshadow
2015-05-08 michael- libopm.c:libopm_do_connect(): replace PF_INET with...
2015-05-07 michael- Moved malloc.c to memory.c
2015-05-06 michael- configure.ac: require automake 1.15
2015-05-06 michael- config.c: whitespace changes
2015-05-06 michael- main.c: fixed compile warning
2015-05-06 michael- libopm.c:opm_scan(): removed another dead store
2015-05-06 michael- libopm.c: removed unused variables/dead stores
2015-05-06 michael- config.c, config.h:libopm_config_set(), libopm_config...
2015-05-06 michael- reference.conf: added an updated 'connregex' for...
2015-05-05 michael- firedns.c:firedns_init(): simplify two memset()
2015-05-05 michael- misc.h, misc.c:dissect_time(): constification
2015-05-05 michael- memory.c: style corrections
2015-05-05 michael- config.c, libopm.c: remove a series of NULL/0 assignm...
2015-05-05 michael- config.c, proxy.c: removed useless casts
2015-05-05 michael- Whitespace changes
2015-05-05 michael- proxy.c: applied patch to catch MikroTik HttpProxies...
2015-05-05 michael- Update README file
2015-05-04 michael- Update NEWS file
2015-05-02 michael- config.h: made BlacklistReplyConf::number unsigned
2015-04-29 michael- Removed trailing whitespaces
2015-04-28 michael- irc.c:irc_parse(): only allocate/deallocate 'source_p...
2015-04-27 michael- Update NEWS file
2015-04-27 michael- Revved version to 1.0.5
2015-04-27 michael- Update NEWS file
2015-04-27 michael- irc.c: fixed connect() issue as reported by Martin...
2015-03-24 michael- Removed some irrelevant comments
2015-03-22 michael- main.c:main(): changed umask to 077
2015-03-17 michael- Bump version to 1.0.4
2015-03-17 michael- Update NEWS file
2015-03-17 michael- Added 'protocols' command which dumps a list of confi...
2015-03-16 michael- config.c:libopm_config_create(): removed extraneous...
2015-03-16 michael- libopm.c:libopm_scan_create(): removed extraneous...
2015-03-16 michael- libopm/config.c: use unsigned when indexing arrays
2015-03-16 michael- list.c: removed pointless 0 assignments in node_creat...
2015-03-15 michael- opercmd.c:command_parse(): don't let command_create...
2015-03-15 michael- Style corrections
2015-03-15 michael- Style corrections
2015-03-14 michael- irc.c: cleaned up userinfo_create()
2015-03-14 michael- irc.c: made COMMAND_TABLE use const
2015-03-14 michael- config-lexer.l: added 'never-interactive' to scanner...
2015-03-13 michael- Update reference.conf
2015-03-13 michael- irc.c: fixed compile error
2015-03-13 michael- Update reference.conf
2015-03-13 michael- scan.c: removed two useless assert()
2015-03-13 michael- irc.c: constification
2015-03-13 michael- irc.c:irc_read(): fixed typo in comment
2015-03-11 michael- libopm.c: fixed an off by one in opm_callback() and...
2015-03-11 michael- libopm.c: style corrections
2015-03-11 michael- libopm.c:opm_remote_create(): removed useless cruft
2015-03-11 michael- config.c: fixed compile warnings with -Wmissing-proto...
2015-03-11 michael- Rebuilt parser files
2015-03-08 michael- log.c:log_printf(): increase buffer size
2015-03-08 michael- Log timestamp format is ISO8601 now
2015-03-08 michael- Update README and reference.conf: HOPM does work...
2015-03-08 michael- Update README file
2015-03-08 michael- proxy.c:libopm_proxy_socks5_write(): removed useless...
2015-03-08 michael- proxy.c: save a strlen(); replaced some 'int' with...
2015-03-08 michael- config-parser.y: style corrections
2015-03-08 michael- log.c, log.h: constification
2015-02-08 michael- reference.conf: add missing documentation of the...
2015-01-28 michael- reference.conf: added ngIRCd
2015-01-28 michael- reference.conf: added bahamut
2015-01-28 michael- reference.conf: added UnrealIRCd
2015-01-28 michael- reference.conf: add charybdis and ircd-ratbox which...
2015-01-28 michael- reference.conf: whitespace changes
2015-01-28 michael- reference.conf: added connregex for InspIRCd provided...
2015-01-28 michael- irc.c:irc_cycle(): increase poll timeout to 50ms
2015-01-28 michael- Update NEWS
2015-01-28 michael- Bump patchlevel to 1.0.3
2015-01-28 michael- Rebuilt parser files
2015-01-28 michael- memory.c:MyFree(): removed extraneous pointer test...
2015-01-20 michael- reference.conf: minor correction as suggested by...
2015-01-20 michael- Update NEWS file
2015-01-20 michael- Added irc::notice configuration option (notice(s...
2015-01-18 michael- firedns.c: removed max() macro. Renamed 'fdns_errno...
2015-01-18 michael- irc.c:irc_cycle(): attempt to reconnect to the server...
2015-01-17 michael- opercmd.c:cmd_check(): fixed outdated comment
2015-01-17 michael- dnsbl.c:dnsbl_report(): added missing space in channe...
2015-01-17 michael- Use 'static' and 'extern' keywords where appropriate
2015-01-17 michael- Removed useless header includes
2015-01-13 michael- scan.c:scan_manual(): fixes to previous commit
2015-01-13 michael- scan.c:scan_manual(): replaced inet_ntoa() with inet_...
2015-01-12 michael- Bump version to 1.0.2
2015-01-12 michael- irc.c, irc.h: const-correctness
2015-01-12 michael- misc.c: style corrections
2015-01-12 michael- irc.c:m_perform(): cosmetical changes to connection...
2015-01-12 michael- irc.c: cleaned up irc_connect()
2015-01-12 michael- irc.c: added basic IPv6 support allowing HOPM to...
2015-01-11 michael- INSTALL, README: untabify
2015-01-11 michael- irc.c:irc_init(): get rid of 'bindret'
2015-01-11 michael- log.c: cleaned up style
2015-01-11 michael- command_parse(): removed 'msg' parameter. We actually...
2015-01-11 michael- automake 1.15
2015-01-11 michael- Update license headers
2015-01-11 michael- memory.c, memory.h: fixed header inclusions
2015-01-10 michael- Update README
next