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

Skip to content
Snippets Groups Projects
  1. Jan 24, 2005
    • smeghead's avatar
      2005-01-24 smeghead · de2c975a
      smeghead authored and zzz's avatar zzz committed
          * C#-ification of sam-sharp: interface greatly simplified using delegates
            and events; SamBaseEventHandler provides basic implementation and helper
            methods but is now optional.
          * NAnt buildfile and README added for sam-sharp.
      de2c975a
  2. Jan 23, 2005
    • jrandom's avatar
      2005-01-23 smeghead · d86e2c0f
      jrandom authored and zzz's avatar zzz committed
          * Port the java SAM client library to mono/C# and released into the
            public domain.  The 0.1 version of this port is available in CVS as
            i2p/apps/sam/csharp/src/I2P.SAM.Client.  The other nonfunctional C#
            library has been removed.
      d86e2c0f
    • jrandom's avatar
      added manveru.i2p · 14023163
      jrandom authored and zzz's avatar zzz committed
      14023163
  3. Jan 22, 2005
    • jrandom's avatar
      2005-01-21 Jhor · d85dc821
      jrandom authored and zzz's avatar zzz committed
          * Updated jbigi build scripts for OSX.
      2005-01-21  jrandom
          * Added support for OSX to the NativeBigInteger code so that it will look
            in the classpath for libjbigi-osx-none.jnilib.  At the moment, that file
            is not bundled with the shipped jbigi.jar yet though.
      d85dc821
  4. Jan 21, 2005
  5. Jan 20, 2005
  6. Jan 19, 2005
  7. Jan 18, 2005
  8. Jan 17, 2005
    • jrandom's avatar
      2005-01-17 jrandom · 61f217c6
      jrandom authored and zzz's avatar zzz committed
          * Added meaningful support for adjusting the preferred message size in the
            streaming lib by setting the i2p.streaming.maxMessageSize=32768 (or
            whatever).  The other side will mimic a reduction (but never an increase).
          * Always make sure to use distinct ConnectionOption objects for each
            connection (duh)
          * Reduced the default ACK delay to 500ms on in the streaming lib
          * Only shrink the streaming window once per window
          * Don't bundle a new jetty.xml with updates
          * Catch another local routerInfo corruption issue on startup.
      61f217c6
  9. Jan 16, 2005
  10. Jan 15, 2005
  11. Jan 14, 2005
  12. Jan 13, 2005
  13. Jan 12, 2005
  14. Jan 09, 2005
  15. Jan 07, 2005
  16. Jan 06, 2005
    • jrandom's avatar
      * 2005-01-06 0.4.2.6 released · daf32a24
      jrandom authored and zzz's avatar zzz committed
      2005-01-06  jrandom
          * Added a startup message to the addressbook, printing its version number
            to stdout (which is sent to wrapper.config) when it loads.
          * Updated the addressbook to reread the config file periodically
          * Added orion.i2p to the list of eepsites on the default homepage
    • jrandom's avatar
      added j.i2p · 34ecfd98
      jrandom authored and zzz's avatar zzz committed
      34ecfd98
    • jrandom's avatar
      2005-01-05 jrandom · 48385644
      jrandom authored and zzz's avatar zzz committed
          * Handle unexpected network read errors more carefully (thanks parg!)
          * Added more methods to partially compare (DataHelper) and display
            arrays (Base64.encode).
          * Exposed the AES encryptBlock/decryptBlock on the context.aes()
          * Be more generous on the throttle when just starting up the router
          * Fix a missing scheduled event in the streaming lib (caused after reset)
          * Add a new DisconnectListener on the I2PSocketManager to allow
            notification of session destruction.
          * Make sure our own router identity is valid, and if it isn't, build a new
            one and restart the router.  Alternately, you can run the Router with
            the single command line argument "rebuild" and it will do the same.
      48385644
Loading