.. |
mail
|
Adding start of new Mail Service.
|
2014-12-02 13:22:48 +00:00 |
p3banlist.cc
|
moved rsconfigitems and rshistoryitems to rsitems/
|
2017-04-24 22:47:08 +02:00 |
p3banlist.h
|
moved converted serialisation files into new directory rsitems/, leaving serialiser/ for the serialisation classes
|
2017-04-18 21:11:37 +02:00 |
p3bwctrl.cc
|
moved converted serialisation files into new directory rsitems/, leaving serialiser/ for the serialisation classes
|
2017-04-18 21:11:37 +02:00 |
p3bwctrl.h
|
moved converted serialisation files into new directory rsitems/, leaving serialiser/ for the serialisation classes
|
2017-04-18 21:11:37 +02:00 |
p3discovery2.cc
|
added seperated limit for discovery (30 days)
|
2016-02-19 16:35:11 +01:00 |
p3discovery2.h
|
moved discovery2 items to rsitems/
|
2017-04-23 19:07:26 +02:00 |
p3gxschannels.cc
|
qick fix to allow re-advertising for known forums/channels during the same session. Will be reset at restart (probably best)
|
2017-03-05 14:14:46 +01:00 |
p3gxschannels.h
|
qick fix to allow re-advertising for known forums/channels during the same session. Will be reset at restart (probably best)
|
2017-03-05 14:14:46 +01:00 |
p3gxscircles.cc
|
fixed problem in ID creation code.
|
2017-02-07 20:15:55 +01:00 |
p3gxscircles.h
|
added line in circle tooltip for visibility. Re-worked tooltip text a little bit
|
2016-06-05 15:49:33 -04:00 |
p3gxscommon.cc
|
moved gxs comment and Id items to rsitems/
|
2017-04-26 14:28:25 +02:00 |
p3gxscommon.h
|
merging gxs_phase2 branch
|
2013-06-04 21:00:43 +00:00 |
p3gxsforums.cc
|
qick fix to allow re-advertising for known forums/channels during the same session. Will be reset at restart (probably best)
|
2017-03-05 14:14:46 +01:00 |
p3gxsforums.h
|
qick fix to allow re-advertising for known forums/channels during the same session. Will be reset at restart (probably best)
|
2017-03-05 14:14:46 +01:00 |
p3gxsreputation.cc
|
moved rsconfigitems and rshistoryitems to rsitems/
|
2017-04-24 22:47:08 +02:00 |
p3gxsreputation.h
|
fixed previous file move
|
2017-04-22 21:36:39 +02: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
|
moved gxs comment and Id items to rsitems/
|
2017-04-26 14:28:25 +02:00 |
p3idservice.h
|
moved gxs comment and Id items to rsitems/
|
2017-04-26 14:28:25 +02:00 |
p3msgservice.cc
|
moved rsconfigitems and rshistoryitems to rsitems/
|
2017-04-24 22:47:08 +02:00 |
p3msgservice.h
|
converted RTT items to new serialization
|
2017-04-24 11:01:45 +02:00 |
p3photoservice.cc
|
removed two instances of malloc(0) captured by new rs_malloc funtion
|
2016-01-12 21:43:04 -05: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
|
moved gxs comment and Id items to rsitems/
|
2017-04-26 14:28:25 +02: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
|
Fix Posted Feed Item when received comment.
|
2016-07-23 01:48:35 +02:00 |
p3posted.h
|
Fix Posted Feed Item when received comment.
|
2016-07-23 01:48:35 +02:00 |
p3rtt.cc
|
moved RTT items to rsitems/
|
2017-04-24 11:06:51 +02:00 |
p3rtt.h
|
moved RTT items to rsitems/
|
2017-04-24 11:06:51 +02:00 |
p3service.cc
|
cleaned the hierarchy of serialization classes
|
2017-04-26 11:40:46 +02: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
|
moved converted serialisation files into new directory rsitems/, leaving serialiser/ for the serialisation classes
|
2017-04-18 21:11:37 +02: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
|
fixed some leaking memory issues in loadList() methods, and also increased consistency by not returning non empty list with deleted items inside
|
2015-12-30 18:20:09 -05: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 |