Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6dac11b
WIP: Initial pass of changing .anon -> .anyone
jim-toth Oct 14, 2025
2cdac78
WIP: Initial pass of changing .anon -> .anyone
jim-toth Oct 14, 2025
3ce5b27
WIP: More .anon -> .anyone updates
jim-toth Oct 14, 2025
c67460b
Fixes remaining anyone dns issues failing unit tests
jim-toth Oct 15, 2025
0c1f5d7
Merge branch 'main' of https://github.com/anyone-protocol/ator-protoc…
jim-toth Oct 16, 2025
25b7a68
Renames anyones dns file to anyone_hosts
jim-toth Oct 22, 2025
b114044
Fix test config examples suffixes -> .anyone
jim-toth Oct 22, 2025
e47705b
Adds dev docker container, fixes docker anonrc-example header filepat…
jim-toth Oct 22, 2025
1c1eb28
Push dev container images to ghcr
jim-toth Oct 23, 2025
940bb78
Merge in mainline changes (#134)
jim-toth Mar 26, 2026
1e9c86f
Merge from mainline
jim-toth Apr 1, 2026
765edad
Merge branch 'main' of https://github.com/anyone-protocol/ator-protoc…
jim-toth Apr 1, 2026
8e926c6
Updates anyone dns default hidden service mappings
jim-toth Apr 14, 2026
432dfcf
Bumps version to 0.4.10.0
jim-toth Apr 14, 2026
2d55974
Fix typo in APPROX_RELEASE_DATE in configure.ac
jim-toth Apr 14, 2026
b05f8bf
Implements anyone_hosts signature format & warns about legacy anyone_…
jim-toth Apr 23, 2026
9901fa5
Implements anyone_hosts signature format & warns about legacy anyone_…
jim-toth Apr 23, 2026
5243e91
Bump vers and approx release date
jim-toth Apr 23, 2026
8f70498
Update geoip files to match IPFire Location Database
github-actions[bot] Apr 23, 2026
dd811df
Update geoip files to match IPFire Location Database (#141)
jim-toth Apr 23, 2026
daadb38
Update geoip files to match IPFire Location Database
github-actions[bot] May 20, 2026
3b4ab9a
Update geoip files to match IPFire Location Database (#143)
jim-toth May 20, 2026
82e4e35
Fix DNS mapping file reading and memory management issues per review
Copilot May 20, 2026
620fba2
Add configurable DNS mapping file size limit with 10MB default
Copilot May 20, 2026
3f01c6d
Bump vers to 0.4.10.2
jim-toth May 20, 2026
59cc0d1
Fixes lack of conditional include of unistd.h in connection_edge.c
jim-toth May 20, 2026
5edea70
Update docker readme and dev image
jim-toth May 20, 2026
d23be25
Fix includes in connection_edge.c
jim-toth May 20, 2026
88f9f0f
Fix build-windows-64-binary job by pinning build container to ubuntu:…
jim-toth May 20, 2026
95d5fc5
Removes dist-upgrade from debian workflow builds
jim-toth May 20, 2026
4ffd077
Debug issues with windows binary build action during Build libevent step
jim-toth May 20, 2026
4be8286
Ping ubuntu build container to 24.04 in the build-windows workflow
jim-toth May 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/build-debian-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ runs:
shell: bash
run: |
apt-get -y update
apt-get -y dist-upgrade
apt-get -y install build-essential devscripts gpg reprepro fakeroot
- name: Build Package
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
- name: Build zlib
shell: bash
run: |
wget --quiet https://www.zlib.net/fossils/zlib-${{ inputs.zlib-version }}.tar.gz
wget --tries=5 --waitretry=2 --timeout=30 https://www.zlib.net/fossils/zlib-${{ inputs.zlib-version }}.tar.gz
tar zxf zlib-${{ inputs.zlib-version }}.tar.gz
rm zlib-${{ inputs.zlib-version }}.tar.gz
cd zlib-${{ inputs.zlib-version }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Install Dependencies
run: |
apt-get -y update
apt-get -y dist-upgrade
apt-get -y install sudo git build-essential devscripts gpg
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Install Dependencies
run: |
apt-get -y update
apt-get -y dist-upgrade
apt-get -y install sudo git build-essential devscripts gpg
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -131,7 +130,6 @@ jobs:
- name: Install Dependencies
run: |
apt-get -y update
apt-get -y dist-upgrade
apt-get -y install sudo git build-essential devscripts gpg
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -204,7 +202,7 @@ jobs:
build-windows-64-binary:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
image: ubuntu:24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -240,7 +238,6 @@ jobs:
- name: Install Dependencies
run: |
apt-get -y update
apt-get -y dist-upgrade
apt-get -y install devscripts zip gpg dput openssh-client
- name: Download raw artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-windows-64-binary:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
image: ubuntu:24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/debian-repo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- name: Install Dependencies
run: |
apt-get -y update
apt-get -y dist-upgrade
apt-get -y install curl unzip

- name: Checkout Repository
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
dnl See LICENSE for licensing information

AC_PREREQ([2.63])
AC_INIT([anon],[0.4.9.13-git])
AC_INIT([anon],[0.4.10.2-git])
AC_CONFIG_SRCDIR([src/app/main/anon_main.c])
AC_CONFIG_MACRO_DIR([m4])

Expand All @@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config
# version number changes. Anon uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
AC_DEFINE(APPROX_RELEASE_DATE, ["2025-04-23"], # for 0.4.9.13-git
AC_DEFINE(APPROX_RELEASE_DATE, ["2026-05-20"], # for 0.4.10.2-git
[Approximate date when this software was released. (Updated when the version changes.)])

# "foreign" means we don't follow GNU package layout standards
Expand Down
2 changes: 1 addition & 1 deletion contrib/win32build/anon-mingw.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.4.9.12-git"
!define VERSION "0.4.10.2-git"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
Expand Down
Loading
Loading