hopm.git
2015-09-07 michael- Update README as suggested by jackal master origin/HEAD origin/master
2015-07-19 michael- main.c: remove unused header includes
2015-07-19 michael- scan.c, scan.h: removed prototype for scan_checkexemp...
2015-07-19 michael- Update reference.conf
2015-07-17 michael- Due to security reasons the PROTOCOLS command has...
2015-07-17 michael- scan.c:scan_connect(): style corrections
2015-07-17 michael- scan.c:scan_connect(): rename variables; show the...
2015-07-17 michael- scan.c:scan_connect(): move 'ip' from outermost to...
2015-07-17 michael- scan.c:scan_irckline(): sanitize array initalization
2015-07-17 michael- scan.c: removed junk in scan_negotiation_failed(...
2015-07-17 michael- scan.c:scan_free(): removed useless test on 'ss'
2015-07-14 michael- irc.c:irc_init(): improve error reporting
2015-07-14 michael- Re-create autogenerated files
2015-07-14 michael- Allow relative pathnames for options::pidfile and...
2015-07-14 michael- Re-create autogenerated files
2015-07-14 michael- Save PID file in var/run/ and logfiles in var/log/
2015-07-13 michael- irc.c:irc_read(): exempt EINTR from logging
2015-07-12 michael- irc.c:irc_read(): always log failed read() regardless...
2015-07-12 michael- irc.c:irc_read(): improve error message for failed...
2015-07-12 michael- irc.c:irc_read(): made 'len' a ssize_t
2015-07-10 michael- scan.c: remove poll.h header include
2015-07-10 michael- stats.c: removed #ifdef HAVE_LIBCRYPTO not needed
2015-07-08 michael- scan.c:scan_irckline(): highly unlikely that strlcat...
2015-07-08 michael- Update reference.conf
2015-07-08 michael- dnsbl.c:dnsbl_positive(): fixed weird logic that...
2015-07-02 michael- libopm.c: removed unused function we probably won...
2015-07-02 michael- libopm.c:libopm_check_closed(): improve sanity test...
2015-07-01 michael- Re-create autogenerated files
2015-07-01 michael- Added HTTPS support for SSL/TLS-enabled HTTP proxies
2015-07-01 michael- Update NEWS file
2015-06-29 michael- stats.c:fdstats_output(): fixed coverity CID 120798...
2015-06-27 michael- irc.c: remove assumption that socket() returns fd...
2015-06-26 michael- main.c:main(): terminate the process if execv() fails
2015-06-26 michael- opercmd.c, opercmd.h: constification
2015-06-26 michael- config.c:config_load(): move the fclose(yyin) right...
2015-06-25 michael- reference.conf: removed extraneous newline
2015-06-25 michael- Rebuilt parser files
2015-06-25 michael- Added options::dns_timeout configuration option which...
2015-06-25 michael- Change userinfo_create() to not always allocate memor...
2015-06-25 michael- stats.c, stats.h: made StatsHash::type 'const unsigned'
2015-06-23 michael- Add --enable-warnings switch
2015-06-23 michael- opercmd.c: fixed compile warning with -Wshadow
2015-06-21 michael- reference.conf: added GLINE example for ircu
2015-06-21 michael- Get rid of command_init()
2015-06-20 michael- INSTALL: fixed typo
2015-06-20 michael- reference.conf: mostly cosmetical corrections
2015-06-20 michael- irc.c: reformatting; move COMMAND_TABLE into irc_parse()
2015-06-19 michael- main.c, stats.c: replace bopm occurrences with hopm...
2015-06-14 michael- irc.c:userinfo_create(): use pointer arithmetic inste...
2015-06-14 michael- Style corrections
2015-06-14 michael- opercmd.c: renamed cmd_stat() to cmd_stats()
2015-06-14 michael- opercmd.c:command_create(): rename variable to be...
2015-06-14 michael- opercmd.c:command_parse(): removed STAT and STATUS...
2015-06-14 michael- opercmd.c: moved the COMMAND_TABLE into command_parse()
2015-06-14 michael- opercmd.c: reformatting
2015-06-11 michael- configure.ac: cleaned up comment
2015-06-11 michael- gcc_stack_protect.m4: modernization: AC_TRY_COMPILE...
2015-06-11 michael- autoreconf
2015-06-11 michael- Makefile.am: added proper ACLOCAL_AMFLAGS
2015-06-11 michael- autoreconf
2015-06-11 michael- configure.ac: replaced AC_PROG_LIBTOOL with LT_INIT...
2015-06-11 michael- autoreconf
2015-06-11 michael- configure.ac: have HOPM to compile with -fstack-prote...
2015-06-11 michael- configure.ac: make use of AX_ARG_ENABLE_ASSERT and...
2015-06-11 michael- Further cleanups to the build system; moved various...
2015-06-10 michael- Also propset svn:eol-style native AUTHORS
2015-06-10 michael- propset svn:keywords "Id" AUTHORS
2015-06-10 michael- Added the AUTHORS file
2015-06-09 michael- config.h: made OptionsConf::negcache a time_t
2015-06-09 michael- Update NEWS file
2015-06-09 michael- options.h: removed unused PIDEXT definition
2015-06-09 michael- Rebuilt parser files
2015-06-09 michael- Made the RECONNECTINTERVAL configurable via the hopm...
2015-06-08 michael- libopm/src/libopm.c:opm_config(): removed extraneous...
2015-06-08 michael- libopm/src/libopm.c:libopm_do_read(): constification
2015-06-08 michael- libopm/src/libopm.c:libopm_do_connect(): removed...
2015-06-08 michael- libopm/src/config.c: constification; remove extraneou...
2015-06-08 michael- libopm/src/config.c: constification
2015-06-06 michael- Cleaned up prototypes
2015-06-04 michael- Re-built parser files
2015-06-04 michael- config-parser.y: removed explicit yydebug=0; yydebug...
2015-06-04 michael- Re-built lexer file
2015-06-04 michael- config-lexer.l: declare ccomment() as static
2015-06-04 michael- Made 'linenum' unsigned
2015-06-04 michael- config-lexer.c:ccomment(): cleaned up style issues
2015-06-04 michael- Re-built lexer file
2015-06-04 michael- config-lexer.l: fixed bug where the configuration...
2015-06-03 michael- log.c: remove header includes we don't need
2015-06-03 michael- stats.c: remove header includes we don't need
2015-06-02 michael- scan.c:scan_irckline(): we can use char* instead...
2015-06-02 michael- scan.c:scan_irckline(): avoid table indexing where...
2015-06-02 michael- scan.c, scan.h: moved the 'struct kline_format_assoc...
2015-06-02 michael- stats.c: avoid table indexing where possible
2015-06-02 michael- stats.c:stats_openproxy(): break the loop early if...
2015-05-31 michael- firedns.c: c99 style array initialization
2015-05-31 michael- main.c:main(): improve error message for failed fopen...
2015-05-31 michael- scan.c:scan_connect(): replaced hardcoded MSGLENMAX...
2015-05-30 michael- irc.c:m_notice(): use a more compact error message...
2015-05-30 michael- irc.c:m_privmsg(): style corrections
2015-05-28 michael- irc.c:m_privmsg(): added missing 'return' when proces...
next