csoler
|
55d0a213dd
|
added cache of latest GXS tunnel data items for the last 10 minutes in order to avoid replays of messages caused by the conservative message transmition system. Removed the global item counter for a purely random uint64_t
|
2016-01-21 21:19:40 -05:00 |
|
csoler
|
d55993d1e4
|
removed two instances of malloc(0) captured by new rs_malloc funtion
|
2016-01-12 21:43:04 -05:00 |
|
csoler
|
d13526facd
|
added a new method rs_malloc that checks its arguments and prints a stacktrace on error/weird call. Changed the code everywhere to use this instead of malloc. Removed some mallocs and replaced with RsTemporaryMemory
|
2016-01-12 21:10:11 -05:00 |
|
csoler
|
9c6e7dfc13
|
added checks after mallocs in several files
|
2016-01-11 23:49:00 -05:00 |
|
csoler
|
46520b0e22
|
fixed potential integer overflow / Out of bounds read in gxstunnelitems.cc
|
2016-01-11 20:49:26 -05:00 |
|
csoler
|
3d6fa0cf8d
|
fixed bug causing turtle to keep asking for a tunnel after a distant chat is closed if not connected
|
2016-01-06 18:38:27 -05:00 |
|
csoler
|
b6b5f9cd17
|
fixed some of the issues reported by coverity scan (mainly uninitialised class members)
|
2016-01-01 22:36:07 -05:00 |
|
electron128
|
7efb763191
|
restore stream state of std::cerr after printing hex number
|
2016-01-01 11:38:29 +01:00 |
|
electron128
|
640d71b8af
|
removed delete of RsTemporaryMemory
|
2016-01-01 11:09:49 +01:00 |
|
csoler
|
a80a6669b6
|
added notifiction of denying conversation for distant chat
|
2015-12-27 22:16:04 -05:00 |
|
csoler
|
140205108a
|
added backend for distant message and distant chat filtering based on contact list
|
2015-12-25 22:37:06 -05:00 |
|
csoler
|
893f178ce1
|
changed GxsTunnel method for computing turtle hash, to avoid crashing old peers
|
2015-12-07 23:09:44 -05:00 |
|
csoler
|
318be3a2ad
|
fixed a few bugs in distant chat: disabled history (for now), improved tunnel handling
|
2015-12-04 00:06:14 -05:00 |
|
csoler
|
b198f1a007
|
fixed some cleaning of remotely closed tunnels in GxsTunnelService
|
2015-12-03 00:34:13 -05:00 |
|
csoler
|
81b196d38d
|
added GUI to display authenticated tunnel info. Added counting of data sent/recvd.
|
2015-12-01 23:40:35 -05:00 |
|
csoler
|
266652f70e
|
put ifdefs around debug info in tunnel service
|
2015-11-30 21:02:12 -05:00 |
|
csoler
|
12866cd735
|
fixed a few bugs in new distant chat
|
2015-11-30 20:51:47 -05:00 |
|
csoler
|
81ab43beb9
|
fixed GUI update of avatars and status for distant chat. Updated backend for new model. Fixed a few bugs in serialisation
|
2015-11-30 00:02:44 -05:00 |
|
csoler
|
6951d730a5
|
debugging of GxsTunnel service - fixed transport layer
|
2015-11-28 18:02:57 -05:00 |
|
csoler
|
a29f15ae32
|
fixed compilation, added missing methods for new distant chat
|
2015-11-28 14:55:56 -05:00 |
|
csoler
|
6ca49a2d98
|
fixed serialisation methods for GxsTunnel service
|
2015-11-27 23:37:39 -05:00 |
|
csoler
|
a2e0f4196b
|
updated GUI for new distant chat
|
2015-11-26 20:40:06 -05:00 |
|
csoler
|
26f4523f5f
|
fixed compilation
|
2015-11-25 17:34:13 -05:00 |
|
csoler
|
b552408aab
|
added service part and item queues to GXS tunnel service
|
2015-11-24 21:57:59 -05:00 |
|
csoler
|
19f1a82bd8
|
fixed compilation
|
2015-11-23 22:31:31 -05:00 |
|
csoler
|
85a9e4cbae
|
coding phase done. Needs testing/debugging
|
2015-11-23 22:19:18 -05:00 |
|
csoler
|
5c0f1dac08
|
saving ongoing work. Implementation almoast finished.
|
2015-11-22 23:19:46 -05:00 |
|
csoler
|
8df9d4be04
|
added some doc for tunnel service. Fixed a few function prototypes
|
2015-11-22 11:36:14 -05:00 |
|
csoler
|
cb97ce6f72
|
half-way through GxsTunnel service
|
2015-11-18 23:56:35 -05:00 |
|
csoler
|
cb8b814543
|
added gxs tunnel service, based on distant chat code. Does not compile yet
|
2015-11-17 18:11:00 -05:00 |
|