|
8ce79f32b1
|
NetDB: Fix and deprecate unused store() method
was broken for LS2, would have thrown cast exception
|
2023-11-08 08:14:45 -05:00 |
|
|
57eb706e95
|
I2p.i2p.2.4.0 reverse throttler
|
2023-11-07 21:07:18 +00:00 |
|
|
f363f9318e
|
Cleans up some dead code, revise comments and TODO's
|
2023-11-07 14:43:58 +00:00 |
|
|
5e076dc13b
|
Router: remove commented out ban strategy and ratestats for tunnels that disrespect congestion caps
|
2023-11-03 15:03:12 +00:00 |
|
|
7e8e0b60d0
|
NetDB: Type changes (Gitlab #402)
|
2023-11-03 14:07:02 +00:00 |
|
|
8622b2d42b
|
bump -10
|
2023-11-02 10:08:59 -04:00 |
|
|
9d1036935c
|
Merge branch '465-subdb-ri' into 'master'
NetDB: Enforce no RIs in subdbs (Gitlab #465)
Closes #465
See merge request i2p-hackers/i2p.i2p!143
|
2023-11-02 14:01:41 +00:00 |
|
|
4ed709aa31
|
NetDB: Enforce no RIs in subdbs (Gitlab #465)
|
2023-11-02 14:01:41 +00:00 |
|
|
a460ae2ffc
|
Remove unused functions from FNDS, SNDF, KNDF
|
2023-11-01 20:32:57 +00:00 |
|
|
a320b254ef
|
Merge branch 'i2p.i2p.2.4.0-move-receivedby-logic-to-dbe' into 'master'
Router: move getReceivedBy and getReceivedAsPublished into DatabaseEntry
Closes #430
See merge request i2p-hackers/i2p.i2p!132
|
2023-10-30 00:24:23 +00:00 |
|
|
5ea16d9554
|
bump -9
|
2023-10-28 11:47:37 -04:00 |
|
|
49128b5a2c
|
NetDB: Fix lifecycle issues for subsessions (Gitlab #460, #406)
|
2023-10-28 15:42:05 +00:00 |
|
|
7595b4259f
|
I2p.i2p 2.4.0 eliminate use sub dbs option - Do not merge until after multihomeDb is merged
|
2023-10-27 16:06:24 +00:00 |
|
|
5ccdaf10d9
|
I2p.i2p 2.4.0 eliminate multihomedb
|
2023-10-27 13:40:28 +00:00 |
|
|
1334de31bb
|
Router: build -8
|
2023-10-24 10:33:16 +00:00 |
|
|
8fdd5fc22f
|
Merge branch '406-lifecycle' into 'master'
NetDB: SubDB lifecycle fixes (Gitlab #406)
Closes #406
See merge request i2p-hackers/i2p.i2p!135
|
2023-10-24 02:35:52 +00:00 |
|
|
bf1b4cf502
|
NetDB: SubDB lifecycle fixes (Gitlab #406)
|
2023-10-24 02:35:52 +00:00 |
|
|
83794107f3
|
SSU: Comment fix
re: LHMCache iteration order
|
2023-10-22 07:48:07 -04:00 |
|
|
a23e09ca20
|
Router: fix failed ant builds in unit tests
|
2023-10-18 18:47:44 -04:00 |
|
|
00e3390437
|
Router: reverse changes to RepublishLeaseSetJob
|
2023-10-17 12:33:53 -04:00 |
|
|
c67ff1376a
|
Router: fix broken null check in shouldThrottleBurstLookup
|
2023-10-17 12:30:40 -04:00 |
|
|
fb8bb645c2
|
Router: move getReceivedBy and getReceivedAsPublished into DatabaseEntry
|
2023-10-16 20:47:27 -04:00 |
|
|
2af65243a4
|
Router: remove 'Confirm Succeess' from ISJ, closes #455
|
2023-10-16 19:38:52 -04:00 |
|
|
0acae98ccd
|
Router: Reverse API change from banlistRouterHard back to BanlistRouterForever
|
2023-10-15 20:22:37 -04:00 |
|
|
a2446e1d0c
|
Router: Remove all refs to ban-by-lookup-flood code. Don't create throttlers in the FNDF unles sit's the main db
|
2023-10-15 20:05:01 -04:00 |
|
|
195b4b9155
|
Router: bump build rev to -7
|
2023-10-12 20:19:31 -04:00 |
|
|
35c4a4cca9
|
Switch back to a single blind cache
|
2023-10-13 00:02:28 +00:00 |
|
|
8a840f97c7
|
bump -6
|
2023-10-12 11:05:04 -04:00 |
|
|
7d0c857eb5
|
Router: fix NPE in ClientManager, reduce log level of error in ClientConnectionRunner
|
2023-10-11 20:39:22 -04:00 |
|
|
dec98e6b8d
|
Router: remove the redundant casts, fixes #438
|
2023-10-09 14:53:52 -04:00 |
|
|
4c7846be2c
|
Router: add protected isMainDb() function to KNDF and use it when we want to make sure we're the main db
|
2023-10-08 16:26:52 -04:00 |
|
|
6ada2f3b5e
|
Router: Change name of STATUS to QUALIFIER, move it after BUILD
|
2023-10-07 16:06:52 -04:00 |
|
|
499106c9ae
|
Router: javadoc add additional note to CM call
|
2023-10-07 15:54:46 -04:00 |
|
|
4872eedd83
|
Router: This moves all client sub-netDbs into the ClientConnectionRunners. This turns the FloodfillNetworkDatabaseSegmentor into a means of looking up netDb's and managing the main netDb and a special netDb for managing multihomes. It adds the ability to use sub-netDbs as a defense against netDb context confusion bugs, and also to switch to a single monolithic netDb if necessary.
|
2023-10-07 19:20:14 +00:00 |
|
|
1ae663c6a5
|
Merge branch '433-peertest-iae' into 'master'
SSU2: Prevent rare IAE in peer test timer (Gitlab #433)
Closes #433
See merge request i2p-hackers/i2p.i2p!121
|
2023-10-03 11:43:02 +00:00 |
|
|
f0b6638466
|
Router: check \!isClientDb() in KNDF before calling remove
|
2023-10-02 17:43:41 -04:00 |
|
|
cb4788019b
|
SSU2: Prevent rare IAE in peer test timer (Gitlab #433)
|
2023-09-30 10:17:47 -04:00 |
|
|
d2ab9a7ff4
|
bump -4
|
2023-09-29 06:16:14 -04:00 |
|
|
065ce2886c
|
Merge branch '427-disable-ssu1' into 'master'
SSU1: Disable by default (Gitlab #427)
Closes #427
See merge request i2p-hackers/i2p.i2p!115
|
2023-09-29 09:58:51 +00:00 |
|
|
37eb6d383f
|
SSU1: Disable by default (Gitlab #427)
|
2023-09-29 09:58:51 +00:00 |
|
|
60bf83a653
|
bump -3
|
2023-09-27 11:11:17 -04:00 |
|
|
d08e82e4f7
|
Merge branch '437-npe' into 'master'
Transport: Fix NPE during soft restart (Gitlab #437)
Closes #437
See merge request i2p-hackers/i2p.i2p!113
|
2023-09-26 02:18:12 +00:00 |
|
|
1dff57856a
|
Transport: Fix NPE during soft restart (Gitlab #437)
|
2023-09-26 02:18:12 +00:00 |
|
|
9f99ee66f7
|
Merge branch '415-itag-zeros' into 'master'
SSU2: Fix uncaught IAE caused by itags with zero values (Gitlab #415)
Closes #415
See merge request i2p-hackers/i2p.i2p!111
|
2023-09-26 02:07:45 +00:00 |
|
|
4cf919e3e6
|
SSU2: Fix uncaught IAE caused by itags with zero values (Gitlab #415)
|
2023-09-26 02:07:45 +00:00 |
|
|
ef1177689d
|
NTCP2: Fix updating address on transition to firewalled (Gitlab #435)
|
2023-09-26 02:04:33 +00:00 |
|
|
69d5dfc621
|
Router: bump build rev
|
2023-09-22 20:21:51 -04:00 |
|
|
ded7b6dda9
|
Router: eliminate mainNetDb() call from RouterContext, then replace all calls with calls to netDb()
|
2023-09-21 19:55:07 -04:00 |
|
|
a343f781d0
|
Router: don't call remove(dbe,persist) on a TDS
|
2023-09-21 15:00:04 -04:00 |
|
|
f9f21ba7f5
|
I2p.i2p.2.4.0 no more multihome cache
|
2023-09-21 03:09:09 +00:00 |
|