Fork me on GitHub

Wikimedia IRC logs browser - #wikimedia-tech

Filter:
Start date
End date

Displaying 296 items:

2018-07-25 09:19:31 <Debenben_> Hi, I have trouble to set up a bot to use the botflag for edits
2018-07-25 09:22:28 <Debenben_> the source code is https://phabricator.wikimedia.org/diffusion/TTEX/browse/master/mathwikibot.py
2018-07-25 09:23:57 <Debenben_> I have no idea what the problem could be or how to debug it, because I don't understand the botflag works
2018-07-25 09:25:22 <Debenben_> is there some documentation about the botflag in general, or can I use the botflag manually to see if that works?
2018-07-25 09:27:48 <Debenben_> I would really appreciate some help, because I just don't have a clue how it should work and what could be wrong
2018-07-25 09:37:56 <Debenben_> #join wikimedia-bots
2018-07-25 09:40:38 <andre__> Debenben_, impossible to help if you don't describe "trouble" :)
2018-07-25 09:41:16 <Debenben_> @andre: thank you for having a look
2018-07-25 09:41:30 <Debenben_> the trouble is that it does not set the botflag
2018-07-25 09:42:13 <Debenben_> the Texvc2LaTeXbot account does have bot rights on dewiki
2018-07-25 09:43:45 <Debenben_> the only way I know how to set the botflag or test it is via pywikibot:
2018-07-25 09:43:47 <Debenben_> page.save(summary=editmessage, botflag=True, minor=True)
2018-07-25 09:44:34 <Debenben_> but the only thing that works is setting the minor edit flag
2018-07-25 09:47:13 <Debenben_> I would already be happy if someone could give some possilble problems or point to a documentation pag, then I can debug the problem
2018-07-25 09:52:14 <Debenben_> For example: Is it possible to set the bot flag for a usual manual edit?
2018-07-25 09:52:36 <Debenben_> If yes, I would like to try if that works
2018-07-25 10:52:08 <Debenben_> turns out that there is no problem at all
2018-07-25 10:52:31 <Debenben_> the problem was that I was expecting a fat B to show up in the version history
2018-07-25 10:52:55 <Debenben_> but apparently that only shows up in recent changes
2018-07-25 13:25:30 <Nudin_WMDE> Technical Advice IRC meeting starting in 90 minutes in channel #wikimedia-tech, hosts: @@Pablo_WMDE & @CFisch_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting
2018-07-25 13:33:16 <dadabidet> is it possible to get all the article of a certain category, for example sociology or mathematics? Or does kiwix build their article list, is there some sort of "quality review" of wikipedia articles ?
2018-07-25 13:38:35 <andre__> dadabidet: depends on which of the Wikipedias. Some have Approved Revisions.
2018-07-25 13:38:56 <andre__> but how Kiwix builds lists is a question to Kiwix folks, I guess?
2018-07-25 13:39:07 <dadabidet> I asked them but they don't answer
2018-07-25 13:39:18 <andre__> where? how?
2018-07-25 13:39:34 <dadabidet> IRC. I also sent them an email
2018-07-25 13:40:28 <dadabidet> but I guess the revision system can allow somebody to build a list of articles that are deemed to belong in a paper encyclopedia, versus articles like news event etc
2018-07-25 13:40:44 <andre__> dadabidet, I don't see any such email on the Kiwix mailing lists in this month
2018-07-25 13:41:00 <dadabidet> I sent one to contact@kiwix
2018-07-25 13:41:16 <andre__> Maybe try kiwix-developer@ ?
2018-07-25 13:43:08 <dadabidet> done
2018-07-25 13:43:12 <Debenben_> @dadabidet: if you don't need kiwix but just a list of articles, you can use PetScan: https://petscan.wmflabs.org/
2018-07-25 13:44:41 <dadabidet> The thing is, I was curious if it was possible to get all article related to a particular field of science, like sociology
2018-07-25 13:44:50 <dadabidet> I don't think there is such directory
2018-07-25 13:45:02 <dadabidet> Although there are portals
2018-07-25 13:45:37 <dadabidet> Since ZIM files are very large, I was curious about removing stuff like litterature or other subjects Im not interesting in reading
2018-07-25 13:45:59 <dadabidet> but I don't think wikipedia articles are labelled that way
2018-07-25 13:46:06 <dadabidet> although revised articles ought to
2018-07-25 13:46:37 <Debenben_> you can try to use the category system
2018-07-25 13:46:49 <Debenben_> in some languages and certain fields it is very good
2018-07-25 13:47:25 <dadabidet> ok
2018-07-25 13:49:07 <dadabidet> I guess an API call on a certain category might have a heavy cost
2018-07-25 13:49:27 <dadabidet> maybe I can do it with petscan or similar?
2018-07-25 13:50:19 <dadabidet> I'd have to list categories first
2018-07-25 13:52:09 <dadabidet> oh there's also some sql-like language in petsccan
2018-07-25 13:57:51 <dadabidet> Debenben_, would you know the sparql query to list categories?
2018-07-25 13:58:24 <Debenben_> I think sparql queries are mainly used in wikidata
2018-07-25 13:58:41 <Debenben_> and for the categories you need the wikipedia page content
2018-07-25 13:59:07 <Debenben_> you can try to query all subsets of certain items in wikidata that have links to wikipedia pages
2018-07-25 14:00:15 <Debenben_> from my experience, for getting all articles belonging to a particular field, the wikipedia category system is better than wikidata
2018-07-25 14:01:04 <dadabidet> yes ok, so how should I list categories?
2018-07-25 14:01:47 <Debenben_> just in the english wikipedia, or all languages?
2018-07-25 14:02:11 <dadabidet> mmmh
2018-07-25 14:04:19 <dadabidet> that won't do what I want
2018-07-25 14:04:32 <dadabidet> I don't wish to do things manually
2018-07-25 14:04:42 <Debenben_> so, what do you want?
2018-07-25 14:05:24 <dadabidet> I want to list categories present in wikipedia, pick the categories I want, and pick the article links of the categories I picked
2018-07-25 14:07:07 <dadabidet> Oh yeah Im reading your question
2018-07-25 14:07:09 <Debenben_> what do you mean by pick the categories you want
2018-07-25 14:07:10 <dadabidet> sorry
2018-07-25 14:07:13 <Debenben_> pick them manually?
2018-07-25 14:07:14 <dadabidet> in english wikipedia
2018-07-25 14:07:27 <dadabidet> I want to list categories in english wikipedia
2018-07-25 14:07:31 <michagogo|> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 14:07:34 <michagogo|> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 14:07:37 <michagogo|> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 14:07:41 <michagogo|> Voice your opinions at https://webchat.freenode.net/?channels=#freenode
2018-07-25 14:09:51 <dadabidet> michagogo|, wtf?
2018-07-25 14:10:22 <Reedy> Ignore it. Spam
2018-07-25 14:10:29 <dadabidet> oh ok
2018-07-25 14:10:56 <bblack> copying from shortly ago when this happened in -operations:
2018-07-25 14:10:59 <bblack> 13:49 < Krinkle> For anyone having clicked any of the previous links – This appears to be a fakenews scandal intended to harm "kloeri", "Exherbo" and/or Freenode. Several sources state that these are not the people's actual blogs, but sites created by others in their name with fake content.
2018-07-25 14:11:04 <bblack> 13:49 < andre__> Those are fake pages by someone who has been blocked on Freenode and taking revenge.
2018-07-25 14:11:07 <bblack> 13:49 < andre__> They also heavily spammed other IRC networks yesterday.
2018-07-25 14:11:09 <bblack> 13:49 < Krinkle> Yeah, been going on for a while.
2018-07-25 14:17:01 <evilman_work> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 14:17:04 <evilman_work> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 14:17:07 <evilman_work> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 14:17:10 <evilman_work> Voice your opinions at https://webchat.freenode.net/?channels=#freenode
2018-07-25 14:18:56 <Debenben_> @dadabidet: You can go to https://en.wikipedia.org/wiki/Category:Contents and try work your way down to the categories you are interested in
2018-07-25 14:20:23 <Debenben_> however the category tree unfortunately is often more like a ball of wool than a tree
2018-07-25 14:20:51 <Debenben_> but that depends on the project and language that you choose
2018-07-25 14:20:58 <Debenben_> some might be quite usefull
2018-07-25 14:23:50 <dadabidet> yeah no
2018-07-25 15:00:06 <Pablo_WMDE> A warm welcome everyone to the Technical Advice IRC meeting. https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting
2018-07-25 15:01:17 <Pablo_WMDE> CFisch_WMDE and Pablo_WMDE are here to answer MediaWiki and other Wikimedia-project related questions you may have
2018-07-25 15:01:25 <CFisch_WMDE> \o/
2018-07-25 15:02:53 <CFisch_WMDE> Soooo
2018-07-25 15:03:27 <Reedy> This is the earth
2018-07-25 15:03:34 <Reedy> it's row-und
2018-07-25 15:03:46 <CFisch_WMDE> mainframe98_: You pre-posted your topic on the wiki - I can vaguely remember it from last time.
2018-07-25 15:03:53 <mainframe98_> Well, I'll start off with a question: How do I access the database during extension registration
2018-07-25 15:04:04 <Reedy> Which part?
2018-07-25 15:04:11 <Reedy> Where?
2018-07-25 15:04:11 <Reedy> When?
2018-07-25 15:04:42 <mainframe98_> CFisch_WMDE: Indeed. I've dug into that issue a bit further, and the problem lies in that there is no chronology protection specified when calling wfGetDB.
2018-07-25 15:05:04 <mainframe98_> Chronology protection is only provided after the service locator is reset, long after extensions are loaded.
2018-07-25 15:05:56 <Reedy> Are you using "callback"?
2018-07-25 15:06:00 <Reedy> /onRegistration?
2018-07-25 15:06:09 <Reedy> Why do you need db access so early?
2018-07-25 15:07:08 <CFisch_WMDE> mainframe98_: I also can remember we stopped at a point where you wanted to show the code so we can have a closer look :-)
2018-07-25 15:07:12 <mainframe98_> Reedy: onRegistration indeed. I need db access at that point because certain settings I'm storing in the database need to be exported to $GLOBALS when setup.php attempts to do some setup
2018-07-25 15:07:32 <mainframe98_> Specifically $wgUseInstantCommons is a good example
2018-07-25 15:07:49 <mainframe98_> CFisch_WMDE: I'll try and get something online
2018-07-25 15:09:14 <Remco16> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 15:09:18 <Remco16> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 15:09:22 <Remco16> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 15:09:32 <Remco16> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 15:09:32 <Remco16> This message was brought to you by Private Internet Access
2018-07-25 15:11:45 <CFisch_WMDE> We need more ops that can kickban -.-
2018-07-25 15:13:51 <mainframe98_> CFisch_WMDE: https://github.com/mainframe98/ConfigurationDatabase We're live
2018-07-25 15:14:26 <mainframe98_> The code you'll most likely be looking for is in includes/Hooks.php
2018-07-25 15:14:47 <d3r1ck> Pablo_WMDE: Thanks for the warm welcome :)
2018-07-25 15:15:12 <Pablo_WMDE> mainframe98 Did you research if this is really a problem of your extension "being too late" or if this could be tackled by altering/defering the consuming code?
2018-07-25 15:17:12 <mainframe98_> Pablo_WMDE: This is really something I consider a problem, using $wgUseInstantCommons for example, which is just an alias for configuration to $wgForeignFileRepos.
2018-07-25 15:17:22 <d3r1ck> pokes CFisch_WMDE, Reedy & Pablo_WMDE on this: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DismissableSiteNotice/+/447404
2018-07-25 15:17:43 <d3r1ck> So I want to get a little deeper in my understanding about the questions listed in the patch
2018-07-25 15:17:47 <mainframe98_> Additionally, certain configuration must be available before the service locator is (re-)initialized, since it depends on some globals
2018-07-25 15:19:28 <CFisch_WMDE> mainframe98_: Now I get, what you want to do ... it's a pretty ambitious project - atm I'm not sure if this can be done without changes in core
2018-07-25 15:20:50 <mainframe98_> CFisch_WMDE: Yup, I wagered as much. I'm asking here though, as I don't want to go propose code changes for things that can be resolved without making changes.
2018-07-25 15:21:15 <CFisch_WMDE> mainframe98_: Sure
2018-07-25 15:21:25 <Pablo_WMDE> CFisch_WMDE: mainframe98 ambitious indeed.
2018-07-25 15:24:06 <d3r1ck> Maybe someone can leave a comment on the PS, it will greatly help :)
2018-07-25 15:24:17 <Pablo_WMDE> d3r1ck: There was a conversation between Krinkle and you which so far remains unfinished apparently. Which question is the most pressing in your mind? Should these questions be answered by a larger audience?
2018-07-25 15:24:54 <d3r1ck> Pablo_WMDE: No problem, if the questions can be answered even on the PS, that is fine. By a larger audience, no problem
2018-07-25 15:25:06 <Pablo_WMDE> d3r1ck: Maybe phab would be a better place to discuss product question, so that non-tech people, and people not subscribed to that patch can contribute, too?
2018-07-25 15:25:25 <d3r1ck> Pablo_WMDE: YeS
2018-07-25 15:25:46 <d3r1ck> Just that Krinkle dropped the comment on phab, so I just reflexed by replying.
2018-07-25 15:26:01 <d3r1ck> So maybe moving the questions to Phab will do to get responses? :)
2018-07-25 15:26:06 <Pablo_WMDE> d3r1ck: In my eyes we should first discuss what the product should do (phab) and then polish how this is done in code review (gerrit)
2018-07-25 15:26:25 <d3r1ck> Pablo_WMDE: Perfect :)
2018-07-25 15:26:44 <Pablo_WMDE> d3r1ck: Great to hear you see this working
2018-07-25 15:27:59 <Brace26> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 15:27:59 <Brace26> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 15:28:02 <Brace26> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 15:28:02 <Brace26> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 15:28:05 <CFisch_WMDE> mainframe98_: I just start digging into the topic ... Reedy do you have any insights on that is possible there or any other way to solve the problem?
2018-07-25 15:28:05 <Brace26> This message was brought to you by Private Internet Access
2018-07-25 15:28:27 <Reedy> CFisch_WMDE: Well, there's a reason that the WMF hasn't tackled it :)
2018-07-25 15:28:51 <CFisch_WMDE> ^^'
2018-07-25 15:29:02 <d3r1ck> Pablo_WMDE: Discussion moved :), https://phabricator.wikimedia.org/T199274#4450704
2018-07-25 15:30:30 <Pablo_WMDE> d3r1ck: Great spirit, exemplary execution!
2018-07-25 15:31:01 <mainframe98_> Reedy: Do you know the reason why (perhaps the same issue I'm running in to) (or perhaps a place where those reasons are)
2018-07-25 15:31:10 <Reedy> It's hard
2018-07-25 15:31:19 <Reedy> Globals everywhere make it a harder problem
2018-07-25 15:31:31 <Reedy> There was a start to refactor that stuff with ext-reg and config stuff in MW
2018-07-25 15:31:34 <Reedy> But it's far from finished
2018-07-25 15:33:06 <legoktm> o/
2018-07-25 15:33:22 <mainframe98_> Well, then I suppose I better redirect my efforts to solving that issue first, perhaps continuing where change 327312 left off
2018-07-25 15:33:24 <Reedy> Ah, mainframe98_ I bet lego can go into more detail ;)
2018-07-25 15:34:55 <legoktm> mainframe98_: I'm excited someone is trying this out, but I don't think it's really possible to do it from an extension, mostly due to the timing/setup issues that you're running into
2018-07-25 15:35:53 <legoktm> I was talking with FlorianSW last week about this at Wikimania
2018-07-25 15:36:14 <legoktm> the original plan was to introduce the Config abstraction, have people switch to that, and then come up with a way to replace it with a database backend
2018-07-25 15:36:18 <Pablo_WMDE> mainframe98 Maybe it's not as black and white and - until certain things in core are improved - we need to differentiate between things that can already be done and which can't (yet)
2018-07-25 15:36:34 <legoktm> But Config really hasn't taken off, so I think we need to improve the developer experience on that first
2018-07-25 15:37:35 <Reedy> plus static functions etc
2018-07-25 15:38:06 <Reedy> [16:31:01] <Reedy> It's hard
2018-07-25 15:38:29 <mainframe98_> Then I'll see if I can focus on that first. I have a different solution in mind to prevent the extension from getting stuck into limbo and and least offer a prototype, and I'll see if I can't apply that first
2018-07-25 15:38:58 <mainframe98_> It certainly won't be anything to write home about, and hack doesn't start to describe, but it might work
2018-07-25 15:43:07 <CFisch_WMDE> mainframe98_ I hope you will be able to get something done :-)
2018-07-25 15:43:23 <CFisch_WMDE> Reedy: legoktm thanks for joining the discussion ;-)
2018-07-25 15:43:49 <CFisch_WMDE> Anyone else anything? Or another thing?
2018-07-25 15:43:56 <d3r1ck> Just wondering if some patche(s) can be looked at?
2018-07-25 15:44:06 <mainframe98_> CFisch_WMDE: Reedy: Legoktm: Thank you!
2018-07-25 15:44:36 <d3r1ck> CFisch_WMDE: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Mailgun/+/440118
2018-07-25 15:44:52 <d3r1ck> That has been around for over a month :)
2018-07-25 15:45:00 <CFisch_WMDE> d3r1ck: posting a few links won't hurt anyone ;-) - as long as we have no other issues
2018-07-25 15:45:22 <d3r1ck> Hey, I know Reedy has been on this: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/416234
2018-07-25 15:45:46 <Reedy> CFisch_WMDE: I'm pretty sure most of us have "issues"...
2018-07-25 15:45:56 <CFisch_WMDE> *g*
2018-07-25 15:48:42 <d3r1ck> Maybe this one has already been fixed; no idea; https://gerrit.wikimedia.org/r/c/mediawiki/extensions/InputBox/+/370370
2018-07-25 15:49:03 <d3r1ck> That's it on my radar
2018-07-25 15:50:55 <Pablo_WMDE> d3r1ck: The change you linked needs a rebase apparently
2018-07-25 15:51:22 <d3r1ck> Pablo_WMDE: Some not all I think (I think just the last one)
2018-07-25 15:51:32 <d3r1ck> or all?
2018-07-25 15:51:33 <Pablo_WMDE> d3r1ck: Did you have contact with Florianschmidtwelzow?
2018-07-25 15:51:57 <d3r1ck> Once I think and he said someone needs to review
2018-07-25 15:51:57 <Debenben_> This is not really a question that can be answered, but https://phabricator.wikimedia.org/T195861 would need some input from WMF developers
2018-07-25 15:52:54 <Pablo_WMDE> d3r1ck: I don't know the ticket or change, but it does not appear to be a particularly large chain of changes
2018-07-25 15:53:15 <d3r1ck> nods
2018-07-25 15:53:55 <d3r1ck> For the first, I've ping Tony but apparently he's not got the time to look at it maybe
2018-07-25 15:54:25 <Pablo_WMDE> d3r1ck: If you'd like to see this progressing maybe take on the rebasing yourself and then find someone to review it in turn. Of course only if you feel comfortable about it and know what it's about
2018-07-25 15:54:54 <d3r1ck> Pablo_WMDE: Got it, thanks :)
2018-07-25 15:55:49 <d3r1ck> 16:54:53 d3r1ck | Pablo_WMDE: Got it, thanks :)
2018-07-25 15:56:02 <Pablo_WMDE> d3r1ck Sure
2018-07-25 16:00:39 <d3r1ck> Does OOUI have support for autocomplete Input widget?
2018-07-25 16:01:09 <d3r1ck> But rather than pick values from DB, would want to read this from a wikipage (pre-filled)
2018-07-25 16:01:33 <d3r1ck> Maybe via a JSON strcuture etc, wondering if this is possible and maybe some pointers :)
2018-07-25 16:04:01 <Pablo_WMDE> d3r1ck: You certainly can add ajax callbacks that allow you to query and data source https://doc.wikimedia.org/oojs-ui/master/demos/?page=widgets&theme=apex&direction=ltr&platform=desktop#TextInputWidget-label ff.
2018-07-25 16:04:09 <Pablo_WMDE> *any
2018-07-25 16:05:27 <Pablo_WMDE> d3r1ck: https://doc.wikimedia.org/oojs-ui/master/js/#!/api/OO.ui.mixin.LookupElement
2018-07-25 16:06:07 <Pablo_WMDE> And that concludes today's Technical Advice IRC Meeting
2018-07-25 16:06:16 <Pablo_WMDE> Thank you all for joining!
2018-07-25 16:06:45 <d3r1ck> Pablo_WMDE: Thanks you and everyone :)
2018-07-25 16:08:21 <Guest8504323> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 16:08:21 <Guest8504323> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 16:08:25 <Guest8504323> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 16:08:25 <Guest8504323> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 16:08:28 <Guest8504323> This message was brought to you by Private Internet Access
2018-07-25 16:08:43 <CFisch_WMDE> Jepp the hour is up, let's finish here. See you around and next week \o/!
2018-07-25 16:09:17 <CFisch_WMDE> And don't click links from spam bots ^^
2018-07-25 16:16:54 <linear> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 16:16:57 <linear> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 16:17:01 <linear> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 16:17:04 <linear> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 16:17:06 <linear> This message was brought to you by Private Internet Access
2018-07-25 16:21:25 <jack34> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 16:21:26 <jack34> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 16:21:29 <jack34> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 16:21:29 <jack34> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 16:21:32 <jack34> This message was brought to you by Private Internet Access
2018-07-25 16:43:09 <Captain_Beezay> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 16:43:12 <Captain_Beezay> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 16:43:16 <Captain_Beezay> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 16:43:19 <Captain_Beezay> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 16:43:22 <Captain_Beezay> This message was brought to you by Private Internet Access
2018-07-25 16:43:41 <Captain_Beezay21> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 16:43:44 <Captain_Beezay21> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 16:43:48 <Captain_Beezay21> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 16:43:51 <Captain_Beezay21> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 16:43:52 <Sagan7> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 16:43:53 <Captain_Beezay21> This message was brought to you by Private Internet Access
2018-07-25 16:43:55 <Sagan7> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 16:43:59 <Sagan7> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 16:44:02 <Sagan7> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 16:44:05 <Sagan7> This message was brought to you by Private Internet Access
2018-07-25 17:13:09 <Fleet21> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 17:13:10 <Fleet21> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 17:13:13 <Fleet21> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 17:13:13 <Fleet21> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 17:13:16 <Fleet21> This message was brought to you by Private Internet Access
2018-07-25 17:33:07 <horse> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 17:33:07 <horse> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 17:33:11 <horse> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 17:33:11 <horse> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 17:33:13 <horse> This message was brought to you by Private Internet Access
2018-07-25 18:33:10 <nandub18> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 18:33:10 <nandub18> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 18:33:13 <nandub18> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 18:33:13 <nandub18> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 18:33:16 <nandub18> This message was brought to you by Private Internet Access
2018-07-25 19:01:41 <mentifis14> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 19:01:41 <mentifis14> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 19:01:41 <mentifis14> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 19:22:58 <07IADFPBH> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 19:22:58 <07IADFPBH> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 19:22:58 <07IADFPBH> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 19:23:01 <07IADFPBH> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 19:23:04 <07IADFPBH> This message was brought to you by Private Internet Access
2018-07-25 19:36:43 <niko2> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 19:36:46 <niko2> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 19:36:49 <niko2> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 19:36:52 <niko2> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 19:36:55 <niko2> This message was brought to you by Private Internet Access
2018-07-25 19:43:11 <fsamareanu11> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 19:43:13 <shreyansh_k8> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 19:43:14 <fsamareanu11> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 19:43:16 <shreyansh_k8> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 19:43:17 <fsamareanu11> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 19:43:19 <shreyansh_k8> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 19:43:20 <fsamareanu11> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 19:43:22 <shreyansh_k8> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 19:43:23 <fsamareanu11> This message was brought to you by Private Internet Access
2018-07-25 19:43:25 <shreyansh_k8> This message was brought to you by Private Internet Access
2018-07-25 19:45:42 <LewsThanThree6> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 19:47:00 <bawolff> Huh. The js script is an interesting touch to the spam
2018-07-25 20:43:08 <SkyPatrol25> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 20:43:08 <SkyPatrol25> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 20:43:08 <SkyPatrol25> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 20:43:11 <SkyPatrol25> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 20:43:14 <SkyPatrol25> This message was brought to you by Private Internet Access
2018-07-25 21:27:57 <elkalamar> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 21:27:57 <elkalamar> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 21:27:57 <elkalamar> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 21:28:00 <elkalamar> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 21:28:03 <elkalamar> This message was brought to you by Private Internet Access
2018-07-25 21:33:12 <alkyl11> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 21:33:15 <alkyl11> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 21:33:19 <alkyl11> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 21:33:22 <alkyl11> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 21:33:25 <alkyl11> This message was brought to you by Private Internet Access
2018-07-25 21:53:33 <weq13> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 21:53:33 <weq13> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 21:53:37 <weq13> Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
2018-07-25 21:53:37 <weq13> <script type="text/javascript" src="http://web.nba1001.net:8888/tj/tongji.js"></script>;
2018-07-25 21:53:40 <weq13> This message was brought to you by Private Internet Access
2018-07-25 21:57:10 <foks> bawolff: the js is presumably just to trick people's antivirues
2018-07-25 21:58:16 <bawolff> Ah. Thats kind of cute
2018-07-25 23:26:55 <ankry> Hi,
2018-07-25 23:27:22 <ankry> how to enable CodeEditor when editing user's commons.js ?
2018-07-25 23:27:57 <ankry> eg. on meta, commons or wikisource.org
2018-07-25 23:28:29 <ankry> *common.js
2018-07-25 23:40:28 <ankry> ok, found it: extended toolbar needs to be enabled
2018-07-25 23:42:56 <d10n5> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
2018-07-25 23:42:56 <d10n5> or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
2018-07-25 23:44:58 <17SAAHUO5> Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/

This page is generated from SQL logs, you can also download static txt files from here