From noreply at github.com Mon Oct 1 00:35:29 2018 From: noreply at github.com (GitHub) Date: Sun, 30 Sep 2018 17:35:29 -0700 Subject: [gitlog] [eggheads/eggdrop] 39cbb0: Fix adding botflag s for a channel. Fixes #525 Message-ID: <5bb16bd1b954d_44fb2b2a2c0bcecc3432@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 39cbb0c4cdcd3e3ff63952fc6523e97e325489b4 https://github.com/eggheads/eggdrop/commit/39cbb0c4cdcd3e3ff63952fc6523e97e325489b4 Author: Cizzle Date: 2018-09-30 (Sun, 30 Sep 2018) Changed paths: M src/flags.h Log Message: ----------- Fix adding botflag s for a channel. Fixes #525 Found by: A user Patch by: Cizzle Fixes: #525 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 1 00:38:28 2018 From: noreply at github.com (GitHub) Date: Sun, 30 Sep 2018 17:38:28 -0700 Subject: [gitlog] [eggheads/eggdrop] 6338ef: Fix kick event handler to not truncate uhost. Fixe... Message-ID: <5bb16c84b26e1_42ee2abce9dd6ec46995@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 6338ef8c3312ec7ab65af6cf7ccd14ecb6a335e6 https://github.com/eggheads/eggdrop/commit/6338ef8c3312ec7ab65af6cf7ccd14ecb6a335e6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-09-30 (Sun, 30 Sep 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix kick event handler to not truncate uhost. Fixes #598 Found by: wilkowy Patch by: michaelortmann Fixes: #598 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 1 00:40:52 2018 From: noreply at github.com (GitHub) Date: Sun, 30 Sep 2018 17:40:52 -0700 Subject: [gitlog] [eggheads/eggdrop] 38330f: Fix possible truncations in delignore() Message-ID: <5bb16d14c0b4e_25aa2affa80beec422059@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 38330f05a3c5bbb3ce22cfaca9c611f26b0a67ff https://github.com/eggheads/eggdrop/commit/38330f05a3c5bbb3ce22cfaca9c611f26b0a67ff Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-09-30 (Sun, 30 Sep 2018) Changed paths: M src/users.c Log Message: ----------- Fix possible truncations in delignore() Found by: michaelortmann Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 4 01:33:36 2018 From: noreply at github.com (GitHub) Date: Wed, 03 Oct 2018 18:33:36 -0700 Subject: [gitlog] [eggheads/eggdrop] a8425c: Fix eggdrop to compile and run under Haiku Message-ID: <5bb56df0506e6_22782aea9b71cec888315@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: a8425cb1b83cd2c86d5817048a508d0e98862cb6 https://github.com/eggheads/eggdrop/commit/a8425cb1b83cd2c86d5817048a508d0e98862cb6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-03 (Wed, 03 Oct 2018) Changed paths: M aclocal.m4 M doc/BUG-REPORT M doc/COMPILE-GUIDE M src/mod/compress.mod/compress.c M src/mod/dns.mod/configure.ac M src/mod/share.mod/share.c Log Message: ----------- Fix eggdrop to compile and run under Haiku Patch by: michaelortmann * Fix Haiku: Fix parse error before free_func: zlib.h must be included after crypto.h * Fix Haiku: Internal compiler error, output_operand_lossage invalid expression as operand: unwiched unnecessary pointer magick * update doc/BUG-REPORT for Haiku * update COMPILE-GUIDE for Haiku * enable shared build by default for Haiku * Fix checking for a working resolver library and Fix coredns.c:154: field data has incomplete type **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 4 01:48:30 2018 From: noreply at github.com (GitHub) Date: Wed, 03 Oct 2018 18:48:30 -0700 Subject: [gitlog] [eggheads/eggdrop] 97c534: Make 2 functions in dns.c static Message-ID: <5bb5716ee7ca9_7ce52acc8d644edc17640@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 97c534bccf3786b9c21d39298531bfbfa8333a9a https://github.com/eggheads/eggdrop/commit/97c534bccf3786b9c21d39298531bfbfa8333a9a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-03 (Wed, 03 Oct 2018) Changed paths: M src/dns.c Log Message: ----------- Make 2 functions in dns.c static Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 4 01:49:24 2018 From: noreply at github.com (GitHub) Date: Wed, 03 Oct 2018 18:49:24 -0700 Subject: [gitlog] [eggheads/eggdrop] 79e6ec: Fix Nullpointer warning Message-ID: <5bb571a4dc990_51382ab8db696ec85956a@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 79e6ec879eeaa90b94595e5be8e869c0121d52c6 https://github.com/eggheads/eggdrop/commit/79e6ec879eeaa90b94595e5be8e869c0121d52c6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-03 (Wed, 03 Oct 2018) Changed paths: M src/users.c Log Message: ----------- Fix Nullpointer warning Patch by: michaelortmann * fix member access within null pointer warning **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 9 02:40:21 2018 From: noreply at github.com (GitHub) Date: Mon, 08 Oct 2018 19:40:21 -0700 Subject: [gitlog] [eggheads/eggdrop] 185a93: Use strlcpy() instead of strncpyz() Message-ID: <5bbc15152b248_42de2ac800c9a58442243@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 185a93d899a9a88740fbd46bf5a114aa884521df https://github.com/eggheads/eggdrop/commit/185a93d899a9a88740fbd46bf5a114aa884521df Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-08 (Mon, 08 Oct 2018) Changed paths: M configure.ac M src/botcmd.c M src/botnet.c M src/chanprog.c M src/cmds.c M src/compat/Makefile.in M src/compat/compat.h A src/compat/strlcpy.c A src/compat/strlcpy.h M src/dcc.c M src/dns.c M src/flags.c M src/language.c M src/main.c M src/main.h M src/misc.c M src/mod/assoc.mod/assoc.c M src/mod/blowfish.mod/blowfish.c M src/mod/channels.mod/channels.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/channels.mod/userchan.c M src/mod/console.mod/console.c M src/mod/filesys.mod/files.c M src/mod/filesys.mod/filesys.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/cmdsirc.c M src/mod/irc.mod/irc.c M src/mod/irc.mod/msgcmds.c M src/mod/module.h M src/mod/notes.mod/notes.c M src/mod/seen.mod/seen.c M src/mod/server.mod/cmdsserv.c M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/server.mod/tclserv.c M src/mod/share.mod/share.c M src/mod/transfer.mod/transfer.c M src/mod/transfer.mod/transferqueue.c M src/mod/uptime.mod/uptime.c M src/modules.c M src/net.c M src/tcl.c M src/tcldcc.c M src/tclmisc.c M src/tcluser.c M src/tls.c M src/userent.c M src/userrec.c M src/users.c Log Message: ----------- Use strlcpy() instead of strncpyz() Patch by: michaelortmann strncpyz() was a macro using strncpy(). We dont want strncpy due to its zero padding. strncpyz() was replaced with strlcpy() * if the operating system / libc provides strlcpy() we will use it. * if it doesn't we will use our new src/compat/strlcpy, which is a copy of the bsd implementation * enable compat strlcpy() also for modules if needed, enable strncpyz() for modules for backward compatibility **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 9 04:39:30 2018 From: noreply at github.com (GitHub) Date: Mon, 08 Oct 2018 21:39:30 -0700 Subject: [gitlog] [eggheads/eggdrop] ba7049: Fix aclocal.m4 grep under SunOS / OpenIndiana. Fix... Message-ID: <5bbc3102dc3b_6b582abe0afce584843b7@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: ba70494ce4e793088a12c9d3b4c246036ca4e54a https://github.com/eggheads/eggdrop/commit/ba70494ce4e793088a12c9d3b4c246036ca4e54a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-08 (Mon, 08 Oct 2018) Changed paths: M aclocal.m4 M doc/BUG-REPORT M doc/COMPILE-GUIDE Log Message: ----------- Fix aclocal.m4 grep under SunOS / OpenIndiana. Fixes #589 * Fix #589: Fix aclocal.m4 grep under sunos * update COMPILE-GUIDE for SunOS / OpenIndiana * update doc/BUG-REPORT for OpenIndiana * another compile hint for OpenIndiana **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 10 04:18:55 2018 From: noreply at github.com (GitHub) Date: Tue, 09 Oct 2018 21:18:55 -0700 Subject: [gitlog] [eggheads/eggdrop] 9201a4: Typo fix Message-ID: <5bbd7daf95c85_13072b060ac6e57c17948@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 9201a4aa0e4be2fc338ea551a6b52396e133e381 https://github.com/eggheads/eggdrop/commit/9201a4aa0e4be2fc338ea551a6b52396e133e381 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-09 (Tue, 09 Oct 2018) Changed paths: M src/eggdrop.h Log Message: ----------- Typo fix **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 10 04:24:31 2018 From: noreply at github.com (GitHub) Date: Tue, 09 Oct 2018 21:24:31 -0700 Subject: [gitlog] [eggheads/eggdrop] e3a6d3: Enhance Minix support, enable shared build Message-ID: <5bbd7effcc863_576e2abb2a2905805811e@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: e3a6d3fbf13c42907f9447bb0f024322c7b18592 https://github.com/eggheads/eggdrop/commit/e3a6d3fbf13c42907f9447bb0f024322c7b18592 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-09 (Tue, 09 Oct 2018) Changed paths: M aclocal.m4 M configure.ac M src/mod/compress.mod/configure.ac M src/mod/dns.mod/configure.ac Log Message: ----------- Enhance Minix support, enable shared build Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 10 04:26:16 2018 From: noreply at github.com (GitHub) Date: Tue, 09 Oct 2018 21:26:16 -0700 Subject: [gitlog] [eggheads/eggdrop] 199cf9: strncpyz() -> strlcpy() Message-ID: <5bbd7f68269f8_132d2af6968be57c524f7@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 199cf9be96bceb9aa2944e83ce277147ad2504cc https://github.com/eggheads/eggdrop/commit/199cf9be96bceb9aa2944e83ce277147ad2504cc Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-09 (Tue, 09 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- strncpyz() -> strlcpy() **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 11 00:53:28 2018 From: noreply at github.com (GitHub) Date: Wed, 10 Oct 2018 17:53:28 -0700 Subject: [gitlog] [eggheads/eggdrop] fb2b64: Fix gcc 8 stringop-truncation warning Message-ID: <5bbe9f08d2b50_27c0d2aca27f1657832086@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: fb2b648e8d03a4f107ceaca633fd72695647142b https://github.com/eggheads/eggdrop/commit/fb2b648e8d03a4f107ceaca633fd72695647142b Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-10 (Wed, 10 Oct 2018) Changed paths: M src/mod/dns.mod/coredns.c Log Message: ----------- Fix gcc 8 stringop-truncation warning **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 03:36:10 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 20:36:10 -0700 Subject: [gitlog] [eggheads/eggdrop] 0b50cc: Replace stuct with FLEXIBLE_ARRAY_MEMBER Message-ID: <5bc016aa24fc8_6b762afd51714584679d9@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 0b50cc2def728bbda5fb23e6549ab2d21226ac32 https://github.com/eggheads/eggdrop/commit/0b50cc2def728bbda5fb23e6549ab2d21226ac32 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M configure.ac M src/mod/dns.mod/coredns.c Log Message: ----------- Replace stuct with FLEXIBLE_ARRAY_MEMBER Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 03:38:56 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 20:38:56 -0700 Subject: [gitlog] [eggheads/eggdrop] bfa5f6: Fix information leak through TCL variables. Fixes ... Message-ID: <5bc01750b803a_75952ae64686a57c267f6@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: bfa5f60ad827544933b9f4c5d72d56834739b530 https://github.com/eggheads/eggdrop/commit/bfa5f60ad827544933b9f4c5d72d56834739b530 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Fix information leak through TCL variables. Fixes #137. Fixes #414 Found by: maimizuno Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 03:43:16 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 20:43:16 -0700 Subject: [gitlog] [eggheads/eggdrop] 89a3fd: Enhance error log for SSL. Fixes #458 Message-ID: <5bc01854e0324_6fbc2ab2d4bd05901993a@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 89a3fd0543d80a54a5c9a2fa0cc324749a9afcf2 https://github.com/eggheads/eggdrop/commit/89a3fd0543d80a54a5c9a2fa0cc324749a9afcf2 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Enhance error log for SSL. Fixes #458 Found by: Geo Patch by: michaelortmann Fixes: #458 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 04:15:59 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 21:15:59 -0700 Subject: [gitlog] [eggheads/eggdrop] 2edf70: Don't send \r\n as an extra tcp packet. Fixes #689 Message-ID: <5bc01fff50b6b_702e2aaae0f2a58490166@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 2edf7064462beec3515cc8184f0ed7d09578769a https://github.com/eggheads/eggdrop/commit/2edf7064462beec3515cc8184f0ed7d09578769a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M src/mod/server.mod/server.c M src/mod/server.mod/server.h Log Message: ----------- Don't send \r\n as an extra tcp packet. Fixes #689 Found by: michaelortmann Patch by: michaelortmann Fixes: #689 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 04:18:30 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 21:18:30 -0700 Subject: [gitlog] [eggheads/eggdrop] 91cc38: Performance enhancement Message-ID: <5bc02096dc4f3_dc72ae8d25b057859538@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 91cc387598b036a6eb60dc1360e30c56946a0d25 https://github.com/eggheads/eggdrop/commit/91cc387598b036a6eb60dc1360e30c56946a0d25 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M src/main.c Log Message: ----------- Performance enhancement Patch by: michaelortmann Dont call localtime every second, because the result is only used every minute GH PR #666 ... Patch of the Beast! **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 04:19:31 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 21:19:31 -0700 Subject: [gitlog] [eggheads/eggdrop] 2d1fcc: trigger_bind() overallocation Message-ID: <5bc020d3c4da2_7f8a2b17926e457c223ad@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 2d1fcc41e82e5e592b85a3cbcd598f12462e23d0 https://github.com/eggheads/eggdrop/commit/2d1fcc41e82e5e592b85a3cbcd598f12462e23d0 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- trigger_bind() overallocation **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 04:22:10 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 21:22:10 -0700 Subject: [gitlog] [eggheads/eggdrop] 556631: Fix 'comparison is always false' / 'SIZEOF_SHORT u... Message-ID: <5bc02172d030b_1a482ab54b8b2588733bc@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 5566319df30cfea6afc29a684421e6f8408c9b7b https://github.com/eggheads/eggdrop/commit/5566319df30cfea6afc29a684421e6f8408c9b7b Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M src/dcc.c M src/mod/module.h M src/mod/transfer.mod/transfer.c M src/net.c M src/proto.h Log Message: ----------- Fix 'comparison is always false' / 'SIZEOF_SHORT undeclared' in dcc.c Patch by: michaelortmann * Fix 'comparison is always false' / 'SIZEOF_SHORT undeclared' in dcc.c * forgot src/mod/module.h **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 04:22:57 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 21:22:57 -0700 Subject: [gitlog] [eggheads/eggdrop] 0e0d31: Update language files Message-ID: <5bc021a184113_6ed32ab55d75057024954@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 0e0d319ecb4d7710d14dec6db54e7c15d9df6eec https://github.com/eggheads/eggdrop/commit/0e0d319ecb4d7710d14dec6db54e7c15d9df6eec Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M language/core.english.lang M language/core.german.lang Log Message: ----------- Update language files **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 04:25:46 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 21:25:46 -0700 Subject: [gitlog] [eggheads/eggdrop] 896b6e: run autotools Message-ID: <5bc0224ac83a9_6fa42ae79db2657424015@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 896b6e1ff4cb86d5d1a051b6afdec0e475aeaf03 https://github.com/eggheads/eggdrop/commit/896b6e1ff4cb86d5d1a051b6afdec0e475aeaf03 Author: Geo Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M config.h.in M configure M src/mod/compress.mod/configure M src/mod/dns.mod/configure Log Message: ----------- run autotools **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 12 05:02:02 2018 From: noreply at github.com (GitHub) Date: Thu, 11 Oct 2018 22:02:02 -0700 Subject: [gitlog] [eggheads/eggdrop] 9ac01e: Remove dupe logic expression Message-ID: <5bc02acaab316_6ffa2ade2c3ea5782631d@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 9ac01e603009e8e117d20ac5e325403f44c45472 https://github.com/eggheads/eggdrop/commit/9ac01e603009e8e117d20ac5e325403f44c45472 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-12 (Fri, 12 Oct 2018) Changed paths: M src/mod/channels.mod/tclchan.c Log Message: ----------- Remove dupe logic expression **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 13 02:02:57 2018 From: noreply at github.com (GitHub) Date: Fri, 12 Oct 2018 19:02:57 -0700 Subject: [gitlog] [eggheads/eggdrop] 5e6e53: Fix typos in docs, comments (?!) and even variable... Message-ID: <5bc15251b6057_65902b019647a578694e5@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 5e6e53a6759e43ab2ecd8f0306b3bfc68aec5368 https://github.com/eggheads/eggdrop/commit/5e6e53a6759e43ab2ecd8f0306b3bfc68aec5368 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-12 (Fri, 12 Oct 2018) Changed paths: M NEWS M doc/settings/core.settings M doc/sphinx_source/coreDocs/core.rst M doc/sphinx_source/coreDocs/modules.rst M doc/sphinx_source/mainDocs/tcl-commands.rst M eggdrop-basic.conf M eggdrop.conf M help/cmds2.help M help/core.help M help/set/cmds1.help M scripts/getops.tcl M scripts/notes2.tcl M scripts/weed M src/bg.c M src/botmsg.c M src/chanprog.c M src/compat/compat.h M src/dcc.c M src/eggdrop.h M src/language.c M src/main.c M src/misc.c M src/mod/channels.mod/channels.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/compress.mod/compress.c M src/mod/dns.mod/coredns.c M src/mod/filesys.mod/dbcompat.c M src/mod/filesys.mod/filedb3.c M src/mod/filesys.mod/filedb3.h M src/mod/irc.mod/chan.c M src/mod/irc.mod/irc.c M src/mod/module.h M src/mod/notes.mod/notes.c M src/mod/server.mod/help/server.help M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/share.mod/share.c M src/mod/share.mod/uf_features.c M src/net.c M src/rfc1459.c M src/tls.c M src/userrec.c Log Message: ----------- Fix typos in docs, comments (?!) and even variables (!!!) Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 13 02:06:51 2018 From: noreply at github.com (GitHub) Date: Fri, 12 Oct 2018 19:06:51 -0700 Subject: [gitlog] [eggheads/eggdrop] af9c12: define/use CHANNELLEN; convert some strncpy + \0 i... Message-ID: <5bc1533b771d4_be242b19e85125706331d@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: af9c1282052c5e9d13fa1cfe888376cd0bb4416a https://github.com/eggheads/eggdrop/commit/af9c1282052c5e9d13fa1cfe888376cd0bb4416a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-12 (Fri, 12 Oct 2018) Changed paths: M src/chan.h M src/eggdrop.h M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/channels.mod/userchan.c M src/mod/irc.mod/chan.c M src/tcldcc.c M src/users.h Log Message: ----------- define/use CHANNELLEN; convert some strncpy + \0 into strlcpy() **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 13 03:16:34 2018 From: noreply at github.com (GitHub) Date: Fri, 12 Oct 2018 20:16:34 -0700 Subject: [gitlog] [eggheads/eggdrop] Message-ID: <5bc16392bbc6d_13a82b24306845782191@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/fprinthelp Home: https://github.com/eggheads/eggdrop **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 13 03:17:21 2018 From: noreply at github.com (GitHub) Date: Fri, 12 Oct 2018 20:17:21 -0700 Subject: [gitlog] [eggheads/eggdrop] cceaa3: Add fprint help Message-ID: <5bc163c143a30_4b32ad4ac45259462598@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/fprinthelp Home: https://github.com/eggheads/eggdrop Commit: cceaa34b19eacae8925cfa7bbf2c05377b74e313 https://github.com/eggheads/eggdrop/commit/cceaa34b19eacae8925cfa7bbf2c05377b74e313 Author: Geo Date: 2018-10-12 (Fri, 12 Oct 2018) Changed paths: M help/cmds2.help M help/core.help M src/cmds.c Log Message: ----------- Add fprint help **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 13 03:20:07 2018 From: noreply at github.com (GitHub) Date: Fri, 12 Oct 2018 20:20:07 -0700 Subject: [gitlog] [eggheads/eggdrop] a5ee9c: add args Message-ID: <5bc164671c44d_30802b18ec1bc58029939@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/fprinthelp Home: https://github.com/eggheads/eggdrop Commit: a5ee9c6ca415e40a91d74d03ed910fb00499e5a8 https://github.com/eggheads/eggdrop/commit/a5ee9c6ca415e40a91d74d03ed910fb00499e5a8 Author: Geo Date: 2018-10-12 (Fri, 12 Oct 2018) Changed paths: M help/cmds2.help Log Message: ----------- add args **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 13 03:25:55 2018 From: noreply at github.com (GitHub) Date: Fri, 12 Oct 2018 20:25:55 -0700 Subject: [gitlog] [eggheads/eggdrop] cd2aac: fix readme typo Message-ID: <5bc165c3c389e_31542af10169257c65175@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: cd2aac31e14b8b8fd1a8d7e5267ac225b4d5f4f1 https://github.com/eggheads/eggdrop/commit/cd2aac31e14b8b8fd1a8d7e5267ac225b4d5f4f1 Author: Geo Date: 2018-10-12 (Fri, 12 Oct 2018) Changed paths: M doc/sphinx_source/installAndSetup/readme.rst Log Message: ----------- fix readme typo **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 13 16:31:02 2018 From: noreply at github.com (GitHub) Date: Sat, 13 Oct 2018 09:31:02 -0700 Subject: [gitlog] [eggheads/eggdrop] 30951f: Add NickServ certificate auth to docs Message-ID: <5bc21dc680725_45492abad8e1e58410033@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 30951fd6f987e0e4671c8a24029eade55596624c https://github.com/eggheads/eggdrop/commit/30951fd6f987e0e4671c8a24029eade55596624c Author: Geo Date: 2018-10-13 (Sat, 13 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tls.rst M eggdrop.conf Log Message: ----------- Add NickServ certificate auth to docs **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 01:41:16 2018 From: noreply at github.com (GitHub) Date: Sat, 13 Oct 2018 18:41:16 -0700 Subject: [gitlog] [eggheads/eggdrop] 853712: Update patch howto doc Message-ID: <5bc29ebc22143_6fe02ad992468584204a2@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/patchhowto Home: https://github.com/eggheads/eggdrop Commit: 8537125a1aba06e896b5b667d4f977d723e5a9cb https://github.com/eggheads/eggdrop/commit/8537125a1aba06e896b5b667d4f977d723e5a9cb Author: Geo Date: 2018-10-13 (Sat, 13 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/patch.rst Log Message: ----------- Update patch howto doc **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 01:46:58 2018 From: noreply at github.com (GitHub) Date: Sat, 13 Oct 2018 18:46:58 -0700 Subject: [gitlog] [eggheads/eggdrop] d84a73: Update patch howto doc. Closes #629 Message-ID: <5bc2a0128bf98_17ce2ab92ffa05881379d@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: d84a73891e6612c678b3e91cdaea5b2d88be9cbb https://github.com/eggheads/eggdrop/commit/d84a73891e6612c678b3e91cdaea5b2d88be9cbb Author: Geo Date: 2018-10-13 (Sat, 13 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/patch.rst Log Message: ----------- Update patch howto doc. Closes #629 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 03:04:37 2018 From: noreply at github.com (GitHub) Date: Sat, 13 Oct 2018 20:04:37 -0700 Subject: [gitlog] [eggheads/eggdrop] 9e6f27: Fix buffer size in channels.c:write_channel() Message-ID: <5bc2b24538b14_4d62b1fe3eae5747913@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 9e6f2790f10dff7f38cbfeaf30acb2e14e89b517 https://github.com/eggheads/eggdrop/commit/9e6f2790f10dff7f38cbfeaf30acb2e14e89b517 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-13 (Sat, 13 Oct 2018) Changed paths: M src/main.c M src/mod/channels.mod/channels.c Log Message: ----------- Fix buffer size in channels.c:write_channel() Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 14:28:29 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 07:28:29 -0700 Subject: [gitlog] [eggheads/eggdrop] 6b2dce: Fix distclean Message-ID: <5bc3528dbf0c5_35b42af2fae2e58826159@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 6b2dce42437649ec7f34cac9184b412c9f86a09e https://github.com/eggheads/eggdrop/commit/6b2dce42437649ec7f34cac9184b412c9f86a09e Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/mod/compress.mod/Makefile.in M src/mod/dns.mod/Makefile.in Log Message: ----------- Fix distclean Patch by: michaelortmann make distclean didn't remove: src/mod/compress.mod/autom4te.cache and src/mod/dns.mod/autom4te.cache and tried to remove non existent src/mod/compress.mod/config.h **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 14:35:33 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 07:35:33 -0700 Subject: [gitlog] [eggheads/eggdrop] 113a7a: rewrite isowner() Message-ID: <5bc35435f2c26_789b2b20f1dda58069d8@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 113a7abcc6e896030d32567c44d7303a98484ff6 https://github.com/eggheads/eggdrop/commit/113a7abcc6e896030d32567c44d7303a98484ff6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/chanprog.c Log Message: ----------- rewrite isowner() Patch by: michaelortmann Fixes chanprog.c:682:15: runtime error: index -1 out of bounds for type 'char [121]' 847 SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior chanprog.c:682:15 in **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 14:52:37 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 07:52:37 -0700 Subject: [gitlog] [eggheads/eggdrop] d66d0c: Fix truncation (partial write) of output to foregr... Message-ID: <5bc358356fb1a_17402abe1bb8a57044eb@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: d66d0c09f5e16974d4b6d90ad66b94912618debc https://github.com/eggheads/eggdrop/commit/d66d0c09f5e16974d4b6d90ad66b94912618debc Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Fix truncation (partial write) of output to foreground STDOUT Found by: michaelortmann Patch by: michaelortmann Fixes: #665 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 14:53:43 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 07:53:43 -0700 Subject: [gitlog] [eggheads/eggdrop] 9d4525: Replace strncpy with memcpy here Message-ID: <5bc358777b2d1_1c132b25ab9625708991@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 9d4525a21285f010b0633b2209ca1fe8d6d7fd7c https://github.com/eggheads/eggdrop/commit/9d4525a21285f010b0633b2209ca1fe8d6d7fd7c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/misc.c Log Message: ----------- Replace strncpy with memcpy here Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 20:43:32 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 13:43:32 -0700 Subject: [gitlog] [eggheads/eggdrop] 906613: Enhance configure socklen_t (#640) Message-ID: <5bc3aa745071c_2a1b2adc6fc22588111cf@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 90661321dfac2b44da5f4f8f47e7124286125795 https://github.com/eggheads/eggdrop/commit/90661321dfac2b44da5f4f8f47e7124286125795 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M aclocal.m4 M configure.ac A m4/ax_type_socklen_t.m4 M src/eggdrop.h Log Message: ----------- Enhance configure socklen_t (#640) Patch by: michaelortmann Replace handcrafted code with GNU Autoconf Archive Macro. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 20:44:02 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 13:44:02 -0700 Subject: [gitlog] [eggheads/eggdrop] 0b4476: Fix buffer size, gcc 8 format-truncation warnings Message-ID: <5bc3aa923ada6_2d592ab19fd2857c132bb@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 0b4476de97a185773e7bb593b51e8f8592ba7303 https://github.com/eggheads/eggdrop/commit/0b4476de97a185773e7bb593b51e8f8592ba7303 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/dcc.c M src/mod/irc.mod/chan.c Log Message: ----------- Fix buffer size, gcc 8 format-truncation warnings Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 20:44:30 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 13:44:30 -0700 Subject: [gitlog] [eggheads/eggdrop] 59b29b: Cleanup dead store, assignment Message-ID: <5bc3aaae82748_79b52af8db0aa58873461@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 59b29b439b28b80a884897dfd7324aa35dac57b7 https://github.com/eggheads/eggdrop/commit/59b29b439b28b80a884897dfd7324aa35dac57b7 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/match.c M src/mod/assoc.mod/assoc.c M src/mod/console.mod/console.c M src/mod/filesys.mod/filedb3.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/irc.c M src/mod/server.mod/server.c M src/userent.c Log Message: ----------- Cleanup dead store, assignment Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 20:45:13 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 13:45:13 -0700 Subject: [gitlog] [eggheads/eggdrop] b13d29: Don't call gethostbyname2() if unnecessary. Fixes ... Message-ID: <5bc3aad9367fc_708e2b08694ea58810934@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: b13d29e214844e2bcda539de884ec1329d4e556a https://github.com/eggheads/eggdrop/commit/b13d29e214844e2bcda539de884ec1329d4e556a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Don't call gethostbyname2() if unnecessary. Fixes #518 Found by: maimizuno Patch by: michaelortmann Fixes: #518 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 14 20:46:19 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 13:46:19 -0700 Subject: [gitlog] [eggheads/eggdrop] eaa07e: Fix mismanaged idx allocation on some startup case... Message-ID: <5bc3ab1bd8118_16502b0330aa257c8204c@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: eaa07e13757f0523a264795dfccffc969b7caf81 https://github.com/eggheads/eggdrop/commit/eaa07e13757f0523a264795dfccffc969b7caf81 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/chanprog.c M src/main.c M src/misc.c Log Message: ----------- Fix mismanaged idx allocation on some startup cases Found by: paigeadelethompson Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 15 01:55:14 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 18:55:14 -0700 Subject: [gitlog] [eggheads/eggdrop] 160734: Add debug log showing time executed binds/procs to... Message-ID: <5bc3f38234a9e_11702af8d5c3857c511e4@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 160734fb6d5191a36baceb39bf9f9225439c2663 https://github.com/eggheads/eggdrop/commit/160734fb6d5191a36baceb39bf9f9225439c2663 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Add debug log showing time executed binds/procs took. Closes #201 Found by: saapete Patch by: michaelortmann Fixes: #201 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 15 02:08:27 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 19:08:27 -0700 Subject: [gitlog] [eggheads/eggdrop] 011413: Utilize RES_TIMEOUT as default Message-ID: <5bc3f69b51a9_647e2b1964f625908724f@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 01141355a00092d32e6874eecd7b891a510c3ed2 https://github.com/eggheads/eggdrop/commit/01141355a00092d32e6874eecd7b891a510c3ed2 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M eggdrop.conf M help/set/cmds1.help M src/main.c Log Message: ----------- Utilize RES_TIMEOUT as default Patch by: michaelortmann Default resolve-timeout was 7 in eggdrop.conf and 15 in source (used if it were commented out in eggdrop.conf). This patch changes the default setting to RES_TIMEOUT (generally 5) **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 15 02:34:10 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 19:34:10 -0700 Subject: [gitlog] [eggheads/eggdrop] 1e2806: Fix invalid handle openssl s_client fail. Fixes #6... Message-ID: <5bc3fca25bac2_65a32b0d3266857c10067f@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 1e28068f4d1c00d5e9114b27c36ee15fdf96a494 https://github.com/eggheads/eggdrop/commit/1e28068f4d1c00d5e9114b27c36ee15fdf96a494 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M src/dcc.c Log Message: ----------- Fix invalid handle openssl s_client fail. Fixes #679 Found by: michaelortmann Patch by: michaelortmann Fixes: #679 Fix "openssl s_client" fails with "invalid handle: 1;2c" under rxvt-unicode. If Nickname starts with "\e[?1;2c", skip those chars. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 15 02:43:46 2018 From: noreply at github.com (GitHub) Date: Sun, 14 Oct 2018 19:43:46 -0700 Subject: [gitlog] [eggheads/eggdrop] cc8c8b: Add help for fprint. Closes #681 Message-ID: <5bc3fee24e235_79b52af8db0aa588740b8@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: cc8c8bab7466bdfe9e73ef701aea2c568f521774 https://github.com/eggheads/eggdrop/commit/cc8c8bab7466bdfe9e73ef701aea2c568f521774 Author: Geo Date: 2018-10-14 (Sun, 14 Oct 2018) Changed paths: M help/cmds2.help M help/core.help M src/cmds.c Log Message: ----------- Add help for fprint. Closes #681 Found by: michaelortmann Patch by: Geo Fixes: #681 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 15 12:38:38 2018 From: noreply at github.com (GitHub) Date: Mon, 15 Oct 2018 05:38:38 -0700 Subject: [gitlog] [eggheads/eggdrop] 1a03a2: Add missing IPV6 ifdef Message-ID: <5bc48a4e928f3_51ec2aae1392457856280@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 1a03a2415fab5d7ae94c8d938e24674ef9690e49 https://github.com/eggheads/eggdrop/commit/1a03a2415fab5d7ae94c8d938e24674ef9690e49 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Add missing IPV6 ifdef **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Oct 15 19:32:20 2018 From: noreply at github.com (GitHub) Date: Mon, 15 Oct 2018 12:32:20 -0700 Subject: [gitlog] [eggheads/eggdrop] f8170b: Allow adding a - before a botaddr port and show it... Message-ID: <5bc4eb44dba7_19702ad9e5dbc58867794@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/feat/negssl Home: https://github.com/eggheads/eggdrop Commit: f8170b65964b97195ddbde3ef0db0a500a3bd1e8 https://github.com/eggheads/eggdrop/commit/f8170b65964b97195ddbde3ef0db0a500a3bd1e8 Author: Christophe Beauval Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M src/cmds.c M src/mod/share.mod/share.c M src/tcluser.c M src/userent.c M src/users.h Log Message: ----------- Allow adding a - before a botaddr port and show it everywhere. Commit: 9ba3421b7f1aa76015f1df8ce65873f66cbb5eaa https://github.com/eggheads/eggdrop/commit/9ba3421b7f1aa76015f1df8ce65873f66cbb5eaa Author: Christophe Beauval Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M src/botnet.c Log Message: ----------- Visualize + or - at botnetlinking. Commit: 9716633e1d8c0b8b3b5503a0216b04cddb3dd465 https://github.com/eggheads/eggdrop/commit/9716633e1d8c0b8b3b5503a0216b04cddb3dd465 Author: Christophe Beauval Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M src/botcmd.c M src/botnet.c M src/cmds.c M src/dcc.c M src/dccutil.c M src/eggdrop.h M src/mod/ctcp.mod/ctcp.c M src/mod/filesys.mod/filesys.c M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/share.mod/share.c M src/mod/transfer.mod/transfer.c M src/tcldcc.c M src/tls.c Log Message: ----------- Implement logic Commit: bd6ce4db9eba15a963bd39968ef495e99bec6e3f https://github.com/eggheads/eggdrop/commit/bd6ce4db9eba15a963bd39968ef495e99bec6e3f Author: Christophe Beauval Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tcl-commands.rst M doc/sphinx_source/mainDocs/tls.rst M help/cmds1.help Log Message: ----------- Doc updates Commit: 230e18df327a85609d63b09dddc1785fb930128f https://github.com/eggheads/eggdrop/commit/230e18df327a85609d63b09dddc1785fb930128f Author: Christophe Beauval Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M src/tcldcc.c Log Message: ----------- Fix tcl listen and connect for -port. Commit: 7e8d53313913435ce4f20f7003ad76835278d254 https://github.com/eggheads/eggdrop/commit/7e8d53313913435ce4f20f7003ad76835278d254 Author: Christophe Beauval Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M src/mod/share.mod/share.c M src/userent.c Log Message: ----------- Make sharing port backward compat Commit: c90b56c7ca8d10e70a90ecff37b3917634b960f2 https://github.com/eggheads/eggdrop/commit/c90b56c7ca8d10e70a90ecff37b3917634b960f2 Author: Christophe Beauval Date: 2018-10-15 (Mon, 15 Oct 2018) Changed paths: M src/mod/filesys.mod/filesys.c M src/mod/transfer.mod/transfer.c Log Message: ----------- Add extra parenthesises. Compare: https://github.com/eggheads/eggdrop/compare/3993c29c57c7...c90b56c7ca8d **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 01:39:32 2018 From: noreply at github.com (GitHub) Date: Tue, 16 Oct 2018 18:39:32 -0700 Subject: [gitlog] [eggheads/eggdrop] 5f1178: Enhance OpenWrt / musl libc support. Message-ID: <5bc692d47d5b8_6bad2acb2ebd0578127ac@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 5f11783848f21b0e85f3bfc7ade5fe2142b0b3cf https://github.com/eggheads/eggdrop/commit/5f11783848f21b0e85f3bfc7ade5fe2142b0b3cf Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-16 (Tue, 16 Oct 2018) Changed paths: M aclocal.m4 M doc/COMPILE-GUIDE Log Message: ----------- Enhance OpenWrt / musl libc support. Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 01:41:39 2018 From: noreply at github.com (GitHub) Date: Tue, 16 Oct 2018 18:41:39 -0700 Subject: [gitlog] [eggheads/eggdrop] 63c23c: Fix nickchange mode tracking. Fixes #94 Message-ID: <5bc6935355808_2d1e2b256b1885741679a@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 63c23c16d72cc64a10a1d6bdc205428186c23406 https://github.com/eggheads/eggdrop/commit/63c23c16d72cc64a10a1d6bdc205428186c23406 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-16 (Tue, 16 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix nickchange mode tracking. Fixes #94 Found by: assassin Patch by: michaelortmann Fixes: #94 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 01:43:03 2018 From: noreply at github.com (GitHub) Date: Tue, 16 Oct 2018 18:43:03 -0700 Subject: [gitlog] [eggheads/eggdrop] ba3893: Fix c89 comment Message-ID: <5bc693a7aad8e_46e02af837e08580324e7@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: ba3893d7b8d4bae2d8a55277f9a53870df6b7320 https://github.com/eggheads/eggdrop/commit/ba3893d7b8d4bae2d8a55277f9a53870df6b7320 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-16 (Tue, 16 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Fix c89 comment Kill me now. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 01:49:14 2018 From: noreply at github.com (GitHub) Date: Tue, 16 Oct 2018 18:49:14 -0700 Subject: [gitlog] [eggheads/eggdrop] 16b3b3: Fix clang compiler warning -Wstrlcpy-strlcat-size Message-ID: <5bc6951a32472_14f12b14d7c84580638fb@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 16b3b34a367901394cfc6116b6ef3d3c0b1db210 https://github.com/eggheads/eggdrop/commit/16b3b34a367901394cfc6116b6ef3d3c0b1db210 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-16 (Tue, 16 Oct 2018) Changed paths: M src/mod/share.mod/share.c Log Message: ----------- Fix clang compiler warning -Wstrlcpy-strlcat-size Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 01:51:38 2018 From: noreply at github.com (GitHub) Date: Tue, 16 Oct 2018 18:51:38 -0700 Subject: [gitlog] [eggheads/eggdrop] f46574: tab -> space Message-ID: <5bc695aa6d591_6c632af7e315658430066@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: f46574076bc1d1fe465e258ceb1a0b70dda07858 https://github.com/eggheads/eggdrop/commit/f46574076bc1d1fe465e258ceb1a0b70dda07858 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-16 (Tue, 16 Oct 2018) Changed paths: M src/botcmd.c M src/dns.h M src/eggdrop.h M src/flags.c M src/lang.h M src/language.c M src/misc.c M src/mod/channels.mod/tclchan.c M src/mod/compress.mod/compress.c M src/mod/ctcp.mod/ctcp.c M src/mod/server.mod/server.c M src/mod/share.mod/help/share.help M src/modules.c Log Message: ----------- tab -> space OMG, we're really doing this? **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 01:56:51 2018 From: noreply at github.com (GitHub) Date: Tue, 16 Oct 2018 18:56:51 -0700 Subject: [gitlog] [eggheads/eggdrop] 713ced: Change output for logmodes ghtu to show b instead ... Message-ID: <5bc696e310062_5e7f2b00820e6584281ac@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 713cedfa5cd561211b8869d2e9ce8dad0d4d1d91 https://github.com/eggheads/eggdrop/commit/713cedfa5cd561211b8869d2e9ce8dad0d4d1d91 Author: Cizzle Date: 2018-10-16 (Tue, 16 Oct 2018) Changed paths: M src/dcc.c M src/mod/share.mod/share.c Log Message: ----------- Change output for logmodes ghtu to show b instead of m. Closes #521 Found by: maimizuno Patch by: Cizzle Fixes: #521 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 20:40:09 2018 From: noreply at github.com (GitHub) Date: Wed, 17 Oct 2018 13:40:09 -0700 Subject: [gitlog] [eggheads/eggdrop] bb17ee: Update version.h Message-ID: <5bc79e29d56a9_2582ad022a2e578916b0@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: bb17ee0b19be6e42ab641db95ed2c8874a5b55bd https://github.com/eggheads/eggdrop/commit/bb17ee0b19be6e42ab641db95ed2c8874a5b55bd Author: Geo Date: 2018-10-17 (Wed, 17 Oct 2018) Changed paths: M src/version.h Log Message: ----------- Update version.h **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 17 23:51:11 2018 From: noreply at github.com (GitHub) Date: Wed, 17 Oct 2018 16:51:11 -0700 Subject: [gitlog] [eggheads/eggdrop] a522be: Cleanup tell_user functions (#631) Message-ID: <5bc7caef79385_6bb32b1f961945702128e@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: a522bec4adee0def8a24faf75be02d9d33c6245b https://github.com/eggheads/eggdrop/commit/a522bec4adee0def8a24faf75be02d9d33c6245b Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-17 (Wed, 17 Oct 2018) Changed paths: M src/cmds.c M src/proto.h M src/users.c Log Message: ----------- Cleanup tell_user functions (#631) Patch by: michaelortmann Delete unused parameters of tell_user() (master flag was not used and is not necessary because userent.c:comment_display() already checks for master flag to display COMMENT) Make tell_user() static Cleanup tell_user_ident() and tell_users_match() **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 18 21:06:44 2018 From: noreply at github.com (GitHub) Date: Thu, 18 Oct 2018 14:06:44 -0700 Subject: [gitlog] [eggheads/eggdrop] 25b36b: Remove unneeded file access param Message-ID: <5bc8f5e4484ad_7d972adf5830e578575bb@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 25b36bce79634dddfcc539502fe4fa172d1a6cf1 https://github.com/eggheads/eggdrop/commit/25b36bce79634dddfcc539502fe4fa172d1a6cf1 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-18 (Thu, 18 Oct 2018) Changed paths: M src/misc.c Log Message: ----------- Remove unneeded file access param Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 18 22:23:23 2018 From: noreply at github.com (GitHub) Date: Thu, 18 Oct 2018 15:23:23 -0700 Subject: [gitlog] [eggheads/eggdrop] 8c4570: Fix adding botflag s for a channel. Fixes #525 Message-ID: <5bc907dbe5cbd_1d942b0567ee458430848@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/bug/botattragain Home: https://github.com/eggheads/eggdrop Commit: 8c45701e9a0161826c200caab6afe86b9edf1649 https://github.com/eggheads/eggdrop/commit/8c45701e9a0161826c200caab6afe86b9edf1649 Author: Cizzle Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/flags.h Log Message: ----------- Fix adding botflag s for a channel. Fixes #525 Found by: A user Patch by: Cizzle Fixes: #525 Commit: 0d5f55ef88bec40e3a487b53cd041cb0fef43ef7 https://github.com/eggheads/eggdrop/commit/0d5f55ef88bec40e3a487b53cd041cb0fef43ef7 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix kick event handler to not truncate uhost. Fixes #598 Found by: wilkowy Patch by: michaelortmann Fixes: #598 Commit: 5f84fd9e0de4aad773b48103e380d6422cb65245 https://github.com/eggheads/eggdrop/commit/5f84fd9e0de4aad773b48103e380d6422cb65245 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/users.c Log Message: ----------- Fix possible truncations in delignore() Found by: michaelortmann Patch by: michaelortmann Commit: 9fa88b84997192ff8bcf7e1abe5c56865ec78a18 https://github.com/eggheads/eggdrop/commit/9fa88b84997192ff8bcf7e1abe5c56865ec78a18 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M doc/BUG-REPORT M doc/COMPILE-GUIDE M src/mod/compress.mod/compress.c M src/mod/dns.mod/configure.ac M src/mod/share.mod/share.c Log Message: ----------- Fix eggdrop to compile and run under Haiku Patch by: michaelortmann * Fix Haiku: Fix parse error before free_func: zlib.h must be included after crypto.h * Fix Haiku: Internal compiler error, output_operand_lossage invalid expression as operand: unwiched unnecessary pointer magick * update doc/BUG-REPORT for Haiku * update COMPILE-GUIDE for Haiku * enable shared build by default for Haiku * Fix checking for a working resolver library and Fix coredns.c:154: field data has incomplete type Commit: 928904e43150b9fd8258a0929c0025af94b7f06c https://github.com/eggheads/eggdrop/commit/928904e43150b9fd8258a0929c0025af94b7f06c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dns.c Log Message: ----------- Make 2 functions in dns.c static Patch by: michaelortmann Commit: ba35e753e427bd158272b6da9f620bec76065aaf https://github.com/eggheads/eggdrop/commit/ba35e753e427bd158272b6da9f620bec76065aaf Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/users.c Log Message: ----------- Fix Nullpointer warning Patch by: michaelortmann * fix member access within null pointer warning Commit: 03bc8f9e5e0b0df67b080960290679872bc92bfa https://github.com/eggheads/eggdrop/commit/03bc8f9e5e0b0df67b080960290679872bc92bfa Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M configure.ac M src/botcmd.c M src/botnet.c M src/chanprog.c M src/cmds.c M src/compat/Makefile.in M src/compat/compat.h A src/compat/strlcpy.c A src/compat/strlcpy.h M src/dcc.c M src/dns.c M src/flags.c M src/language.c M src/main.c M src/main.h M src/misc.c M src/mod/assoc.mod/assoc.c M src/mod/blowfish.mod/blowfish.c M src/mod/channels.mod/channels.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/channels.mod/userchan.c M src/mod/console.mod/console.c M src/mod/filesys.mod/files.c M src/mod/filesys.mod/filesys.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/cmdsirc.c M src/mod/irc.mod/irc.c M src/mod/irc.mod/msgcmds.c M src/mod/module.h M src/mod/notes.mod/notes.c M src/mod/seen.mod/seen.c M src/mod/server.mod/cmdsserv.c M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/server.mod/tclserv.c M src/mod/share.mod/share.c M src/mod/transfer.mod/transfer.c M src/mod/transfer.mod/transferqueue.c M src/mod/uptime.mod/uptime.c M src/modules.c M src/net.c M src/tcl.c M src/tcldcc.c M src/tclmisc.c M src/tcluser.c M src/tls.c M src/userent.c M src/userrec.c M src/users.c Log Message: ----------- Use strlcpy() instead of strncpyz() Patch by: michaelortmann strncpyz() was a macro using strncpy(). We dont want strncpy due to its zero padding. strncpyz() was replaced with strlcpy() * if the operating system / libc provides strlcpy() we will use it. * if it doesn't we will use our new src/compat/strlcpy, which is a copy of the bsd implementation * enable compat strlcpy() also for modules if needed, enable strncpyz() for modules for backward compatibility Commit: 7492770c0f34348076f7568725691f6546316c46 https://github.com/eggheads/eggdrop/commit/7492770c0f34348076f7568725691f6546316c46 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M doc/BUG-REPORT M doc/COMPILE-GUIDE Log Message: ----------- Fix aclocal.m4 grep under SunOS / OpenIndiana. Fixes #589 * Fix #589: Fix aclocal.m4 grep under sunos * update COMPILE-GUIDE for SunOS / OpenIndiana * update doc/BUG-REPORT for OpenIndiana * another compile hint for OpenIndiana Commit: c8dbdfeffcf3a3161895ca687d9998b9b7325413 https://github.com/eggheads/eggdrop/commit/c8dbdfeffcf3a3161895ca687d9998b9b7325413 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/eggdrop.h Log Message: ----------- Typo fix Commit: 76f05b001ffde64dc55425c4c8eaff10678f543c https://github.com/eggheads/eggdrop/commit/76f05b001ffde64dc55425c4c8eaff10678f543c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M configure.ac M src/mod/compress.mod/configure.ac M src/mod/dns.mod/configure.ac Log Message: ----------- Enhance Minix support, enable shared build Patch by: michaelortmann Commit: 57f5375880d315a325c1dc97c7eacfb1cf8065d8 https://github.com/eggheads/eggdrop/commit/57f5375880d315a325c1dc97c7eacfb1cf8065d8 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- strncpyz() -> strlcpy() Commit: 6c2c05820f9bd154cf457eda57f4cb69ca2310ef https://github.com/eggheads/eggdrop/commit/6c2c05820f9bd154cf457eda57f4cb69ca2310ef Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/dns.mod/coredns.c Log Message: ----------- Fix gcc 8 stringop-truncation warning Commit: 81448242497b1febc09c8c5e309c9ba30190ecd5 https://github.com/eggheads/eggdrop/commit/81448242497b1febc09c8c5e309c9ba30190ecd5 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M configure.ac M src/mod/dns.mod/coredns.c Log Message: ----------- Replace stuct with FLEXIBLE_ARRAY_MEMBER Patch by: michaelortmann Commit: ace7db3e73425301d2cfba65c492b4d1ccccf0a4 https://github.com/eggheads/eggdrop/commit/ace7db3e73425301d2cfba65c492b4d1ccccf0a4 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Fix information leak through TCL variables. Fixes #137. Fixes #414 Found by: maimizuno Patch by: michaelortmann Commit: 332eeead35cbd6c5b149d3187a5bf25dc7d83640 https://github.com/eggheads/eggdrop/commit/332eeead35cbd6c5b149d3187a5bf25dc7d83640 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Enhance error log for SSL. Fixes #458 Found by: Geo Patch by: michaelortmann Fixes: #458 Commit: b7ca4c7fef76b3b1fed56f4ffb86f7bdea68c6d6 https://github.com/eggheads/eggdrop/commit/b7ca4c7fef76b3b1fed56f4ffb86f7bdea68c6d6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/server.mod/server.c M src/mod/server.mod/server.h Log Message: ----------- Don't send \r\n as an extra tcp packet. Fixes #689 Found by: michaelortmann Patch by: michaelortmann Fixes: #689 Commit: bbb11c633c3111b578811e6e3a8a611f8f8aba55 https://github.com/eggheads/eggdrop/commit/bbb11c633c3111b578811e6e3a8a611f8f8aba55 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/main.c Log Message: ----------- Performance enhancement Patch by: michaelortmann Dont call localtime every second, because the result is only used every minute GH PR #666 ... Patch of the Beast! Commit: 6d337d8236987ec740981238ccf6dd78c3582147 https://github.com/eggheads/eggdrop/commit/6d337d8236987ec740981238ccf6dd78c3582147 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- trigger_bind() overallocation Commit: f65a204164c5cceb0fcd177bba2b070a10a55797 https://github.com/eggheads/eggdrop/commit/f65a204164c5cceb0fcd177bba2b070a10a55797 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c M src/mod/module.h M src/mod/transfer.mod/transfer.c M src/net.c M src/proto.h Log Message: ----------- Fix 'comparison is always false' / 'SIZEOF_SHORT undeclared' in dcc.c Patch by: michaelortmann * Fix 'comparison is always false' / 'SIZEOF_SHORT undeclared' in dcc.c * forgot src/mod/module.h Commit: 10d59c06110359e3f4a6dd64db4f9d24948a3ce3 https://github.com/eggheads/eggdrop/commit/10d59c06110359e3f4a6dd64db4f9d24948a3ce3 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M language/core.english.lang M language/core.german.lang Log Message: ----------- Update language files Commit: 5c3d9a9300f1d446b7d76d844d5f0d07dfb39410 https://github.com/eggheads/eggdrop/commit/5c3d9a9300f1d446b7d76d844d5f0d07dfb39410 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M config.h.in M configure M src/mod/compress.mod/configure M src/mod/dns.mod/configure Log Message: ----------- run autotools Commit: c9583630fc8fac4bfcb2abd3c8d137f4e76220c5 https://github.com/eggheads/eggdrop/commit/c9583630fc8fac4bfcb2abd3c8d137f4e76220c5 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/channels.mod/tclchan.c Log Message: ----------- Remove dupe logic expression Commit: 70703085bd5bdcf538901d7f55c845bd420a902d https://github.com/eggheads/eggdrop/commit/70703085bd5bdcf538901d7f55c845bd420a902d Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M NEWS M doc/settings/core.settings M doc/sphinx_source/coreDocs/core.rst M doc/sphinx_source/coreDocs/modules.rst M doc/sphinx_source/mainDocs/tcl-commands.rst M eggdrop-basic.conf M eggdrop.conf M help/cmds2.help M help/core.help M help/set/cmds1.help M scripts/getops.tcl M scripts/notes2.tcl M scripts/weed M src/bg.c M src/botmsg.c M src/chanprog.c M src/compat/compat.h M src/dcc.c M src/eggdrop.h M src/language.c M src/main.c M src/misc.c M src/mod/channels.mod/channels.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/compress.mod/compress.c M src/mod/dns.mod/coredns.c M src/mod/filesys.mod/dbcompat.c M src/mod/filesys.mod/filedb3.c M src/mod/filesys.mod/filedb3.h M src/mod/irc.mod/chan.c M src/mod/irc.mod/irc.c M src/mod/module.h M src/mod/notes.mod/notes.c M src/mod/server.mod/help/server.help M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/share.mod/share.c M src/mod/share.mod/uf_features.c M src/net.c M src/rfc1459.c M src/tls.c M src/userrec.c Log Message: ----------- Fix typos in docs, comments (?!) and even variables (!!!) Patch by: michaelortmann Commit: b10fa990fa34c8a9f45903d7183fc8ea220a25b4 https://github.com/eggheads/eggdrop/commit/b10fa990fa34c8a9f45903d7183fc8ea220a25b4 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/chan.h M src/eggdrop.h M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/channels.mod/userchan.c M src/mod/irc.mod/chan.c M src/tcldcc.c M src/users.h Log Message: ----------- define/use CHANNELLEN; convert some strncpy + \0 into strlcpy() Commit: 883c46982ff2fdeae4509709635cd785227e8087 https://github.com/eggheads/eggdrop/commit/883c46982ff2fdeae4509709635cd785227e8087 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/sphinx_source/installAndSetup/readme.rst Log Message: ----------- fix readme typo Commit: 0149a43365e1ca356f507c9af5468c55131944c1 https://github.com/eggheads/eggdrop/commit/0149a43365e1ca356f507c9af5468c55131944c1 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tls.rst M eggdrop.conf Log Message: ----------- Add NickServ certificate auth to docs Commit: 8b724ee910239b2710f8ea325eeae1a59c0cc1d9 https://github.com/eggheads/eggdrop/commit/8b724ee910239b2710f8ea325eeae1a59c0cc1d9 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/patch.rst Log Message: ----------- Update patch howto doc. Closes #629 Commit: 28098f35d087f53c7dbcf7dc924b036dca5a02c1 https://github.com/eggheads/eggdrop/commit/28098f35d087f53c7dbcf7dc924b036dca5a02c1 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/main.c M src/mod/channels.mod/channels.c Log Message: ----------- Fix buffer size in channels.c:write_channel() Patch by: michaelortmann Commit: c97b4b48f3df9f8cbad3f98b8c53777aa6034dad https://github.com/eggheads/eggdrop/commit/c97b4b48f3df9f8cbad3f98b8c53777aa6034dad Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/compress.mod/Makefile.in M src/mod/dns.mod/Makefile.in Log Message: ----------- Fix distclean Patch by: michaelortmann make distclean didn't remove: src/mod/compress.mod/autom4te.cache and src/mod/dns.mod/autom4te.cache and tried to remove non existent src/mod/compress.mod/config.h Commit: ee762a87f2b804adc504c7ccbeef356b441d92f9 https://github.com/eggheads/eggdrop/commit/ee762a87f2b804adc504c7ccbeef356b441d92f9 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/chanprog.c Log Message: ----------- rewrite isowner() Patch by: michaelortmann Fixes chanprog.c:682:15: runtime error: index -1 out of bounds for type 'char [121]' 847 SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior chanprog.c:682:15 in Commit: 4d4c33e585370f3732914362ed503bc1f1734a6e https://github.com/eggheads/eggdrop/commit/4d4c33e585370f3732914362ed503bc1f1734a6e Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Fix truncation (partial write) of output to foreground STDOUT Found by: michaelortmann Patch by: michaelortmann Fixes: #665 Commit: 02cb024ec3db90c8520cfc96febb3736bbb755af https://github.com/eggheads/eggdrop/commit/02cb024ec3db90c8520cfc96febb3736bbb755af Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/misc.c Log Message: ----------- Replace strncpy with memcpy here Patch by: michaelortmann Commit: a9f51f40d3b9f85389fae20fc4641c4b6ed39743 https://github.com/eggheads/eggdrop/commit/a9f51f40d3b9f85389fae20fc4641c4b6ed39743 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M configure.ac A m4/ax_type_socklen_t.m4 M src/eggdrop.h Log Message: ----------- Enhance configure socklen_t (#640) Patch by: michaelortmann Replace handcrafted code with GNU Autoconf Archive Macro. Commit: c7de4709c86d59e651a794274d49f4e4def94709 https://github.com/eggheads/eggdrop/commit/c7de4709c86d59e651a794274d49f4e4def94709 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c M src/mod/irc.mod/chan.c Log Message: ----------- Fix buffer size, gcc 8 format-truncation warnings Patch by: michaelortmann Commit: 04fbc98958cf9f76e653bd3f3a701e6d7f4a526c https://github.com/eggheads/eggdrop/commit/04fbc98958cf9f76e653bd3f3a701e6d7f4a526c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/match.c M src/mod/assoc.mod/assoc.c M src/mod/console.mod/console.c M src/mod/filesys.mod/filedb3.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/irc.c M src/mod/server.mod/server.c M src/userent.c Log Message: ----------- Cleanup dead store, assignment Patch by: michaelortmann Commit: 630e78cb8cdb150ee13a96c538a558a6a9eaf7a6 https://github.com/eggheads/eggdrop/commit/630e78cb8cdb150ee13a96c538a558a6a9eaf7a6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Don't call gethostbyname2() if unnecessary. Fixes #518 Found by: maimizuno Patch by: michaelortmann Fixes: #518 Commit: 9107b1c2a0e6aa3e69092b80b22f24df1198e06c https://github.com/eggheads/eggdrop/commit/9107b1c2a0e6aa3e69092b80b22f24df1198e06c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/chanprog.c M src/main.c M src/misc.c Log Message: ----------- Fix mismanaged idx allocation on some startup cases Found by: paigeadelethompson Patch by: michaelortmann Commit: d8450bc44b4f853a06a9ca8c099f4781b7c6833d https://github.com/eggheads/eggdrop/commit/d8450bc44b4f853a06a9ca8c099f4781b7c6833d Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Add debug log showing time executed binds/procs took. Closes #201 Found by: saapete Patch by: michaelortmann Fixes: #201 Commit: 5714407545faec929a808be181fb548d373618ce https://github.com/eggheads/eggdrop/commit/5714407545faec929a808be181fb548d373618ce Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M eggdrop.conf M help/set/cmds1.help M src/main.c Log Message: ----------- Utilize RES_TIMEOUT as default Patch by: michaelortmann Default resolve-timeout was 7 in eggdrop.conf and 15 in source (used if it were commented out in eggdrop.conf). This patch changes the default setting to RES_TIMEOUT (generally 5) Commit: 1ffb7f265a07f51b5f932d8cd9b7e2b28076b94b https://github.com/eggheads/eggdrop/commit/1ffb7f265a07f51b5f932d8cd9b7e2b28076b94b Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c Log Message: ----------- Fix invalid handle openssl s_client fail. Fixes #679 Found by: michaelortmann Patch by: michaelortmann Fixes: #679 Fix "openssl s_client" fails with "invalid handle: 1;2c" under rxvt-unicode. If Nickname starts with "\e[?1;2c", skip those chars. Commit: fc6e95e4481ab9d37adbd9a9c174b97a102338ea https://github.com/eggheads/eggdrop/commit/fc6e95e4481ab9d37adbd9a9c174b97a102338ea Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M help/cmds2.help M help/core.help M src/cmds.c Log Message: ----------- Add help for fprint. Closes #681 Found by: michaelortmann Patch by: Geo Fixes: #681 Commit: 46c6f6737082b8c48f50cf2dfc03cc7f34a9a5e2 https://github.com/eggheads/eggdrop/commit/46c6f6737082b8c48f50cf2dfc03cc7f34a9a5e2 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Add missing IPV6 ifdef Commit: 3542545e5d9a3a4b7c46574e758cb0f3d631cd6a https://github.com/eggheads/eggdrop/commit/3542545e5d9a3a4b7c46574e758cb0f3d631cd6a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M doc/COMPILE-GUIDE Log Message: ----------- Enhance OpenWrt / musl libc support. Patch by: michaelortmann Commit: 040500e584f8d1ed7beaa2baff55d6f7076e2785 https://github.com/eggheads/eggdrop/commit/040500e584f8d1ed7beaa2baff55d6f7076e2785 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix nickchange mode tracking. Fixes #94 Found by: assassin Patch by: michaelortmann Fixes: #94 Commit: 20922e8de6d6cb309d920966f7f297cd161c4fe2 https://github.com/eggheads/eggdrop/commit/20922e8de6d6cb309d920966f7f297cd161c4fe2 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Fix c89 comment Kill me now. Commit: 9c12be485424880ebd4aa37858f72f55673514a6 https://github.com/eggheads/eggdrop/commit/9c12be485424880ebd4aa37858f72f55673514a6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/share.mod/share.c Log Message: ----------- Fix clang compiler warning -Wstrlcpy-strlcat-size Patch by: michaelortmann Commit: fc715b2119f26664f19b3cf3a8e31e423dc84a4e https://github.com/eggheads/eggdrop/commit/fc715b2119f26664f19b3cf3a8e31e423dc84a4e Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/botcmd.c M src/dns.h M src/eggdrop.h M src/flags.c M src/lang.h M src/language.c M src/misc.c M src/mod/channels.mod/tclchan.c M src/mod/compress.mod/compress.c M src/mod/ctcp.mod/ctcp.c M src/mod/server.mod/server.c M src/mod/share.mod/help/share.help M src/modules.c Log Message: ----------- tab -> space OMG, we're really doing this? Commit: 1168a5bcc24c239739451d8fc989f72a161b4dcd https://github.com/eggheads/eggdrop/commit/1168a5bcc24c239739451d8fc989f72a161b4dcd Author: Cizzle Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c M src/mod/share.mod/share.c Log Message: ----------- Change output for logmodes ghtu to show b instead of m. Closes #521 Found by: maimizuno Patch by: Cizzle Fixes: #521 Commit: e1235cea5d41d2e50bb16ce97af4e7d3e796005d https://github.com/eggheads/eggdrop/commit/e1235cea5d41d2e50bb16ce97af4e7d3e796005d Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/version.h Log Message: ----------- Update version.h Commit: b5b369d588619124044a79e4264cd0fedebfdbf8 https://github.com/eggheads/eggdrop/commit/b5b369d588619124044a79e4264cd0fedebfdbf8 Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/flags.c M src/flags.h M src/mod/assoc.mod/assoc.c M src/users.h Log Message: ----------- Use uint64_t instead of unsigned long long. Compare: https://github.com/eggheads/eggdrop/compare/3458f51eda19...b5b369d58861 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 18 22:47:56 2018 From: noreply at github.com (GitHub) Date: Thu, 18 Oct 2018 15:47:56 -0700 Subject: [gitlog] [eggheads/eggdrop] 0ca560: Add note about known bug with botattr and the 4 la... Message-ID: <5bc90d9ccf8ab_a3e2b17ac782578750d@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/bug/botattragain Home: https://github.com/eggheads/eggdrop Commit: 0ca560ff74f2197a40f8b809d22fb1bc45907add https://github.com/eggheads/eggdrop/commit/0ca560ff74f2197a40f8b809d22fb1bc45907add Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/KNOWN-PROBLEMS M help/cmds1.help Log Message: ----------- Add note about known bug with botattr and the 4 last user definable flags 6, 7, 8 and 9. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 18 23:05:42 2018 From: noreply at github.com (GitHub) Date: Thu, 18 Oct 2018 16:05:42 -0700 Subject: [gitlog] [eggheads/eggdrop] ff162c: Fix adding botflag s for a channel. Fixes #525 Message-ID: <5bc911c656494_136762b02adf88588345e2@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/bug/botattragain Home: https://github.com/eggheads/eggdrop Commit: ff162cab8af9513c3c3ddf1e10f2f03aec1de512 https://github.com/eggheads/eggdrop/commit/ff162cab8af9513c3c3ddf1e10f2f03aec1de512 Author: Cizzle Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/flags.h Log Message: ----------- Fix adding botflag s for a channel. Fixes #525 Found by: A user Patch by: Cizzle Fixes: #525 Commit: b2cc7acd53156983308fcc4889287c6111a8ca3c https://github.com/eggheads/eggdrop/commit/b2cc7acd53156983308fcc4889287c6111a8ca3c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix kick event handler to not truncate uhost. Fixes #598 Found by: wilkowy Patch by: michaelortmann Fixes: #598 Commit: fcb1fe1f49e4424aeb82008c9755b5a4e381e28b https://github.com/eggheads/eggdrop/commit/fcb1fe1f49e4424aeb82008c9755b5a4e381e28b Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/users.c Log Message: ----------- Fix possible truncations in delignore() Found by: michaelortmann Patch by: michaelortmann Commit: caa54583681d285252d8be26eb9a81412c162a5f https://github.com/eggheads/eggdrop/commit/caa54583681d285252d8be26eb9a81412c162a5f Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M doc/BUG-REPORT M doc/COMPILE-GUIDE M src/mod/compress.mod/compress.c M src/mod/dns.mod/configure.ac M src/mod/share.mod/share.c Log Message: ----------- Fix eggdrop to compile and run under Haiku Patch by: michaelortmann * Fix Haiku: Fix parse error before free_func: zlib.h must be included after crypto.h * Fix Haiku: Internal compiler error, output_operand_lossage invalid expression as operand: unwiched unnecessary pointer magick * update doc/BUG-REPORT for Haiku * update COMPILE-GUIDE for Haiku * enable shared build by default for Haiku * Fix checking for a working resolver library and Fix coredns.c:154: field data has incomplete type Commit: 6855fdd31a8a15f25ab9f7805c2856d7738cdd04 https://github.com/eggheads/eggdrop/commit/6855fdd31a8a15f25ab9f7805c2856d7738cdd04 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dns.c Log Message: ----------- Make 2 functions in dns.c static Patch by: michaelortmann Commit: 26747d7e3937ad6f44f202b176bb75ca1c86e433 https://github.com/eggheads/eggdrop/commit/26747d7e3937ad6f44f202b176bb75ca1c86e433 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/users.c Log Message: ----------- Fix Nullpointer warning Patch by: michaelortmann * fix member access within null pointer warning Commit: d0b4a6ae94672e4d250864aac2134e93d3456d15 https://github.com/eggheads/eggdrop/commit/d0b4a6ae94672e4d250864aac2134e93d3456d15 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M configure.ac M src/botcmd.c M src/botnet.c M src/chanprog.c M src/cmds.c M src/compat/Makefile.in M src/compat/compat.h A src/compat/strlcpy.c A src/compat/strlcpy.h M src/dcc.c M src/dns.c M src/flags.c M src/language.c M src/main.c M src/main.h M src/misc.c M src/mod/assoc.mod/assoc.c M src/mod/blowfish.mod/blowfish.c M src/mod/channels.mod/channels.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/channels.mod/userchan.c M src/mod/console.mod/console.c M src/mod/filesys.mod/files.c M src/mod/filesys.mod/filesys.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/cmdsirc.c M src/mod/irc.mod/irc.c M src/mod/irc.mod/msgcmds.c M src/mod/module.h M src/mod/notes.mod/notes.c M src/mod/seen.mod/seen.c M src/mod/server.mod/cmdsserv.c M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/server.mod/tclserv.c M src/mod/share.mod/share.c M src/mod/transfer.mod/transfer.c M src/mod/transfer.mod/transferqueue.c M src/mod/uptime.mod/uptime.c M src/modules.c M src/net.c M src/tcl.c M src/tcldcc.c M src/tclmisc.c M src/tcluser.c M src/tls.c M src/userent.c M src/userrec.c M src/users.c Log Message: ----------- Use strlcpy() instead of strncpyz() Patch by: michaelortmann strncpyz() was a macro using strncpy(). We dont want strncpy due to its zero padding. strncpyz() was replaced with strlcpy() * if the operating system / libc provides strlcpy() we will use it. * if it doesn't we will use our new src/compat/strlcpy, which is a copy of the bsd implementation * enable compat strlcpy() also for modules if needed, enable strncpyz() for modules for backward compatibility Commit: 42a00e11dd429c00e9752751060ddc852bff74a6 https://github.com/eggheads/eggdrop/commit/42a00e11dd429c00e9752751060ddc852bff74a6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M doc/BUG-REPORT M doc/COMPILE-GUIDE Log Message: ----------- Fix aclocal.m4 grep under SunOS / OpenIndiana. Fixes #589 * Fix #589: Fix aclocal.m4 grep under sunos * update COMPILE-GUIDE for SunOS / OpenIndiana * update doc/BUG-REPORT for OpenIndiana * another compile hint for OpenIndiana Commit: aea05503f45a4240c30944f714d86c3ca5774138 https://github.com/eggheads/eggdrop/commit/aea05503f45a4240c30944f714d86c3ca5774138 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/eggdrop.h Log Message: ----------- Typo fix Commit: 3957f841748dbcc35df6c2d59a2a4c43cb3ed691 https://github.com/eggheads/eggdrop/commit/3957f841748dbcc35df6c2d59a2a4c43cb3ed691 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M configure.ac M src/mod/compress.mod/configure.ac M src/mod/dns.mod/configure.ac Log Message: ----------- Enhance Minix support, enable shared build Patch by: michaelortmann Commit: 5e19295c12d6f1b6c496370c8f8e5a398c4bcd09 https://github.com/eggheads/eggdrop/commit/5e19295c12d6f1b6c496370c8f8e5a398c4bcd09 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- strncpyz() -> strlcpy() Commit: c813c2abf2a32e04036f9d34bf3958fc1010ffa6 https://github.com/eggheads/eggdrop/commit/c813c2abf2a32e04036f9d34bf3958fc1010ffa6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/dns.mod/coredns.c Log Message: ----------- Fix gcc 8 stringop-truncation warning Commit: f63fc9045f049089b1646a58647f375a0e436727 https://github.com/eggheads/eggdrop/commit/f63fc9045f049089b1646a58647f375a0e436727 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M configure.ac M src/mod/dns.mod/coredns.c Log Message: ----------- Replace stuct with FLEXIBLE_ARRAY_MEMBER Patch by: michaelortmann Commit: 1e453f19dedd011015b5c410269aea1f9477aa24 https://github.com/eggheads/eggdrop/commit/1e453f19dedd011015b5c410269aea1f9477aa24 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Fix information leak through TCL variables. Fixes #137. Fixes #414 Found by: maimizuno Patch by: michaelortmann Commit: 057c736165167dda891fff0f0aa834f1a941cae2 https://github.com/eggheads/eggdrop/commit/057c736165167dda891fff0f0aa834f1a941cae2 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Enhance error log for SSL. Fixes #458 Found by: Geo Patch by: michaelortmann Fixes: #458 Commit: a94c9d13244e3fee34e83776903543ad34b32d29 https://github.com/eggheads/eggdrop/commit/a94c9d13244e3fee34e83776903543ad34b32d29 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/server.mod/server.c M src/mod/server.mod/server.h Log Message: ----------- Don't send \r\n as an extra tcp packet. Fixes #689 Found by: michaelortmann Patch by: michaelortmann Fixes: #689 Commit: cb4bb60816832682f549f0798687d8c20fb85010 https://github.com/eggheads/eggdrop/commit/cb4bb60816832682f549f0798687d8c20fb85010 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/main.c Log Message: ----------- Performance enhancement Patch by: michaelortmann Dont call localtime every second, because the result is only used every minute GH PR #666 ... Patch of the Beast! Commit: d799337c2c5ad828cf370b15d526311031c2278c https://github.com/eggheads/eggdrop/commit/d799337c2c5ad828cf370b15d526311031c2278c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- trigger_bind() overallocation Commit: 1f2faf6c229ecef62492854a4910694406ec95f0 https://github.com/eggheads/eggdrop/commit/1f2faf6c229ecef62492854a4910694406ec95f0 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c M src/mod/module.h M src/mod/transfer.mod/transfer.c M src/net.c M src/proto.h Log Message: ----------- Fix 'comparison is always false' / 'SIZEOF_SHORT undeclared' in dcc.c Patch by: michaelortmann * Fix 'comparison is always false' / 'SIZEOF_SHORT undeclared' in dcc.c * forgot src/mod/module.h Commit: d332e679edf1f4f515cd784f99c554ee6c8b986d https://github.com/eggheads/eggdrop/commit/d332e679edf1f4f515cd784f99c554ee6c8b986d Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M language/core.english.lang M language/core.german.lang Log Message: ----------- Update language files Commit: 991eecd9e08bf5df0a0cf06507f069f2f75f6bb9 https://github.com/eggheads/eggdrop/commit/991eecd9e08bf5df0a0cf06507f069f2f75f6bb9 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M config.h.in M configure M src/mod/compress.mod/configure M src/mod/dns.mod/configure Log Message: ----------- run autotools Commit: 8426cc2be32e3230903be4d9f0dcccb576627ed8 https://github.com/eggheads/eggdrop/commit/8426cc2be32e3230903be4d9f0dcccb576627ed8 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/channels.mod/tclchan.c Log Message: ----------- Remove dupe logic expression Commit: fe804ea3dc9c2d22771ae0cc069d58a514f570fe https://github.com/eggheads/eggdrop/commit/fe804ea3dc9c2d22771ae0cc069d58a514f570fe Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M NEWS M doc/settings/core.settings M doc/sphinx_source/coreDocs/core.rst M doc/sphinx_source/coreDocs/modules.rst M doc/sphinx_source/mainDocs/tcl-commands.rst M eggdrop-basic.conf M eggdrop.conf M help/cmds2.help M help/core.help M help/set/cmds1.help M scripts/getops.tcl M scripts/notes2.tcl M scripts/weed M src/bg.c M src/botmsg.c M src/chanprog.c M src/compat/compat.h M src/dcc.c M src/eggdrop.h M src/language.c M src/main.c M src/misc.c M src/mod/channels.mod/channels.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/compress.mod/compress.c M src/mod/dns.mod/coredns.c M src/mod/filesys.mod/dbcompat.c M src/mod/filesys.mod/filedb3.c M src/mod/filesys.mod/filedb3.h M src/mod/irc.mod/chan.c M src/mod/irc.mod/irc.c M src/mod/module.h M src/mod/notes.mod/notes.c M src/mod/server.mod/help/server.help M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/share.mod/share.c M src/mod/share.mod/uf_features.c M src/net.c M src/rfc1459.c M src/tls.c M src/userrec.c Log Message: ----------- Fix typos in docs, comments (?!) and even variables (!!!) Patch by: michaelortmann Commit: f8ed2ac5af464856456aa38271940c828d875710 https://github.com/eggheads/eggdrop/commit/f8ed2ac5af464856456aa38271940c828d875710 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/chan.h M src/eggdrop.h M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/tclchan.c M src/mod/channels.mod/userchan.c M src/mod/irc.mod/chan.c M src/tcldcc.c M src/users.h Log Message: ----------- define/use CHANNELLEN; convert some strncpy + \0 into strlcpy() Commit: 4a2ffe38d8f53f1a3cd51bad67e6a0b19644f234 https://github.com/eggheads/eggdrop/commit/4a2ffe38d8f53f1a3cd51bad67e6a0b19644f234 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/sphinx_source/installAndSetup/readme.rst Log Message: ----------- fix readme typo Commit: 9512e86ff81329e2a123ed061778027ac98ecb96 https://github.com/eggheads/eggdrop/commit/9512e86ff81329e2a123ed061778027ac98ecb96 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tls.rst M eggdrop.conf Log Message: ----------- Add NickServ certificate auth to docs Commit: d7caf9bfd5f9fbe576be6c322a41c5e81a1faafe https://github.com/eggheads/eggdrop/commit/d7caf9bfd5f9fbe576be6c322a41c5e81a1faafe Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/patch.rst Log Message: ----------- Update patch howto doc. Closes #629 Commit: a87157dfdf96b4e787766d16b2ff814e4707508b https://github.com/eggheads/eggdrop/commit/a87157dfdf96b4e787766d16b2ff814e4707508b Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/main.c M src/mod/channels.mod/channels.c Log Message: ----------- Fix buffer size in channels.c:write_channel() Patch by: michaelortmann Commit: 02cba082acb6885b987450de5d7dbcafa391ed58 https://github.com/eggheads/eggdrop/commit/02cba082acb6885b987450de5d7dbcafa391ed58 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/compress.mod/Makefile.in M src/mod/dns.mod/Makefile.in Log Message: ----------- Fix distclean Patch by: michaelortmann make distclean didn't remove: src/mod/compress.mod/autom4te.cache and src/mod/dns.mod/autom4te.cache and tried to remove non existent src/mod/compress.mod/config.h Commit: 1501b2a4f17287d793b000cd11733a3ad556948a https://github.com/eggheads/eggdrop/commit/1501b2a4f17287d793b000cd11733a3ad556948a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/chanprog.c Log Message: ----------- rewrite isowner() Patch by: michaelortmann Fixes chanprog.c:682:15: runtime error: index -1 out of bounds for type 'char [121]' 847 SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior chanprog.c:682:15 in Commit: 1e6e4df661ae51aa1c02fd4490910eaf14c3a4d8 https://github.com/eggheads/eggdrop/commit/1e6e4df661ae51aa1c02fd4490910eaf14c3a4d8 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Fix truncation (partial write) of output to foreground STDOUT Found by: michaelortmann Patch by: michaelortmann Fixes: #665 Commit: 9be31b8729521fd6c2b2614b387894bfbe09fff8 https://github.com/eggheads/eggdrop/commit/9be31b8729521fd6c2b2614b387894bfbe09fff8 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/misc.c Log Message: ----------- Replace strncpy with memcpy here Patch by: michaelortmann Commit: 2f566e380fe77b38388d6e265e5f064a51e47f86 https://github.com/eggheads/eggdrop/commit/2f566e380fe77b38388d6e265e5f064a51e47f86 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M configure.ac A m4/ax_type_socklen_t.m4 M src/eggdrop.h Log Message: ----------- Enhance configure socklen_t (#640) Patch by: michaelortmann Replace handcrafted code with GNU Autoconf Archive Macro. Commit: 203de50fc1dd0d36af83e0c492c5352fbc784c17 https://github.com/eggheads/eggdrop/commit/203de50fc1dd0d36af83e0c492c5352fbc784c17 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c M src/mod/irc.mod/chan.c Log Message: ----------- Fix buffer size, gcc 8 format-truncation warnings Patch by: michaelortmann Commit: 434dbe19017ee30746870d6d13e7a32b2004b279 https://github.com/eggheads/eggdrop/commit/434dbe19017ee30746870d6d13e7a32b2004b279 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/match.c M src/mod/assoc.mod/assoc.c M src/mod/console.mod/console.c M src/mod/filesys.mod/filedb3.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/irc.c M src/mod/server.mod/server.c M src/userent.c Log Message: ----------- Cleanup dead store, assignment Patch by: michaelortmann Commit: d5419b6398440babced165ca92db126224e7fb1e https://github.com/eggheads/eggdrop/commit/d5419b6398440babced165ca92db126224e7fb1e Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Don't call gethostbyname2() if unnecessary. Fixes #518 Found by: maimizuno Patch by: michaelortmann Fixes: #518 Commit: f6603deb38040b76b3a9942d5bac21bb005bd194 https://github.com/eggheads/eggdrop/commit/f6603deb38040b76b3a9942d5bac21bb005bd194 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/chanprog.c M src/main.c M src/misc.c Log Message: ----------- Fix mismanaged idx allocation on some startup cases Found by: paigeadelethompson Patch by: michaelortmann Commit: e68586ad93568f5982a934728909337cf4d37830 https://github.com/eggheads/eggdrop/commit/e68586ad93568f5982a934728909337cf4d37830 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Add debug log showing time executed binds/procs took. Closes #201 Found by: saapete Patch by: michaelortmann Fixes: #201 Commit: efded67e7e3fb0c3f84a72b4bd87718439e5a4b6 https://github.com/eggheads/eggdrop/commit/efded67e7e3fb0c3f84a72b4bd87718439e5a4b6 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M eggdrop.conf M help/set/cmds1.help M src/main.c Log Message: ----------- Utilize RES_TIMEOUT as default Patch by: michaelortmann Default resolve-timeout was 7 in eggdrop.conf and 15 in source (used if it were commented out in eggdrop.conf). This patch changes the default setting to RES_TIMEOUT (generally 5) Commit: 8058d95fef1bccb894d6cd611d3545a9a2899832 https://github.com/eggheads/eggdrop/commit/8058d95fef1bccb894d6cd611d3545a9a2899832 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c Log Message: ----------- Fix invalid handle openssl s_client fail. Fixes #679 Found by: michaelortmann Patch by: michaelortmann Fixes: #679 Fix "openssl s_client" fails with "invalid handle: 1;2c" under rxvt-unicode. If Nickname starts with "\e[?1;2c", skip those chars. Commit: 51757b5751f14f16a6ed6497dc6b69d5fdb09050 https://github.com/eggheads/eggdrop/commit/51757b5751f14f16a6ed6497dc6b69d5fdb09050 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M help/cmds2.help M help/core.help M src/cmds.c Log Message: ----------- Add help for fprint. Closes #681 Found by: michaelortmann Patch by: Geo Fixes: #681 Commit: 77ae4c2e8102ecd75974f98c3952bb2541ce1378 https://github.com/eggheads/eggdrop/commit/77ae4c2e8102ecd75974f98c3952bb2541ce1378 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Add missing IPV6 ifdef Commit: a937f689de7e296e0e128d97749fd6ff4ea5bf76 https://github.com/eggheads/eggdrop/commit/a937f689de7e296e0e128d97749fd6ff4ea5bf76 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M aclocal.m4 M doc/COMPILE-GUIDE Log Message: ----------- Enhance OpenWrt / musl libc support. Patch by: michaelortmann Commit: 24fc64e7baf5273534b2ce62b4578d1fe759becd https://github.com/eggheads/eggdrop/commit/24fc64e7baf5273534b2ce62b4578d1fe759becd Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix nickchange mode tracking. Fixes #94 Found by: assassin Patch by: michaelortmann Fixes: #94 Commit: 4c7d57be61f756e0bfc63bb6a2552fa81ffb6b14 https://github.com/eggheads/eggdrop/commit/4c7d57be61f756e0bfc63bb6a2552fa81ffb6b14 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Fix c89 comment Kill me now. Commit: 1ccf27972e0e7dca798a3bcddfbaf9f37dd24b8a https://github.com/eggheads/eggdrop/commit/1ccf27972e0e7dca798a3bcddfbaf9f37dd24b8a Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/mod/share.mod/share.c Log Message: ----------- Fix clang compiler warning -Wstrlcpy-strlcat-size Patch by: michaelortmann Commit: 019ed0c14f605b28b21e23c929306608640c4d10 https://github.com/eggheads/eggdrop/commit/019ed0c14f605b28b21e23c929306608640c4d10 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/botcmd.c M src/dns.h M src/eggdrop.h M src/flags.c M src/lang.h M src/language.c M src/misc.c M src/mod/channels.mod/tclchan.c M src/mod/compress.mod/compress.c M src/mod/ctcp.mod/ctcp.c M src/mod/server.mod/server.c M src/mod/share.mod/help/share.help M src/modules.c Log Message: ----------- tab -> space OMG, we're really doing this? Commit: ea138d5728d991a95c27e55e28e7d77cd1261277 https://github.com/eggheads/eggdrop/commit/ea138d5728d991a95c27e55e28e7d77cd1261277 Author: Cizzle Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/dcc.c M src/mod/share.mod/share.c Log Message: ----------- Change output for logmodes ghtu to show b instead of m. Closes #521 Found by: maimizuno Patch by: Cizzle Fixes: #521 Commit: 5ddbfa6b57149e8eb4609c2db15dc9c524342150 https://github.com/eggheads/eggdrop/commit/5ddbfa6b57149e8eb4609c2db15dc9c524342150 Author: Geo Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/version.h Log Message: ----------- Update version.h Commit: a8163cfb889ca087b4dd6330773f231911bcad96 https://github.com/eggheads/eggdrop/commit/a8163cfb889ca087b4dd6330773f231911bcad96 Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/flags.c M src/flags.h M src/users.h Log Message: ----------- Fix botattr validation and correct flag usage. Commit: 106172e35f3e07bc36b6aeeba0a6b3f0ed52a9cc https://github.com/eggheads/eggdrop/commit/106172e35f3e07bc36b6aeeba0a6b3f0ed52a9cc Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/flags.c M src/flags.h M src/mod/assoc.mod/assoc.c M src/users.h Log Message: ----------- Use uint64_t instead of unsigned long long. Commit: 217be713af6d6b9e4dd1b3c24db392a095437386 https://github.com/eggheads/eggdrop/commit/217be713af6d6b9e4dd1b3c24db392a095437386 Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/KNOWN-PROBLEMS M help/cmds1.help Log Message: ----------- Add note about known bug with botattr and the 4 last user definable flags 6, 7, 8 and 9. Compare: https://github.com/eggheads/eggdrop/compare/0ca560ff74f2...217be713af6d **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Thu Oct 18 23:14:21 2018 From: noreply at github.com (GitHub) Date: Thu, 18 Oct 2018 16:14:21 -0700 Subject: [gitlog] [eggheads/eggdrop] 8f8469: Fix botattr validation and correct flag usage. Message-ID: <5bc913cd230c1_34cf2aeb0a29a5848232c@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/bug/botattragain Home: https://github.com/eggheads/eggdrop Commit: 8f8469fb77c9437836f409659774293f97ac8b22 https://github.com/eggheads/eggdrop/commit/8f8469fb77c9437836f409659774293f97ac8b22 Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/flags.c M src/flags.h M src/users.h Log Message: ----------- Fix botattr validation and correct flag usage. Commit: 659dece7703003fc3d1e8a486dee5d513ce981cb https://github.com/eggheads/eggdrop/commit/659dece7703003fc3d1e8a486dee5d513ce981cb Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M src/flags.c M src/flags.h M src/mod/assoc.mod/assoc.c M src/users.h Log Message: ----------- Use uint64_t instead of unsigned long long. Commit: b2a9adc7c57ea807edbfddb775d91db51bec266b https://github.com/eggheads/eggdrop/commit/b2a9adc7c57ea807edbfddb775d91db51bec266b Author: Christophe Beauval Date: 2018-10-19 (Fri, 19 Oct 2018) Changed paths: M doc/KNOWN-PROBLEMS M help/cmds1.help Log Message: ----------- Add note about known bug with botattr and the 4 last user definable flags 6, 7, 8 and 9. Compare: https://github.com/eggheads/eggdrop/compare/217be713af6d...b2a9adc7c57e **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 21 22:24:07 2018 From: noreply at github.com (GitHub) Date: Sun, 21 Oct 2018 15:24:07 -0700 Subject: [gitlog] [eggheads/eggdrop] cebc5a: Revert "Add note about known bug with botattr and ... Message-ID: <5bccfc8790821_58112afa9e64659028119@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/bug/botattragain Home: https://github.com/eggheads/eggdrop Commit: cebc5ab46a6f01ab915c700f4b84ca09efad6767 https://github.com/eggheads/eggdrop/commit/cebc5ab46a6f01ab915c700f4b84ca09efad6767 Author: Christophe Beauval Date: 2018-10-21 (Sun, 21 Oct 2018) Changed paths: M doc/KNOWN-PROBLEMS M help/cmds1.help Log Message: ----------- Revert "Add note about known bug with botattr and the 4 last user definable" This reverts commit b2a9adc7c57ea807edbfddb775d91db51bec266b. Commit: e4e49c977cadca1fade1890bcca492fab83a4755 https://github.com/eggheads/eggdrop/commit/e4e49c977cadca1fade1890bcca492fab83a4755 Author: Christophe Beauval Date: 2018-10-21 (Sun, 21 Oct 2018) Changed paths: M src/flags.c M src/flags.h M src/mod/assoc.mod/assoc.c M src/users.h Log Message: ----------- Revert "Use uint64_t instead of unsigned long long." This reverts commit 659dece7703003fc3d1e8a486dee5d513ce981cb. Commit: 6ccca1348beea28fa260f30f39562f7d342c4dd3 https://github.com/eggheads/eggdrop/commit/6ccca1348beea28fa260f30f39562f7d342c4dd3 Author: Christophe Beauval Date: 2018-10-21 (Sun, 21 Oct 2018) Changed paths: M src/flags.c M src/flags.h M src/users.h Log Message: ----------- Revert "Fix botattr validation and correct flag usage." This reverts commit 8f8469fb77c9437836f409659774293f97ac8b22. Commit: 83bbaddda587ac5eae73e6032faab23bfb57dd16 https://github.com/eggheads/eggdrop/commit/83bbaddda587ac5eae73e6032faab23bfb57dd16 Author: Christophe Beauval Date: 2018-10-22 (Mon, 22 Oct 2018) Changed paths: M src/flags.c M src/flags.h Log Message: ----------- Remove botflags v-z as not in use and generating unwanted overlap while being contained in a 32bit datatype. Compare: https://github.com/eggheads/eggdrop/compare/b2a9adc7c57e...83bbaddda587 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 21 22:34:40 2018 From: noreply at github.com (GitHub) Date: Sun, 21 Oct 2018 15:34:40 -0700 Subject: [gitlog] [eggheads/eggdrop] Message-ID: <5bccff007145c_45992b143afb857852013@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/feat/ghtuout Home: https://github.com/eggheads/eggdrop **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 23 21:02:28 2018 From: noreply at github.com (GitHub) Date: Tue, 23 Oct 2018 14:02:28 -0700 Subject: [gitlog] [eggheads/eggdrop] c78f6d: Allow -HQ to be added when no userfile is present. Message-ID: <5bcf8c641dce1_2dcd2b125999c578929c4@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/bug/ntmhq Home: https://github.com/eggheads/eggdrop Commit: c78f6d950e92c8b7dd42bc5e434d84c0a4ffaa23 https://github.com/eggheads/eggdrop/commit/c78f6d950e92c8b7dd42bc5e434d84c0a4ffaa23 Author: Christophe Beauval Date: 2018-10-23 (Tue, 23 Oct 2018) Changed paths: M src/chanprog.c Log Message: ----------- Allow -HQ to be added when no userfile is present. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 23 21:51:15 2018 From: noreply at github.com (GitHub) Date: Tue, 23 Oct 2018 14:51:15 -0700 Subject: [gitlog] [eggheads/eggdrop] dda5c2: Remove obsoleted line from PR #654, erroneously in... Message-ID: <5bcf97d3dff14_1c822abd9b07c57861049@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: dda5c2b315dd1e97bf6fb7dd65e33b331333c5e1 https://github.com/eggheads/eggdrop/commit/dda5c2b315dd1e97bf6fb7dd65e33b331333c5e1 Author: Christophe Beauval Date: 2018-10-23 (Tue, 23 Oct 2018) Changed paths: M src/match.c Log Message: ----------- Remove obsoleted line from PR #654, erroneously introduced by commit 6528e34. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 23 22:04:37 2018 From: noreply at github.com (GitHub) Date: Tue, 23 Oct 2018 15:04:37 -0700 Subject: [gitlog] [eggheads/eggdrop] 7314e0: Add sys/time.h for older systems. Fixes #718 Message-ID: <5bcf9af56ff15_2ddc2afe531c658456477@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 7314e0d0b6c5e38508fd405c41b93e859df36796 https://github.com/eggheads/eggdrop/commit/7314e0d0b6c5e38508fd405c41b93e859df36796 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-23 (Tue, 23 Oct 2018) Changed paths: M src/tclhash.c Log Message: ----------- Add sys/time.h for older systems. Fixes #718 Patch by: michaelortmann Fixes: #718 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 23 22:06:10 2018 From: noreply at github.com (GitHub) Date: Tue, 23 Oct 2018 15:06:10 -0700 Subject: [gitlog] [eggheads/eggdrop] 205740: Change SSL cert default to 4096 Message-ID: <5bcf9b5269ccd_5d1d2ab6a7d5c57c7649a@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 205740600c48be276c827e6051d64dbbfc8c9d6c https://github.com/eggheads/eggdrop/commit/205740600c48be276c827e6051d64dbbfc8c9d6c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-23 (Tue, 23 Oct 2018) Changed paths: M ssl.conf Log Message: ----------- Change SSL cert default to 4096 Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 23 22:13:08 2018 From: noreply at github.com (GitHub) Date: Tue, 23 Oct 2018 15:13:08 -0700 Subject: [gitlog] [eggheads/eggdrop] 83f00b: Add volatile keyword to do_restart Message-ID: <5bcf9cf488fcc_450a2adef24fc5802829c@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 83f00b522839579568cffde91dacfa90f0eb9019 https://github.com/eggheads/eggdrop/commit/83f00b522839579568cffde91dacfa90f0eb9019 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-23 (Tue, 23 Oct 2018) Changed paths: M src/cmds.c M src/main.c M src/mod/module.h M src/modules.c M src/tcldcc.c Log Message: ----------- Add volatile keyword to do_restart Patch by: michaelortmann Add volatile keyword to do_restart, its used inside signal handler **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 23 22:53:18 2018 From: noreply at github.com (GitHub) Date: Tue, 23 Oct 2018 15:53:18 -0700 Subject: [gitlog] [eggheads/eggdrop] 9d3235: Fix botattr flag validation, usage. Fixes #597 Message-ID: <5bcfa65e83c04_22562aed0376e58810339@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 9d3235385a38dc1b7a88330e4fa397f9a5230028 https://github.com/eggheads/eggdrop/commit/9d3235385a38dc1b7a88330e4fa397f9a5230028 Author: Cizzle Date: 2018-10-23 (Tue, 23 Oct 2018) Changed paths: M src/flags.c M src/flags.h Log Message: ----------- Fix botattr flag validation, usage. Fixes #597 Found by: Geo Patch by: Cizzle Fixes: #597 Leaving this history in, just because of the sheer fun we had figuring this one out! * Fix botattr validation and correct flag usage. * Use uint64_t instead of unsigned long long. * Add note about known bug with botattr and the 4 last user definable flags 6, 7, 8 and 9. * Revert "Add note about known bug with botattr and the 4 last user definable" * Revert "Use uint64_t instead of unsigned long long." * Revert "Fix botattr validation and correct flag usage." * Remove botflags v-z as not in use and generating unwanted overlap while being contained in a 32bit datatype. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 23 23:25:30 2018 From: noreply at github.com (GitHub) Date: Tue, 23 Oct 2018 16:25:30 -0700 Subject: [gitlog] [eggheads/eggdrop] b5c65d: Turn off Nagle's algorithm Message-ID: <5bcfadea8ce9b_5b962b0658a0a594706d2@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: b5c65dc3d10e14dd040ff1e2f3f29a7e7ccb5cdf https://github.com/eggheads/eggdrop/commit/b5c65dc3d10e14dd040ff1e2f3f29a7e7ccb5cdf Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-23 (Tue, 23 Oct 2018) Changed paths: M src/net.c Log Message: ----------- Turn off Nagle's algorithm Found by: simple Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 24 22:40:25 2018 From: noreply at github.com (GitHub) Date: Wed, 24 Oct 2018 15:40:25 -0700 Subject: [gitlog] [eggheads/eggdrop] 269ea7: Fix forgoten #include . Fixes #732 Message-ID: <5bd0f4d95a285_4ab72ae923eae58432689@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 269ea70b3ceb20399753187f2b73172ddb25b133 https://github.com/eggheads/eggdrop/commit/269ea70b3ceb20399753187f2b73172ddb25b133 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-24 (Wed, 24 Oct 2018) Changed paths: M src/cmds.c M src/mod/module.h M src/modules.c M src/tcldcc.c Log Message: ----------- Fix forgoten #include . Fixes #732 Patch by: michaelortmann Fixes: #732 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Oct 24 22:41:07 2018 From: noreply at github.com (GitHub) Date: Wed, 24 Oct 2018 15:41:07 -0700 Subject: [gitlog] [eggheads/eggdrop] 1598a5: Fix nwcc compiler error. Fixes #729 Message-ID: <5bd0f5038a295_45c82ade8038057097337@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 1598a5685f385b9102324c57f8c83cdc9ad3afdf https://github.com/eggheads/eggdrop/commit/1598a5685f385b9102324c57f8c83cdc9ad3afdf Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-24 (Wed, 24 Oct 2018) Changed paths: M src/mod/dns.mod/coredns.c Log Message: ----------- Fix nwcc compiler error. Fixes #729 Patch by: michaelortmann Fixes: #729 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 26 03:15:21 2018 From: noreply at github.com (GitHub) Date: Thu, 25 Oct 2018 20:15:21 -0700 Subject: [gitlog] [eggheads/eggdrop] f81835: Clarify putlog documentation Message-ID: <5bd286c99ba64_182f2aee47fa057c9317e@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/docs/putlogflags Home: https://github.com/eggheads/eggdrop Commit: f818359ff9e5fdad968bfa73e2831fddfd93bb36 https://github.com/eggheads/eggdrop/commit/f818359ff9e5fdad968bfa73e2831fddfd93bb36 Author: Geo Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tcl-commands.rst Log Message: ----------- Clarify putlog documentation **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 26 03:27:31 2018 From: noreply at github.com (GitHub) Date: Thu, 25 Oct 2018 20:27:31 -0700 Subject: [gitlog] [eggheads/eggdrop] 615c6c: Update conf file logfile descriptions Message-ID: <5bd289a323c01_51a22aee3508057c2549d@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/docs/putlogflags Home: https://github.com/eggheads/eggdrop Commit: 615c6ca02fe2efd87d72690e1ff7fa38ed4f9e8d https://github.com/eggheads/eggdrop/commit/615c6ca02fe2efd87d72690e1ff7fa38ed4f9e8d Author: Geo Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tcl-commands.rst M eggdrop-basic.conf M eggdrop.conf Log Message: ----------- Update conf file logfile descriptions **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 26 04:05:39 2018 From: noreply at github.com (GitHub) Date: Thu, 25 Oct 2018 21:05:39 -0700 Subject: [gitlog] [eggheads/eggdrop] 00e8c5: Run autotools Message-ID: <5bd29293a59c6_6dc2b13e41e45884018c@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 00e8c51339a87df40c81667a068c4df57eb65446 https://github.com/eggheads/eggdrop/commit/00e8c51339a87df40c81667a068c4df57eb65446 Author: Geo Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M config.h.in M configure M src/mod/compress.mod/configure M src/mod/dns.mod/configure Log Message: ----------- Run autotools Commit: 55c83c6772d904752bf1f20e41e85b86ac883342 https://github.com/eggheads/eggdrop/commit/55c83c6772d904752bf1f20e41e85b86ac883342 Author: Geo Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M src/version.h Log Message: ----------- update patchlevel Compare: https://github.com/eggheads/eggdrop/compare/1598a5685f38...55c83c6772d9 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Fri Oct 26 21:53:16 2018 From: noreply at github.com (GitHub) Date: Fri, 26 Oct 2018 14:53:16 -0700 Subject: [gitlog] [eggheads/eggdrop] 066dc7: Allow -HQ to be added when no userfile is present.... Message-ID: <5bd38ccc48459_536c2ab8f8a7858835455@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 066dc7ba57bb019971bb511f252beddf72404818 https://github.com/eggheads/eggdrop/commit/066dc7ba57bb019971bb511f252beddf72404818 Author: Cizzle Date: 2018-10-26 (Fri, 26 Oct 2018) Changed paths: M src/chanprog.c Log Message: ----------- Allow -HQ to be added when no userfile is present. Closes #727 Found by: Geo Patch by: Cizzle Fixes: #727 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 27 00:58:18 2018 From: noreply at github.com (GitHub) Date: Fri, 26 Oct 2018 17:58:18 -0700 Subject: [gitlog] [eggheads/eggdrop] b96b60: Fix buffer size Message-ID: <5bd3b82a17371_320b2ac0d0e5857472071@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: b96b602e96dae2a717623613149c23d90c08dd97 https://github.com/eggheads/eggdrop/commit/b96b602e96dae2a717623613149c23d90c08dd97 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-26 (Fri, 26 Oct 2018) Changed paths: M src/mod/channels.mod/userchan.c M src/users.c Log Message: ----------- Fix buffer size Patch by: michaelortmann * Fix Wformat-overflow by fixing buffer length **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 27 00:58:57 2018 From: noreply at github.com (GitHub) Date: Fri, 26 Oct 2018 17:58:57 -0700 Subject: [gitlog] [eggheads/eggdrop] 3b14ef: Change strncpy to strlcpy Message-ID: <5bd3b8512f449_3af82afe1ad1c5847804f@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 3b14ef866172bc63180fea4906c65e4ee9c49e9c https://github.com/eggheads/eggdrop/commit/3b14ef866172bc63180fea4906c65e4ee9c49e9c Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-26 (Fri, 26 Oct 2018) Changed paths: M src/botmsg.c M src/mod/assoc.mod/assoc.c M src/mod/ctcp.mod/ctcp.c M src/mod/irc.mod/msgcmds.c Log Message: ----------- Change strncpy to strlcpy Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 27 00:59:45 2018 From: noreply at github.com (GitHub) Date: Fri, 26 Oct 2018 17:59:45 -0700 Subject: [gitlog] [eggheads/eggdrop] 1ab77c: Fix Wstringop-truncation, Wformat-overflow warning... Message-ID: <5bd3b88121926_706c2ad6e39b0584103b@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 1ab77c9c16e7ee7d65f4993a74ef04c6038984c9 https://github.com/eggheads/eggdrop/commit/1ab77c9c16e7ee7d65f4993a74ef04c6038984c9 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-26 (Fri, 26 Oct 2018) Changed paths: M src/mod/channels.mod/channels.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/userchan.c Log Message: ----------- Fix Wstringop-truncation, Wformat-overflow warnings Patch by: michaelortmann Cleanup and thereby get rid of some Wstringop-truncation warnings **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 27 01:07:29 2018 From: noreply at github.com (GitHub) Date: Fri, 26 Oct 2018 18:07:29 -0700 Subject: [gitlog] [eggheads/eggdrop] 4c781e: Fix heap bug Message-ID: <5bd3ba5182fb6_7dd32b0f4f76657c78042@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 4c781e9c2dc47a0f908d65cbd218e4577d634cbf https://github.com/eggheads/eggdrop/commit/4c781e9c2dc47a0f908d65cbd218e4577d634cbf Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-26 (Fri, 26 Oct 2018) Changed paths: M src/tls.c Log Message: ----------- Fix heap bug Patch by: michaelortmann * Fix heap bug * Add error check for X509_NAME_print_ex() * fix return data type and error handling for BIO_get_mem_data(), better safe than sorry **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 27 01:27:15 2018 From: noreply at github.com (GitHub) Date: Fri, 26 Oct 2018 18:27:15 -0700 Subject: [gitlog] [eggheads/eggdrop] b4ff1c: update text, catch tclmisc help Message-ID: <5bd3bef39b15f_49bf2aac0f1dc57898871@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/docs/putlogflags Home: https://github.com/eggheads/eggdrop Commit: b4ff1c97f8b09b15e4bad5c2748817949efb3965 https://github.com/eggheads/eggdrop/commit/b4ff1c97f8b09b15e4bad5c2748817949efb3965 Author: Geo Date: 2018-10-26 (Fri, 26 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tcl-commands.rst M eggdrop-basic.conf M eggdrop.conf M src/tclmisc.c Log Message: ----------- update text, catch tclmisc help **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 27 03:11:09 2018 From: noreply at github.com (GitHub) Date: Fri, 26 Oct 2018 20:11:09 -0700 Subject: [gitlog] [eggheads/eggdrop] 5ad083: Raise ban/exempt/ignore limit to 5 years. Closes #... Message-ID: <5bd3d74dade0e_1632b1afad78594118267@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 5ad083240a2377b4fec1e27d639c4593f6341113 https://github.com/eggheads/eggdrop/commit/5ad083240a2377b4fec1e27d639c4593f6341113 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-26 (Fri, 26 Oct 2018) Changed paths: M help/cmds1.help M src/cmds.c M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/help/channels.help Log Message: ----------- Raise ban/exempt/ignore limit to 5 years. Closes #541 Found by: Robby Patch by: michaelortmann Fixes: #541 TODO - Still need to address the year 2038 problem sometime in the next decade or so... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Oct 27 11:26:17 2018 From: noreply at github.com (GitHub) Date: Sat, 27 Oct 2018 04:26:17 -0700 Subject: [gitlog] [eggheads/eggdrop] Message-ID: <5bd44b59c7b78_47e92b229b45e5785301e@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/bug/ntmhq Home: https://github.com/eggheads/eggdrop **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 28 01:47:21 2018 From: noreply at github.com (GitHub) Date: Sat, 27 Oct 2018 18:47:21 -0700 Subject: [gitlog] [eggheads/eggdrop] b4d1a1: More strncpy() to strlcpy() Message-ID: <5bd51529ab937_5a492ae9f85fc57832266@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: b4d1a15fceb3d454e29ed8d5ff1d3bc81fe2fc54 https://github.com/eggheads/eggdrop/commit/b4d1a15fceb3d454e29ed8d5ff1d3bc81fe2fc54 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/mod/channels.mod/tclchan.c M src/mod/ctcp.mod/ctcp.c M src/mod/server.mod/tclserv.c Log Message: ----------- More strncpy() to strlcpy() Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 28 01:47:51 2018 From: noreply at github.com (GitHub) Date: Sat, 27 Oct 2018 18:47:51 -0700 Subject: [gitlog] [eggheads/eggdrop] e02094: Make userrec:expmem_mask() static Message-ID: <5bd515471a01c_41e42ac816c605809474e@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: e0209474bbd0154e8f8b7883dbbe5168509cdd0d https://github.com/eggheads/eggdrop/commit/e0209474bbd0154e8f8b7883dbbe5168509cdd0d Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/userrec.c Log Message: ----------- Make userrec:expmem_mask() static Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 28 01:48:58 2018 From: noreply at github.com (GitHub) Date: Sat, 27 Oct 2018 18:48:58 -0700 Subject: [gitlog] [eggheads/eggdrop] fe6e2e: Fix more compiler warnings, clarify code Message-ID: <5bd5158a4af67_15102b002bf86578389a5@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: fe6e2eb152d5c55f8ab6c559f076ed789e49d9cf https://github.com/eggheads/eggdrop/commit/fe6e2eb152d5c55f8ab6c559f076ed789e49d9cf Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/userrec.c Log Message: ----------- Fix more compiler warnings, clarify code Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sun Oct 28 01:49:24 2018 From: noreply at github.com (GitHub) Date: Sat, 27 Oct 2018 18:49:24 -0700 Subject: [gitlog] [eggheads/eggdrop] 489b84: Optimize remove_crlf() Message-ID: <5bd515a4abd20_17d02af73867257892019@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 489b8405b321d63c8351ee641fd52c5cd23fdec7 https://github.com/eggheads/eggdrop/commit/489b8405b321d63c8351ee641fd52c5cd23fdec7 Author: michaelortmann <41313082+michaelortmann at users.noreply.github.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/misc.c M src/mod/server.mod/server.c Log Message: ----------- Optimize remove_crlf() Patch by: michaelortmann **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 30 21:06:15 2018 From: noreply at github.com (GitHub) Date: Tue, 30 Oct 2018 14:06:15 -0700 Subject: [gitlog] [eggheads/eggdrop] 08df23: Allow adding a - before a botaddr port and show it... Message-ID: <5bd8c7c7d4ffd_24552b2a96f285781847d@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/feat/negssl Home: https://github.com/eggheads/eggdrop Commit: 08df2340d6c976b280016204f397d9262891778c https://github.com/eggheads/eggdrop/commit/08df2340d6c976b280016204f397d9262891778c Author: Christophe Beauval Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M src/cmds.c M src/mod/share.mod/share.c M src/tcluser.c M src/userent.c M src/users.h Log Message: ----------- Allow adding a - before a botaddr port and show it everywhere. Commit: 27ddae21f4f1aff6d00611675c7a44f90529b6b4 https://github.com/eggheads/eggdrop/commit/27ddae21f4f1aff6d00611675c7a44f90529b6b4 Author: Christophe Beauval Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M src/botnet.c Log Message: ----------- Visualize + or - at botnetlinking. Commit: 974373bf8d68758a4db7d5bf9187c2087cc82b24 https://github.com/eggheads/eggdrop/commit/974373bf8d68758a4db7d5bf9187c2087cc82b24 Author: Christophe Beauval Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M src/botcmd.c M src/botnet.c M src/cmds.c M src/dcc.c M src/dccutil.c M src/eggdrop.h M src/mod/ctcp.mod/ctcp.c M src/mod/filesys.mod/filesys.c M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/share.mod/share.c M src/mod/transfer.mod/transfer.c M src/tcldcc.c M src/tls.c Log Message: ----------- Implement logic Commit: c2689010736ef01a500ba47dffaa67384e661eb0 https://github.com/eggheads/eggdrop/commit/c2689010736ef01a500ba47dffaa67384e661eb0 Author: Christophe Beauval Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M doc/sphinx_source/mainDocs/tcl-commands.rst M doc/sphinx_source/mainDocs/tls.rst M help/cmds1.help Log Message: ----------- Doc updates Commit: 5efe17bc95bfa8b600c807d6458a42cf4b7d92a4 https://github.com/eggheads/eggdrop/commit/5efe17bc95bfa8b600c807d6458a42cf4b7d92a4 Author: Christophe Beauval Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M src/tcldcc.c Log Message: ----------- Fix tcl listen and connect for -port. Commit: e78c5a0c1cc94cfb296b9135883816195fb19f92 https://github.com/eggheads/eggdrop/commit/e78c5a0c1cc94cfb296b9135883816195fb19f92 Author: Christophe Beauval Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M src/mod/share.mod/share.c M src/userent.c Log Message: ----------- Make sharing port backward compat Commit: 0d926f8301eb3e8eca811e941617ea3336133b08 https://github.com/eggheads/eggdrop/commit/0d926f8301eb3e8eca811e941617ea3336133b08 Author: Christophe Beauval Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M src/mod/filesys.mod/filesys.c M src/mod/transfer.mod/transfer.c Log Message: ----------- Add extra parenthesises. Commit: 314d05ada1427a349aab9126441d6fe5156f2330 https://github.com/eggheads/eggdrop/commit/314d05ada1427a349aab9126441d6fe5156f2330 Author: Christophe Beauval Date: 2018-10-30 (Tue, 30 Oct 2018) Changed paths: M src/cmds.c M src/proto.h M src/tcluser.c Log Message: ----------- No more check_int_range and squash a bug meanwhile. Compare: https://github.com/eggheads/eggdrop/compare/c90b56c7ca8d...314d05ada142 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Oct 30 22:38:09 2018 From: noreply at github.com (GitHub) Date: Tue, 30 Oct 2018 15:38:09 -0700 Subject: [gitlog] [eggheads/eggdrop] 604044: Update help regarding stealth- settings. Message-ID: <5bd8dd5189d93_29e22af15a0ec588809df@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 6040440773629000386baeeb3b4bac0a17c10ea3 https://github.com/eggheads/eggdrop/commit/6040440773629000386baeeb3b4bac0a17c10ea3 Author: Christophe Beauval Date: 2018-10-30 (Tue, 30 Oct 2018) Changed paths: M help/core.help M help/set/cmds1.help Log Message: ----------- Update help regarding stealth- settings. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.