Extension:IRC Notify

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual
Crystal Clear action run.png
IRC Notify

Release status: unknown

Implementation Parser extension
Description Connects to IRC and notifies on a channel a RC.
Author(s) Quentin Kaiser
Latest version 0.1.0 (2013-07-07)
License GNU General Public License 2.0 or later
Download No link
Parameters

$wgIrcNotifyIp
$wgIrcNotifyPort
$wgIrcNotifyNickname
$wgIrcNotifyPassword
$wgIrcNotifyIdent
$wgIrcNotifyRealname
$wgIrcNotifyChannel

Hooks used
ArticleSaveComplete

Translate the IRC Notify extension if it is available at translatewiki.net

Check usage and version matrix; code metrics

IRC Notify is an extension wrote by Quentin Kaiser to replace the UDP notification mechanism by an ad-hoc IRC connection, notification and disconnection scheme.

Code[edit | edit source]

https://github.com/BHackspace/scripts/blob/master/ircnotify.php

Drawbacks[edit | edit source]

  • Slows down a lot the modification time, as the IRC events aren't async.
  • Not adapted to any other scenario than ONE modification per interval of time, as each modification implies a new connection.