.. |
mail
|
Adding start of new Mail Service.
|
2014-12-02 13:22:48 +00:00 |
Makefile
|
Bugfix for gpg connections.
|
2009-07-07 21:53:06 +00:00 |
p3banlist.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3banlist.h
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
|
2014-03-29 03:57:44 +00:00 |
p3bwctrl.cc
|
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
|
2014-10-31 21:24:42 +00:00 |
p3bwctrl.h
|
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
|
2014-10-31 21:24:42 +00:00 |
p3discovery2.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3discovery2.h
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
|
2014-03-29 03:57:44 +00:00 |
p3dsdv.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3dsdv.h
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
|
2014-03-29 03:57:44 +00:00 |
p3gxschannels.cc
|
improved network statistics for GXS net service. Added number of available messages for unsubscribed forums in GUI. Should be done as well for channels.
|
2014-12-16 06:54:15 +00:00 |
p3gxschannels.h
|
implemented publish key sharing between peers for channels.
|
2014-10-05 19:14:05 +00:00 |
p3gxscircles.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3gxscircles.h
|
Merge of branch v0.6-rssocialnet 7419 to 7488. Changes from electron and myself:
|
2014-08-25 21:07:07 +00:00 |
p3gxscommon.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3gxscommon.h
|
merging gxs_phase2 branch
|
2013-06-04 21:00:43 +00:00 |
p3gxsforums.cc
|
Added notify of received groups and messages for forums and channels to libretroshare.
|
2014-11-13 22:03:12 +00:00 |
p3gxsforums.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +00:00 |
p3gxsreputation.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3gxsreputation.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +00:00 |
p3heartbeat.cc
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
|
2014-03-29 03:57:44 +00:00 |
p3heartbeat.h
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
|
2014-03-29 03:57:44 +00:00 |
p3idservice.cc
|
remove GXS ids with faulty signature. This should not happen anyway.
|
2014-12-10 21:59:28 +00:00 |
p3idservice.h
|
remove GXS ids with faulty signature. This should not happen anyway.
|
2014-12-10 21:59:28 +00:00 |
p3msgservice.cc
|
fixed inconsistency using getKey() and getPrivateKey() supposing it returns a boolean. It should return a boolean anyway.
|
2014-11-25 20:31:18 +00:00 |
p3msgservice.h
|
implemented publish key sharing between peers for channels.
|
2014-10-05 19:14:05 +00:00 |
p3photoservice.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3photoservice.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +00:00 |
p3postbase.cc
|
Added feed item for Posted group and message
|
2014-11-21 00:50:18 +00:00 |
p3postbase.h
|
- Split majority of p3posted into p3postbase.cc - so that it can be reused by other services.
|
2014-01-20 11:42:27 +00:00 |
p3posted.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3posted.h
|
extended group share keys to Posted
|
2014-10-13 18:31:47 +00:00 |
p3rtt.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3rtt.h
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
|
2014-03-29 03:57:44 +00:00 |
p3service.cc
|
optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified)
|
2014-10-21 22:33:02 +00:00 |
p3service.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +00:00 |
p3serviceinfo.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3serviceinfo.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +00:00 |
p3statusservice.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3statusservice.h
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
|
2014-03-29 03:57:44 +00:00 |
p3tunnel.cc
|
Removed some std::ostringstream.
|
2012-04-17 21:00:54 +00:00 |
p3tunnel.h
|
reimplemented the tunnel handshake
|
2010-02-25 22:44:04 +00:00 |
p3wiki.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3wiki.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +00:00 |
p3wire.cc
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
|
2014-10-24 22:07:26 +00:00 |
p3wire.h
|
Added ServiceControl + ServiceInfo. Basics are working, but still a lot to do!
|
2014-03-22 03:53:44 +00:00 |