Commit Graph

54 Commits (master)

Author SHA1 Message Date
polistern d18d284e05
fix: Last warnings fixed. 2022-10-03 18:52:53 +00:00
idk 49182ee502
Merge pull request #10 from polistern/feat/base-session-class
feat: Datagrams and etc.
2022-06-11 11:57:48 -04:00
polistern 1d9577a09b
fix: Removed forced new line. 2022-06-10 21:04:57 +00:00
polistern a09ab6b484
style: Style fixes. 2022-06-09 10:30:29 +00:00
polistern f7728cf681
fix: Include for iostream moved to i2psam.h file. 2022-06-08 19:12:02 +01:00
polistern 772262c773
chore: Updated README.md. 2022-06-08 18:39:34 +01:00
polistern 5a89fe4c16
chore: Resolved merge conflicts. 2022-06-08 18:36:49 +01:00
polistern 29db347be2
chore: Updated year and gitignore. 2022-06-08 18:16:14 +01:00
polistern 6e2b553ca1
feat: Refactoring
- Merged latest fixes from main repo;
- Added base class SAMSession with common fields and methods;
- Minor fixes.
2022-06-08 18:14:22 +01:00
idk 4b4186dd77
ignore result type and just move the stream socket if silent is true. Closes #8 2022-03-30 01:41:52 -04:00
idk 655bfe38aa
fix destination parsing issue with wrong lengths, looks like we can just use c_str(), closes #7 2022-03-30 01:38:21 -04:00
idk 58a93fc5e3
fix destination parsing issue with wrong lengths, looks like we can just use c_str(), closes #9 2022-03-30 01:32:20 -04:00
polistern b0888f4129
fix: Fixed vector import. 2022-01-19 06:23:59 +00:00
polistern 9e65732383
fix: Rewrite createSAMRequest function with template. 2022-01-19 04:37:20 +00:00
polistern fdec8b4b13 Added basic support for UDP and RAW sessions 2021-11-11 16:34:50 +00:00
Mikal 21940ef1a5
Merge pull request #6 from i2p/readmeupdate
Update the readme
2019-07-27 22:04:36 +02:00
Mikal Villa 8429b8f17d
Update the readme 2019-07-27 22:03:47 +02:00
Mikal 11422d33f7
Merge pull request #5 from i2p/sam-v3.1
Support for SAM v3.1
2019-07-27 22:01:03 +02:00
Mikal Villa a8a2687927
Adding missing functions. SAM now let you choose signature types 2019-07-21 15:05:11 +02:00
Mikal Villa d019f60ba7
Lets use ed25519 2019-07-21 14:42:44 +02:00
Mikal Villa e6c691899f
Merge branch 'master' into sam-v3.1 2019-02-09 05:26:59 +01:00
Mikal 6845cc4a6d
Merge pull request #4 from majestrate/c-api
c89 wrapper
2019-02-09 05:25:44 +01:00
Mikal Villa 850a876e67
Initial work for supporting sam v3.1 2019-02-09 05:19:53 +01:00
str4d a9e6a6a962 Enable most warnings 2017-12-02 05:30:58 +13:00
Jeff Becker e636244e2a initial c wrapper 2017-04-17 08:26:45 -04:00
str4d 1c527380c2 Clarify README 2017-04-02 11:37:20 +12:00
str4d 8443bda2b0 Add example client 2017-04-02 11:34:23 +12:00
str4d d56e6d11f9 Add debug info to library 2017-04-02 11:33:16 +12:00
str4d 0adc0121b7 Remove SAM version range from API
The library should handle version negotiation, and fail gracefully if the user
asks the library to do something that the negotiated version doesn't allow.
2017-04-02 10:07:36 +12:00
str4d a50d85ca9d Compile with C++11, migrate auto_ptr to unique_ptr 2017-04-02 09:57:03 +12:00
str4d 6f60680ce7 Update development status 2017-04-02 09:26:35 +12:00
str4d a58e1c7a34 Add README 2017-04-02 01:32:33 +13:00
str4d c28be81410 Remove Anoncoin includes etc. 2017-04-02 01:30:27 +13:00
str4d a279dfd567 Add basic Makefile 2017-04-02 01:26:04 +13:00
str4d 289b150909 Add license 2017-04-02 01:12:28 +13:00
Gnosis #anoncoin Freenode IRC 779b915648 Dump of GroundRod's v0.9.6.9; missing commit history! 2017-04-02 01:12:25 +13:00
GroundRod a185cedf8f Remove building of i2psam seperately,convert to compat.h usage,reduce buff size, fix socket definations and console debug output 2017-04-02 01:12:21 +13:00
GroundRod dd2a0aa928 Added scrypt SSE2 hardware detect, I2p tweaks, WindowsSetup.exe build, Copyr YR bump 2017-04-01 23:42:55 +13:00
GroundRod 17ee32c92a Phase III - Complete Anc codebase transformation & initial I2P ops 2017-04-01 23:42:55 +13:00
GroundRod 9d5b0c9ea4 Resource updates & add I2pSAM to the build 2017-04-01 23:42:55 +13:00
Mikal Villa b64ffb7a91 I2PSAM: Don't connect socket in constructor. 2017-04-01 23:42:55 +13:00
Mikal Villa af34c2b8c5 Update defaults 2017-04-01 23:42:55 +13:00
Mikal Villa 323d016db8 [Anoncoin] Adding i2psam 2017-04-01 23:42:26 +13:00
giv e2b1069a5f add define for windows mutex 2014-05-19 20:40:35 +00:00
giv 165b2cf2e5 fix hang at I2P error 2013-10-25 16:33:15 +00:00
giv 7dc12aed1d fix failed compilation on some systems 2013-07-07 18:25:53 +00:00
giv 235c0a7893 add dynamic/static and i2p/mixed indicators 2013-07-03 16:24:00 +00:00
giv 52d2451dee added mutex to SessionAdapter 2013-06-28 21:49:37 +00:00
giv bb27216e4c right deleting new session 2013-06-27 18:41:56 +00:00
giv 5262f4fa80 new session works 2013-06-27 14:23:22 +00:00