r42773 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42772‎ | r42773 | r42774 >
Date:17:42, 29 October 2008
Author:btongminh
Status:old
Tags:
Comment:
mwclient now supports https properly
Modified paths:
  • /trunk/tools/adminlogbot/README (modified) (history)
  • /trunk/tools/adminlogbot/adminlog.py (modified) (history)

Diff [purge]

Index: trunk/tools/adminlogbot/adminlog.py
@@ -1,4 +1,4 @@
2 -site="wikitech.leuksman.com"
 2+site=('https', "wikitech.leuksman.com")
33 path="/"
44 user="More Bots"
55 password="..."
Index: trunk/tools/adminlogbot/README
@@ -1,6 +1,5 @@
2 -Dependancies:
 2+Dependencies:
33 mwclient: svn co http:// mwclient.svn.sourceforge.net/viewvc/mwclient/trunk/mwclient/
44 irclib: http://downloads.sourceforge.net/python-irclib/python-irclib-0.4.6.tar.gz?modtime=1135442433&big_mirror=0
55
6 -for HTTPS sites one needs to change http.py in mwclient to assign
7 -HTTPSPersistentCnnection to pool, instead of HTTPPersistentConnection
 6+

Status & tagging log