| 2015-01-06 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
michael | - Cleaned up style in several places |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
michael | - main.c:main(): replaced fwrite() with fprintf() |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
michael | - Fixed coding convention issues |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
michael | - dnsbl.c, dnsbl.h: constification |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
michael | - dnsbl.c:dnsbl_report(): removed test on ss->ip which... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
michael | - dnsbl.c:dnsbl_add(): use MyFree() instead of free... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
michael | - Require autoconf 2.69 and automake 1.14.1 |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
michael | - Removed bopm_sockaddr and bopm_ircaddr structs |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
michael | - proxy.c: removed unused header include |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
michael | - Removed now empty compat.c, compat.h, inet.c |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
michael | - compath.h: fixed build on os x |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
michael | - Update reference.conf |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
michael | - Bump version to 1.0.0 |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
michael | - opercmd.c, opercmd.h: removed unused function argumen... |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
michael | - irc.c:m_notice(): don't use 'static' if there's no... |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
michael | - opercmd.c, opercmd.h: cleanups and optimizations... |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
michael | - dnsbl.c: use 'sizeof' |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
michael | - scan.c: style corrections |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
michael | - scan.c, scan.h: remove FORMATTYPE_STRING. It's defaul... |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
michael | - Use 'const' and 'unsigned' whenever possible |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - Renamed MyMalloc() to xcalloc() |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - opercmd.c:command_create(): MyMalloc uses calloc... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - config.c: reformatting |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - config.c:config_setup(): removed some pointless defaults |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - Removed obsolete AC_HEADER_TIME |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - Further cleanups to configure.ac |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - Remove test.c we don't need |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - More cleanups to the build system. Remove stuff we... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - Makefile.am: no need to install libopm library files |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - dnsbl.c:dnsbl_report(): add separate DNSBL_REPORT_VER... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - config.c:config_load(): improved error reporting... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - irc.c:irc_send(): improved error reporting if send... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - irc.c:irc_init(): improve and simplify error reportin... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
michael | - config-parser.y: removed pointless casts |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Update reference.conf |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Update .travis.yml |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - .travis.yml: should run ./configure as well... |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - svn propset on .travis.yml |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Added .travis.yml |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Bump version to 1.0.0beta2 |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - match.c, match.h: removed collapse() |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - configure.ac: removed tests for select() and sys... |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - scan.c: use poll.h; removed useless cast |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - irc.c:irc_cycle(): replaced select() with poll() |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
michael | - Update reference.conf |
commit | commitdiff | tree | snapshot |
| 2014-12-30 |
michael | - main.c:main(): OPT_DEBUG won't ever become < 0; it... |
commit | commitdiff | tree | snapshot |
| 2014-12-30 |
michael | - main.c: style corrections |
commit | commitdiff | tree | snapshot |
| 2014-12-30 |
michael | - Removed all instances of #ifdef HAVE_STRING_H |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - configure.ac: removed with-extra-fascism switch |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - Removed configure test for gethostbyname() |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - Removed configure header test for strings.h; removed... |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - Removed AC_HEADER_STDC configure test |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - Remove extern.h |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - Moved OPT_DEBUG prototype to main.h (where it belongs... |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - extern.h: removed unused h_errno declaration |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - Made NODATA_TIMEOUT a configuration option |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - stats.c, stats.h: constification |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - irc.c:irc_send(): fixed bug where over-length message... |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - irc.c:irc_parse(): minor cleanups |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - irc.h: removed irc_command typedef |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - firedns.c:firedns_init(): minor cleanups |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
michael | - firedns.c:firedns_init(): unlike inet_aton(), inet_pt... |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
michael | - firedns.c: fixes to ipv6 support |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
michael | - firedns.c: style corrections |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
michael | - firedns.c, firedns.h: ipv6 is now enabled by default |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - negcache.c: better to test for x <= 0 instead of... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Removed now unused inet.c and inet.h |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - configure.ac: remove tests for inet_aton, inet_pton... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Continue to use inet_pton() until we add full ipv6... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Use sizeof(struct in_addr) instead of res->ai_addrlen |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Removed inet_pton() compatibility code |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Replaced all occurrences of inet_pton() with getaddri... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - misc.c, misc.h: removed unused clean() |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - configure.ac: removed useless AC_TYPE_SIZE_T |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - firedns.c: replaced uint32 with uint32_t |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - firedns.c: replaced unsigned short with explicit... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Removed inet_ntop related bloat |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - inet.h: removed opm_gethostbyname prototype |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - config.c:config_load(): use EXIT_FAILURE as an argume... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - config.c:config_setup(): by default +s is not needed... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Update documents |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - configure.ac: replaced AM_CONFIG_HEADER with AC_CONFI... |
commit | commitdiff | tree | snapshot |
| 2014-12-26 |
michael | - Update reference.conf |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - Create hopm 1.0.x branch |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - Removed vim settings from the source files |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - Clean up Makefile.am |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - propset svn:eol-style native |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - propset svn:keywords "Id" |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - Added missing compile scripts |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - Added missing ylwrap wrapper script |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| next |