mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2020-08-19 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.SSH_IDENTITY_FILE' field to the database. * Added a 'RECORDINGS.URL_USE_ID_FILE' field to the database. * Added a 'FEEDS.PURGE_USE_ID_FILE' field to the database. * Incremented the database version to 333. * Added 'RDStation::sshIdentityFile()' and 'RDStation::setSshIdentityFile()' methods. * Added 'RDRecording::urlUseIdFile()' and 'RDRecording::setUrlUseIdFile()' methods. * Added 'RDFeed::purgeUseIdFile()' and 'RDFeed::setPurgeUseIdFile()' methods. * Added a 'SSH Ident. File' control to the 'Host' dialog in rdadmin(1). * Added an 'Authenticate with local identity file' checkbox to the 'Feed' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Abstract a Rivendell RDCatch Event
|
||||
//
|
||||
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -131,6 +131,8 @@ class RDRecording
|
||||
void setUrlUsername(QString name) const;
|
||||
QString urlPassword() const;
|
||||
void setUrlPassword(QString passwd) const;
|
||||
bool urlUseIdFile() const;
|
||||
void setUrlUseIdFile(bool state) const;
|
||||
bool enableMetadata() const;
|
||||
void setEnableMetadata(bool state) const;
|
||||
int feedId() const;
|
||||
@@ -156,4 +158,4 @@ class RDRecording
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif // RDRECORDING_H
|
||||
|
||||
Reference in New Issue
Block a user