hopm.git
11 years ago- reference.conf: whitespace changes
michael [Wed, 28 Jan 2015 19:08:23 +0000 (19:08 +0000)]
- reference.conf: whitespace changes

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5440 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- reference.conf: added connregex for InspIRCd provided by Attila
michael [Wed, 28 Jan 2015 18:50:15 +0000 (18:50 +0000)]
- reference.conf: added connregex for InspIRCd provided by Attila

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5438 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:irc_cycle(): increase poll timeout to 50ms
michael [Wed, 28 Jan 2015 16:45:04 +0000 (16:45 +0000)]
- irc.c:irc_cycle(): increase poll timeout to 50ms

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5435 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Wed, 28 Jan 2015 14:12:16 +0000 (14:12 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5431 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Bump patchlevel to 1.0.3
michael [Wed, 28 Jan 2015 14:09:08 +0000 (14:09 +0000)]
- Bump patchlevel to 1.0.3

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5430 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Rebuilt parser files
michael [Wed, 28 Jan 2015 13:52:27 +0000 (13:52 +0000)]
- Rebuilt parser files

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5428 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree
michael [Wed, 28 Jan 2015 13:51:01 +0000 (13:51 +0000)]
- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5427 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- reference.conf: minor correction as suggested by jackal
michael [Tue, 20 Jan 2015 21:28:55 +0000 (21:28 +0000)]
- reference.conf: minor correction as suggested by jackal

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5408 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS file
michael [Tue, 20 Jan 2015 19:52:08 +0000 (19:52 +0000)]
- Update NEWS file

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5407 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Added irc::notice configuration option (notice(s) to send to a newly connected...
michael [Tue, 20 Jan 2015 19:16:28 +0000 (19:16 +0000)]
- Added irc::notice configuration option (notice(s) to send to a newly connected client).

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5406 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- firedns.c: removed max() macro. Renamed 'fdns_errno', and 'fdns_fdinuse',
michael [Sun, 18 Jan 2015 14:13:42 +0000 (14:13 +0000)]
- firedns.c: removed max() macro. Renamed 'fdns_errno', and 'fdns_fdinuse',
  to meet our coding convention.

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5391 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:irc_cycle(): attempt to reconnect to the server in case of POLLERR, or POLLHUP
michael [Sun, 18 Jan 2015 13:41:05 +0000 (13:41 +0000)]
- irc.c:irc_cycle(): attempt to reconnect to the server in case of POLLERR, or POLLHUP

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5389 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- opercmd.c:cmd_check(): fixed outdated comment
michael [Sat, 17 Jan 2015 20:11:32 +0000 (20:11 +0000)]
- opercmd.c:cmd_check(): fixed outdated comment

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5385 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- dnsbl.c:dnsbl_report(): added missing space in channel message
michael [Sat, 17 Jan 2015 19:21:40 +0000 (19:21 +0000)]
- dnsbl.c:dnsbl_report(): added missing space in channel message

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5382 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Use 'static' and 'extern' keywords where appropriate
michael [Sat, 17 Jan 2015 19:11:01 +0000 (19:11 +0000)]
- Use 'static' and 'extern' keywords where appropriate

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5381 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed useless header includes
michael [Sat, 17 Jan 2015 19:03:43 +0000 (19:03 +0000)]
- Removed useless header includes

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5379 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- scan.c:scan_manual(): fixes to previous commit
michael [Tue, 13 Jan 2015 19:06:52 +0000 (19:06 +0000)]
- scan.c:scan_manual(): fixes to previous commit

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5376 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- scan.c:scan_manual(): replaced inet_ntoa() with inet_ntop()
michael [Tue, 13 Jan 2015 19:01:45 +0000 (19:01 +0000)]
- scan.c:scan_manual(): replaced inet_ntoa() with inet_ntop()

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5375 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Bump version to 1.0.2
michael [Mon, 12 Jan 2015 21:16:39 +0000 (21:16 +0000)]
- Bump version to 1.0.2

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5372 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c, irc.h: const-correctness
michael [Mon, 12 Jan 2015 21:11:53 +0000 (21:11 +0000)]
- irc.c, irc.h: const-correctness

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5370 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- misc.c: style corrections
michael [Mon, 12 Jan 2015 20:34:47 +0000 (20:34 +0000)]
- misc.c: style corrections

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5369 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:m_perform(): cosmetical changes to connection logging so it doesn't look...
michael [Mon, 12 Jan 2015 20:12:46 +0000 (20:12 +0000)]
- irc.c:m_perform(): cosmetical changes to connection logging so it doesn't look weird with ipv6 addresses

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5366 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c: cleaned up irc_connect()
michael [Mon, 12 Jan 2015 19:56:51 +0000 (19:56 +0000)]
- irc.c: cleaned up irc_connect()

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5365 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c: added basic IPv6 support allowing HOPM to bind and connect to IPv6 addresses
michael [Mon, 12 Jan 2015 19:18:58 +0000 (19:18 +0000)]
- irc.c: added basic IPv6 support allowing HOPM to bind and connect to IPv6 addresses

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5362 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- INSTALL, README: untabify
michael [Sun, 11 Jan 2015 19:41:16 +0000 (19:41 +0000)]
- INSTALL, README: untabify

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5360 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:irc_init(): get rid of 'bindret'
michael [Sun, 11 Jan 2015 18:51:17 +0000 (18:51 +0000)]
- irc.c:irc_init(): get rid of 'bindret'

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5359 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- log.c: cleaned up style
michael [Sun, 11 Jan 2015 18:20:53 +0000 (18:20 +0000)]
- log.c: cleaned up style

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5356 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- command_parse(): removed 'msg' parameter. We actually only need this for
michael [Sun, 11 Jan 2015 17:16:07 +0000 (17:16 +0000)]
- command_parse(): removed 'msg' parameter. We actually only need this for
  m_notice() as proof for reporting insecure proxies to a dnsbl provider.

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5355 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- automake 1.15
michael [Sun, 11 Jan 2015 13:26:39 +0000 (13:26 +0000)]
- automake 1.15

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5353 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update license headers
michael [Sun, 11 Jan 2015 13:24:06 +0000 (13:24 +0000)]
- Update license headers

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5350 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- memory.c, memory.h: fixed header inclusions
michael [Sun, 11 Jan 2015 12:58:17 +0000 (12:58 +0000)]
- memory.c, memory.h: fixed header inclusions

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5349 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update README
michael [Sat, 10 Jan 2015 18:36:47 +0000 (18:36 +0000)]
- Update README

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5344 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:irc_parse(): fixed logic error
michael [Thu, 8 Jan 2015 15:50:35 +0000 (15:50 +0000)]
- irc.c:irc_parse(): fixed logic error

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5341 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- opercmd.c:command_parse(): don't continue to walk thru the entire table
michael [Thu, 8 Jan 2015 15:26:56 +0000 (15:26 +0000)]
- opercmd.c:command_parse(): don't continue to walk thru the entire table
  once a command has been found

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5340 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Const-correctness
michael [Thu, 8 Jan 2015 14:31:24 +0000 (14:31 +0000)]
- Const-correctness

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5337 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Move malloc.c to memory.c
michael [Thu, 8 Jan 2015 12:46:36 +0000 (12:46 +0000)]
- Move malloc.c to memory.c
- Generate parser/lexer files before actually compiling anything else that uses them
- Fix up header inclusion mess

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5336 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Added options::negcache_rebuild configuration option
michael [Wed, 7 Jan 2015 17:59:47 +0000 (17:59 +0000)]
- Added options::negcache_rebuild configuration option

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5331 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Bump version to 1.0.1
michael [Tue, 6 Jan 2015 21:42:34 +0000 (21:42 +0000)]
- Bump version to 1.0.1

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5328 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Tue, 6 Jan 2015 21:41:48 +0000 (21:41 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5327 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Cleaned up style in several places
michael [Tue, 6 Jan 2015 21:05:44 +0000 (21:05 +0000)]
- Cleaned up style in several places

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5326 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- main.c:main(): replaced fwrite() with fprintf()
michael [Tue, 6 Jan 2015 19:15:08 +0000 (19:15 +0000)]
- main.c:main(): replaced fwrite() with fprintf()

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5324 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Fixed coding convention issues
michael [Tue, 6 Jan 2015 14:59:31 +0000 (14:59 +0000)]
- Fixed coding convention issues

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5321 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- dnsbl.c, dnsbl.h: constification
michael [Tue, 6 Jan 2015 13:47:24 +0000 (13:47 +0000)]
- dnsbl.c, dnsbl.h: constification

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5320 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- dnsbl.c:dnsbl_report(): removed test on ss->ip which cannot be NULL
michael [Tue, 6 Jan 2015 13:42:07 +0000 (13:42 +0000)]
- dnsbl.c:dnsbl_report(): removed test on ss->ip which cannot be NULL

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5317 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- dnsbl.c:dnsbl_add(): use MyFree() instead of free(); removed pointless cast
michael [Tue, 6 Jan 2015 13:34:20 +0000 (13:34 +0000)]
- dnsbl.c:dnsbl_add(): use MyFree() instead of free(); removed pointless cast

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5316 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Require autoconf 2.69 and automake 1.14.1
michael [Tue, 6 Jan 2015 13:27:21 +0000 (13:27 +0000)]
- Require autoconf 2.69 and automake 1.14.1

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5313 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed bopm_sockaddr and bopm_ircaddr structs
michael [Mon, 5 Jan 2015 19:27:13 +0000 (19:27 +0000)]
- Removed bopm_sockaddr and bopm_ircaddr structs

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5312 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- proxy.c: removed unused header include
michael [Mon, 5 Jan 2015 18:15:48 +0000 (18:15 +0000)]
- proxy.c: removed unused header include

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5309 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Mon, 5 Jan 2015 18:14:28 +0000 (18:14 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5308 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed now empty compat.c, compat.h, inet.c
michael [Mon, 5 Jan 2015 17:59:44 +0000 (17:59 +0000)]
- Removed now empty compat.c, compat.h, inet.c

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5306 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- compath.h: fixed build on os x
michael [Mon, 5 Jan 2015 17:49:13 +0000 (17:49 +0000)]
- compath.h: fixed build on os x

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5305 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update reference.conf
michael [Sun, 4 Jan 2015 16:34:11 +0000 (16:34 +0000)]
- Update reference.conf

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5299 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Sun, 4 Jan 2015 15:29:52 +0000 (15:29 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5296 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Sat, 3 Jan 2015 22:35:54 +0000 (22:35 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5294 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Bump version to 1.0.0
michael [Sat, 3 Jan 2015 21:19:52 +0000 (21:19 +0000)]
- Bump version to 1.0.0

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5293 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- opercmd.c, opercmd.h: removed unused function arguments; constification
michael [Sat, 3 Jan 2015 20:58:17 +0000 (20:58 +0000)]
- opercmd.c, opercmd.h: removed unused function arguments; constification

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5292 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:m_notice(): don't use 'static' if there's no need to
michael [Sat, 3 Jan 2015 20:38:33 +0000 (20:38 +0000)]
- irc.c:m_notice(): don't use 'static' if there's no need to

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5289 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- opercmd.c, opercmd.h: cleanups and optimizations to Command creation/execution
michael [Sat, 3 Jan 2015 20:07:51 +0000 (20:07 +0000)]
- opercmd.c, opercmd.h: cleanups and optimizations to Command creation/execution

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5288 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- dnsbl.c: use 'sizeof'
michael [Fri, 2 Jan 2015 21:36:52 +0000 (21:36 +0000)]
- dnsbl.c: use 'sizeof'

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5286 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- scan.c: style corrections
michael [Fri, 2 Jan 2015 21:34:54 +0000 (21:34 +0000)]
- scan.c: style corrections

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5283 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- scan.c, scan.h: remove FORMATTYPE_STRING. It's default since we don't support anyth...
michael [Fri, 2 Jan 2015 21:20:17 +0000 (21:20 +0000)]
- scan.c, scan.h: remove FORMATTYPE_STRING. It's default since we don't support anything else.

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5282 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Use 'const' and 'unsigned' whenever possible
michael [Fri, 2 Jan 2015 20:31:46 +0000 (20:31 +0000)]
- Use 'const' and 'unsigned' whenever possible
- Removed pointless 0 assignments

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5280 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Renamed MyMalloc() to xcalloc()
michael [Thu, 1 Jan 2015 20:09:33 +0000 (20:09 +0000)]
- Renamed MyMalloc() to xcalloc()

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5275 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- opercmd.c:command_create(): MyMalloc uses calloc(), no need to explicitly 'ret...
michael [Thu, 1 Jan 2015 19:55:06 +0000 (19:55 +0000)]
- opercmd.c:command_create(): MyMalloc uses calloc(), no need to explicitly 'ret->param = NULL'

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5272 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- config.c: reformatting
michael [Thu, 1 Jan 2015 19:49:40 +0000 (19:49 +0000)]
- config.c: reformatting

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5271 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- config.c:config_setup(): removed some pointless defaults
michael [Thu, 1 Jan 2015 19:35:33 +0000 (19:35 +0000)]
- config.c:config_setup(): removed some pointless defaults

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5268 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed obsolete AC_HEADER_TIME
michael [Thu, 1 Jan 2015 18:50:21 +0000 (18:50 +0000)]
- Removed obsolete AC_HEADER_TIME

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5267 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Further cleanups to configure.ac
michael [Thu, 1 Jan 2015 18:17:13 +0000 (18:17 +0000)]
- Further cleanups to configure.ac

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5265 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Remove test.c we don't need
michael [Thu, 1 Jan 2015 18:07:33 +0000 (18:07 +0000)]
- Remove test.c we don't need

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5262 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- More cleanups to the build system. Remove stuff we don't need
michael [Thu, 1 Jan 2015 17:58:48 +0000 (17:58 +0000)]
- More cleanups to the build system. Remove stuff we don't need

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5261 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Makefile.am: no need to install libopm library files
michael [Thu, 1 Jan 2015 17:19:15 +0000 (17:19 +0000)]
- Makefile.am: no need to install libopm library files

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5259 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- dnsbl.c:dnsbl_report(): add separate DNSBL_REPORT_VERSION definition
michael [Thu, 1 Jan 2015 16:25:09 +0000 (16:25 +0000)]
- dnsbl.c:dnsbl_report(): add separate DNSBL_REPORT_VERSION definition

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5257 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- config.c:config_load(): improved error reporting if fopen() fails
michael [Thu, 1 Jan 2015 13:57:32 +0000 (13:57 +0000)]
- config.c:config_load(): improved error reporting if fopen() fails

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5255 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:irc_send(): improved error reporting if send() fails
michael [Thu, 1 Jan 2015 13:45:57 +0000 (13:45 +0000)]
- irc.c:irc_send(): improved error reporting if send() fails

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5252 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:irc_init(): improve and simplify error reporting if socket()/bind() fails
michael [Thu, 1 Jan 2015 13:40:00 +0000 (13:40 +0000)]
- irc.c:irc_init(): improve and simplify error reporting if socket()/bind() fails

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5251 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- config-parser.y: removed pointless casts
michael [Thu, 1 Jan 2015 12:50:34 +0000 (12:50 +0000)]
- config-parser.y: removed pointless casts

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5248 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update reference.conf
michael [Wed, 31 Dec 2014 23:32:50 +0000 (23:32 +0000)]
- Update reference.conf

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5247 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update .travis.yml
michael [Wed, 31 Dec 2014 21:47:49 +0000 (21:47 +0000)]
- Update .travis.yml

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5244 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- .travis.yml: should run ./configure as well...
michael [Wed, 31 Dec 2014 21:44:23 +0000 (21:44 +0000)]
- .travis.yml: should run ./configure as well...

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5243 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- svn propset on .travis.yml
michael [Wed, 31 Dec 2014 21:35:52 +0000 (21:35 +0000)]
- svn propset on .travis.yml

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5240 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Added .travis.yml
michael [Wed, 31 Dec 2014 21:34:11 +0000 (21:34 +0000)]
- Added .travis.yml

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5238 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Wed, 31 Dec 2014 15:42:27 +0000 (15:42 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5235 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Bump version to 1.0.0beta2
michael [Wed, 31 Dec 2014 15:41:36 +0000 (15:41 +0000)]
- Bump version to 1.0.0beta2

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5234 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- match.c, match.h: removed collapse()
michael [Wed, 31 Dec 2014 15:07:49 +0000 (15:07 +0000)]
- match.c, match.h: removed collapse()
- inet.h: moved poll.h header include to libopm.c

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5232 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Wed, 31 Dec 2014 14:52:57 +0000 (14:52 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5231 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- configure.ac: removed tests for select() and sys/poll.h
michael [Wed, 31 Dec 2014 14:46:11 +0000 (14:46 +0000)]
- configure.ac: removed tests for select() and sys/poll.h

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5229 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- scan.c: use poll.h; removed useless cast
michael [Wed, 31 Dec 2014 14:42:53 +0000 (14:42 +0000)]
- scan.c: use poll.h; removed useless cast
- firedns.c: use poll.h

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5228 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- irc.c:irc_cycle(): replaced select() with poll()
michael [Wed, 31 Dec 2014 14:08:20 +0000 (14:08 +0000)]
- irc.c:irc_cycle(): replaced select() with poll()

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5225 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Wed, 31 Dec 2014 13:22:06 +0000 (13:22 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5224 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Wed, 31 Dec 2014 13:16:32 +0000 (13:16 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5223 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update reference.conf
michael [Wed, 31 Dec 2014 13:14:12 +0000 (13:14 +0000)]
- Update reference.conf

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5222 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- main.c:main(): OPT_DEBUG won't ever become < 0; it's unsigned
michael [Tue, 30 Dec 2014 17:36:06 +0000 (17:36 +0000)]
- main.c:main(): OPT_DEBUG won't ever become < 0; it's unsigned

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5220 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- main.c: style corrections
michael [Tue, 30 Dec 2014 17:18:47 +0000 (17:18 +0000)]
- main.c: style corrections

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5218 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed all instances of #ifdef HAVE_STRING_H
michael [Tue, 30 Dec 2014 16:41:51 +0000 (16:41 +0000)]
- Removed all instances of #ifdef HAVE_STRING_H

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5215 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- configure.ac: removed with-extra-fascism switch
michael [Mon, 29 Dec 2014 20:16:48 +0000 (20:16 +0000)]
- configure.ac: removed with-extra-fascism switch

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5213 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed configure test for gethostbyname()
michael [Mon, 29 Dec 2014 20:04:20 +0000 (20:04 +0000)]
- Removed configure test for gethostbyname()

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5211 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed configure header test for strings.h; removed strings.h header includes
michael [Mon, 29 Dec 2014 19:52:01 +0000 (19:52 +0000)]
- Removed configure header test for strings.h; removed strings.h header includes

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5210 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Removed AC_HEADER_STDC configure test
michael [Mon, 29 Dec 2014 19:36:12 +0000 (19:36 +0000)]
- Removed AC_HEADER_STDC configure test

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5206 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Update NEWS
michael [Mon, 29 Dec 2014 18:25:13 +0000 (18:25 +0000)]
- Update NEWS

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5205 82007160-df01-0410-b94d-b575c5fd34c7

11 years ago- Remove extern.h
michael [Mon, 29 Dec 2014 17:51:25 +0000 (17:51 +0000)]
- Remove extern.h

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5204 82007160-df01-0410-b94d-b575c5fd34c7