Legacy mapping from URI schemes to RCFeed subclasses.
Used for $wgRCFeeds (in RecentChange::factory) to determine which class to use if 'class'
is not set, but 'uri'
is.
This variable was introduced as $wgStreamLoggers
and was renamed to $wgRCEngines
in MediaWiki 1.22 alpha.
≥ 1.31
$wgRCEngines = [ 'redis' => RedisPubSubFeedEngine::class, 'udp' => UDPRCFeedEngine::class, ];MediaWiki versions:
1.22 – 1.30
$wgRCEngines = [ 'redis' => 'RedisPubSubFeedEngine', 'udp' => 'UDPRCFeedEngine', ];
This variable is an associated array mapping the URI protocol to the fully qualified class name that will handle that protocol.
This represents MediaWiki's built-in engine for sending RC updates over a UDP connection. More engines can be added by adding more keys or overriding existing ones.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4