From noreply at github.com Sun Jan 1 22:25:04 2017 From: noreply at github.com (GitHub) Date: Sun, 01 Jan 2017 22:25:04 -0000 Subject: [gitlog] [eggheads/eggdrop] 12eba6: Update docs version as part of releaseprep Message-ID: <586981bf9091c_61b53fd8eac07134320d7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 12eba6d5511ac3437abfd9ed8b258e55e07fdb18 https://github.com/eggheads/eggdrop/commit/12eba6d5511ac3437abfd9ed8b258e55e07fdb18 Author: Geo Date: 2017-01-01 (Sun, 01 Jan 2017) Changed paths: M misc/generatedocs M misc/releaseprep Log Message: ----------- Update docs version as part of releaseprep From noreply at github.com Mon Jan 2 04:37:42 2017 From: noreply at github.com (GitHub) Date: Mon, 02 Jan 2017 04:37:42 -0000 Subject: [gitlog] [eggheads/eggdrop] 2d79a8: Change releaseprep patch version string to "" for ... Message-ID: <5869d9152c018_6ea53fe51f9d11308794@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/bug/patchwarn Home: https://github.com/eggheads/eggdrop Commit: 2d79a8999fa254cd163c7706123013e9859844e1 https://github.com/eggheads/eggdrop/commit/2d79a8999fa254cd163c7706123013e9859844e1 Author: Geo Date: 2017-01-01 (Sun, 01 Jan 2017) Changed paths: M misc/releaseprep M src/main.c Log Message: ----------- Change releaseprep patch version string to "" for stable release. Fixes #303 Commit: 877f45caec6a9794aedc3296b3911ede92090fd2 https://github.com/eggheads/eggdrop/commit/877f45caec6a9794aedc3296b3911ede92090fd2 Author: Geo Date: 2017-01-01 (Sun, 01 Jan 2017) Changed paths: M src/patch.h Log Message: ----------- Update patchlevel Compare: https://github.com/eggheads/eggdrop/compare/2d79a8999fa2^...877f45caec6a From noreply at github.com Sun Jan 15 21:04:42 2017 From: noreply at github.com (GitHub) Date: Sun, 15 Jan 2017 21:04:42 -0000 Subject: [gitlog] [eggheads/eggdrop] 86d74e: Check return value for fgets calls Message-ID: <587be3e984c1a_7c163fef09c7913c557b8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/compilecleanup Home: https://github.com/eggheads/eggdrop Commit: 86d74ef0ad4ecc7cbc56744aeaf6a5674d66d437 https://github.com/eggheads/eggdrop/commit/86d74ef0ad4ecc7cbc56744aeaf6a5674d66d437 Author: Geo Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M src/botcmd.c M src/language.c M src/main.c M src/misc.c M src/mod/notes.mod/notes.c Log Message: ----------- Check return value for fgets calls From noreply at github.com Sun Jan 15 21:27:06 2017 From: noreply at github.com (GitHub) Date: Sun, 15 Jan 2017 21:27:06 -0000 Subject: [gitlog] [eggheads/eggdrop] d5c8cd: Address cppcheck mods. Fixes #69 Message-ID: <587be92993449_621a3f9d28cb91347979@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: d5c8cd34034c2d41a9cd6544d220670ddd8e03ce https://github.com/eggheads/eggdrop/commit/d5c8cd34034c2d41a9cd6544d220670ddd8e03ce Author: Cizzle Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M src/mod/compress.mod/compress.c M src/mod/transfer.mod/transfer.c M src/net.c Log Message: ----------- Address cppcheck mods. Fixes #69 Found by: vBm Patch by: Cizzle * Fix uninit var in rare case where af != AF_INET and IPV6 is disabled * Fix res leak where f wasn't closed with full dcc send queue * Fix res leaks when compressing a file fails From noreply at github.com Sun Jan 15 23:00:34 2017 From: noreply at github.com (GitHub) Date: Sun, 15 Jan 2017 23:00:34 -0000 Subject: [gitlog] [eggheads/eggdrop] 7b0172: Check return value for write calls Message-ID: <587bff11afc0d_5aac3f915cba313c206b5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/compilecleanup Home: https://github.com/eggheads/eggdrop Commit: 7b01723e1feef2ac55bf50bfe5a0e5be5231bcba https://github.com/eggheads/eggdrop/commit/7b01723e1feef2ac55bf50bfe5a0e5be5231bcba Author: Geo Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M src/dcc.c M src/net.c Log Message: ----------- Check return value for write calls From noreply at github.com Mon Jan 16 00:59:20 2017 From: noreply at github.com (GitHub) Date: Mon, 16 Jan 2017 00:59:20 -0000 Subject: [gitlog] [eggheads/eggdrop] e01a9e: Check return value for freopen calls Message-ID: <587c1ae754847_5efb3f828589f13810662f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/compilecleanup Home: https://github.com/eggheads/eggdrop Commit: e01a9e434cb2c7d3144cfb1175c450128640bb54 https://github.com/eggheads/eggdrop/commit/e01a9e434cb2c7d3144cfb1175c450128640bb54 Author: Geo Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M src/main.c Log Message: ----------- Check return value for freopen calls Commit: e1195a01ea8fc147313acd4ba9f79cbb5637d6a4 https://github.com/eggheads/eggdrop/commit/e1195a01ea8fc147313acd4ba9f79cbb5637d6a4 Author: Geo Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M src/mod/filesys.mod/filedb3.c Log Message: ----------- Check return value of ftruncate calls Compare: https://github.com/eggheads/eggdrop/compare/7b01723e1fee...e1195a01ea8f From noreply at github.com Mon Jan 16 17:05:12 2017 From: noreply at github.com (GitHub) Date: Mon, 16 Jan 2017 17:05:12 -0000 Subject: [gitlog] [eggheads/eggdrop] cdc673: fixes Message-ID: <587cfd472a574_5b7a3f9ac6fcf1343039b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/coverity Home: https://github.com/eggheads/eggdrop Commit: cdc67396aeb3e2918025ce888f3ecf6d977b7b0c https://github.com/eggheads/eggdrop/commit/cdc67396aeb3e2918025ce888f3ecf6d977b7b0c Author: Geo Date: 2016-11-16 (Wed, 16 Nov 2016) Changed paths: M src/botcmd.c M src/dcc.c M src/mod/seen.mod/seen.c M src/net.c M src/tcl.c M src/userrec.c Log Message: ----------- fixes Commit: eb97a40745429fe3af405957f2d1a839039025fb https://github.com/eggheads/eggdrop/commit/eb97a40745429fe3af405957f2d1a839039025fb Author: Geo Date: 2016-11-15 (Tue, 15 Nov 2016) Changed paths: M src/botcmd.c M src/dcc.c M src/mod/seen.mod/seen.c M src/net.c M src/tcl.c M src/userrec.c Log Message: ----------- silly. Commit: 33fd385332933c96d2f1457994064a1692a502e7 https://github.com/eggheads/eggdrop/commit/33fd385332933c96d2f1457994064a1692a502e7 Author: Geo Date: 2016-11-18 (Fri, 18 Nov 2016) Changed paths: M src/mod/channels.mod/userchan.c M src/mod/irc.mod/irc.c M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/mod/transfer.mod/transfer.c Log Message: ----------- more strcp fixes Commit: e781b5d02c9eb9b2f50e506f0286c76fed364f92 https://github.com/eggheads/eggdrop/commit/e781b5d02c9eb9b2f50e506f0286c76fed364f92 Author: Geo Date: 2016-11-18 (Fri, 18 Nov 2016) Changed paths: M src/cmds.c M src/main.c M src/mod/filesys.mod/filesys.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/msgcmds.c M src/mod/server.mod/server.c M src/mod/server.mod/servmsg.c M src/tcl.c M src/users.c Log Message: ----------- strncpy fixes Commit: e7415010e8213592f8513191c930bcc8499a1097 https://github.com/eggheads/eggdrop/commit/e7415010e8213592f8513191c930bcc8499a1097 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/misc_file.c Log Message: ----------- Fix potential resource leak (CID 1376353). Commit: 1efd7b2623d2cbf8c3b8ed1c03f7a426ba5051e6 https://github.com/eggheads/eggdrop/commit/1efd7b2623d2cbf8c3b8ed1c03f7a426ba5051e6 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/mem.c Log Message: ----------- Slightly change bogus realloc call behavior to avoid an intentional resource leak (CID 1376348). Commit: fc073b6dda00e043c0a6301b3525aefd961e208a https://github.com/eggheads/eggdrop/commit/fc073b6dda00e043c0a6301b3525aefd961e208a Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/userent.c Log Message: ----------- Fix use-after-free bug (CID 1376334). Commit: 80b91f0b0884f2209a76ed186e0bc81c3595b496 https://github.com/eggheads/eggdrop/commit/80b91f0b0884f2209a76ed186e0bc81c3595b496 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/tcluser.c Log Message: ----------- Fix uninitialized variable access in [userlist] (CID 1376305). Commit: 8b05b9f999549d3fba8248532565894de02dde0a https://github.com/eggheads/eggdrop/commit/8b05b9f999549d3fba8248532565894de02dde0a Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/users.c Log Message: ----------- Clarify intentional underallocation below source string length (CID 1376143). Commit: 007aa9442aaee4bd71caafddce2b383eb7bd0663 https://github.com/eggheads/eggdrop/commit/007aa9442aaee4bd71caafddce2b383eb7bd0663 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/net.c Log Message: ----------- Clarify intentional underallocation below source string length (CID 1376142). Commit: 63740daecf17da77df0846b707c8dfc16040f27f https://github.com/eggheads/eggdrop/commit/63740daecf17da77df0846b707c8dfc16040f27f Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/botnet.c Log Message: ----------- Check negative getsock() return before open_telnet_raw() (CID 1376333). Commit: 21d85b27598da6b7161c187b8a3d3f888a16e032 https://github.com/eggheads/eggdrop/commit/21d85b27598da6b7161c187b8a3d3f888a16e032 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/language.c Log Message: ----------- Remove superfluous null ptr check after dereferencing (CID 1376279). Commit: 97db47414527d2e147c428e78a45b3cdaa5e0dec https://github.com/eggheads/eggdrop/commit/97db47414527d2e147c428e78a45b3cdaa5e0dec Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/dccutil.c Log Message: ----------- Move null ptr check to before dereferencing (CID 1376276). Commit: 10eaea9b114c8f3a6292abf9f33dccb6e3736be0 https://github.com/eggheads/eggdrop/commit/10eaea9b114c8f3a6292abf9f33dccb6e3736be0 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/misc.c Log Message: ----------- Add null ptr check before dereference, not a bug (CID 1376265). Commit: b1e25b21275b84d52b51381ba899340783c08d75 https://github.com/eggheads/eggdrop/commit/b1e25b21275b84d52b51381ba899340783c08d75 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/main.c Log Message: ----------- Fail in case the foreground chat fails to initialize, unlikely (CID 1376257). Commit: 8fa8a71594dee3c6f667e71f45f77d6b98e4c0bc https://github.com/eggheads/eggdrop/commit/8fa8a71594dee3c6f667e71f45f77d6b98e4c0bc Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/tcldcc.c Log Message: ----------- Fail in case of a dcc socket allocation failure in [connect] (CID 1376252). Commit: 7ea21f97797e7519447aa5be54c61899a097c316 https://github.com/eggheads/eggdrop/commit/7ea21f97797e7519447aa5be54c61899a097c316 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/users.c Log Message: ----------- Check findchan_by_dname() result for NULL (CID 1376248). Commit: f2e00ad5a446537d528a0d13373613988c8cf079 https://github.com/eggheads/eggdrop/commit/f2e00ad5a446537d528a0d13373613988c8cf079 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/net.c Log Message: ----------- Add missing braces in if statement (CID 1376231). Commit: d85195c272d7069912afe5510472b1a221806b4e https://github.com/eggheads/eggdrop/commit/d85195c272d7069912afe5510472b1a221806b4e Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/chanprog.c Log Message: ----------- TCL_PATCH_LEVEL is either defined or not, it cannot be NULL (CID 1376228). Commit: 37b2ec7995fe825b67b4368dcb211a51f3d5bbb9 https://github.com/eggheads/eggdrop/commit/37b2ec7995fe825b67b4368dcb211a51f3d5bbb9 Author: Thomas Sader Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M src/main.c Log Message: ----------- TCL_PATCH_LEVEL is either defined or not, it cannot be NULL (CID 1376224). Commit: aeb1dbe206485a45b055cf4c0b2ba41e7e44172a https://github.com/eggheads/eggdrop/commit/aeb1dbe206485a45b055cf4c0b2ba41e7e44172a Author: Thomas Sader Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M src/main.c Log Message: ----------- Check negative return value of creat() before setsock() (CID 1376217). Commit: bfd648d9945237a64e468f40b00aef0462bf605c https://github.com/eggheads/eggdrop/commit/bfd648d9945237a64e468f40b00aef0462bf605c Author: Thomas Sader Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M src/cmds.c Log Message: ----------- Remove superfluous null ptr check (CID 1376204). Commit: c844e02dfcdca47ee1e8131d2e1f538074df614d https://github.com/eggheads/eggdrop/commit/c844e02dfcdca47ee1e8131d2e1f538074df614d Author: Thomas Sader Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M src/misc.c Log Message: ----------- Add paranthesis to clarify implicit precedence. Commit: ae15fe22e4dd7cd4aa8b343abb23dae1feb6e79a https://github.com/eggheads/eggdrop/commit/ae15fe22e4dd7cd4aa8b343abb23dae1feb6e79a Author: Geo Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M src/mod/server.mod/server.c Log Message: ----------- Fix strcpy (CID 1376339) Commit: d4784fdc6bd4bbc700c66240d5e33b42c5d00d3a https://github.com/eggheads/eggdrop/commit/d4784fdc6bd4bbc700c66240d5e33b42c5d00d3a Author: Geo Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M src/mod/notes.mod/notes.c Log Message: ----------- Fix strcpy (CID 1376328) Commit: 1f2a1830a1c902d0727a1a310df744cb18725479 https://github.com/eggheads/eggdrop/commit/1f2a1830a1c902d0727a1a310df744cb18725479 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/tcl.c Log Message: ----------- Fix strcpy (CID 1376254) Commit: 409035e9e686d7674aee399ec190340f301c2e24 https://github.com/eggheads/eggdrop/commit/409035e9e686d7674aee399ec190340f301c2e24 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/share.mod/share.c Log Message: ----------- Fix strcpy (CID 1376326) Commit: b10fb4667ba39770cdd5571380b027e9e1a664c2 https://github.com/eggheads/eggdrop/commit/b10fb4667ba39770cdd5571380b027e9e1a664c2 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/misc.c Log Message: ----------- Merge branch 'coverity' of gitolite:eggdrop into coverity Commit: 6631e7e3675fc562ac001c8dd71cab17330fe214 https://github.com/eggheads/eggdrop/commit/6631e7e3675fc562ac001c8dd71cab17330fe214 Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/flags.c Log Message: ----------- Fix copy-and-paste error when rendering flags (CID 1376209). Commit: 469785fa96f401d42952dcf65e8294504f464209 https://github.com/eggheads/eggdrop/commit/469785fa96f401d42952dcf65e8294504f464209 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/channels.mod/channels.c Log Message: ----------- strcpy fix (CID 1376321) Commit: 41da5973880d2da0d66b12145c5f8b3919ece61d https://github.com/eggheads/eggdrop/commit/41da5973880d2da0d66b12145c5f8b3919ece61d Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/notes.mod/notes.c M src/mod/server.mod/server.c M src/mod/share.mod/share.c M src/tcl.c Log Message: ----------- Merge branch 'coverity' of edward.eggheads.org:eggdrop into coverity Commit: b204ea62513260bae570f73d6208873c08861e4b https://github.com/eggheads/eggdrop/commit/b204ea62513260bae570f73d6208873c08861e4b Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/console.mod/console.c Log Message: ----------- strcpy fix (CID 1376317) Commit: 9ad8fb69a37ceb78507aeada62b414beae86e128 https://github.com/eggheads/eggdrop/commit/9ad8fb69a37ceb78507aeada62b414beae86e128 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/irc.mod/msgcmds.c Log Message: ----------- strcpy fix (CID 1376320) Commit: c3f065063cdbd97515b4ac691a56b3778d659676 https://github.com/eggheads/eggdrop/commit/c3f065063cdbd97515b4ac691a56b3778d659676 Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/channels.mod/channels.c M src/mod/console.mod/console.c M src/mod/irc.mod/msgcmds.c Log Message: ----------- Merge remote-tracking branch 'edward/coverity' into coverity Commit: 001b56aeb55f16649641e1219f039671828e4686 https://github.com/eggheads/eggdrop/commit/001b56aeb55f16649641e1219f039671828e4686 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/console.mod/console.c Log Message: ----------- strcpy fix++ (CID 1376317) Commit: 2c46c7833579e9a5294fb059f871896f4807ec4d https://github.com/eggheads/eggdrop/commit/2c46c7833579e9a5294fb059f871896f4807ec4d Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/userent.c Log Message: ----------- strcpy fix (CID 1376314) Commit: 6874626e15f0249d768fcbbc0c533dccba86cae5 https://github.com/eggheads/eggdrop/commit/6874626e15f0249d768fcbbc0c533dccba86cae5 Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/main.c Log Message: ----------- Fix overlapping strcpy (CID 1376148). Commit: 167bf54a63e21649521a7aad9e4742f5cea46450 https://github.com/eggheads/eggdrop/commit/167bf54a63e21649521a7aad9e4742f5cea46450 Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/botnet.c Log Message: ----------- Fix overlapping strcpy (CID 1376145). Commit: d4fba35e5a20fa5b6554e3efd309fc5165d0f084 https://github.com/eggheads/eggdrop/commit/d4fba35e5a20fa5b6554e3efd309fc5165d0f084 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/users.c Log Message: ----------- fix matching ()s Commit: dc0d2a3be9d026b26e1b9c6348b94080f8790f41 https://github.com/eggheads/eggdrop/commit/dc0d2a3be9d026b26e1b9c6348b94080f8790f41 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/botnet.c M src/main.c Log Message: ----------- Merge branch 'coverity' of gitolite:eggdrop into coverity Commit: 8e1ff0a0fbc73fbefbcb79b0b5aaeafee30fd179 https://github.com/eggheads/eggdrop/commit/8e1ff0a0fbc73fbefbcb79b0b5aaeafee30fd179 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/server.mod/servmsg.c Log Message: ----------- strcpy fix (CID 1376312) Commit: b6153b06e5fb1adc77a3f2eb274a2e083dbb7db9 https://github.com/eggheads/eggdrop/commit/b6153b06e5fb1adc77a3f2eb274a2e083dbb7db9 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/mod/transfer.mod/transferqueue.c Log Message: ----------- strcpy fix (CID 1376309) Commit: 41b3e74ca385c4d004a96d28d7dc01421edd2fe8 https://github.com/eggheads/eggdrop/commit/41b3e74ca385c4d004a96d28d7dc01421edd2fe8 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/dcc.c Log Message: ----------- strcpy fix (CID 1376313) Commit: 6506348ee662fbf4fd8e9ad0326c3a5f0efaa2e5 https://github.com/eggheads/eggdrop/commit/6506348ee662fbf4fd8e9ad0326c3a5f0efaa2e5 Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/users.c Log Message: ----------- Fix paranthesis. Commit: eb828b74b3a91579459bdc4bd042de1bc307cc8a https://github.com/eggheads/eggdrop/commit/eb828b74b3a91579459bdc4bd042de1bc307cc8a Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/dcc.c M src/mod/console.mod/console.c M src/mod/server.mod/servmsg.c M src/mod/transfer.mod/transferqueue.c M src/userent.c Log Message: ----------- Merge branch 'coverity' of edward.eggheads.org:eggdrop into coverity Commit: ee54c4847633db1dd94fa163c7eaf36af9c2e7cd https://github.com/eggheads/eggdrop/commit/ee54c4847633db1dd94fa163c7eaf36af9c2e7cd Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/tcl.c Log Message: ----------- Fix previous error Commit: c3a4c508c5cfe0fcc2672dde706f42271af8d236 https://github.com/eggheads/eggdrop/commit/c3a4c508c5cfe0fcc2672dde706f42271af8d236 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/channels.mod/userchan.c Log Message: ----------- Fix #1376350 Commit: 6af36d3e5b6d675cc8e039571ff61745e31a080a https://github.com/eggheads/eggdrop/commit/6af36d3e5b6d675cc8e039571ff61745e31a080a Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/share.mod/uf_features.c Log Message: ----------- Fix #1376347 Commit: b75ea2ec180726baa3dd304b7b1a426c5e45d621 https://github.com/eggheads/eggdrop/commit/b75ea2ec180726baa3dd304b7b1a426c5e45d621 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/share.mod/uf_features.c Log Message: ----------- Fix #1376344 Commit: b8247f49d30bb2f14f5abc3e7528184c5c169b3e https://github.com/eggheads/eggdrop/commit/b8247f49d30bb2f14f5abc3e7528184c5c169b3e Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/irc.mod/tclirc.c Log Message: ----------- Fix #1376327 Commit: 70e8e9c2dbd07804663fed4755be153713ecae57 https://github.com/eggheads/eggdrop/commit/70e8e9c2dbd07804663fed4755be153713ecae57 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/channels.mod/cmdschan.c Log Message: ----------- Fix #1376325 Commit: db1a90b87d18f3f7ef888979e8d02113e6d722cb https://github.com/eggheads/eggdrop/commit/db1a90b87d18f3f7ef888979e8d02113e6d722cb Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/channels.mod/channels.c Log Message: ----------- Fix #1376321 Commit: 69d27d9359a2e9a86936d4852549590cfff11651 https://github.com/eggheads/eggdrop/commit/69d27d9359a2e9a86936d4852549590cfff11651 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/channels.mod/channels.c Log Message: ----------- Re-fix #1376321 Commit: 8dc9a415b88bb88aac841b9c12e805d3338d1b0c https://github.com/eggheads/eggdrop/commit/8dc9a415b88bb88aac841b9c12e805d3338d1b0c Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/botcmd.c M src/botnet.c M src/chanprog.c M src/cmds.c M src/dcc.c M src/dccutil.c M src/flags.c M src/language.c M src/main.c M src/mem.c M src/misc.c M src/misc_file.c M src/mod/channels.mod/channels.c M src/mod/channels.mod/userchan.c M src/mod/console.mod/console.c M src/mod/filesys.mod/filesys.c M src/mod/irc.mod/chan.c M src/mod/irc.mod/irc.c M src/mod/irc.mod/msgcmds.c M src/mod/notes.mod/notes.c M src/mod/seen.mod/seen.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/mod/transfer.mod/transferqueue.c M src/net.c M src/tcl.c M src/tcldcc.c M src/tcluser.c M src/userent.c M src/userrec.c M src/users.c Log Message: ----------- Merge branch 'coverity' of gitolite:eggdrop into coverity Conflicts: src/mod/channels.mod/channels.c src/tcl.c Commit: 22c8052df5a25cbc7043379df3d29e92dd3091ca https://github.com/eggheads/eggdrop/commit/22c8052df5a25cbc7043379df3d29e92dd3091ca Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/channels.mod/userchan.c Log Message: ----------- Fix #1376308 (and adds to #1376350) Commit: 5e14769c9a008f9b5d0c4fe6b8fee0a972bd1963 https://github.com/eggheads/eggdrop/commit/5e14769c9a008f9b5d0c4fe6b8fee0a972bd1963 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/channels.mod/userchan.c Log Message: ----------- Fix #1376307 Commit: 29c8ac227fbbab2706344fad7f7c1d15b551bfce https://github.com/eggheads/eggdrop/commit/29c8ac227fbbab2706344fad7f7c1d15b551bfce Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix #1376304 Commit: 5dd8e937c41260bb971a3f5e14ce64b077985842 https://github.com/eggheads/eggdrop/commit/5dd8e937c41260bb971a3f5e14ce64b077985842 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix #1376303 Commit: 1d14323e31732b53a7e3fc39fc3c302210097471 https://github.com/eggheads/eggdrop/commit/1d14323e31732b53a7e3fc39fc3c302210097471 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix #1376302 Commit: 5c1cbde4fd2af34ef158ce6baaa049a0d6631d16 https://github.com/eggheads/eggdrop/commit/5c1cbde4fd2af34ef158ce6baaa049a0d6631d16 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/channels.mod/userchan.c Log Message: ----------- Fix #1376301 plus bonus strcats Commit: d39d182fc8d1b6c2480f7ccc56ec1b3eb3e94759 https://github.com/eggheads/eggdrop/commit/d39d182fc8d1b6c2480f7ccc56ec1b3eb3e94759 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/cmds.c Log Message: ----------- Fix #1376300 Commit: c7ec99d5595a8b194082ac16ac4f60ba6c628fc8 https://github.com/eggheads/eggdrop/commit/c7ec99d5595a8b194082ac16ac4f60ba6c628fc8 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/mod/notes.mod/notes.c Log Message: ----------- Fix #1376299 Commit: a48159472cda54dd28e5cb692d87281820cd75a0 https://github.com/eggheads/eggdrop/commit/a48159472cda54dd28e5cb692d87281820cd75a0 Author: Geo Date: 2017-01-02 (Mon, 02 Jan 2017) Changed paths: M src/misc.c Log Message: ----------- Fix #1376297 Commit: 5d767e38199961893f739478ff81accb91bfe581 https://github.com/eggheads/eggdrop/commit/5d767e38199961893f739478ff81accb91bfe581 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/misc.c Log Message: ----------- Fix #1376294 Commit: 909c61de0ce9a6319172c5d468a1d8b1cd11c9b2 https://github.com/eggheads/eggdrop/commit/909c61de0ce9a6319172c5d468a1d8b1cd11c9b2 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/filesys.mod/filesys.c Log Message: ----------- Fix #1376291 Commit: 58e86109a6c5786fb4bcc7ed08bf9ec223f015cd https://github.com/eggheads/eggdrop/commit/58e86109a6c5786fb4bcc7ed08bf9ec223f015cd Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/cmds.c Log Message: ----------- Fix #1376290 Commit: 34b99f380502287855b24a074ad797caeadbac7b https://github.com/eggheads/eggdrop/commit/34b99f380502287855b24a074ad797caeadbac7b Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/channels.mod/userchan.c Log Message: ----------- Fix #1376289 Commit: 37ce578bc91af8d7967000760ec7874865a0061a https://github.com/eggheads/eggdrop/commit/37ce578bc91af8d7967000760ec7874865a0061a Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/channels.mod/userchan.c Log Message: ----------- Fix #1376288 Commit: c2133326ce68fef53f35c270298a4c29dbee7023 https://github.com/eggheads/eggdrop/commit/c2133326ce68fef53f35c270298a4c29dbee7023 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix #1376287 Commit: 3ecb355ada71bcb7ffc1b857500a43aa73e5a9a5 https://github.com/eggheads/eggdrop/commit/3ecb355ada71bcb7ffc1b857500a43aa73e5a9a5 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/irc.mod/irc.c Log Message: ----------- Fix #1376286 Commit: c064004028cb2598e4b5e80dc924d2729ceb0852 https://github.com/eggheads/eggdrop/commit/c064004028cb2598e4b5e80dc924d2729ceb0852 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/irc.mod/chan.c Log Message: ----------- Fix #1376285 Commit: ca7844e238f6e9e89d660a4414c628eed734c78e https://github.com/eggheads/eggdrop/commit/ca7844e238f6e9e89d660a4414c628eed734c78e Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/chanprog.c Log Message: ----------- Fix #1376284 Commit: f4e84685fe5020f5232333245c2e458cb4deb685 https://github.com/eggheads/eggdrop/commit/f4e84685fe5020f5232333245c2e458cb4deb685 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/seen.mod/seen.c Log Message: ----------- Fix #1376282 Commit: b09c98f80effa5bdfc3a2e79a2ecd050b18c3b4d https://github.com/eggheads/eggdrop/commit/b09c98f80effa5bdfc3a2e79a2ecd050b18c3b4d Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/dcc.c Log Message: ----------- Fix #1376281 Commit: 36db2d74be9c870a44af8d315e66156481e01ea6 https://github.com/eggheads/eggdrop/commit/36db2d74be9c870a44af8d315e66156481e01ea6 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/dcc.c Log Message: ----------- Fix #1376277 Commit: f3c8428a5bb3604f10500e764556c867ac25aa37 https://github.com/eggheads/eggdrop/commit/f3c8428a5bb3604f10500e764556c867ac25aa37 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/filesys.mod/files.c Log Message: ----------- Fix #1376275, #1376280 Commit: 43d7c10e11b26435ecc19cae33c27016f9f3a5e3 https://github.com/eggheads/eggdrop/commit/43d7c10e11b26435ecc19cae33c27016f9f3a5e3 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/botnet.c Log Message: ----------- Fix #1376296 Commit: ca987425f51629614ac27d22b01bf0e710685d04 https://github.com/eggheads/eggdrop/commit/ca987425f51629614ac27d22b01bf0e710685d04 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/language.c Log Message: ----------- Fix #1376306 Commit: 02ac608f897ba6691b99b11cd3466cf00ab7c1db https://github.com/eggheads/eggdrop/commit/02ac608f897ba6691b99b11cd3466cf00ab7c1db Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/channels.mod/cmdschan.c M src/mod/channels.mod/userchan.c M src/mod/irc.mod/tclirc.c M src/mod/share.mod/uf_features.c Log Message: ----------- Formatting for thommey! Commit: 9736972c1a2159b45ce403916133622bb3358702 https://github.com/eggheads/eggdrop/commit/9736972c1a2159b45ce403916133622bb3358702 Author: Geo Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M src/mod/channels.mod/userchan.c Log Message: ----------- fixup Compare: https://github.com/eggheads/eggdrop/compare/cdc67396aeb3^...9736972c1a21 From noreply at github.com Fri Jan 20 02:08:34 2017 From: noreply at github.com (GitHub) Date: Fri, 20 Jan 2017 02:08:34 -0000 Subject: [gitlog] [eggheads/eggdrop] 6d98a0: Fix patch() compilation warning. Fixes #303 Message-ID: <58817120ece0a_12263fe349339138460c3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 6d98a070c31f0f270430eb933f3eae0268e0f86c https://github.com/eggheads/eggdrop/commit/6d98a070c31f0f270430eb933f3eae0268e0f86c Author: Geo Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths: M misc/releaseprep M src/main.c M src/patch.h Log Message: ----------- Fix patch() compilation warning. Fixes #303 * Change releaseprep patch version string to "" for stable release to prevent compile warning. * Update patchlevel From noreply at github.com Mon Jan 23 03:00:25 2017 From: noreply at github.com (GitHub) Date: Mon, 23 Jan 2017 03:00:25 -0000 Subject: [gitlog] [eggheads/eggdrop] e0b694: Remove trailing whitespace Message-ID: <588571c6d058c_17373fa643a0313c1145ee@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/compilecleanup Home: https://github.com/eggheads/eggdrop Commit: e0b6943f17015720f08d8ab635dcaf6617a4145b https://github.com/eggheads/eggdrop/commit/e0b6943f17015720f08d8ab635dcaf6617a4145b Author: Geo Date: 2017-01-22 (Sun, 22 Jan 2017) Changed paths: M src/botcmd.c M src/dcc.c M src/main.c M src/misc.c M src/net.c Log Message: ----------- Remove trailing whitespace Commit: 9fe53e4c1843de84195b69da231e672ea578f239 https://github.com/eggheads/eggdrop/commit/9fe53e4c1843de84195b69da231e672ea578f239 Author: Geo Date: 2017-01-22 (Sun, 22 Jan 2017) Changed paths: M src/dcc.c M src/language.c Log Message: ----------- Remove trailing whitespace Compare: https://github.com/eggheads/eggdrop/compare/e1195a01ea8f...9fe53e4c1843 From noreply at github.com Wed Jan 25 03:56:54 2017 From: noreply at github.com (GitHub) Date: Wed, 25 Jan 2017 03:56:54 -0000 Subject: [gitlog] [eggheads/eggdrop] 571975: Add summary with tcl, tls and ipv6 info to configu... Message-ID: <5888220574bd9_324f3fd746b8f134143ae@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 571975b388b2bd8594870a2210315f7bdc6be8b1 https://github.com/eggheads/eggdrop/commit/571975b388b2bd8594870a2210315f7bdc6be8b1 Author: Cizzle Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M aclocal.m4 M configure M configure.ac Log Message: ----------- Add summary with tcl, tls and ipv6 info to configure output. Closes #264 Patch by: Cizzle * Add summary with tcl, tls and ipv6 info to configure output. * Improve tcl info gathering. * Show output with yes/no and add some safeguards for getting openssl version. * Display OpenSSL version and TCL threading, if available From noreply at github.com Thu Jan 26 02:33:43 2017 From: noreply at github.com (GitHub) Date: Thu, 26 Jan 2017 02:33:43 -0000 Subject: [gitlog] [eggheads/eggdrop] 5e35eb: Return more user-friendly message with incorrect v... Message-ID: <58895ffc3b05b_31a63ff64dec51346222a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 5e35eb63c090fb685dbc027b431e958f838f264d https://github.com/eggheads/eggdrop/commit/5e35eb63c090fb685dbc027b431e958f838f264d Author: Cizzle Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M language/core.danish.lang M language/core.english.lang M language/core.finnish.lang M language/core.french.lang M language/core.german.lang M src/lang.h M src/mod/server.mod/servmsg.c Log Message: ----------- Return more user-friendly message with incorrect vhost4/6 setting in config. Closes #316 * Return more user-friendly message when vhost4/6 (or the deprecated my-ip/hostname) are incorrectly set in config. * Update language files (where possible) with error translations (TODO - finnish and danish) From noreply at github.com Thu Jan 26 02:44:16 2017 From: noreply at github.com (GitHub) Date: Thu, 26 Jan 2017 02:44:16 -0000 Subject: [gitlog] [eggheads/eggdrop] 20eb6a: Update patchlevel to vhostreply Message-ID: <5889627fd6d9f_40193ff6feae713c92091@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 20eb6a8f4577cfa20b46d7922e5abf3190080f60 https://github.com/eggheads/eggdrop/commit/20eb6a8f4577cfa20b46d7922e5abf3190080f60 Author: Geo Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M src/patch.h Log Message: ----------- Update patchlevel to vhostreply From noreply at github.com Fri Jan 27 02:27:12 2017 From: noreply at github.com (GitHub) Date: Fri, 27 Jan 2017 02:27:12 -0000 Subject: [gitlog] [eggheads/eggdrop] 39ee2e: Fix minutely hook to be called for all missed minu... Message-ID: <588aaffda3f02_4f093fcc240bb14037340@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 39ee2eb382def5f598a53546761994c729b60507 https://github.com/eggheads/eggdrop/commit/39ee2eb382def5f598a53546761994c729b60507 Author: Cizzle Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M src/main.c M src/patch.h Log Message: ----------- Fix minutely hook to be called for all missed minutes. Fixes #308 Found by: maimizuno / Patch by: Cizzle * Minutely hook now able to display minutes > 60 (previously only displayed mod 60) From noreply at github.com Sat Jan 28 01:25:01 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 01:25:01 -0000 Subject: [gitlog] [eggheads/eggdrop] Message-ID: <588bf2eb71fc8_40bc3fda680c9130228c9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/bug/patchwarn Home: https://github.com/eggheads/eggdrop From noreply at github.com Sat Jan 28 01:25:04 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 01:25:04 -0000 Subject: [gitlog] [eggheads/eggdrop] Message-ID: <588bf2edd8818_6f773fa39bc9f13497953@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/task/pandocsfilter Home: https://github.com/eggheads/eggdrop From noreply at github.com Sat Jan 28 16:25:32 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 16:25:32 -0000 Subject: [gitlog] [eggheads/eggdrop] 4cae98: Detect newer OpenSSL function names. Fixes #323 Message-ID: <588cc5faa44af_54e33ff6468a9130175f9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 4cae98176bb9df8a1e0ee436785d39aad9b57cd3 https://github.com/eggheads/eggdrop/commit/4cae98176bb9df8a1e0ee436785d39aad9b57cd3 Author: Cizzle Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M aclocal.m4 M config.h.in M configure M src/patch.h Log Message: ----------- Detect newer OpenSSL function names. Fixes #323 * Checks for newer OpenSSL function names when old ones aren't found. From noreply at github.com Sat Jan 28 16:39:20 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 16:39:20 -0000 Subject: [gitlog] [eggheads/eggdrop] 1d6744: Adjust TLS ifdefs to not skip link steps Message-ID: <588cc93785a59_38fd3faecf80114c97577@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/coverity Home: https://github.com/eggheads/eggdrop Commit: 1d67443358d58a1144f4dbe5aa3bbfdd91ba09f5 https://github.com/eggheads/eggdrop/commit/1d67443358d58a1144f4dbe5aa3bbfdd91ba09f5 Author: Geo Date: 2016-11-14 (Mon, 14 Nov 2016) Changed paths: M src/dcc.c Log Message: ----------- Adjust TLS ifdefs to not skip link steps Commit: b04ac6598ffae851a020fb093320174df7307df1 https://github.com/eggheads/eggdrop/commit/b04ac6598ffae851a020fb093320174df7307df1 Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M doc/Changes1.8 M src/botnet.c M src/dccutil.c M src/flags.c M src/main.c M src/misc_file.c M src/net.c M src/tcluser.c M src/userent.c M src/users.c Log Message: ----------- Various small bugfixes. Commit: d1bf6e8233565a0876d97bae5520c3205736d512 https://github.com/eggheads/eggdrop/commit/d1bf6e8233565a0876d97bae5520c3205736d512 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M doc/Changes1.8 M src/dcc.c Log Message: ----------- Fix skipping password generation on botnet links with TLS. Commit: f957c85b2619fc9554619b04813b61b06a5840c3 https://github.com/eggheads/eggdrop/commit/f957c85b2619fc9554619b04813b61b06a5840c3 Author: Thomas Sader Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/patch.h Log Message: ----------- Adjust patchlevel. Commit: 6caa0ecc68fc72d72ce3b1f245ef8ed02b64891a https://github.com/eggheads/eggdrop/commit/6caa0ecc68fc72d72ce3b1f245ef8ed02b64891a Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M THANKS Log Message: ----------- Update THANKS file Commit: 4883c92f55f38970a922fda8805bc204b383fc14 https://github.com/eggheads/eggdrop/commit/4883c92f55f38970a922fda8805bc204b383fc14 Author: Geo Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M misc/releaseprep Log Message: ----------- Remove git push from ChangeLog generation Commit: 283e166af739ec6f03073159f9d0b9ef4a87dfe7 https://github.com/eggheads/eggdrop/commit/283e166af739ec6f03073159f9d0b9ef4a87dfe7 Author: Thomas Sader Date: 2016-11-22 (Tue, 22 Nov 2016) Changed paths: M doc/Changes1.8 M src/main.c M src/userent.c Log Message: ----------- Fix some bugs. Commit: 087bc41e9ed2c26e01d3c8927a01e505f2e58d94 https://github.com/eggheads/eggdrop/commit/087bc41e9ed2c26e01d3c8927a01e505f2e58d94 Author: Thomas Sader Date: 2016-11-22 (Tue, 22 Nov 2016) Changed paths: M doc/Changes1.8 M tcl.m4 Log Message: ----------- Add some default paths to tcl.m4. Commit: 241e5692f9df2497860c9df037c60fb4c0689874 https://github.com/eggheads/eggdrop/commit/241e5692f9df2497860c9df037c60fb4c0689874 Author: Thomas Sader Date: 2016-11-22 (Tue, 22 Nov 2016) Changed paths: M doc/Changes1.8 Log Message: ----------- Add rc3 to Changes1.8. Commit: 3b65bfc489ebebbdee1e00e19a94088510bd00f8 https://github.com/eggheads/eggdrop/commit/3b65bfc489ebebbdee1e00e19a94088510bd00f8 Author: Thomas Sader Date: 2016-12-19 (Mon, 19 Dec 2016) Changed paths: M misc/genChangelog Log Message: ----------- Make genChangelog executable. Commit: 791c07231ff66f871d22e069aa189491c18dbd19 https://github.com/eggheads/eggdrop/commit/791c07231ff66f871d22e069aa189491c18dbd19 Author: Thomas Sader Date: 2016-12-19 (Mon, 19 Dec 2016) Changed paths: A misc/commit.template Log Message: ----------- Add git commit template to misc/. Commit: f4923774b238e3de3ad54491fc05a7f7e6e7d878 https://github.com/eggheads/eggdrop/commit/f4923774b238e3de3ad54491fc05a7f7e6e7d878 Author: Geo Date: 2016-12-24 (Sat, 24 Dec 2016) Changed paths: M doc/html/coreDocs/channels.html M doc/settings/mod.channels M doc/sphinx_source/coreDocs/channels.rst M src/mod/channels.mod/channels.c Log Message: ----------- Update mod.channels src/docs to match defaults to eggdrop.conf. Fixes #243 Found by: Geo Patch by: Cizzle * Update code with config defaults * Update docs with config defaults Commit: 58ec3a12b7b25250cb2408880b60c0e2d7b70bc9 https://github.com/eggheads/eggdrop/commit/58ec3a12b7b25250cb2408880b60c0e2d7b70bc9 Author: Geo Date: 2016-12-25 (Sun, 25 Dec 2016) Changed paths: M misc/commit.template Log Message: ----------- Reorganize commit.template Commit: a5c1e9ba1eaf4c509dd601a1b1f97637c9f1ba4d https://github.com/eggheads/eggdrop/commit/a5c1e9ba1eaf4c509dd601a1b1f97637c9f1ba4d Author: Geo Date: 2016-12-25 (Sun, 25 Dec 2016) Changed paths: M src/patch.h Log Message: ----------- Update patchlevel string to configdefaults Commit: 7be507c90e308dd0715d8935188eeaaee4b4c433 https://github.com/eggheads/eggdrop/commit/7be507c90e308dd0715d8935188eeaaee4b4c433 Author: Geo Date: 2016-12-27 (Tue, 27 Dec 2016) Changed paths: M CONTENTS M doc/sphinx_source/installAndSetup/readme.rst M misc/releaseprep Log Message: ----------- Remove CVS references from Eggdrop. Fixes #149 Commit: eb7242687eccd8b716ac66cbcfc501d0fa9d7222 https://github.com/eggheads/eggdrop/commit/eb7242687eccd8b716ac66cbcfc501d0fa9d7222 Author: Cizzle Date: 2016-12-27 (Tue, 27 Dec 2016) Changed paths: M src/tclmisc.c M src/tcluser.c M src/userent.c Log Message: ----------- Fix misleading indentation warnings from gcc Found by: Cizzle Patch by: Cizzle Commit: 252347400111ee285c41e513df00bef759add1d4 https://github.com/eggheads/eggdrop/commit/252347400111ee285c41e513df00bef759add1d4 Author: Geo Date: 2016-12-28 (Wed, 28 Dec 2016) Changed paths: M eggdrop.conf Log Message: ----------- Update config server comments. Fixes #237 Found by: andy5995 Add text to alert users that placing a # in front of a server inside the brace list will not comment out that server but rather cause it to fail on the hostname lookup. Commit: 1ff945133d4e67e53fb12c32133dfbee4bfedb84 https://github.com/eggheads/eggdrop/commit/1ff945133d4e67e53fb12c32133dfbee4bfedb84 Author: Geo Date: 2016-12-31 (Sat, 31 Dec 2016) Changed paths: M FEATURES M INSTALL M README M doc/ABOUT M doc/BANS M doc/BOTNET M doc/FAQ M doc/FIRST-SCRIPT M doc/IPV6 M doc/KNOWN-PROBLEMS M doc/MODULES M doc/PARTYLINE M doc/PATCH-HOWTO M doc/TEXT-SUBSTITUTIONS M doc/TLS M doc/TRICKS M doc/USERS M doc/WEIRD-MESSAGES M doc/html/_static/basic.css M doc/html/_static/doctools.js M doc/html/_static/down-pressed.png M doc/html/_static/down.png M doc/html/_static/file.png M doc/html/_static/jquery.js M doc/html/_static/minus.png M doc/html/_static/plus.png M doc/html/_static/pygments.css M doc/html/_static/searchtools.js M doc/html/_static/underscore.js M doc/html/_static/up-pressed.png M doc/html/_static/up.png M doc/html/_static/websupport.js M doc/html/appendices/first-script.html M doc/html/appendices/index.html M doc/html/appendices/known-probs.html M doc/html/appendices/text-sub.html M doc/html/appendices/tricks.html M doc/html/appendices/weird-msgs.html M doc/html/coreDocs/assoc.html M doc/html/coreDocs/blowfish.html M doc/html/coreDocs/channels.html M doc/html/coreDocs/compress.html M doc/html/coreDocs/console.html M doc/html/coreDocs/core.html M doc/html/coreDocs/ctcp.html M doc/html/coreDocs/dns.html M doc/html/coreDocs/filesys.html M doc/html/coreDocs/index.html M doc/html/coreDocs/irc.html M doc/html/coreDocs/modules.html M doc/html/coreDocs/notes.html M doc/html/coreDocs/seen.html M doc/html/coreDocs/server.html M doc/html/coreDocs/share.html M doc/html/coreDocs/transfer.html M doc/html/coreDocs/uptime.html M doc/html/coreDocs/woobie.html M doc/html/index.html M doc/html/installAndSetup/faq.html M doc/html/installAndSetup/index.html M doc/html/installAndSetup/install.html M doc/html/installAndSetup/readme.html M doc/html/mainDocs/about.html M doc/html/mainDocs/bans.html M doc/html/mainDocs/botnet.html M doc/html/mainDocs/features.html M doc/html/mainDocs/index.html M doc/html/mainDocs/ipv6.html M doc/html/mainDocs/partyline.html M doc/html/mainDocs/patch.html M doc/html/mainDocs/tcl-commands.html M doc/html/mainDocs/tls.html M doc/html/mainDocs/users.html M doc/html/objects.inv M doc/html/search.html M doc/html/searchindex.js M doc/settings/core.settings M doc/settings/mod.assoc M doc/settings/mod.blowfish M doc/settings/mod.channels M doc/settings/mod.compress M doc/settings/mod.console M doc/settings/mod.ctcp M doc/settings/mod.dns M doc/settings/mod.filesys M doc/settings/mod.irc M doc/settings/mod.notes M doc/settings/mod.seen M doc/settings/mod.server M doc/settings/mod.share M doc/settings/mod.transfer M doc/settings/mod.uptime M doc/settings/mod.woobie M doc/tcl-commands.doc A misc/docsfilter.py R misc/generateDocs A misc/generatedocs M misc/releaseprep M src/patch.h Log Message: ----------- Fix pandoc rendering. Fixes #302 Found by: Geo Patch by: Geo * Update docs to work with new pandoc rendering. Fixes #302 Created a pandoc filter (docsfilter.py) to elevate every heading to level 1, rendering the resulting text in all caps (for text docs only). * Update filter to remove Strong tag from emphasized text * Regenerate documentation * Add panflute to generatedocs tool search * Update patch string Commit: 12eba6d5511ac3437abfd9ed8b258e55e07fdb18 https://github.com/eggheads/eggdrop/commit/12eba6d5511ac3437abfd9ed8b258e55e07fdb18 Author: Geo Date: 2017-01-01 (Sun, 01 Jan 2017) Changed paths: M misc/generatedocs M misc/releaseprep Log Message: ----------- Update docs version as part of releaseprep Commit: d5c8cd34034c2d41a9cd6544d220670ddd8e03ce https://github.com/eggheads/eggdrop/commit/d5c8cd34034c2d41a9cd6544d220670ddd8e03ce Author: Cizzle Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M src/mod/compress.mod/compress.c M src/mod/transfer.mod/transfer.c M src/net.c Log Message: ----------- Address cppcheck mods. Fixes #69 Found by: vBm Patch by: Cizzle * Fix uninit var in rare case where af != AF_INET and IPV6 is disabled * Fix res leak where f wasn't closed with full dcc send queue * Fix res leaks when compressing a file fails Commit: 6d98a070c31f0f270430eb933f3eae0268e0f86c https://github.com/eggheads/eggdrop/commit/6d98a070c31f0f270430eb933f3eae0268e0f86c Author: Geo Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths: M misc/releaseprep M src/main.c M src/patch.h Log Message: ----------- Fix patch() compilation warning. Fixes #303 * Change releaseprep patch version string to "" for stable release to prevent compile warning. * Update patchlevel Commit: 571975b388b2bd8594870a2210315f7bdc6be8b1 https://github.com/eggheads/eggdrop/commit/571975b388b2bd8594870a2210315f7bdc6be8b1 Author: Cizzle Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M aclocal.m4 M configure M configure.ac Log Message: ----------- Add summary with tcl, tls and ipv6 info to configure output. Closes #264 Patch by: Cizzle * Add summary with tcl, tls and ipv6 info to configure output. * Improve tcl info gathering. * Show output with yes/no and add some safeguards for getting openssl version. * Display OpenSSL version and TCL threading, if available Commit: 5e35eb63c090fb685dbc027b431e958f838f264d https://github.com/eggheads/eggdrop/commit/5e35eb63c090fb685dbc027b431e958f838f264d Author: Cizzle Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M language/core.danish.lang M language/core.english.lang M language/core.finnish.lang M language/core.french.lang M language/core.german.lang M src/lang.h M src/mod/server.mod/servmsg.c Log Message: ----------- Return more user-friendly message with incorrect vhost4/6 setting in config. Closes #316 * Return more user-friendly message when vhost4/6 (or the deprecated my-ip/hostname) are incorrectly set in config. * Update language files (where possible) with error translations (TODO - finnish and danish) Commit: 20eb6a8f4577cfa20b46d7922e5abf3190080f60 https://github.com/eggheads/eggdrop/commit/20eb6a8f4577cfa20b46d7922e5abf3190080f60 Author: Geo Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M src/patch.h Log Message: ----------- Update patchlevel to vhostreply Commit: 39ee2eb382def5f598a53546761994c729b60507 https://github.com/eggheads/eggdrop/commit/39ee2eb382def5f598a53546761994c729b60507 Author: Cizzle Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M src/main.c M src/patch.h Log Message: ----------- Fix minutely hook to be called for all missed minutes. Fixes #308 Found by: maimizuno / Patch by: Cizzle * Minutely hook now able to display minutes > 60 (previously only displayed mod 60) Commit: 4cae98176bb9df8a1e0ee436785d39aad9b57cd3 https://github.com/eggheads/eggdrop/commit/4cae98176bb9df8a1e0ee436785d39aad9b57cd3 Author: Cizzle Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M aclocal.m4 M config.h.in M configure M src/patch.h Log Message: ----------- Detect newer OpenSSL function names. Fixes #323 * Checks for newer OpenSSL function names when old ones aren't found. Commit: 7634266532775feb1f43c6f92bd7468c4e45e5d8 https://github.com/eggheads/eggdrop/commit/7634266532775feb1f43c6f92bd7468c4e45e5d8 Author: Geo Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M CONTENTS M FEATURES M INSTALL M README M THANKS M aclocal.m4 M config.h.in M configure M configure.ac M doc/ABOUT M doc/BANS M doc/BOTNET M doc/Changes1.8 M doc/FAQ M doc/FIRST-SCRIPT M doc/IPV6 M doc/KNOWN-PROBLEMS M doc/MODULES M doc/PARTYLINE M doc/PATCH-HOWTO M doc/TEXT-SUBSTITUTIONS M doc/TLS M doc/TRICKS M doc/USERS M doc/WEIRD-MESSAGES M doc/html/_static/basic.css M doc/html/_static/doctools.js M doc/html/_static/down-pressed.png M doc/html/_static/down.png M doc/html/_static/file.png M doc/html/_static/jquery.js M doc/html/_static/minus.png M doc/html/_static/plus.png M doc/html/_static/pygments.css M doc/html/_static/searchtools.js M doc/html/_static/underscore.js M doc/html/_static/up-pressed.png M doc/html/_static/up.png M doc/html/_static/websupport.js M doc/html/appendices/first-script.html M doc/html/appendices/index.html M doc/html/appendices/known-probs.html M doc/html/appendices/text-sub.html M doc/html/appendices/tricks.html M doc/html/appendices/weird-msgs.html M doc/html/coreDocs/assoc.html M doc/html/coreDocs/blowfish.html M doc/html/coreDocs/channels.html M doc/html/coreDocs/compress.html M doc/html/coreDocs/console.html M doc/html/coreDocs/core.html M doc/html/coreDocs/ctcp.html M doc/html/coreDocs/dns.html M doc/html/coreDocs/filesys.html M doc/html/coreDocs/index.html M doc/html/coreDocs/irc.html M doc/html/coreDocs/modules.html M doc/html/coreDocs/notes.html M doc/html/coreDocs/seen.html M doc/html/coreDocs/server.html M doc/html/coreDocs/share.html M doc/html/coreDocs/transfer.html M doc/html/coreDocs/uptime.html M doc/html/coreDocs/woobie.html M doc/html/index.html M doc/html/installAndSetup/faq.html M doc/html/installAndSetup/index.html M doc/html/installAndSetup/install.html M doc/html/installAndSetup/readme.html M doc/html/mainDocs/about.html M doc/html/mainDocs/bans.html M doc/html/mainDocs/botnet.html M doc/html/mainDocs/features.html M doc/html/mainDocs/index.html M doc/html/mainDocs/ipv6.html M doc/html/mainDocs/partyline.html M doc/html/mainDocs/patch.html M doc/html/mainDocs/tcl-commands.html M doc/html/mainDocs/tls.html M doc/html/mainDocs/users.html M doc/html/objects.inv M doc/html/search.html M doc/html/searchindex.js M doc/settings/core.settings M doc/settings/mod.assoc M doc/settings/mod.blowfish M doc/settings/mod.channels M doc/settings/mod.compress M doc/settings/mod.console M doc/settings/mod.ctcp M doc/settings/mod.dns M doc/settings/mod.filesys M doc/settings/mod.irc M doc/settings/mod.notes M doc/settings/mod.seen M doc/settings/mod.server M doc/settings/mod.share M doc/settings/mod.transfer M doc/settings/mod.uptime M doc/settings/mod.woobie M doc/sphinx_source/coreDocs/channels.rst M doc/sphinx_source/installAndSetup/readme.rst M doc/tcl-commands.doc M eggdrop.conf M language/core.danish.lang M language/core.english.lang M language/core.finnish.lang M language/core.french.lang M language/core.german.lang A misc/commit.template A misc/docsfilter.py M misc/genChangelog R misc/generateDocs A misc/generatedocs M misc/releaseprep M src/botnet.c M src/dcc.c M src/lang.h M src/main.c M src/mod/channels.mod/channels.c M src/mod/compress.mod/compress.c M src/mod/server.mod/servmsg.c M src/mod/transfer.mod/transfer.c M src/net.c M src/patch.h M src/tclmisc.c M src/tcluser.c M src/userent.c M tcl.m4 Log Message: ----------- Merge branch 'develop' into coverity Compare: https://github.com/eggheads/eggdrop/compare/9736972c1a21...763426653277 From noreply at github.com Sun Jan 29 01:49:43 2017 From: noreply at github.com (GitHub) Date: Sun, 29 Jan 2017 01:49:43 -0000 Subject: [gitlog] [eggheads/eggdrop] a25b6b: Revert nmalloc change Message-ID: <588d4a35d9aba_3aa63fe17977f14c311a2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/coverity Home: https://github.com/eggheads/eggdrop Commit: a25b6b3413b23821b42eb7b2df2f666bc0e8a736 https://github.com/eggheads/eggdrop/commit/a25b6b3413b23821b42eb7b2df2f666bc0e8a736 Author: Geo Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M src/net.c Log Message: ----------- Revert nmalloc change From noreply at github.com Mon Jan 30 03:37:10 2017 From: noreply at github.com (GitHub) Date: Mon, 30 Jan 2017 03:37:10 -0000 Subject: [gitlog] [eggheads/eggdrop] 299a76: Update BUG-REPORT with GitHub info Message-ID: <588eb4e3b6974_3b6e3fb1622f514010293e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/eggheads/eggdrop Commit: 299a7631a37c08c7bd3d90c6d3801e656df00eca https://github.com/eggheads/eggdrop/commit/299a7631a37c08c7bd3d90c6d3801e656df00eca Author: Geo Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M doc/BUG-REPORT Log Message: ----------- Update BUG-REPORT with GitHub info