michael [Mon, 27 Apr 2015 21:26:49 +0000 (21:26 +0000)]
- Revved version to 1.0.5
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5858
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 27 Apr 2015 21:24:36 +0000 (21:24 +0000)]
- Update NEWS file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5857
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 27 Apr 2015 19:47:19 +0000 (19:47 +0000)]
- irc.c: fixed connect() issue as reported by Martin Pola
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5855
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 24 Mar 2015 18:04:20 +0000 (18:04 +0000)]
- Removed some irrelevant comments
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5727
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 22 Mar 2015 16:54:14 +0000 (16:54 +0000)]
- main.c:main(): changed umask to 077
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5725
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 17 Mar 2015 19:08:34 +0000 (19:08 +0000)]
- Bump version to 1.0.4
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5715
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 17 Mar 2015 18:57:16 +0000 (18:57 +0000)]
- Update NEWS file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5714
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 17 Mar 2015 18:44:34 +0000 (18:44 +0000)]
- Added 'protocols' command which dumps a list of configured scanners and their associated protocols/ports to a channel
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5713
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 16 Mar 2015 18:51:49 +0000 (18:51 +0000)]
- config.c:libopm_config_create(): removed extraneous memset() not needed with calloc()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5710
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 16 Mar 2015 18:27:37 +0000 (18:27 +0000)]
- libopm.c:libopm_scan_create(): removed extraneous memset() not needed with calloc()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5709
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 16 Mar 2015 17:55:30 +0000 (17:55 +0000)]
- libopm/config.c: use unsigned when indexing arrays
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5706
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 16 Mar 2015 16:43:00 +0000 (16:43 +0000)]
- list.c: removed pointless 0 assignments in node_create() and list_create()
- list.c, list.h: style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5705
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 15 Mar 2015 17:43:50 +0000 (17:43 +0000)]
- opercmd.c:command_parse(): don't let command_create() allocate memory for empty parameters
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5701
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 15 Mar 2015 17:41:09 +0000 (17:41 +0000)]
- Style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5700
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 15 Mar 2015 13:04:50 +0000 (13:04 +0000)]
- Style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5696
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 14 Mar 2015 19:03:10 +0000 (19:03 +0000)]
- irc.c: cleaned up userinfo_create()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5692
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 14 Mar 2015 18:50:57 +0000 (18:50 +0000)]
- irc.c: made COMMAND_TABLE use const
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5689
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 14 Mar 2015 18:47:01 +0000 (18:47 +0000)]
- config-lexer.l: added 'never-interactive' to scanner options
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5688
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 13 Mar 2015 21:11:21 +0000 (21:11 +0000)]
- Update reference.conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5685
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 13 Mar 2015 20:17:34 +0000 (20:17 +0000)]
- irc.c: fixed compile error
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5684
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 13 Mar 2015 20:06:44 +0000 (20:06 +0000)]
- Update reference.conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5681
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 13 Mar 2015 19:23:24 +0000 (19:23 +0000)]
- scan.c: removed two useless assert()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5680
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 13 Mar 2015 19:19:14 +0000 (19:19 +0000)]
- irc.c: constification
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5677
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 13 Mar 2015 19:14:54 +0000 (19:14 +0000)]
- irc.c:irc_read(): fixed typo in comment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5676
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 11 Mar 2015 18:56:53 +0000 (18:56 +0000)]
- libopm.c: fixed an off by one in opm_callback() and libopm_do_callback() that potentially
allowed to write to out-of-bounds memory
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5674
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 11 Mar 2015 17:41:36 +0000 (17:41 +0000)]
- libopm.c: style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5672
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 11 Mar 2015 16:42:33 +0000 (16:42 +0000)]
- libopm.c:opm_remote_create(): removed useless cruft
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5669
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 11 Mar 2015 16:30:56 +0000 (16:30 +0000)]
- config.c: fixed compile warnings with -Wmissing-prototypes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5668
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 11 Mar 2015 16:24:18 +0000 (16:24 +0000)]
- Rebuilt parser files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5666
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 16:00:08 +0000 (16:00 +0000)]
- log.c:log_printf(): increase buffer size
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5661
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 15:55:07 +0000 (15:55 +0000)]
- Log timestamp format is ISO8601 now
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5660
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 14:50:23 +0000 (14:50 +0000)]
- Update README and reference.conf: HOPM does work with ircu aswell
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5657
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 14:21:24 +0000 (14:21 +0000)]
- Update README file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5656
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 14:02:51 +0000 (14:02 +0000)]
- proxy.c:libopm_proxy_socks5_write(): removed useless cast
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5653
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 13:59:27 +0000 (13:59 +0000)]
- proxy.c: save a strlen(); replaced some 'int' with 'size_t'
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5652
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 13:34:32 +0000 (13:34 +0000)]
- config-parser.y: style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5649
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Mar 2015 13:16:11 +0000 (13:16 +0000)]
- log.c, log.h: constification
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5648
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 8 Feb 2015 13:12:26 +0000 (13:12 +0000)]
- reference.conf: add missing documentation of the %t conversion specifier
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5483
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 28 Jan 2015 19:40:29 +0000 (19:40 +0000)]
- reference.conf: added ngIRCd
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5448
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 28 Jan 2015 19:36:44 +0000 (19:36 +0000)]
- reference.conf: added bahamut
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5445
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 28 Jan 2015 19:33:50 +0000 (19:33 +0000)]
- reference.conf: added UnrealIRCd
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5444
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 28 Jan 2015 19:24:33 +0000 (19:24 +0000)]
- reference.conf: add charybdis and ircd-ratbox which have the same format of connection notices
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5441
82007160-df01-0410-b94d-
b575c5fd34c7
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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