| 2015-05-10 |
michael | - Makefile.am: add serno.h to hopm_SOURCES |
commit | commitdiff | tree | snapshot |
| 2015-05-10 |
michael | - irc.c:m_ctcp(): show SERIALNUM, too |
commit | commitdiff | tree | snapshot |
| 2015-05-10 |
michael | - Moved serno.h to src/ |
commit | commitdiff | tree | snapshot |
| 2015-05-08 |
michael | - firedns.c: replace PF_INET(6) with AF_INET(6) |
commit | commitdiff | tree | snapshot |
| 2015-05-08 |
michael | - firedns.c: fixed compile warnings with -Wshadow |
commit | commitdiff | tree | snapshot |
| 2015-05-08 |
michael | - libopm.c:libopm_do_connect(): replace PF_INET with... |
commit | commitdiff | tree | snapshot |
| 2015-05-07 |
michael | - Moved malloc.c to memory.c |
commit | commitdiff | tree | snapshot |
| 2015-05-06 |
michael | - configure.ac: require automake 1.15 |
commit | commitdiff | tree | snapshot |
| 2015-05-06 |
michael | - config.c: whitespace changes |
commit | commitdiff | tree | snapshot |
| 2015-05-06 |
michael | - main.c: fixed compile warning |
commit | commitdiff | tree | snapshot |
| 2015-05-06 |
michael | - libopm.c:opm_scan(): removed another dead store |
commit | commitdiff | tree | snapshot |
| 2015-05-06 |
michael | - libopm.c: removed unused variables/dead stores |
commit | commitdiff | tree | snapshot |
| 2015-05-06 |
michael | - config.c, config.h:libopm_config_set(), libopm_config... |
commit | commitdiff | tree | snapshot |
| 2015-05-06 |
michael | - reference.conf: added an updated 'connregex' for... |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - firedns.c:firedns_init(): simplify two memset() |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - misc.h, misc.c:dissect_time(): constification |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - memory.c: style corrections |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - config.c, libopm.c: remove a series of NULL/0 assignm... |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - config.c, proxy.c: removed useless casts |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - Whitespace changes |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - proxy.c: applied patch to catch MikroTik HttpProxies... |
commit | commitdiff | tree | snapshot |
| 2015-05-05 |
michael | - Update README file |
commit | commitdiff | tree | snapshot |
| 2015-05-02 |
michael | - config.h: made BlacklistReplyConf::number unsigned |
commit | commitdiff | tree | snapshot |
| 2015-04-29 |
michael | - Removed trailing whitespaces |
commit | commitdiff | tree | snapshot |
| 2015-04-28 |
michael | - irc.c:irc_parse(): only allocate/deallocate 'source_p... |
commit | commitdiff | tree | snapshot |
| 2015-04-27 |
michael | - autoreconf |
commit | commitdiff | tree | snapshot |
| 2015-04-27 |
michael | - irc.c: fixed connect() issue as reported by Martin... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
michael | - Removed some irrelevant comments |
commit | commitdiff | tree | snapshot |
| 2015-03-22 |
michael | - main.c:main(): changed umask to 077 |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
michael | - Updated NEWS file |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
michael | - Added 'protocols' command which dumps a list of confi... |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
michael | - config.c:libopm_config_create(): removed extraneous... |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
michael | - libopm.c:libopm_scan_create(): removed extraneous... |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
michael | - libopm/config.c: use unsigned when indexing arrays |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
michael | - list.c, list.h: style corrections |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
michael | - list.c: removed pointless 0 assignments in node_creat... |
commit | commitdiff | tree | snapshot |
| 2015-03-15 |
michael | - opercmd.c:command_parse(): don't let command_create... |
commit | commitdiff | tree | snapshot |
| 2015-03-15 |
michael | - Style corrections |
commit | commitdiff | tree | snapshot |
| 2015-03-15 |
michael | - Style corrections |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
michael | - irc.c: cleaned up userinfo_create() |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
michael | - irc.c: made COMMAND_TABLE use const |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
michael | - config-lexer.l: added 'never-interactive' to scanner... |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
michael | - Update reference.conf |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
michael | - irc.c: fixed compile error |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
michael | - Update reference.conf |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
michael | - scan.c: removed two useless assert() |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
michael | - irc.c: constification |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
michael | - irc.c:irc_read(): fixed typo in comment |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
michael | - libopm.c: fixed an off by one in opm_callback() and... |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
michael | - libopm.c: style corrections |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
michael | - libopm.c:opm_remote_create(): removed useless cruft |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
michael | - config.c: fixed compile warnings with -Wmissing-proto... |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
michael | - Rebuilt parser files |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - log.c:log_printf(): increase buffer size |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - Log timestamp format is ISO8601 now |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - Update README and reference.conf: HOPM does work... |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - Update README file |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - proxy.c:libopm_proxy_socks5_write(): removed useless... |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - proxy.c: save a strlen(); replaced some 'int' with... |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - config-parser.y: style corrections |
commit | commitdiff | tree | snapshot |
| 2015-03-08 |
michael | - log.c, log.h: constification |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
michael | - reference.conf: add missing documentation of the... |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - reference.conf: added ngIRCd |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - reference.conf: added bahamut |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - reference.conf: added UnrealIRCd |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - reference.conf: add charybdis and ircd-ratbox which... |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - reference.conf: whitespace changes |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - reference.conf: added connregex for InspIRCd provided... |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - irc.c:irc_cycle(): increase poll timeout to 50ms |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - autoreconf |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - Update NEWS |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - Rebuilt parser files |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
michael | - memory.c:MyFree(): removed extraneous pointer test... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
michael | - reference.conf: minor correction as suggested by... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
michael | - Added irc::notice configuration option (notice(s... |
commit | commitdiff | tree | snapshot |
| 2015-01-18 |
michael | - firedns.c: removed max() macro. Renamed 'fdns_errno... |
commit | commitdiff | tree | snapshot |
| 2015-01-18 |
michael | - irc.c:irc_cycle(): attempt to reconnect to the server... |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
michael | - opercmd.c:cmd_check(): fixed outdated comment |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
michael | - dnsbl.c:dnsbl_report(): added missing space in channe... |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
michael | - Use 'static' and 'extern' keywords where appropriate |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
michael | - Removed useless header includes |
commit | commitdiff | tree | snapshot |
| 2015-01-13 |
michael | - scan.c:scan_manual(): fixes to previous commit |
commit | commitdiff | tree | snapshot |
| 2015-01-13 |
michael | - scan.c:scan_manual(): replaced inet_ntoa() with inet_... |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
michael | - irc.c, irc.h: const-correctness |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
michael | - misc.c: style corrections |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
michael | - irc.c:m_perform(): cosmetical changes to connection... |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
michael | - irc.c: cleaned up irc_connect() |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
michael | - irc.c: added basic IPv6 support allowing HOPM to... |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
michael | - INSTALL, README: untabify |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
michael | - irc.c:irc_init(): get rid of 'bindret' |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
michael | - log.c: cleaned up style |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
michael | - command_parse(): removed 'msg' parameter. We actually... |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
michael | - automake 1.15 |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
michael | - Update license headers |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
michael | - stats.c:stats_output(): const-correctness |
commit | commitdiff | tree | snapshot |
| 2015-01-10 |
michael | - Update README |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
michael | - irc.c:irc_parse(): fixed logic error |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
michael | - opercmd.c:command_parse(): don't continue to walk... |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
michael | - Const-correctness |
commit | commitdiff | tree | snapshot |
| 2015-01-07 |
michael | - Fix up header inclusion mess |
commit | commitdiff | tree | snapshot |
| next |