hopm.git
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
2014-12-24 michael- Use reserved example domains as specified in rfc2606
2014-12-24 michael- Update README
2014-12-24 michael- Only place temporary k-lines
2014-12-24 michael- irc.c: rewrite irc_send_channels()
2014-12-24 michael- Removed now empty defs.h
2014-12-24 michael- Update documents
2014-12-23 michael- Update libopm/Makefile.am
2014-12-23 michael- Added COPYING file
2014-12-23 michael- Update NEWS file
2014-12-23 michael- Added NEWS file
2014-12-23 michael- Replaced several short ints with just ints
2014-12-23 michael- scan.c: replaced strcat() with strlcat()
2014-12-23 michael- firedns.c: replaced strncpy() with strlcpy()
2014-12-23 michael- Update configure.ac. Removed useless noise
2014-12-23 michael- libopm/src/Makefile.am: removed include_HEADERS
2014-12-23 michael- Add our own strdup() and make use of it
2014-12-23 michael- main.c:main(): use our own xstrdup() instead of strdup()
2014-12-23 michael- Renamed DupString() to xstrdup()
2014-12-23 michael- Removed pointless casts
2014-12-23 michael- dnsbl.c:dnsbl_result(): if we're processing a manual...
2014-12-23 michael- scan.c:scan_manual(): fixed memory leak
2014-12-23 michael- opercmd.c:command_parse(): fixed braindead 'logic'
2014-12-22 michael- Update reference.conf
2014-12-22 michael- match() returns 0 on match
2014-12-22 michael- Removed some useless memset()
2014-12-22 michael- Removed USE_VAR cruft
2014-12-22 michael- Make irc::away optional
2014-12-22 michael- Minor cleanups
2014-12-22 michael- Removed rcs tags
2014-12-22 michael- Added support for time/size units
2014-12-22 michael- Removed unused cmd_op()
2014-12-22 michael- Added support for c++ style comments
2014-12-22 michael- Use EmptyString() instead of this strlen() mess
2014-12-22 michael- Sync match() and collapse() with ircd-hybrid
2014-12-22 michael- Update reference.conf
2014-12-22 michael- Update reference.conf
2014-12-22 michael- Added serno.h for snapshot generation
2014-12-22 michael- Fixed a bunch of compile warnings
2014-12-22 michael- irc.c:m_ctcp(): removed reference to Blitzed
2014-12-22 michael- Removed --with-error switch
2014-12-22 michael- Replaced more references of bopm with hopm
2014-12-22 michael- config-parser.y: fixed several shift/reduce conflicts
2014-12-22 michael- config_parser.y: removed invalid redeclaration of...
2014-12-22 michael- irc.c:irc_parse(): replaced strcpy() with strlcpy()
2014-12-22 michael- Added doc/Makefile.am
2014-12-22 michael- Add strlcpy() and strlcat() for system that don't...
2014-12-22 michael- Build system related cleanups and fixes
2014-12-22 michael- Update configure.ac
2014-12-22 michael- Update configure.ac to reflect name change to hopm
2014-12-22 michael- Update INSTALL & README
2014-12-22 michael- C99 is now mandatory. Removed snprintf.c and related...
2014-12-22 michael- Move configure.in to configure.ac
2014-12-22 michael- Update DEFAULTNAME
2014-12-22 michael- Update reference.conf
next