Wikipedia:IRCMonitor

From Wikipedia, the free encyclopedia

AutoWikiBrowser - 4.3.2.0

v  d  e
Home

General information about AutoWikiBrowser and directions for installation.

Request approval

Request approval to be added to the CheckPage to use AutoWikiBrowser.

Discussion

Discuss the application and ask questions.

Bugs

Report bugs in the application.

Feature Requests

Request new features to be implemented into AWB

User manual

The full user manual.

Developer Talk Page · Typos · IW Order · User talk templates · Plugins · IRCMonitor · Projects which have used AWB · Changelog · AWB Sandbox · Settings · Custom Modules · WikiFunctions.dll · Custom style.css · Userbox · SVN Snapshots · Usage Stats
Notice IRCMonitor is still in early stages of development.
IRCMonitor
Screenshot of IRCMonitor
Developed by AutoWikiBrowser project
Latest release 1.0.1.1 / 2007-09-15
OS Windows
Genre Wikipedia monitoring and anti-vandal tool
License GPL
Website sourceforge.net/.../autowikibrowser
Shortcut:
WP:IRCM

The IRCMonitor is a tool that monitors recent changes and logs on Wikipedia and assists in handling it. It has features of quick reverting, issuing warnings to users and reporting vandals to WP:AIV. More features are under development. IRCM is a daughter project of AutoWikiBrowser.

Contents

[edit] Rules of use

Repeated abuse of these rules will result, without warning, in the software being disabled.

[edit] Versions

[edit] Using this software

[edit] (1) Register

IRCMonitor shares its user list with AWB. To request approval, add your name to the requests for registration if you would like to use the software. For security reasons, only registered users (see the list on the check page) are able to use IRCMonitor.

Anyone can be registered, but only if an admin approves your registration by placing your name on the check page. As a general rule only users with more than 500 mainspace edits, no history of edit warring and recent blocks will be registered. You will probably not be contacted when your registration has been approved, so check the page periodically for your name. Note that admins need no approval to use this tool as they are already trusted enough by community.

[edit] (2) Download

After you are registered, or if you just want to examine the software, you may download AutoWikiBrowser package that contains IRCMonitor from SourceForge. Note: This is a development version!

