Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number, fix dhtroot's IPv6 address |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.1.4-20160407 |
Files: | files | file ages | folders |
SHA1: |
4e9b1b38882851a1115686512d1a34d9 |
User & Date: | bernd 2016-04-07 01:44:03.336 |
Context
2016-04-07
| ||
15:16 | Use a non-net2o IP address to figure out own IP address check-in: 7d2d5ac5f6 user: bernd tags: trunk | |
01:44 | Bump version number, fix dhtroot's IPv6 address check-in: 4e9b1b3888 user: bernd tags: trunk, 0.1.4-20160407 | |
00:35 | For now ignore IPv6 problems check-in: d93fac4f96 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
︙ | ︙ | |||
11 12 13 14 15 16 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_INIT([net2o], [0.1.4-20160407], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) AC_PREREQ(2.54) AC_MSG_CHECKING([for gforth]) GFX="" case "$CC" |
︙ | ︙ |
Changes to net2o-helper.fs.
︙ | ︙ | |||
13 14 15 16 17 18 19 | \ GNU Affero General Public License for more details. \ You should have received a copy of the GNU Affero General Public License \ along with this program. If not, see <http://www.gnu.org/licenses/>. Variable dhtnick "net2o-dhtroot" dhtnick $! Variable dhtroot-addr$ | | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | \ GNU Affero General Public License for more details. \ You should have received a copy of the GNU Affero General Public License \ along with this program. If not, see <http://www.gnu.org/licenses/>. Variable dhtnick "net2o-dhtroot" dhtnick $! Variable dhtroot-addr$ 85" V=%}0%8((Zs63ZZca&!ZApl@5g8Xp_wSA~0ef#mK3LjR0p1000^_tO0j>c#ptnNW7mX@7@1(jN|0CsN|z}M)ff)MJt+=_IQO8&fY?yId>|&b+5iO_)yW>SUrVS|1E>XdEB`q+5O!@_+w)Pt@bWTT&Hlv;T&s;E5{bvZ3" dhtroot-addr$ $! Variable dhtroot-addr : dhtroot-addr@ ( -- addr ) dhtroot-addr @ ?dup-IF EXIT THEN dhtroot-addr$ $@ dup IF >host dhtnick $@ nick>pk drop date-sig? 0= IF sigsize# - new-addr dup dhtroot-addr ! |
︙ | ︙ |