- Style corrections
- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree
- firedns.c: removed max() macro. Renamed 'fdns_errno', and 'fdns_fdinuse', to meet our coding convention.
- dnsbl.c:dnsbl_report(): added missing space in channel message
- Removed useless header includes
- Update license headers
- Move malloc.c to memory.c
- Fixed coding convention issues
- dnsbl.c, dnsbl.h: constification
- dnsbl.c:dnsbl_report(): removed test on ss->ip which cannot be NULL
- dnsbl.c:dnsbl_add(): use MyFree() instead of free(); removed pointless cast
- dnsbl.c: use 'sizeof'
- Use 'const' and 'unsigned' whenever possible - Removed pointless 0 assignments
- Renamed MyMalloc() to xcalloc()
- dnsbl.c:dnsbl_report(): add separate DNSBL_REPORT_VERSION definition
- Removed AC_HEADER_STDC configure test
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h
- Continue to use inet_pton() until we add full ipv6 support, but at least replace all occurrences of inet_aton() with inet_pton()
- propset svn:eol-style native
- propset svn:keywords "Id"
- Style corrections
- dnsbl.c:dnsbl_result(): if we're processing a manual scan, don't show a n!u@h formatted string as ss->irc_nick, ss->irc_username, and ss->irc_hostname are NULL pointers anyway.
- Removed rcs tags
- Use EmptyString() instead of this strlen() mess
- Add strlcpy() and strlcat() for system that don't have these
- Initial import of bopm 3.1.3
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.