Log of /hopm/releases/1.0.1/src
Directory Listing
Revision
5329 -
Directory Listing
Modified
Tue Jan 6 21:49:45 2015 UTC
(6 years, 3 months ago)
by
michael
RELEASE TAG 1.0.1
Revision
5316 -
Directory Listing
Modified
Tue Jan 6 13:34:20 2015 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- dnsbl.c:dnsbl_add(): use MyFree() instead of free(); removed pointless cast
Revision
5288 -
Directory Listing
Modified
Sat Jan 3 20:07:51 2015 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- opercmd.c, opercmd.h: cleanups and optimizations to Command creation/execution
Revision
5282 -
Directory Listing
Modified
Fri Jan 2 21:20:17 2015 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- scan.c, scan.h: remove FORMATTYPE_STRING. It's default since we don't support anything else.
Revision
5280 -
Directory Listing
Modified
Fri Jan 2 20:31:46 2015 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- Use 'const' and 'unsigned' whenever possible
- Removed pointless 0 assignments
Revision
5272 -
Directory Listing
Modified
Thu Jan 1 19:55:06 2015 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- opercmd.c:command_create(): MyMalloc uses calloc(), no need to explicitly 'ret->param = NULL'
Revision
5251 -
Directory Listing
Modified
Thu Jan 1 13:40:00 2015 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- irc.c:irc_init(): improve and simplify error reporting if socket()/bind() fails
Revision
5232 -
Directory Listing
Modified
Wed Dec 31 15:07:49 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- match.c, match.h: removed collapse()
- inet.h: moved poll.h header include to libopm.c
Revision
5210 -
Directory Listing
Modified
Mon Dec 29 19:52:01 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- Removed configure header test for strings.h; removed strings.h header includes
Revision
5201 -
Directory Listing
Modified
Mon Dec 29 17:49:44 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h
Revision
5194 -
Directory Listing
Modified
Mon Dec 29 15:13:00 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- irc.c:irc_send(): fixed bug where over-length messages were not terminated with \n; optimized to not reprint the sendbuffer twice
Revision
5186 -
Directory Listing
Modified
Mon Dec 29 13:49:50 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- firedns.c:firedns_init(): unlike inet_aton(), inet_pton(), which we use now, does not
forgive any unknown trailing characters such as \n
Revision
5178 -
Directory Listing
Modified
Fri Dec 26 21:16:04 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- negcache.c: better to test for x <= 0 instead of x == 0 when checking the return value of inet_pton(); just in case.
Revision
5171 -
Directory Listing
Modified
Fri Dec 26 20:53:32 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- Continue to use inet_pton() until we add full ipv6 support, but at least
replace all occurrences of inet_aton() with inet_pton()
Revision
5156 -
Directory Listing
Modified
Fri Dec 26 17:16:15 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/branches/1.0.x/src
- firedns.c: replaced unsigned short with explicit uint16_t; removed
related checks in configure.ac
Revision
5137 -
Directory Listing
Modified
Thu Dec 25 19:36:37 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Removed vim settings from the source files
Revision
5130 -
Directory Listing
Modified
Thu Dec 25 17:59:12 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- irc.c: use static keyword where appropriate; removed unused IRC_SENDBUFF
Revision
5125 -
Directory Listing
Modified
Thu Dec 25 17:23:34 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- irc.c: made IRC_RAW_LEN an unsigned int
Revision
5124 -
Directory Listing
Modified
Thu Dec 25 17:12:13 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- irc.c:irc_read(): removed extraneous test for 'c' being either '\r' or '\n'.
It's already dealt with cr/lf at this point.
Revision
5123 -
Directory Listing
Modified
Thu Dec 25 16:57:22 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- configure.ac: removed AC_FUNC_STRFTIME
Revision
5121 -
Directory Listing
Modified
Thu Dec 25 16:10:25 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- scan.c:scan_init(): removed extraneous parentheses
Revision
5118 -
Directory Listing
Modified
Thu Dec 25 15:45:07 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Removed unused copy_s_addr definition
Revision
5115 -
Directory Listing
Modified
Wed Dec 24 22:17:42 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- irc.c:irc_init(): removed unused variables
Revision
5111 -
Directory Listing
Modified
Wed Dec 24 13:56:25 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Create var/ directory on make install
Revision
5109 -
Directory Listing
Modified
Wed Dec 24 13:26:29 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Use reserved example domains as specified in rfc2606
Revision
5099 -
Directory Listing
Modified
Tue Dec 23 21:14:37 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Replaced several short ints with just ints
Revision
5098 -
Directory Listing
Modified
Tue Dec 23 21:00:14 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- scan.c: replaced strcat() with strlcat()
Revision
5097 -
Directory Listing
Modified
Tue Dec 23 20:57:35 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- firedns.c: replaced strncpy() with strlcpy()
Revision
5096 -
Directory Listing
Modified
Tue Dec 23 20:44:28 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Update configure.ac. Removed useless noise
Revision
5095 -
Directory Listing
Modified
Tue Dec 23 20:40:19 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- libopm/src/Makefile.am: removed include_HEADERS
Revision
5094 -
Directory Listing
Modified
Tue Dec 23 20:26:04 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Add our own strdup() and make use of it
Revision
5093 -
Directory Listing
Modified
Tue Dec 23 20:21:18 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- main.c:main(): use our own xstrdup() instead of strdup()
Revision
5090 -
Directory Listing
Modified
Tue Dec 23 19:10:33 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- 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.
Revision
5089 -
Directory Listing
Modified
Tue Dec 23 18:51:47 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- scan.c:scan_manual(): fixed memory leak
Revision
5088 -
Directory Listing
Modified
Tue Dec 23 18:35:23 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- opercmd.c:command_parse(): fixed braindead 'logic'
Revision
5078 -
Directory Listing
Modified
Mon Dec 22 18:42:28 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Added support for c++ style comments
- Replaced strcpy() with strlcpy()
Revision
5077 -
Directory Listing
Modified
Mon Dec 22 18:34:34 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Use EmptyString() instead of this strlen() mess
Revision
5076 -
Directory Listing
Modified
Mon Dec 22 18:25:00 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Sync match() and collapse() with ircd-hybrid
Revision
5071 -
Directory Listing
Modified
Mon Dec 22 15:04:27 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- irc.c:m_ctcp(): removed reference to Blitzed
Revision
5069 -
Directory Listing
Modified
Mon Dec 22 14:57:12 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Replaced more references of bopm with hopm
Revision
5068 -
Directory Listing
Modified
Mon Dec 22 14:49:06 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- config-parser.y: fixed several shift/reduce conflicts
Revision
5067 -
Directory Listing
Modified
Mon Dec 22 14:36:44 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- config_parser.y: removed invalid redeclaration of PROTOCOLTYPE
Revision
5066 -
Directory Listing
Modified
Mon Dec 22 14:32:01 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- irc.c:irc_parse(): replaced strcpy() with strlcpy()
Revision
5064 -
Directory Listing
Modified
Mon Dec 22 14:21:48 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Add strlcpy() and strlcat() for system that don't have these
Revision
5063 -
Directory Listing
Modified
Mon Dec 22 14:12:53 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Build system related cleanups and fixes
Revision
5061 -
Directory Listing
Modified
Mon Dec 22 14:00:18 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- Update configure.ac to reflect name change to hopm
Revision
5059 -
Directory Listing
Modified
Mon Dec 22 13:43:00 2014 UTC
(6 years, 3 months ago)
by
michael
Original Path:
hopm/trunk/src
- C99 is now mandatory. Removed snprintf.c and related code