hopm.git
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...
2015-01-01 michael- irc.c:irc_init(): improve and simplify error reportin...
2015-01-01 michael- config-parser.y: removed pointless casts
2014-12-31 michael- Update reference.conf
2014-12-31 michael- Update .travis.yml
2014-12-31 michael- .travis.yml: should run ./configure as well...
2014-12-31 michael- svn propset on .travis.yml
2014-12-31 michael- Added .travis.yml
2014-12-31 michael- Update NEWS
2014-12-31 michael- match.c, match.h: removed collapse()
2014-12-31 michael- configure.ac: removed tests for select() and sys...
2014-12-31 michael- scan.c: use poll.h; removed useless cast
2014-12-31 michael- irc.c:irc_cycle(): replaced select() with poll()
2014-12-31 michael- Update reference.conf
2014-12-30 michael- main.c:main(): OPT_DEBUG won't ever become < 0; it...
2014-12-30 michael- main.c: style corrections
2014-12-30 michael- Removed all instances of #ifdef HAVE_STRING_H
2014-12-29 michael- configure.ac: removed with-extra-fascism switch
2014-12-29 michael- Removed configure test for gethostbyname()
2014-12-29 michael- Removed configure header test for strings.h; removed...
2014-12-29 michael- Removed AC_HEADER_STDC configure test
2014-12-29 michael- Removed AC_HEADER_STDC configure test
2014-12-29 michael- Remove extern.h
2014-12-29 michael- Moved OPT_DEBUG prototype to main.h (where it belongs...
2014-12-29 michael- extern.h: removed unused h_errno declaration
2014-12-29 michael- Made NODATA_TIMEOUT a configuration option
2014-12-29 michael- stats.c, stats.h: constification
2014-12-29 michael- irc.c:irc_send(): fixed bug where over-length message...
2014-12-29 michael- irc.c:irc_parse(): minor cleanups
2014-12-29 michael- irc.h: removed irc_command typedef
2014-12-29 michael- firedns.c:firedns_init(): minor cleanups
2014-12-29 michael- firedns.c:firedns_init(): unlike inet_aton(), inet_pt...
2014-12-28 michael- firedns.c: fixes to ipv6 support
2014-12-28 michael- firedns.c: style corrections
2014-12-28 michael- firedns.c, firedns.h: ipv6 is now enabled by default
2014-12-26 michael- negcache.c: better to test for x <= 0 instead of...
2014-12-26 michael- Rebuild lexer
2014-12-26 michael- Removed now unused inet.c and inet.h
2014-12-26 michael- configure.ac: remove tests for inet_aton, inet_pton...
2014-12-26 michael- Continue to use inet_pton() until we add full ipv6...
2014-12-26 michael- Use sizeof(struct in_addr) instead of res->ai_addrlen
2014-12-26 michael- Removed inet_pton() compatibility code
2014-12-26 michael- Replaced all occurrences of inet_pton() with getaddri...
2014-12-26 michael- misc.c, misc.h: removed unused clean()
2014-12-26 michael- configure.ac: removed useless AC_TYPE_SIZE_T
2014-12-26 michael- firedns.c: replaced uint32 with uint32_t
2014-12-26 michael- firedns.c: replaced unsigned short with explicit...
2014-12-26 michael- Removed inet_ntop related bloat
2014-12-26 michael- inet.h: removed opm_gethostbyname prototype
2014-12-26 michael- config.c:config_load(): use EXIT_FAILURE as an argume...
2014-12-26 michael- config.c:config_setup(): by default +s is not needed...
2014-12-26 michael- Update documents
2014-12-26 michael- configure.ac: replaced AM_CONFIG_HEADER with AC_CONFI...
2014-12-26 michael- Update reference.conf
2014-12-25 michael- Removed vim settings from the source files
2014-12-25 michael- Clean up Makefile.am
2014-12-25 michael- propset svn:eol-style native
2014-12-25 michael- propset svn:keywords "Id"
2014-12-25 michael- Added missing compile scripts
2014-12-25 michael- Added missing ylwrap wrapper script
2014-12-25 michael- Update NEWS
2014-12-25 michael- irc.c: use static keyword where appropriate; removed...
2014-12-25 michael- Added patchlevel.h
2014-12-25 michael- Update NEWS
2014-12-25 michael- irc.c: made IRC_RAW_LEN an unsigned int
2014-12-25 michael- irc.c:irc_read(): removed extraneous test for 'c...
2014-12-25 michael- configure.ac: removed AC_FUNC_STRFTIME
2014-12-25 michael- Modernizie build system some more
2014-12-25 michael- scan.c:scan_init(): removed extraneous parentheses
2014-12-25 michael- Style corrections
2014-12-25 michael- Removed unused NICKMAX definition
2014-12-25 michael- Removed unused copy_s_addr definition
2014-12-25 michael- Fixed compile warnings
2014-12-25 michael- Style corrections
2014-12-24 michael- irc.c:irc_init(): removed unused variables
2014-12-24 michael- Style corrections
2014-12-24 michael- Removed libopm/doc
2014-12-24 michael- Remove libopm/src/setup.h
2014-12-24 michael- Create var/ directory on make install
2014-12-24 michael- configure.ac: minor cleanups
next