Friday, 2011-03-04

*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (Ping timeout: 276 seconds)00:43
*** Joins: kirillka (~Miranda@195.242.142.17)01:03
*** Quits: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl) (Ping timeout: 240 seconds)01:44
*** Joins: Cupertino (~Cupez@62.177.158.122)02:32
*** Quits: Cupertino (~Cupez@62.177.158.122) (Changing host)02:32
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:32
*** Joins: giallu (~giallu@fedora/giallu)02:47
*** Joins: Phileas1 (~chatzilla@vpn.rzz.ch)02:49
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)03:14
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 252 seconds)03:42
*** Joins: rolfkleef (~rolfkleef@92.254.21.180)04:11
*** Joins: giallu (~giallu@fedora/giallu)04:45
dhx1giallu: interested in your thoughts on security handling from a distribution perspective :)04:46
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk) (Read error: Operation timed out)04:47
gialludhx1, that's a great topic04:49
giallucan't discuss it right now (preparing some slides for tomorrow)04:49
giallubut ping me again next week, or better, kick off some thread on the mailing lit04:49
dhx1giallu: no problem... it was in relation to discussion at oss-security mailing list04:50
dhx1giallu: I'll leave you to to it... all the best for the presentation!04:51
dhx1thanks for the response :)04:51
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk)04:58
kirillkadhx1: around?05:56
dhx1kirillka: hey05:56
kirillkadhx1: hi05:57
kirillkacan you help me? I don't understand, how switch off sending notification for change status to CLOSED05:57
kirillkafor now all change status sending for users. I want exclude changing status to CLOSED05:58
kirillkadhx1: I found $g_notify_flags['closed']['reporter'] = OFF;06:02
kirillkabut how I can change this to all users?06:02
dhx1$g_notify_flags['closed'][X] = OFF06:10
kirillkawhat is X ?06:10
dhx1where X is all of reporter, handler, monitor, bugnotes, explicit06:10
dhx1then also add the lines:06:10
dhx1$g_notify_flags['closed']['threshold_max'] = NOBODY06:11
dhx1afaik06:11
kirillkaI must write all lines?06:11
dhx1I think so, yeah06:12
dhx1at least try the last one06:12
dhx1as it applies to all users06:12
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 246 seconds)06:14
kirillka$g_notify_flags['closed']['threshold_min'] = NOBODY;06:20
kirillka$g_notify_flags['closed']['threshold_max'] = NOBODY;06:20
kirillkathis work06:20
dhx1yep06:20
kirillkadhx1: thnx06:20
dhx1kirillka: np06:20
kirillkadhx1: Can you test: view_all_bug_page.php work select all or not?06:21
kirillkadhx1: for me - not work06:21
dhx1I can confirm - you can check them all but unchecking the box doesn't deselect them all06:22
dhx1it's probably a change in jQuery06:23
kirillkadhx1: I don't sure when it happen'06:23
kirillkabut for me all not work06:23
dhx1        $('input[type=checkbox].check_all').click(function() {06:23
dhx1                var matchingName = $(this).attr('name').replace(/_all$/, '');06:23
dhx1                $(this).closest('form').find('input[type=checkbox][name=' + matchingName + '\[\]]').attr('checked', this.checked);06:23
dhx1        });06:23
dhx1the "select all" doesn't even work for you?06:24
dhx1which browser?06:24
kirillkaFF06:24
dhx13 or 4?06:24
kirillkaone sec. I check chrome. FF 306:24
dhx1FF4 the check all works OK but I can't deselect06:25
dhx1same as Chromium nightly06:25
kirillkain chrome not work too06:25
kirillka$("input[type=text].autocomplete").autocomplete is not a function06:26
*** Joins: ki9a (~knowitall@546B2E93.cm-12-4a.dynamic.ziggo.nl)06:30
ki9aIs there a version of mantis that works with php 5.3 & the microsoft mssql drivers?06:30
ki9athe php mssql driver was dropped for 5.3 on windows06:31
kirillkadhx1: why you up php minimal version? What used in php, witch exist only in 5.3?06:35
dhx1ki9a: we're changing database support completely in mantisbt 1.3.x so it'll work much better with MSSQL06:36
ki9awill the 1.3 preview work?06:36
dhx1ie. we're using PDO06:36
dhx1ki9a: yes, it'll work the same as 1.2.x for now06:36
ki9aoke so 1.3 preview won't work against the new driver then06:36
dhx1kirillka: the bump is because we plan on using some PHP 5.3.x features in 1.3.x (upcoming changes)06:36
ki9a(new driver uses apis like sqlsrv_connect, sqlsrv_query etc)06:37
dhx1ki9a: not yet... it will work against PDO shortly though once we've finished it06:37
ki9aah ok06:37
ki9athanks06:37
dhx1afaik we'll be trying to use PHP's MSSQL PDO driver06:37
kirillkadhx1: centos use php 5.2.1006:37
dhx1or however it works for MSSQL06:37
ki9aah PDO will work06:37
ki9athe sql driver supports that06:37
dhx1kirillka: there is discussion on the mailing list with more information, I suggest commenting there06:37
dhx1ki9a: yeah06:38
ki9acool06:38
kirillkadhx1: I see06:38
ki9athanks.06:38
dhx1kirillka: I'm not sure why that "unrecognized expression: [name=reporter_id[]]" message is coming from... looking into it now06:39
dhx1the stack trace doesn't help06:39
kirillkagiallu: Where you see php 5.3 in centos?06:43
giallukirillka, you need to wait the 5.6 release06:43
kirillkagiallu: did you know when planned release?06:44
dhx1kirillka: as I advised on the mailing list, 1.3.x won't be available until later... in which time CentOS should have updated itself06:44
gialluthey aded a php53 package06:44
dhx1kirillka: if not... your typical CentOS user is focussed on reliability/stableness and I doubt they're going to want to mix highly experimental MantisBT builds with their "stable" infrastructure06:45
kirillkagiallu: thanks06:45
*** Parts: ki9a (~knowitall@546B2E93.cm-12-4a.dynamic.ziggo.nl)07:08
*** Quits: rolfkleef (~rolfkleef@92.254.21.180) (Read error: Operation timed out)07:08
*** Joins: nerville (~fve@149.6.164.150)07:36
*** Parts: nerville (~fve@149.6.164.150)07:42
*** Joins: nerville (~fve@149.6.164.150)08:02
*** nerville is now known as nerville_08:22
*** nerville_ is now known as nerville__08:22
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)08:43
*** Quits: Phileas1 (~chatzilla@vpn.rzz.ch) (Quit: ChatZilla 0.9.86 [Firefox 3.6.14/20110218125750])08:45
*** Quits: kirillka (~Miranda@195.242.142.17) (Quit: kirillka)09:45
*** Joins: micahg (~micah@ubuntu/member/micahg)09:52
*** Quits: micahg (~micah@ubuntu/member/micahg) (Read error: Connection reset by peer)09:56
*** Quits: jimmy__ (42d8a452@gateway/web/freenode/ip.66.216.164.82) (*.net *.split)09:58
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (*.net *.split)10:15
*** Quits: CIA-27 (~CIA@208.69.182.149) (*.net *.split)10:15
*** Joins: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net)10:16
*** Joins: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl)10:16
*** Quits: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl) (Client Quit)10:16
*** Joins: micahg (~micah@ubuntu/member/micahg)10:17
*** nerville__ is now known as nerville10:18
*** Joins: Drekstopi[a] (~Jon@ool-18bfe16f.dyn.optonline.net)10:21
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (*.net *.split)10:25
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)10:26
*** Joins: CIA-24 (~CIA@208.69.182.149)10:28
*** Drekstopi[a] is now known as JonMarkGo10:55
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)11:06
*** Quits: PennStater (Aaron@unaffiliated/pennstater) (*.net *.split)11:10
*** Quits: CIA-24 (~CIA@208.69.182.149) (*.net *.split)11:10
*** Quits: foobot (~supybot@leetcode.net) (*.net *.split)11:10
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (*.net *.split)11:10
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (*.net *.split)11:10
*** Quits: giallu (~giallu@fedora/giallu) (*.net *.split)11:10
*** Quits: killefiz (~sven@fedora/pdpc.base.killefiz) (*.net *.split)11:10
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (*.net *.split)11:11
*** Quits: micahg (~micah@ubuntu/member/micahg) (*.net *.split)11:11
*** Quits: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk) (*.net *.split)11:11
*** Quits: chilts (~chilts@184-106-200-232.static.cloud-ips.com) (*.net *.split)11:11
*** Quits: chris38`` (~chris38@bayle.eu) (*.net *.split)11:11
*** Quits: nerville (~fve@149.6.164.150) (*.net *.split)11:11
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk) (*.net *.split)11:11
*** Quits: tavasti (~tavasti@ov1.tavasti.fi) (*.net *.split)11:11
*** Quits: wolog (~wolog@wolog.info) (*.net *.split)11:11
*** Quits: skayser (~ska@vserver01.sebastiankayser.de) (*.net *.split)11:11
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (*.net *.split)11:11
*** Quits: Ragnor (~Ragnor@dslb-092-072-246-170.pools.arcor-ip.net) (*.net *.split)11:11
*** Joins: PennStater` (Aaron@unaffiliated/pennstater)11:18
*** Joins: CIA-24 (~CIA@208.69.182.149)11:18
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)11:18
*** Joins: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net)11:18
*** Joins: micahg (~micah@ubuntu/member/micahg)11:18
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)11:18
*** Joins: nerville (~fve@149.6.164.150)11:18
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk)11:18
*** Joins: giallu (~giallu@fedora/giallu)11:18
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)11:18
*** Joins: foobot (~supybot@leetcode.net)11:18
*** Joins: chilts (~chilts@184-106-200-232.static.cloud-ips.com)11:18
*** Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)11:18
*** Joins: tavasti (~tavasti@ov1.tavasti.fi)11:18
*** Joins: skayser (~ska@vserver01.sebastiankayser.de)11:18
*** Joins: Ragnor (~Ragnor@dslb-092-072-246-170.pools.arcor-ip.net)11:18
*** Joins: wolog (~wolog@wolog.info)11:18
*** Joins: chris38`` (~chris38@bayle.eu)11:18
*** Joins: killefiz (~sven@fedora/pdpc.base.killefiz)11:18
*** PennStater` is now known as PennStater11:18
*** Quits: PennStater (Aaron@unaffiliated/pennstater) (Ping timeout: 252 seconds)11:23
*** Quits: foobot (~supybot@leetcode.net) (Read error: Connection reset by peer)11:23
*** Quits: CIA-24 (~CIA@208.69.182.149) (*.net *.split)11:24
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (*.net *.split)11:24
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (*.net *.split)11:24
*** Quits: giallu (~giallu@fedora/giallu) (*.net *.split)11:24
*** Quits: killefiz (~sven@fedora/pdpc.base.killefiz) (*.net *.split)11:24
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (*.net *.split)11:24
*** Quits: micahg (~micah@ubuntu/member/micahg) (*.net *.split)11:24
*** Quits: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk) (*.net *.split)11:24
*** Quits: chilts (~chilts@184-106-200-232.static.cloud-ips.com) (*.net *.split)11:24
*** Quits: chris38`` (~chris38@bayle.eu) (*.net *.split)11:24
*** Quits: nerville (~fve@149.6.164.150) (*.net *.split)11:24
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk) (*.net *.split)11:24
*** Quits: tavasti (~tavasti@ov1.tavasti.fi) (*.net *.split)11:24
*** Quits: wolog (~wolog@wolog.info) (*.net *.split)11:24
*** Quits: skayser (~ska@vserver01.sebastiankayser.de) (*.net *.split)11:24
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (*.net *.split)11:24
*** Quits: Ragnor (~Ragnor@dslb-092-072-246-170.pools.arcor-ip.net) (*.net *.split)11:24
*** Joins: PennStater (Aaron@unaffiliated/pennstater)11:24
*** Joins: killefiz_ (~sven@fedora/pdpc.base.killefiz)11:29
*** Joins: CIA-24 (~CIA@208.69.182.149)11:29
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)11:29
*** Joins: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net)11:29
*** Joins: micahg (~micah@ubuntu/member/micahg)11:29
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)11:29
*** Joins: nerville (~fve@149.6.164.150)11:29
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk)11:29
*** Joins: giallu (~giallu@fedora/giallu)11:29
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)11:29
*** Joins: chilts (~chilts@184-106-200-232.static.cloud-ips.com)11:29
*** Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)11:29
*** Joins: tavasti (~tavasti@ov1.tavasti.fi)11:29
*** Joins: skayser (~ska@vserver01.sebastiankayser.de)11:29
*** Joins: Ragnor (~Ragnor@dslb-092-072-246-170.pools.arcor-ip.net)11:29
*** Joins: wolog (~wolog@wolog.info)11:29
*** Joins: chris38`` (~chris38@bayle.eu)11:29
*** Joins: killefiz (~sven@fedora/pdpc.base.killefiz)11:29
*** Quits: killefiz (~sven@fedora/pdpc.base.killefiz) (Ping timeout: 264 seconds)11:30
*** Joins: CIA-1 (~CIA@208.69.182.149)11:30
*** Joins: foobot_ (~supybot@leetcode.net)11:31
*** Joins: foobot (~supybot@leetcode.net)11:35
*** Quits: CIA-24 (~CIA@208.69.182.149) (*.net *.split)11:35
*** Quits: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk) (Quit: Rixie)11:39
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 240 seconds)11:47
*** Quits: foobot_ (~supybot@leetcode.net) (*.net *.split)11:56
*** Joins: giallu (~giallu@fedora/giallu)12:01
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 248 seconds)12:12
*** Joins: moto-moi (~hylke@2001:888:13e4:1010:21f:e2ff:fe0c:ce28)12:27
*** Joins: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl)12:41
*** Joins: Cupertino (~Cupez@541DAC85.cm-5-6c.dynamic.ziggo.nl)12:53
*** Quits: Cupertino (~Cupez@541DAC85.cm-5-6c.dynamic.ziggo.nl) (Changing host)12:53
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)12:53
*** Joins: rolfkleef (~rolfkleef@urtica.xs4all.nl)13:13
*** Quits: nerville (~fve@149.6.164.150) (Remote host closed the connection)13:14
*** Quits: rolfkleef (~rolfkleef@urtica.xs4all.nl) (*.net *.split)13:36
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (*.net *.split)13:36
*** Quits: foobot (~supybot@leetcode.net) (*.net *.split)13:36
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (*.net *.split)13:36
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (*.net *.split)13:36
*** Quits: moto-moi (~hylke@2001:888:13e4:1010:21f:e2ff:fe0c:ce28) (*.net *.split)13:36
*** Quits: CIA-1 (~CIA@208.69.182.149) (*.net *.split)13:36
*** Quits: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl) (*.net *.split)13:36
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (*.net *.split)13:36
*** Quits: micahg (~micah@ubuntu/member/micahg) (*.net *.split)13:36
*** Quits: chilts (~chilts@184-106-200-232.static.cloud-ips.com) (*.net *.split)13:36
*** Quits: chris38`` (~chris38@bayle.eu) (*.net *.split)13:36
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk) (*.net *.split)13:36
*** Quits: tavasti (~tavasti@ov1.tavasti.fi) (*.net *.split)13:36
*** Quits: wolog (~wolog@wolog.info) (*.net *.split)13:36
*** Quits: skayser (~ska@vserver01.sebastiankayser.de) (*.net *.split)13:36
*** Quits: killefiz_ (~sven@fedora/pdpc.base.killefiz) (*.net *.split)13:36
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (*.net *.split)13:36
*** Quits: Ragnor (~Ragnor@dslb-092-072-246-170.pools.arcor-ip.net) (*.net *.split)13:36
*** Joins: rolfkleef (~rolfkleef@urtica.xs4all.nl)13:38
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)13:38
*** Joins: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl)13:38
*** Joins: moto-moi (~hylke@2001:888:13e4:1010:21f:e2ff:fe0c:ce28)13:38
*** Joins: foobot (~supybot@leetcode.net)13:38
*** Joins: CIA-1 (~CIA@208.69.182.149)13:38
*** Joins: killefiz_ (~sven@fedora/pdpc.base.killefiz)13:38
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)13:38
*** Joins: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net)13:38
*** Joins: micahg (~micah@ubuntu/member/micahg)13:38
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)13:38
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk)13:38
*** Joins: chilts (~chilts@184-106-200-232.static.cloud-ips.com)13:38
*** Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)13:38
*** Joins: tavasti (~tavasti@ov1.tavasti.fi)13:38
*** Joins: skayser (~ska@vserver01.sebastiankayser.de)13:38
*** Joins: Ragnor (~Ragnor@dslb-092-072-246-170.pools.arcor-ip.net)13:38
*** Joins: wolog (~wolog@wolog.info)13:38
*** Joins: chris38`` (~chris38@bayle.eu)13:38
*** Quits: rolfkleef (~rolfkleef@urtica.xs4all.nl) (Remote host closed the connection)13:59
*** Joins: Drekstopi[a] (~Jon@ool-18bfe16f.dyn.optonline.net)14:13
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (Ping timeout: 250 seconds)14:16
*** Quits: foobot (~supybot@leetcode.net) (Ping timeout: 250 seconds)14:16
*** Joins: foobot (~supybot@leetcode.net)14:16
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (Ping timeout: 250 seconds)14:17
*** Drekstopi[a] is now known as JonMarkGo14:18
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)14:29
*** Quits: skayser (~ska@vserver01.sebastiankayser.de) (*.net *.split)14:58
*** Joins: skayser (~ska@vserver01.sebastiankayser.de)15:16
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)15:57
*** Quits: moto-moi (~hylke@2001:888:13e4:1010:21f:e2ff:fe0c:ce28) (Read error: Operation timed out)17:08
*** Quits: foobot (~supybot@leetcode.net) (Remote host closed the connection)17:19
*** Joins: foobot (~supybot@leetcode.net)17:19
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (Ping timeout: 276 seconds)17:36
*** Joins: rolfkleef (~rolfkleef@urtica.xs4all.nl)17:43
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (Quit: Ex-Chat)17:45
*** Quits: micahg (~micah@ubuntu/member/micahg) (Quit: Leaving.)18:16
*** Quits: rolfkleef (~rolfkleef@urtica.xs4all.nl) (Remote host closed the connection)18:33
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)19:00
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)19:00
*** Joins: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net)19:34
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (Ping timeout: 240 seconds)19:48
CIA-1Mantisbt: hickseydr * rf86a9be7596a / (5 files in 4 dirs): Remove compressed MantisBT JavaScript20:45
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (*.net *.split)21:05
*** Quits: skayser (~ska@vserver01.sebastiankayser.de) (*.net *.split)21:05
*** Joins: skayser (~ska@vserver01.sebastiankayser.de)21:06
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Read error: Connection reset by peer)21:58
*** Joins: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net)22:00

Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!