hopm.git
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- autoreconf
2015-01-28 michael- Update NEWS
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- 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- 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- stats.c:stats_output(): const-correctness
2015-01-10 michael- Update README
2015-01-08 michael- irc.c:irc_parse(): fixed logic error
2015-01-08 michael- opercmd.c:command_parse(): don't continue to walk...
2015-01-08 michael- Const-correctness
2015-01-07 michael- Fix up header inclusion mess
2015-01-07 michael- Generate parser/lexer files before actually compiling...
2015-01-07 michael- Move malloc.c to memory.c
2015-01-07 michael- Added options::negcache_rebuild configuration option
2015-01-06 michael- Update NEWS
2015-01-06 michael- Cleaned up style in several places
2015-01-06 michael- main.c:main(): replaced fwrite() with fprintf()
2015-01-06 michael- Fixed coding convention issues
2015-01-06 michael- dnsbl.c, dnsbl.h: constification
2015-01-06 michael- dnsbl.c:dnsbl_report(): removed test on ss->ip which...
2015-01-06 michael- dnsbl.c:dnsbl_add(): use MyFree() instead of free...
2015-01-06 michael- Require autoconf 2.69 and automake 1.14.1
2015-01-05 michael- Removed bopm_sockaddr and bopm_ircaddr structs
2015-01-05 michael- proxy.c: removed unused header include
2015-01-05 michael- Removed now empty compat.c, compat.h, inet.c
2015-01-05 michael- compath.h: fixed build on os x
2015-01-04 michael- Update reference.conf
2015-01-04 michael- Update NEWS
2015-01-03 michael- opercmd.c, opercmd.h: removed unused function argumen...
2015-01-03 michael- irc.c:m_notice(): don't use 'static' if there's no...
2015-01-03 michael- opercmd.c, opercmd.h: cleanups and optimizations...
2015-01-02 michael- dnsbl.c: use 'sizeof'
2015-01-02 michael- scan.c: style corrections
2015-01-02 michael- scan.c, scan.h: remove FORMATTYPE_STRING. It's defaul...
2015-01-02 michael- Use 'const' and 'unsigned' whenever possible
2015-01-01 michael- Update patchlevel.h
2015-01-01 michael- Renamed MyMalloc() to xcalloc()
2015-01-01 michael- opercmd.c:command_create(): MyMalloc uses calloc...
2015-01-01 michael- config.c: reformatting
2015-01-01 michael- config.c:config_setup(): removed some pointless defaults
2015-01-01 michael- Removed obsolete AC_HEADER_TIME
2015-01-01 michael- Further cleanups to configure.ac
2015-01-01 michael- Remove test.c we don't need
2015-01-01 michael- More cleanups to the build system. Remove stuff we...
2015-01-01 michael- Makefile.am: no need to install libopm library files
2015-01-01 michael- dnsbl.c:dnsbl_report(): add separate DNSBL_REPORT_VER...
2015-01-01 michael- config.c:config_load(): improved error reporting...
2015-01-01 michael- irc.c:irc_send(): improved error reporting if send...
next