IRCMonitor requires Microsoft Windows 2000/XP or newer (Unicode doesn't work properly on Windows 98/Me). It also requires Version 2 of the .NET framework (download .NET framework).

If the software doesn't work, it probably means that you're not registered or that you don't have the correct .NET framework installed.

[edit] (3) Get started

  1. Start IRCMonitor. Go to the options tab, and under "channel", select the channel you want to monitor from the drop-down menu (for the English Wikipedia, #en.wikipedia). Then click the "Connect" button at the top and return to the Edits tab. After a couple of seconds, you should see a live feed of recent changes.
  2. Click on edit you'd like to check (because list items are moving downwards pretty fast, you can improve your aiming by clicking "Pause" button on toolbar). IRCMonitor will pop up the context menu for this edit. Select "Load diff" and IRCMonitor will switch to browser view that will load diff.
  3. If you see vandalism in this edit, click "Revert" button. It will bring up some options:
    Revert and warn
    after reverting this edit (and probably other edits of this particular user to this page) IRCM will display talk page of user you've reverted so you could see what's going on and issue him a warning for his edits.
    Revert and report
    after reverting this edit IRCM will open appropriate section of Wikipedia:Administrator intervention against vandalism page for editing and add the entry for user you've reverted. You can optionally leave a brief comment on this user and click "Save page" to submit your request. Please read instructions on AIV page before reporting there!
    Revert
    simple revert, without further actions.

[edit] Having problems?

  • It uses the Internet Explorer core, so if you have problems, make sure your IE is working. Make sure you have logged into Wikipedia using IE. If you have altered any settings regarding scripts, first use Tools > Internet Options > 'Advanced' tab > Click on 'Restore Defaults' and then try AWB again.
    • If you have made changes to monobook.css (or whatever your theme is) that require CSS 2 or 3, they may not appear properly in IE and thus in AWB.
  • A buggy monobook.js can often cause IE to display blank pages or crash IRCM. This javascript problem can be avoided by disabling Active Scripting in IE INTERNET OPTIONS - SECURITY - CUSTOM LEVEL.

[edit] User manual

This section will explain what all the bits and pieces do, please help!

The basic process is this:

Make IRCM log in as a user.
Watch live RC feed of edits, new pages or log entries.

[edit] Login

  • IRCM uses the Internet Explorer engine, and uses the IE login. If you have different accounts, you'll have to log out of Wikipedia in IE and log back in as your other account. If you want to run IRCM and do manual edits at the same time using 2 different accounts, use IE for vandalfighting and do your manual edits in another browser like Firefox or Opera.

[edit] Edits tab

This tab is displayed when IRCM starts. It displays live feed of recent changes in a table that has 5 columns:

  • Page - title of the page
  • User - username of the user who modified it
  • Minor - contains "M" if this edit is marked as minor
  • +/- - difference in characters between page content after this edit, and prior to it. Please note that sometimes a buggy IRC bot may give a positive value, when in fact the page has undergone massive content removal.
  • Comment - edit summary

All edits are color-coded:

Edit by anonymous user
Edit by registered user
Edit by whitelisted user
Edit by blacklisted user
Edit to watchlisted page
Checked edit

All colors can be redefined on Options tab

[edit] Getting the sources

AutoWikiBrowser is licensed under the GPL (see the license file). To get the sources, you need read access to the sourceforge SVN server with a SVN client program.

If you would like to use the latest source release, TortoiseSVN is recommended software, and a quick guide for which is included below.

After installing TortoiseSVN, create a folder AWB (or whatever name you prefer) and right click in the folder, and select "SVN Checkout...". In the dialog window that appears (titled "Checkout") enter https://autowikibrowser.svn.sourceforge.net/svnroot/autowikibrowser for the field URL of Repository. Check that the directory beneath is correct. You should then get the sources from the Sourceforge SVN server. When new sources become available execute "SVN Update" from the context menu of your AWB folder. You are not automatically notified of new versions, if you use AWB on a regular basis, and want to use the source version, check this daily, and build a new release version if there are changes. That way you are up to date with all bug fixes and new features.

Please note that you cannot commit sources back to the sourceforge server by using this method (this is called "anonymous access" or "anon access" for short). You would need to be registered as a project developer for this.

When you execute a "SVN Update", the software will download a change list, and then check the files that are present in the AWB folder, before downloading any new or updated files that may be needed.

If you would like to use the sources to run the latest source version, you will need to compile these yourself. You will need a copy of Microsoft Visual C# Express Edition, or a more complete version of the Visual Studio 2005 suite, such as Professional. Visual Studio 2008 also works - a project file for that version is included. Browse to the second AWB folder, and run the Visual Studio Solution. When the IDE has loaded, select release rather than debug (next to the green forward arrow). On the solution explorer on the right hand side, right click on the solution, and select build solution. Visual Studio will now turn the source files into the required files to run AWB and IRC monitor. Back in the AWB folder, browse to bin\release, and copy AutoWikiBrowser.exe and WikiFunctions.dll from the folder to where you run AWB from. Go back up 3 levels, and open the IRCmonitor\bin\release and copy IRCMonitor.exe to the directory with the AWB you run.

If you have command line SVN installed on your pc, it is as simple as typing svn co https://autowikibrowser.svn.sourceforge.net/svnroot/autowikibrowser

That would put it in a folder called autowikibrowser in the default location. If you wanted to specify a location to copy it to, you would append the command with the location, e.g. svn co https://autowikibrowser.svn.sourceforge.net/svnroot/autowikibrowser d:\pathtofile

You can view all SVN changes in the SVN Revision Log.

If you would like to use more up to date SVN versions, but are unable to build your own versions, User:Reedy (an AWB Developer), uploads periodic SVN release snapshots to here.


[edit] See also

[edit] External links