mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2018-03-11 Fred Gleason <fredg@paravelsystems.com>
* Converted ripcd(8) to use RDApplication. * Documented a 'Notification' message type in 'docs/apis/notification.xml'. * Added an 'RDMulticaster' class. * Added an 'mcast_recv_test' program in 'tests/'. * Added a 'SYSTEM.NOTIFICATION_ADDRESS' field to the database. * Incremented the database version to 276. * Added an 'Mcast Address for Notifications' control to the 'System-Wide Settings' dialog in rdadmin(1). * Implemented the 'Process Notification' ['ON'] command in ripcd(8). * Added an 'RDRipc::sendNotification()' method. * Added an 'RDRipc::notificationReceived()' signal.
This commit is contained in:
@@ -94,6 +94,7 @@ SOURCES += rdlogfilter.cpp
|
||||
SOURCES += rdloglock.cpp
|
||||
SOURCES += rdmacro.cpp
|
||||
SOURCES += rdmacro_event.cpp
|
||||
SOURCES += rdnotification.cpp
|
||||
SOURCES += rdoneshot.cpp
|
||||
SOURCES += rdplaymeter.cpp
|
||||
SOURCES += rdprofile.cpp
|
||||
@@ -237,6 +238,7 @@ HEADERS += rdlogfilter.h
|
||||
HEADERS += rdloglock.h
|
||||
HEADERS += rdmacro.h
|
||||
HEADERS += rdmacro_event.h
|
||||
HEADERS += rdnotification.h
|
||||
HEADERS += rdoneshot.h
|
||||
HEADERS += rdplaymeter.h
|
||||
HEADERS += rdprofile.h
|
||||
|
Reference in New Issue
Block a user