I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Nov 26, 2014
  2. Nov 24, 2014
  3. Nov 23, 2014
    • zzz's avatar
      Drop i2p.feared.eu ssl cert for reseed · 77e7982e
      zzz authored
      77e7982e
    • zzz's avatar
      Reseed update from backup@mail.i2p: · 04cd1ced
      zzz authored
      please commit some updates for my reseed servers: Add new ssl-certs:
      	ieb9oopo.mooo.com2.crt	-->  certificates/ssl/	
      	link.mx24.eu.crt	-->  certificates/ssl/
      
      The first one is a new ssl-cert as exchange for the current one.
      On http-server side the exchange will take place sometimes next year,
      until then the current existing ieb9oopo.mooo.com.crt is still valid.
      The second is a new reseed server from me.
      
      Reseeder.java: Please add to DEFAULT_SSL_SEED_URL:	
      	https://link.mx24.eu/
      with this comment:	
      	// Only HTTPS and SU3 (v3) support
      
      Also the list can be cleaned up from these other dead servers:
      04cd1ced
  4. Nov 22, 2014
  5. Nov 21, 2014
  6. Nov 17, 2014
  7. Nov 15, 2014
    • zzz's avatar
      I2NP: · 279e102d
      zzz authored
      - Set lookup type flags even if no reply tunnel specified
      - Reduce object churn when writing some messages
      279e102d
  8. Nov 14, 2014
  9. Nov 13, 2014
    • zzz's avatar
      I2PTunnel: · 2f2aa7f5
      zzz authored
      - Fix bug that left server acceptor thread running after close
      - Add destroy() methods to release all resources when closing a tunnel for good,
        particularly the streaming timer threads
      - Use COWAL to prevent concurrency problems
      - Javadocs
      Streaming:
      - Don't return null from accept() any more; actually throw
        ConnectException as the javadocs have always specified
      - Throw ConnectException from accept() if interrupted; previously caught and ignored
      - Throw exceptions from ConnectionHandler.accept(), not higher up
      - Close ServerSocket when ConnectionManager is shut down
      - Synchronize setActive(), clear queue when starting to accept,
        better handling of calls that don't change state
      - Javadocs
      ConfigClientsHelper: Call isPluginRunning() less often
      PluginStarter: Simplify detection of active threads
      
      Above changes mostly in support of zzzot plugin implementing ClientApp
      and being able to shut down completely so there are no threads
      in its thread group, so /configclients will all show status as stopped.
      Previously, the I2PTunnelServer acceptor thread and
      one or more streaming timer threads would remain.
      2f2aa7f5
  10. Nov 12, 2014
  11. Nov 11, 2014
  12. Nov 10, 2014
    • zzz's avatar
      bump -4 · a961843a
      zzz authored
      a961843a
  13. Nov 09, 2014
  14. Nov 08, 2014
Loading