michael [Sun, 21 Jun 2015 17:51:29 +0000 (17:51 +0000)]
- reference.conf: added GLINE example for ircu
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6178
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 21 Jun 2015 16:13:25 +0000 (16:13 +0000)]
- Get rid of command_init()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6175
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 20 Jun 2015 16:27:44 +0000 (16:27 +0000)]
- INSTALL: fixed typo
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6171
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 20 Jun 2015 16:18:28 +0000 (16:18 +0000)]
- reference.conf: mostly cosmetical corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6170
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 20 Jun 2015 15:50:50 +0000 (15:50 +0000)]
- irc.c: reformatting; move COMMAND_TABLE into irc_parse()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6167
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 19 Jun 2015 16:33:47 +0000 (16:33 +0000)]
- main.c, stats.c: replace bopm occurrences with hopm in some comments
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6166
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 14 Jun 2015 19:21:37 +0000 (19:21 +0000)]
- irc.c:userinfo_create(): use pointer arithmetic instead of array subscripting
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6150
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 14 Jun 2015 17:29:51 +0000 (17:29 +0000)]
- Style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6149
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 14 Jun 2015 16:36:36 +0000 (16:36 +0000)]
- opercmd.c: renamed cmd_stat() to cmd_stats()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6146
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 14 Jun 2015 12:24:31 +0000 (12:24 +0000)]
- opercmd.c:command_create(): rename variable to be consistent with other functions
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6144
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 14 Jun 2015 12:15:36 +0000 (12:15 +0000)]
- opercmd.c:command_parse(): removed STAT and STATUS from the COMMAND_TABLE. STATS should be used instead.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6143
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 14 Jun 2015 12:09:16 +0000 (12:09 +0000)]
- opercmd.c: moved the COMMAND_TABLE into command_parse()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6140
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 14 Jun 2015 12:06:57 +0000 (12:06 +0000)]
- opercmd.c: reformatting
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6138
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 19:20:00 +0000 (19:20 +0000)]
- configure.ac: cleaned up comment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6133
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 13:27:14 +0000 (13:27 +0000)]
- gcc_stack_protect.m4: modernization: AC_TRY_COMPILE and AC_TRY_LINK are obsolete
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6115
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 13:16:23 +0000 (13:16 +0000)]
- autoreconf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6113
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 12:57:31 +0000 (12:57 +0000)]
- Makefile.am: added proper ACLOCAL_AMFLAGS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6111
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 12:56:34 +0000 (12:56 +0000)]
- autoreconf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6110
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 12:50:14 +0000 (12:50 +0000)]
- configure.ac: replaced AC_PROG_LIBTOOL with LT_INIT. AC_PROG_LIBTOOL is deprecated
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6106
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 12:45:27 +0000 (12:45 +0000)]
- autoreconf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6105
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 12:38:55 +0000 (12:38 +0000)]
- configure.ac: have HOPM to compile with -fstack-protector-strong and -fstack-protector, respectively,
depending on what the compiler supports
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6102
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 12:34:32 +0000 (12:34 +0000)]
- configure.ac: make use of AX_ARG_ENABLE_ASSERT and AX_LIBRARY_NET
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6100
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 11 Jun 2015 12:31:29 +0000 (12:31 +0000)]
- Further cleanups to the build system; moved various things we need to separate autoconf macros
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6099
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 10 Jun 2015 17:54:27 +0000 (17:54 +0000)]
- Also propset svn:eol-style native AUTHORS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6093
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 10 Jun 2015 17:53:00 +0000 (17:53 +0000)]
- propset svn:keywords "Id" AUTHORS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6091
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 10 Jun 2015 17:51:08 +0000 (17:51 +0000)]
- Added the AUTHORS file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6089
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 9 Jun 2015 19:59:59 +0000 (19:59 +0000)]
- config.h: made OptionsConf::negcache a time_t
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6086
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 9 Jun 2015 18:32:15 +0000 (18:32 +0000)]
- Update NEWS file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6085
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 9 Jun 2015 18:27:38 +0000 (18:27 +0000)]
- options.h: removed unused PIDEXT definition
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6082
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 9 Jun 2015 18:24:09 +0000 (18:24 +0000)]
- Rebuilt parser files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6081
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 9 Jun 2015 18:21:36 +0000 (18:21 +0000)]
- Made the RECONNECTINTERVAL configurable via the hopm.conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6078
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 8 Jun 2015 20:52:49 +0000 (20:52 +0000)]
- libopm/src/libopm.c:opm_config(): removed extraneous parentheses
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6076
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 8 Jun 2015 20:46:36 +0000 (20:46 +0000)]
- libopm/src/libopm.c:libopm_do_read(): constification
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6075
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 8 Jun 2015 20:29:21 +0000 (20:29 +0000)]
- libopm/src/libopm.c:libopm_do_connect(): removed extraneous parentheses
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6072
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 8 Jun 2015 20:18:43 +0000 (20:18 +0000)]
- libopm/src/config.c: constification; remove extraneous comma from the 'HASH' table
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6071
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 8 Jun 2015 20:10:36 +0000 (20:10 +0000)]
- libopm/src/config.c: constification
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6068
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 6 Jun 2015 16:58:38 +0000 (16:58 +0000)]
- Cleaned up prototypes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6057
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 15:52:30 +0000 (15:52 +0000)]
- Re-built parser files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6052
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 15:51:26 +0000 (15:51 +0000)]
- config-parser.y: removed explicit yydebug=0; yydebug is disabled by default anyways.
Declared 'tmp' as static. Fixed minor style issues
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6049
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 11:21:15 +0000 (11:21 +0000)]
- Re-built lexer file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6047
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 11:09:23 +0000 (11:09 +0000)]
- config-lexer.l: declare ccomment() as static
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6046
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 11:07:23 +0000 (11:07 +0000)]
- Made 'linenum' unsigned
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6043
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 11:00:54 +0000 (11:00 +0000)]
- config-lexer.c:ccomment(): cleaned up style issues
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6042
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 10:42:33 +0000 (10:42 +0000)]
- Re-built lexer file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6038
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 4 Jun 2015 10:41:19 +0000 (10:41 +0000)]
- config-lexer.l: fixed bug where the configuration parser would report syntax errors with invalid line numbers
when there are multi-line C comments in the config file.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6036
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 3 Jun 2015 16:41:02 +0000 (16:41 +0000)]
- log.c: remove header includes we don't need
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6035
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 3 Jun 2015 16:32:17 +0000 (16:32 +0000)]
- stats.c: remove header includes we don't need
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6032
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 2 Jun 2015 16:51:06 +0000 (16:51 +0000)]
- scan.c:scan_irckline(): we can use char* instead of a void* in the 'kline_format_assoc' structure
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6030
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 2 Jun 2015 16:41:29 +0000 (16:41 +0000)]
- scan.c:scan_irckline(): avoid table indexing where possible
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6029
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 2 Jun 2015 16:33:41 +0000 (16:33 +0000)]
- scan.c, scan.h: moved the 'struct kline_format_assoc' into scan_irckline()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6025
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 2 Jun 2015 16:22:45 +0000 (16:22 +0000)]
- stats.c: avoid table indexing where possible
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6024
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 2 Jun 2015 16:01:55 +0000 (16:01 +0000)]
- stats.c:stats_openproxy(): break the loop early if a matching type in the STATS_PROXIES table has been found
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6021
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 31 May 2015 16:32:38 +0000 (16:32 +0000)]
- firedns.c: c99 style array initialization
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6019
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 31 May 2015 14:08:36 +0000 (14:08 +0000)]
- main.c:main(): improve error message for failed fopen() on the pid file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6018
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 31 May 2015 13:44:37 +0000 (13:44 +0000)]
- scan.c:scan_connect(): replaced hardcoded MSGLENMAX with sizeof()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6015
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 30 May 2015 19:58:45 +0000 (19:58 +0000)]
- irc.c:m_notice(): use a more compact error message for regcomp() errors
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6014
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 30 May 2015 19:28:18 +0000 (19:28 +0000)]
- irc.c:m_privmsg(): style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6011
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 28 May 2015 17:05:18 +0000 (17:05 +0000)]
- irc.c:m_privmsg(): added missing 'return' when processing CTCP messages
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6005
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 28 May 2015 15:57:39 +0000 (15:57 +0000)]
- Use 'extern' keyword where appropriate
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6004
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 28 May 2015 15:14:44 +0000 (15:14 +0000)]
- Update reference.conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6001
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 28 May 2015 15:05:15 +0000 (15:05 +0000)]
- Re-built parser files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6000
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 28 May 2015 14:59:47 +0000 (14:59 +0000)]
- HOPM can now detect Dreamboxes with default root passwords. Patch by Gavin Hanover (EFnet)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5998
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 28 May 2015 14:07:26 +0000 (14:07 +0000)]
- Update NEWS file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5996
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 27 May 2015 18:37:14 +0000 (18:37 +0000)]
- Update NEWS file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5994
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 10 May 2015 17:40:58 +0000 (17:40 +0000)]
- main.c: update comment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5972
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 10 May 2015 17:35:44 +0000 (17:35 +0000)]
- main.c: replace execve() with execv()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5971
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 10 May 2015 16:56:38 +0000 (16:56 +0000)]
- autoreconf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5968
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 10 May 2015 16:56:20 +0000 (16:56 +0000)]
- Makefile.am: add serno.h to hopm_SOURCES
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5967
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 10 May 2015 16:46:34 +0000 (16:46 +0000)]
- irc.c:m_ctcp(): show SERIALNUM, too
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5964
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 10 May 2015 16:09:32 +0000 (16:09 +0000)]
- Moved serno.h to src/
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5961
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 8 May 2015 20:47:10 +0000 (20:47 +0000)]
- firedns.c: replace PF_INET(6) with AF_INET(6)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5952
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 8 May 2015 20:36:50 +0000 (20:36 +0000)]
- firedns.c: fixed compile warnings with -Wshadow
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5951
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Fri, 8 May 2015 20:23:23 +0000 (20:23 +0000)]
- libopm.c:libopm_do_connect(): replace PF_INET with AF_INET
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5948
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Thu, 7 May 2015 18:59:02 +0000 (18:59 +0000)]
- Moved malloc.c to memory.c
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5947
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 6 May 2015 19:09:49 +0000 (19:09 +0000)]
- configure.ac: require automake 1.15
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5943
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 6 May 2015 18:06:16 +0000 (18:06 +0000)]
- config.c: whitespace changes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5931
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 6 May 2015 17:47:13 +0000 (17:47 +0000)]
- main.c: fixed compile warning
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5930
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 6 May 2015 17:41:36 +0000 (17:41 +0000)]
- libopm.c:opm_scan(): removed another dead store
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5927
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 6 May 2015 17:24:51 +0000 (17:24 +0000)]
- libopm.c: removed unused variables/dead stores
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5926
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 6 May 2015 16:42:39 +0000 (16:42 +0000)]
- config.c, config.h:libopm_config_set(), libopm_config(): use explicit unsigned type for array indices
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5923
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 6 May 2015 16:31:50 +0000 (16:31 +0000)]
- reference.conf: added an updated 'connregex' for ngIRCd
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5922
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 18:58:04 +0000 (18:58 +0000)]
- firedns.c:firedns_init(): simplify two memset()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5920
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 18:46:45 +0000 (18:46 +0000)]
- misc.h, misc.c:dissect_time(): constification
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5917
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 18:45:20 +0000 (18:45 +0000)]
- memory.c: style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5916
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 18:41:24 +0000 (18:41 +0000)]
- config.c, libopm.c: remove a series of NULL/0 assignments not needed with calloc()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5913
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 18:33:11 +0000 (18:33 +0000)]
- config.c, proxy.c: removed useless casts
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5912
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 18:26:11 +0000 (18:26 +0000)]
- Whitespace changes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5909
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 17:59:32 +0000 (17:59 +0000)]
- proxy.c: applied patch to catch MikroTik HttpProxies. Patch provided by Thomas Carlsson (aka Beige)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5908
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 5 May 2015 07:06:52 +0000 (07:06 +0000)]
- Update README file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5905
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sat, 2 May 2015 14:02:17 +0000 (14:02 +0000)]
- config.h: made BlacklistReplyConf::number unsigned
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5879
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Wed, 29 Apr 2015 11:25:48 +0000 (11:25 +0000)]
- Removed trailing whitespaces
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5876
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 28 Apr 2015 11:57:12 +0000 (11:57 +0000)]
- irc.c:irc_parse(): only allocate/deallocate 'source_p' for commands we're actually interted in
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5861
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 27 Apr 2015 21:48:51 +0000 (21:48 +0000)]
- autoreconf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5860
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 27 Apr 2015 19:47:31 +0000 (19:47 +0000)]
- irc.c: fixed connect() issue as reported by Martin Pola
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5856
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 24 Mar 2015 18:04:06 +0000 (18:04 +0000)]
- Removed some irrelevant comments
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5726
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Sun, 22 Mar 2015 16:54:02 +0000 (16:54 +0000)]
- main.c:main(): changed umask to 077
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5724
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 17 Mar 2015 19:10:17 +0000 (19:10 +0000)]
- Updated NEWS file
- Fixed previous commit to opercmd.c
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5716
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Tue, 17 Mar 2015 18:43:27 +0000 (18:43 +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/trunk@5712
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 16 Mar 2015 18:52:15 +0000 (18:52 +0000)]
- config.c:libopm_config_create(): removed extraneous memset() not needed with calloc()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5711
82007160-df01-0410-b94d-
b575c5fd34c7
michael [Mon, 16 Mar 2015 18:27:12 +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/trunk@5708
82007160-df01-0410-b94d-
b575c5fd34c7