Commit Graph

4372 Commits

Author SHA1 Message Date
orignal
a6625a770f Merge pull request #22 from meeh420/master
Should fix compilation error on some systems
2014-02-01 05:46:52 -08:00
Meeh
f639f971b2 Should fix compilation error on some systems 2014-02-01 14:28:30 +01:00
orignal
be42dbded3 Merge pull request #21 from meeh420/master
Adding support for config file
2014-02-01 05:09:45 -08:00
Meeh
ef9801f704 Remove debug 2014-02-01 05:25:59 +01:00
Meeh
2fd31c6c8d Custom datadir + cleanup 2014-02-01 04:51:58 +01:00
Meeh
56f1f627ef use single dash to query options 2014-02-01 04:15:19 +01:00
Meeh
d95b4befaa Adding support for config file
Example:
-port=17070
--port=17070

cat /home/$USER/.i2pd/i2p.conf
port=17070
2014-02-01 04:09:55 +01:00
orignal
0e5bbfa21c avoid unnececssary recusion 2014-01-31 13:08:33 -05:00
orignal
8d98722b46 fixed compilation error in gcc 4.6 2014-01-31 07:32:34 -05:00
orignal
1ac95d102a Merge pull request #20 from meeh420/master
Reseed implementation v1, http only
2014-01-31 04:23:21 -08:00
Meeh
849ab03e1c Cleanup and final comments 2014-01-31 07:43:56 +01:00
Meeh
9415a49fbd documentation update 2014-01-31 07:35:21 +01:00
Meeh
83bd3c21ca Adding more reseed hosts
Ignore zip files
2014-01-31 07:31:06 +01:00
Meeh
5b7737ca6d Merge branch 'master' of https://github.com/orignal/i2pd 2014-01-31 07:22:35 +01:00
Meeh
86355cfe09 Adding reseed support. v1, only http so far. 2014-01-31 07:22:11 +01:00
orignal
e6e74efc26 call mkdir only once 2014-01-30 22:23:13 -05:00
orignal
31bad3e869 Merge pull request #19 from meeh420/master
Updates on option parser & testing
2014-01-30 19:01:35 -08:00
Meeh
d107ef4007 Merge branch 'master' of github.com:meeh420/i2pd 2014-01-31 02:50:32 +01:00
Meeh
b4e2c7ee87 Updating Makefile to collect build objects in a folder 2014-01-31 02:49:06 +01:00
Meeh
e6ccffcf77 Update README.md 2014-01-31 01:42:27 +01:00
Meeh
633c9becd9 Adding more to the option parser.
Adding instruction on how to test it.
2014-01-31 01:39:16 +01:00
orignal
732b17a368 send SessionCreated message 2014-01-30 14:03:11 -05:00
orignal
aa1f58d81a Merge pull request #18 from meeh420/master
Fix. Thanks to zzz @ #i2p-dev
2014-01-30 06:22:57 -08:00
Meeh
38bc15167c Fix. Thanks to zzz @ #i2p-dev 2014-01-30 14:28:11 +01:00
orignal
c4065a702e extract streaming packet fields 2014-01-29 23:13:59 -05:00
orignal
3ad76e2833 Merge pull request #16 from meeh420/master
Adding lightweight option parser
2014-01-29 19:43:26 -08:00
Meeh
3b3f5d0188 Missing files 2014-01-30 04:28:07 +01:00
orignal
611ab9ce8d endpoint for SSU server 2014-01-29 22:14:05 -05:00
Meeh
fb16e50c4d Adding lightweight option parser 2014-01-30 01:56:48 +01:00
orignal
c361b7d914 use base64 alphabet directly 2014-01-29 17:43:20 -05:00
orignal
95b40c0c30 use base64 alphabet directly 2014-01-29 17:38:53 -05:00
orignal
7c471d99c3 use base64 alphabet directly 2014-01-29 17:38:11 -05:00
orignal
f69fbee6a5 Merge pull request #15 from meeh420/master
NetDb update
2014-01-29 13:54:01 -08:00
orignal
21693fc1e5 handle and send SessionRequest message 2014-01-29 16:49:53 -05:00
Meeh
ee77bba5e0 Create netDb directory structure 2014-01-29 19:36:20 +01:00
Meeh
73ee4ff34c gitignore update 2014-01-29 19:31:19 +01:00
Meeh
ece3a2f7d7 Merge branch 'master' of https://github.com/orignal/i2pd 2014-01-29 16:31:03 +01:00
orignal
58386bb88e Encrypt/Decrypt/Validate SSU packet 2014-01-28 16:49:54 -05:00
Meeh
ca47d1552b Updating gitignore 2014-01-28 02:54:50 +01:00
orignal
f69965f168 Merge pull request #14 from meeh420/master
Adding missing pthread library to linker.
2014-01-27 16:50:46 -08:00
orignal
3016c42e2e read intro key for SSU address 2014-01-27 19:48:46 -05:00
Meeh
72fed33930 Adding missing pthread library to linker. 2014-01-28 01:13:35 +01:00
orignal
8d4b98c83a SSUHeader and authenticate added 2014-01-27 16:52:17 -05:00
orignal
27426a6023 save out-of-seq messages and process them later 2014-01-26 18:22:30 -05:00
orignal
ae51b11ced request RouterInfo connecting directly to a floodfill 2014-01-26 15:24:21 -05:00
orignal
f763fd3268 request lease's gateway if not found in the netDb 2014-01-26 09:07:31 -05:00
orignal
bb2fcbf668 print out message type sent to an inbound tunnel 2014-01-26 09:06:06 -05:00
orignal
a4c25e773c check for transport protocols compatibility between routers 2014-01-25 21:47:01 -05:00
orignal
a0dfd2970b Merge pull request #13 from chertov/master
fix NetDb save bug, console cyrillic symbols, add files to project
2014-01-25 05:11:36 -08:00
chertov
bc3bf838d9 fix NetDb save bug, console cyrillic symbols, add files to project 2014-01-25 10:58:11 +04:00