From: Stas Mishchenkov 2:460/5858 15 Jan 2023 11:31 +0200
To: All
Subject: AreaFixAutoSubscribe on
Hi All! У линка стоит AreaFixAutoSubscribe on. Он отписывается от эхи. Когда в эху приходят новые сообщения, он автоматически подписывается. Так и должно быть? Have nice nights. Stas Mishchenkov.
From: husky inspector 2:5020/1042.3 13 Jan 2023 23:49 +0200
To: All
Subject: Changes in husky sources
Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed, (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken =========================== fidoconf: cmake fix Author: Alexander N. Skovpen Date: 2023-01-13 14:24:47 +0300 Committed by: Alexander Skovpen Files: M CMakeLists.txt =========================== hptzip: cmake fix Author: Alexander N. Skovpen Date: 2023-01-13 14:47:50 +0300 Committed by: Alexander Skovpen Files: M CMakeLists.txt =========================== htick: cmake fix Author: Alexander Skovpen Date: 2023-01-13 15:45:41 +0300 Committed by: GitHub Files: M CMakeLists.txt =========================== smapi: cmake fix Author: Alexander N. Skovpen Date: 2023-01-13 13:47:50 +0300 Committed by: Alexander Skovpen Files: M CMakeLists.txt =========================== smapi: fix cmake Author: Alexander Skovpen Date: 2023-01-13 10:14:51 +0300 Committed by: GitHub Files: M CMakeLists.txt =========================== huskylib: cmake fix Author: Alexander N. Skovpen Date: 2023-01-13 23:00:53 +0300 Committed by: Alexander Skovpen Files: M CMakeLists.txt =========================== huskylib: cmake fix Author: Alexander N. Skovpen Date: 2023-01-13 13:43:18 +0300 Committed by: Alexander Skovpen Files: M CMakeLists.txt =========================== areafix: cmake fix Author: Alexander N. Skovpen Date: 2023-01-13 14:45:22 +0300 Committed by: Alexander Skovpen Files: M CMakeLists.txt =========================== hpt: cmake fix Author: Alexander Skovpen Date: 2023-01-13 15:19:29 +0300 Committed by: GitHub Files: M CMakeLists.txt
From: Max Vasilyev 2:5057/77 13 Jan 2023 22:31 +0200
To: All 2:5057/77
Subject: фидо для кинетика
Hello All! Обновил fido4keenetic (binkd, husky, golded, rntrack для роутеров keenetic на mipsel процах с opkg, т.е. от 4G KN-1212 до Ultra KN-1810). Брать тут: https://sites.google.com/view/vasilyevmax/ changelog: Обновлен husky до 2023.01.13 * Originally in RU.HUSKY * Crossposted in RU.BINKD * Crossposted in RU.GOLDED * Crossposted in RU.FTRACK WBR, Max.
From: Max Vasilyev 2:5057/77 13 Jan 2023 22:33 +0200
To: All 2:5057/77
Subject: Husky 1.9 snapshot 2023.01.13
Hello All! DOS-DPMI, OS/2-libc066, Win32-msvc6dll, Win64-msvc10dll uploaded to: http://download.huskyproject.org https://sites.google.com/view/vasilyevmax/ Changelog: hptkill: take into account the config filename in the command line * Originally in RU.HUSKY * Crossposted in FIDOSOFT.HUSKY WBR, Max.
From: husky inspector 2:5020/1042.3 12 Jan 2023 23:49 +0200
To: All
Subject: Changes in husky sources
Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed, (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken =========================== huskylib: fix cmake Author: Alexander Skovpen Date: 2023-01-12 11:35:08 +0300 Committed by: GitHub Files: M CMakeLists.txt
From: husky inspector 2:5020/1042.3 07 Jan 2023 23:49 +0200
To: All
Subject: Changes in husky sources
Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed, (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken =========================== fidoconf: do not use casting in nfree() call since changing nfree() implementation from a macro to a function was cancelled. Author: Michael Dukelsky Date: 2023-01-07 00:17:53 +0300 Committed by: Michael Dukelsky Files: M src/afixcmd.c =========================== hptkill: revert the previous commit One cannot change the type of 'cfgfile' argument of delete_area() from 'char *' to 'const char *' because the pointer is later freed in changeconfig(). Author: Michael Dukelsky Date: 2023-01-07 00:19:41 +0300 Committed by: Michael Dukelsky Files: M src/hptkill.c =========================== areastat: remove cvsdate.h Author: Michael Dukelsky Date: 2023-01-07 00:18:55 +0300 Committed by: Michael Dukelsky Files: D h/cvsdate.h =========================== areastat: fix a typo Author: Michael Dukelsky Date: 2023-01-07 00:18:45 +0300 Committed by: Michael Dukelsky Files: M h/cvsdate.h M src/areastat.c =========================== nltools: remove cvsdate.h Author: Michael Dukelsky Date: 2023-01-07 00:20:11 +0300 Committed by: Michael Dukelsky Files: D h/cvsdate.h =========================== huskylib: revert the previous commit Implementing nfree() as a function as it was made, was erroneous. Setting the pointer to NULL did not work because it could not be passed back to the caller. On the other hand, this setting the pointer to NULL is a kludge, it just masks bugs in the code. Since there are 1211 entries of nfree(), there may be too many bugs to fix. It is easier for me just to revert the commit. Author: Michael Dukelsky Date: 2023-01-07 00:17:02 +0300 Committed by: Michael Dukelsky Files: M huskylib/memory.h M src/memory.c
From: husky inspector 2:5020/1042.3 06 Jan 2023 23:49 +0200
To: All
Subject: Changes in husky sources
Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed, (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken =========================== areastat: replace '255' with 'sizeof ibuff' because fgets() reads in at most one less than size characters. Thanks to nilalex. Author: Michael Dukelsky Date: 2023-01-06 13:09:06 +0300 Committed by: Michael Dukelsky Files: M src/areastat.c
From: husky inspector 2:5020/1042.3 05 Jan 2023 23:49 +0200
To: All
Subject: Changes in husky sources
Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed, (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken =========================== msged: comment out unused 'length' variable Author: Michael Dukelsky Date: 2023-01-05 22:22:29 +0300 Committed by: Michael Dukelsky Files: M freq.c =========================== msged: delete the 0 flag in the format strings since if a precision is given with a numeric conversion (X), the 0 flag is ignored Author: Michael Dukelsky Date: 2023-01-05 18:37:50 +0300 Committed by: Michael Dukelsky Files: M misc.c =========================== fidoconf: use 'const char *' instead of 'char *' in the first argument of InsertCfgLine() and in the first two arguments of IsAreaAvailable() Author: Michael Dukelsky Date: 2023-01-05 18:09:50 +0300 Committed by: Michael Dukelsky Files: M fidoconf/afixcmd.h M src/afixcmd.c =========================== huskybse: replace 'make' with 'gmake' Author: Michael Dukelsky Date: 2023-01-05 21:50:28 +0300 Committed by: Michael Dukelsky Files: M huskymak.cfg.bsd =========================== hptzip: cast get_crc_table() to 'const unsigned long *' to prevent compiler warning Author: Michael Dukelsky Date: 2023-01-05 18:25:46 +0300 Committed by: Michael Dukelsky Files: M src/zip.c =========================== htick: delete an excessive assignment Author: Michael Dukelsky Date: 2023-01-05 18:30:40 +0300 Committed by: Michael Dukelsky Files: M src/toss.c =========================== htick: delete unused "res" variable Author: Michael Dukelsky Date: 2023-01-05 18:28:46 +0300 Committed by: Michael Dukelsky Files: M src/fcommon.c =========================== hptkill: use 'const char *' instead of 'char *' in the second argument of delete_area() and in the first argument of changeconfig(). Thanks to nilalex. Author: Michael Dukelsky Date: 2023-01-05 17:50:26 +0300 Committed by: Michael Dukelsky Files: M src/hptkill.c =========================== areastat: delete the comparison that is always true: 'ibuff' is an array of non-zero size with already allocated memory, and therefore the comparison 'ibuff != NULL' is always true Author: Michael Dukelsky Date: 2023-01-05 22:53:40 +0300 Committed by: Michael Dukelsky Files: M src/areastat.c =========================== areastat: replace format specification for type 'short' with the one for type 'int' since the argument is of the type 'int' Author: Michael Dukelsky Date: 2023-01-05 22:40:31 +0300 Committed by: Michael Dukelsky Files: M src/areastat.c =========================== areastat: delete the comparison that is always false: the 'line' pointer cannot be NULL since the 'line' is an array of a fixed non-zero size Author: Michael Dukelsky Date: 2023-01-05 22:35:30 +0300 Committed by: Michael Dukelsky Files: M src/areastat.c =========================== huskylib: implement 'free' as a function instead of a macro to allow casting of its argument Author: Michael Dukelsky Date: 2023-01-05 18:19:35 +0300 Committed by: Michael Dukelsky Files: M huskylib/memory.h M src/memory.c
From: Alexey Vissarionov 2:5020/545 26 Dec 2022 21:22 +0200
To: Stas Mishchenkov 2:460/5858
Subject: hptkill
Доброго времени суток, Stas! 26 Dec 2022 15:34:52, ты -> мне: SM>>> У меня, кстати, полная сборка выдаёт ошибку. Хочет libz.a AV>> BuildRequires: zlib-devel-static SM> Спасибо. Уже нашел, доставил и собрал благополучно. Ну и хорошо. А то я уж подумал, что ты не умеешь пользоваться apf... -- Alexey V. Vissarionov aka Gremlin from Kremlin gremlin ПРИ gremlin ТЧК ru; +vii-cmiii-ccxxix-lxxix-xlii ... Овощ вам в помощь - в смысле, хрен с вами!
From: Stas Mishchenkov 2:460/5858 26 Dec 2022 14:34 +0200
To: Alexey Vissarionov 2:5020/545
Subject: hptkill
Hi Alexey! 26 дек 22 04:17, Alexey Vissarionov -> Stas Mishchenkov: SM>> У меня, кстати, полная сборка выдаёт ошибку. Хочет libz.a AV> BuildRequires: zlib-devel-static Спасибо. Уже нашел, доставил и собрал благополучно. Have nice nights. Stas Mishchenkov.