mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	* 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.
		
			
				
	
	
		
			16 lines
		
	
	
		
			588 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			588 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
                    SYSTEM Table Layout for Rivendell
 | 
						|
 | 
						|
The STATIONS table contains system-wide settings.
 | 
						|
 | 
						|
FIELD NAME           TYPE               REMARKS
 | 
						|
---------------------------------------------------------------
 | 
						|
ID                   int(11)            Auto increment, primary key
 | 
						|
SAMPLE_RATE          int(10) unsigned
 | 
						|
DUP_CART_TITLE       enum('N','Y')
 | 
						|
FIX_DUP_CART_TITLES  enum('N','Y')
 | 
						|
MAX_POST_LENGTH      int(10) unsigned
 | 
						|
ISCI_XREFERENCE_PATH char(255)
 | 
						|
TEMP_CART_GROUP      char(10)            From 'GROUPS.NAME'
 | 
						|
SHOW_USER_LIST       enum('N','Y')
 | 
						|
NOTIFICATION_ADDRESS char(15)
 |