hopm.git
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-19 michael- Update NEWS file
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- Update NEWS file
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: removed now deprecated tests
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- Update NEWS file
2015-06-06 michael- Revved version to hopm-1.0.7
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- Update NEWS file
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(): fixes to previous commit
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...
2015-05-28 michael- Use 'extern' keyword where appropriate
2015-05-28 michael- Update reference.conf
2015-05-28 michael- Re-built parser files
2015-05-28 michael- HOPM can now detect Dreamboxes with default root...
2015-05-28 michael- Update NEWS file
2015-05-27 michael- Update NEWS file
2015-05-27 michael- Bump version to hopm-1.0.6
2015-05-10 michael- main.c: update comment
2015-05-10 michael- main.c: replace execve() with execv()
2015-05-10 michael- autoreconf
2015-05-10 michael- Makefile.am: add serno.h to hopm_SOURCES
2015-05-10 michael- irc.c:m_ctcp(): show SERIALNUM, too
2015-05-10 michael- Moved serno.h to src/
2015-05-10 michael- Update NEWS file
2015-05-08 michael- firedns.c: replace PF_INET(6) with AF_INET(6)
2015-05-08 michael- firedns.c: fixed compile warnings with -Wshadow
2015-05-08 michael- libopm.c:libopm_do_connect(): replace PF_INET with...
2015-05-07 michael- Moved malloc.c to memory.c
2015-05-06 michael- configure.ac: require automake 1.15
2015-05-06 michael- config.c: whitespace changes
2015-05-06 michael- main.c: fixed compile warning
2015-05-06 michael- libopm.c:opm_scan(): removed another dead store
2015-05-06 michael- libopm.c: removed unused variables/dead stores
2015-05-06 michael- config.c, config.h:libopm_config_set(), libopm_config...
2015-05-06 michael- reference.conf: added an updated 'connregex' for...
2015-05-05 michael- firedns.c:firedns_init(): simplify two memset()
2015-05-05 michael- misc.h, misc.c:dissect_time(): constification
2015-05-05 michael- memory.c: style corrections
2015-05-05 michael- config.c, libopm.c: remove a series of NULL/0 assignm...
2015-05-05 michael- config.c, proxy.c: removed useless casts
2015-05-05 michael- Whitespace changes
2015-05-05 michael- proxy.c: applied patch to catch MikroTik HttpProxies...
2015-05-05 michael- Update README file
2015-05-04 michael- Update NEWS file
2015-05-02 michael- config.h: made BlacklistReplyConf::number unsigned
2015-04-29 michael- Removed trailing whitespaces
2015-04-28 michael- irc.c:irc_parse(): only allocate/deallocate 'source_p...
2015-04-27 michael- Update NEWS file
next