.. |
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
|
fixed debug output for IP ranges
|
2015-06-23 19:23:53 +00:00 |
p3banlist.h
|
improved GUI layout. changed filtering strategy: now all is collected but only a subset is banned, according to user input. Default is to only ban IP ranges auto-generated and home-made ranges.
|
2015-06-04 20:26:57 +00:00 |
p3bwctrl.cc
|
removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs
|
2015-07-31 17:24:19 +02:00 |
p3bwctrl.h
|
removed old function entry to collect outqueue stats.
|
2015-07-31 17:24:54 +02:00 |
p3discovery2.cc
|
Removed some unused parameter warnings.
|
2015-06-15 22:41:18 +00:00 |
p3discovery2.h
|
turned some std::list<PeerId> into std::set, as it automatically prevents duplicates
|
2015-04-17 21:36:22 +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 debug info in a few places
|
2015-07-09 20:55:11 +00:00 |
p3gxschannels.h
|
added back functionality to choose DL directory for each channel
|
2015-07-07 00:52:52 +00:00 |
p3gxscircles.cc
|
added missing initialisation in p3GxsCircles
|
2015-06-18 15:17:37 +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
|
removed debug info fom gxscommon
|
2015-01-26 19:45:33 +00:00 |
p3gxscommon.h
|
merging gxs_phase2 branch
|
2013-06-04 21:00:43 +00:00 |
p3gxsforums.cc
|
added missing initialisation in p3GxsForums
|
2015-06-18 15:09:56 +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
|
added code for all reputation items
|
2015-10-06 00:11:18 -04:00 |
p3gxsreputation.h
|
added some backend for reputation system
|
2015-10-04 23:14:49 -04: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
|
removed debug info about missing keys; added debug info about deserialization checking of string
|
2015-08-05 20:51:34 +02:00 |
p3idservice.h
|
fixed compile
|
2015-05-31 18:18:02 +00:00 |
p3msgservice.cc
|
prevent crafted distant msgs with partial message flag set (Patch from Henry)
|
2015-05-30 11:35:30 +00:00 |
p3msgservice.h
|
improvement of global router after first test phase. Fixed a number of bugs.
|
2015-04-18 19:59:27 +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
|
removed debug info in p3postbase
|
2015-06-16 19:03:40 +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
|
turned some std::list<PeerId> into std::set, as it automatically prevents duplicates
|
2015-04-17 21:36:22 +00:00 |
p3posted.h
|
turned some std::list<PeerId> into std::set, as it automatically prevents duplicates
|
2015-04-17 21:36:22 +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
|
created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code.
|
2015-05-22 20:54:38 +00:00 |
p3serviceinfo.cc
|
removed unnecessary debug output
|
2015-04-21 20:09:20 +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 |