| *** dobee has quit IRC | 00:01 | |
| *** jodok has quit IRC | 00:02 | |
| *** jodok has joined #zope3-dev | 00:03 | |
| *** jodok has quit IRC | 00:05 | |
| *** jodok has joined #zope3-dev | 00:06 | |
| *** philiKON has quit IRC | 00:07 | |
| *** gstratton has joined #zope3-dev | 00:08 | |
| *** philiKON has joined #zope3-dev | 00:09 | |
| *** dunny_ has joined #zope3-dev | 00:12 | |
| *** regebro has quit IRC | 00:15 | |
| *** dunny has quit IRC | 00:16 | |
| *** philiKON has quit IRC | 00:16 | |
| *** benji has quit IRC | 00:17 | |
| *** philiKON has joined #zope3-dev | 00:17 | |
| *** RaFromBRC|lunch is now known as RaFromBRC | 00:19 | |
| *** dunny has joined #zope3-dev | 00:23 | |
| *** jodok has quit IRC | 00:23 | |
| *** dunny_ has quit IRC | 00:30 | |
| *** norro_ has quit IRC | 00:30 | |
| *** philiKON has quit IRC | 00:32 | |
| *** srichter has quit IRC | 00:33 | |
| *** philiKON has joined #zope3-dev | 00:35 | |
| *** malthe has quit IRC | 00:41 | |
| *** aclark|grill is now known as aclark|dinner | 00:45 | |
| *** jodok has joined #zope3-dev | 00:51 | |
| *** dobee has joined #zope3-dev | 00:52 | |
| *** timte has joined #zope3-dev | 00:57 | |
| *** timte has quit IRC | 00:58 | |
| *** dunny_ has joined #zope3-dev | 00:59 | |
| *** whit is now known as whit|out | 01:02 | |
| *** alga has joined #zope3-dev | 01:03 | |
| *** dunny has quit IRC | 01:08 | |
| *** malthe has joined #zope3-dev | 01:12 | |
| malthe | dobee: does ForbiddenAttribute: ('next', <open fi...x43fe0b0>) ring a bell? | 01:13 |
|---|---|---|
| malthe | I return a ``DirectResult(some-z3c-extfile-readfile)`` to the publisher | 01:14 |
| dobee | malthe: is the zcml included | 01:15 |
| dobee | seems like there are no security declarations loaded | 01:15 |
| malthe | it should, but let me verify just to be sure | 01:15 |
| *** jamur2 has quit IRC | 01:16 | |
| malthe | <include package="z3c.extfile" /> | 01:16 |
| malthe | it should be; I see the <class ...><allow ...> in there, too. | 01:17 |
| dobee | thats odd | 01:17 |
| malthe | although "next" isn't part of that interface | 01:17 |
| malthe | errr | 01:17 |
| malthe | it's the next of <file> actually | 01:17 |
| malthe | seems the base type file is security proxied | 01:18 |
| dobee | ah yeah, who tries to call next? | 01:18 |
| malthe | it's hard to tell from pdb, but it seems the WSGI publisher is iterating through some results | 01:18 |
| dobee | seems like something changed in the publisher | 01:19 |
| malthe | for chunk in application(environ, start_response): | 01:19 |
| malthe | but pdb gets confused; probably due to the security stuff happening in a C-extension. | 01:19 |
| malthe | I can't visually see anyone calling ``next``. | 01:20 |
| malthe | This is Paste-1.7 | 01:20 |
| dobee | malthe: next is called on a builtin file object | 01:21 |
| malthe | right | 01:21 |
| dobee | __iter__ of readfile returns __iter__ of file | 01:21 |
| malthe | it shouldn't even by security-wrapped at this point | 01:21 |
| dobee | arent there security declarations for builtin objects | 01:22 |
| dobee | cannot remember where | 01:22 |
| malthe | not sure | 01:22 |
| dobee | there are | 01:22 |
| malthe | maybe i'm not including them? | 01:22 |
| dobee | jep | 01:22 |
| malthe | that must be it | 01:23 |
| dobee | malthe: look at this minimal zcml http://svn.zope.org/lovely.zetup/trunk/src/lovely/zetup/zcmlfiles/configure.zcml?rev=86981&view=auto | 01:24 |
| * malthe looks | 01:24 | |
| malthe | I need to compare with my <exclude>'s. | 01:24 |
| *** jodok has quit IRC | 01:28 | |
| *** dobee has quit IRC | 01:28 | |
| Pan_ | :) malthe ;) | 01:31 |
| malthe | hey | 01:31 |
| Pan_ | night working? | 01:31 |
| Pan_ | ;) | 01:31 |
| malthe | definitely | 01:33 |
| Pan_ | happens ;) | 01:35 |
| Pan_ | but dont worry, me too. | 01:35 |
| *** dunny_ has quit IRC | 01:35 | |
| malthe | hmm AttributeError: 'thread._local' object has no attribute 'interaction' | 01:36 |
| malthe | gets better and better | 01:36 |
| Pan_ | :) | 01:36 |
| Pan_ | good stuff then | 01:36 |
| *** lurkymclurkleton has quit IRC | 01:45 | |
| Pan_ | ComponentLookupError: ((<zope.schema._field.List object at 0x930c52c>, <zope.schema._bootstrapfields.TextLine object at 0x930c50c>, <zope.publisher.browser.BrowserRequest instance URL=http://127.0.0.1:8080/++skin++Sail/ail/contestAdd.html>), <InterfaceClass z3c.form.interfaces.IFieldWidget>, u'') | 01:45 |
| Pan_ | hym. | 01:45 |
| *** dunny has joined #zope3-dev | 01:51 | |
| *** whit has joined #zope3-dev | 01:56 | |
| *** lucielejard has quit IRC | 02:01 | |
| *** J1m has quit IRC | 02:05 | |
| *** J1m has joined #zope3-dev | 02:09 | |
| *** aclark|dinner is now known as aclark | 02:12 | |
| *** nathany has quit IRC | 02:12 | |
| *** J1m has quit IRC | 02:16 | |
| *** J1m has joined #zope3-dev | 02:17 | |
| ccomb | freeboxtv putain gawel tu déchires | 02:18 |
| ccomb | oups sorry | 02:18 |
| *** J1m has quit IRC | 02:26 | |
| *** malthe is now known as malthe|Zzz | 02:35 | |
| malthe|Zzz | Pan_: certainly your request does not have IFormLayer; good-night. | 02:36 |
| *** quodt has quit IRC | 02:36 | |
| *** rmarianski has quit IRC | 02:39 | |
| Pan_ | malthe|Zzz: i think that i dont have correct widget for List object (which should contains TextLine objects). | 02:40 |
| Pan_ | in formlib there was widget for list object to fill them in, as i see in z3c.form there is no such thing - only to list positions from list, not for adding them. | 02:40 |
| Pan_ | but perhaps im wrong ;) | 02:41 |
| *** aclark is now known as aclark|away | 02:52 | |
| *** dunny_ has joined #zope3-dev | 02:53 | |
| *** dunny has quit IRC | 02:57 | |
| ccomb | Pan_ you're right, I think there is no generic list object | 02:59 |
| ccomb | list widget | 03:01 |
| *** lisppaste6 has quit IRC | 03:02 | |
| *** instantfoo has quit IRC | 03:14 | |
| *** instantfoo has joined #zope3-dev | 03:15 | |
| *** tdoggette_ is now known as tdoggette | 03:15 | |
| *** norro has quit IRC | 03:17 | |
| *** lisppaste6 has joined #zope3-dev | 03:17 | |
| *** alga has quit IRC | 03:25 | |
| *** vimes656 has joined #zope3-dev | 03:27 | |
| *** vimes656 has quit IRC | 03:28 | |
| *** RaFromBRC has quit IRC | 03:32 | |
| *** b52laptop has quit IRC | 03:42 | |
| *** greenman has joined #zope3-dev | 03:44 | |
| *** salfield has quit IRC | 03:56 | |
| *** dunny has joined #zope3-dev | 04:18 | |
| *** dunny_ has quit IRC | 04:28 | |
| *** vimes656 has joined #zope3-dev | 04:39 | |
| *** whit has quit IRC | 04:52 | |
| *** vimes656 has quit IRC | 05:12 | |
| gstratton | I want to add some undo functionality to my ZODB-based Zope app. How can I get the current Storage? | 05:16 |
| gstratton | Okay, reading zope.app.undo seems to be what I want to do | 05:38 |
| *** afd__ has joined #zope3-dev | 05:40 | |
| *** afd_ has quit IRC | 06:04 | |
| *** rcrafton has quit IRC | 06:11 | |
| *** replicant has joined #zope3-dev | 06:31 | |
| *** hazmat has quit IRC | 06:37 | |
| *** mcdonc has quit IRC | 06:49 | |
| *** mcdonc has joined #zope3-dev | 06:50 | |
| *** niemeyer has quit IRC | 06:51 | |
| *** MiUlEr_ has joined #zope3-dev | 07:11 | |
| *** MiUlEr_ has quit IRC | 07:15 | |
| *** jayaraj has joined #zope3-dev | 07:15 | |
| *** binseer has joined #zope3-dev | 07:15 | |
| *** jayaraj has quit IRC | 07:18 | |
| *** binseer_ has joined #zope3-dev | 07:30 | |
| *** sm has joined #zope3-dev | 07:30 | |
| *** vimes656 has joined #zope3-dev | 07:30 | |
| *** afd__ has quit IRC | 07:32 | |
| *** gstratton has quit IRC | 07:32 | |
| *** binseer has quit IRC | 07:35 | |
| *** greenman has quit IRC | 07:44 | |
| *** dbfrombrc has joined #zope3-dev | 07:56 | |
| *** zagy has quit IRC | 08:02 | |
| *** sm has quit IRC | 08:03 | |
| *** baijum has joined #zope3-dev | 08:14 | |
| *** jukart has joined #zope3-dev | 08:15 | |
| *** jukart has quit IRC | 08:27 | |
| *** dbfrombr_ has joined #zope3-dev | 08:29 | |
| *** dbfrombr_ has quit IRC | 08:30 | |
| *** dbfrombrc has quit IRC | 08:44 | |
| *** gstratton has joined #zope3-dev | 08:49 | |
| *** sorindregan has joined #zope3-dev | 08:50 | |
| *** jukart has joined #zope3-dev | 08:50 | |
| *** timte has joined #zope3-dev | 08:58 | |
| *** mcdonc has quit IRC | 09:00 | |
| *** mcdonc has joined #zope3-dev | 09:00 | |
| *** jpcw2002 has joined #zope3-dev | 09:07 | |
| *** jpcw2002 has quit IRC | 09:07 | |
| *** dunny has quit IRC | 09:08 | |
| *** djohnson has joined #zope3-dev | 09:28 | |
| *** philiKON_ has joined #zope3-dev | 09:37 | |
| *** afd_ has joined #zope3-dev | 09:38 | |
| *** djohnson_ has quit IRC | 09:45 | |
| *** markusleist has quit IRC | 09:50 | |
| *** philiKON has quit IRC | 09:53 | |
| *** MJ has joined #zope3-dev | 10:13 | |
| *** dunny has joined #zope3-dev | 10:13 | |
| *** goschtl has joined #zope3-dev | 10:14 | |
| *** jpcw2002 has joined #zope3-dev | 10:18 | |
| *** zagy has joined #zope3-dev | 10:21 | |
| *** quodt has joined #zope3-dev | 10:31 | |
| *** greenman has joined #zope3-dev | 10:36 | |
| *** dunny_ has joined #zope3-dev | 10:39 | |
| *** dunny has quit IRC | 10:44 | |
| *** seletz has joined #zope3-dev | 10:45 | |
| *** harobed has joined #zope3-dev | 10:45 | |
| *** greenman has quit IRC | 10:47 | |
| *** greenman has joined #zope3-dev | 10:49 | |
| *** norro has joined #zope3-dev | 10:58 | |
| *** thruflo has joined #zope3-dev | 11:02 | |
| *** maurits has joined #zope3-dev | 11:13 | |
| *** malthe|Zzz is now known as malthe | 11:17 | |
| *** MJ is now known as MJ|breakfast | 11:18 | |
| *** junkafarian has joined #zope3-dev | 11:21 | |
| *** greenman has quit IRC | 11:26 | |
| *** greenman has joined #zope3-dev | 11:35 | |
| *** agroszer has joined #zope3-dev | 11:36 | |
| *** MJ|breakfast is now known as MJ | 11:37 | |
| *** ignas has joined #zope3-dev | 11:40 | |
| *** baijum has quit IRC | 11:44 | |
| *** baijum has joined #zope3-dev | 11:50 | |
| *** dunny has joined #zope3-dev | 11:52 | |
| *** dunny_ has quit IRC | 12:02 | |
| *** gstratton has quit IRC | 12:05 | |
| *** gstratton has joined #zope3-dev | 12:08 | |
| *** baijum has quit IRC | 12:10 | |
| *** gstratton has quit IRC | 12:10 | |
| *** junkafarian has quit IRC | 12:33 | |
| *** malthe has quit IRC | 12:37 | |
| *** MJ is now known as MJ|10 | 12:46 | |
| *** maurits has quit IRC | 12:52 | |
| *** maurits has joined #zope3-dev | 12:54 | |
| *** dunny_ has joined #zope3-dev | 13:03 | |
| *** dunny has quit IRC | 13:11 | |
| *** malthe has joined #zope3-dev | 13:16 | |
| *** dunny has joined #zope3-dev | 13:17 | |
| *** jhauser has joined #zope3-dev | 13:21 | |
| *** zagy has quit IRC | 13:24 | |
| *** dunny_ has quit IRC | 13:27 | |
| *** zagy has joined #zope3-dev | 13:38 | |
| *** alga has joined #zope3-dev | 13:39 | |
| *** dunny has quit IRC | 13:44 | |
| *** b52laptop has joined #zope3-dev | 13:47 | |
| *** jhauser has quit IRC | 13:50 | |
| *** dirceu has joined #zope3-dev | 13:52 | |
| Theuni | hi dirceu | 13:52 |
| dirceu | hi Theuni | 13:53 |
| dirceu | how are you? | 13:53 |
| dirceu | well, let's begin? | 13:55 |
| *** mgedmin has joined #zope3-dev | 13:56 | |
| dirceu | about processing invalidations | 13:58 |
| dirceu | i've used ClientStorage.log2 to log ZEO.ClientStorage and ZEO.ClientStub calls to invalidateTransaction | 13:58 |
| dirceu | i have a buildout with two zeo clients (instance1 and instance2) accessing one zeoraid server (zeoraid1) | 13:58 |
| dirceu | when instance1 write something, ZEO.ClientStub.invalidateTransaction is called on zeoraid1 and ZEO.ClientStorage.invalidateTransaction is called on instance2; | 13:58 |
| dirceu | and, of course, when instance2 write something, ZEO.ClientStub.invalidateTransaction is called on zeoraid1 and ZEO.ClientStorage.invalidateTransaction is called on instance1; | 13:58 |
| dirceu | it seems that the zeo servers doesn't are processing invalidations, everything happens between zeoraid and the zeo clients. this is expected? | 13:59 |
| *** malthe has quit IRC | 14:03 | |
| *** malthe has joined #zope3-dev | 14:04 | |
| *** greenman has quit IRC | 14:19 | |
| * Theuni looks | 14:21 | |
| *** seletz has quit IRC | 14:35 | |
| *** thruflo_ has joined #zope3-dev | 14:37 | |
| *** yotaff has joined #zope3-dev | 14:40 | |
| *** mgedmin has quit IRC | 14:40 | |
| *** vimes656 has quit IRC | 14:42 | |
| Theuni | dirceu: looking at the StorageServer code I'd say that the backend zeo servers should issue validations to the zeroaid server. | 14:48 |
| *** vimes656 has joined #zope3-dev | 14:49 | |
| dirceu | Theuni: understood. I will try to debug more and see why the zeoraid server isn't getting invalidation messagens | 14:52 |
| dirceu | Theuni: BTW, is there a better way for testing this? i don't figured out how to write an automated test to test this (since we have to somehow log invalidateTransaction() calls) | 14:52 |
| *** thruflo has quit IRC | 14:52 | |
| *** salfield has joined #zope3-dev | 14:54 | |
| *** mkerrin has joined #zope3-dev | 15:10 | |
| *** thruflo has joined #zope3-dev | 15:12 | |
| *** thruflo_ has quit IRC | 15:12 | |
| *** djohnson_ has joined #zope3-dev | 15:17 | |
| *** menesis has joined #zope3-dev | 15:18 | |
| *** benji has joined #zope3-dev | 15:18 | |
| *** fairwinds has joined #zope3-dev | 15:18 | |
| *** tdoggette has quit IRC | 15:23 | |
| *** tdoggette has joined #zope3-dev | 15:31 | |
| *** faassen has joined #zope3-dev | 15:31 | |
| *** dirceu has quit IRC | 15:31 | |
| Theuni | dirceu: you *could* monkey patch the methods you are monitoring in the unit test and make them log into a datastructure, like a list. | 15:31 |
| Theuni | or, in doctests, print on the cnosole | 15:32 |
| *** niemeyer has joined #zope3-dev | 15:33 | |
| *** djohnson has quit IRC | 15:34 | |
| *** fairwinds has quit IRC | 15:37 | |
| *** binseer_ has quit IRC | 15:40 | |
| *** binseer_ has joined #zope3-dev | 15:41 | |
| *** thruflo_ has joined #zope3-dev | 15:47 | |
| *** MJ|10 has quit IRC | 15:50 | |
| *** J1m has joined #zope3-dev | 15:53 | |
| *** jamur2 has joined #zope3-dev | 15:58 | |
| *** lurkymclurkleton has joined #zope3-dev | 15:58 | |
| *** thruflo has quit IRC | 16:01 | |
| *** markusleist has joined #zope3-dev | 16:08 | |
| *** djohnson_ has quit IRC | 16:11 | |
| *** djohnson has joined #zope3-dev | 16:12 | |
| *** goschtl has quit IRC | 16:14 | |
| *** hexsprite has joined #zope3-dev | 16:16 | |
| *** vimes656_ has joined #zope3-dev | 16:26 | |
| *** vimes656 has quit IRC | 16:26 | |
| *** rcrafton has joined #zope3-dev | 16:27 | |
| *** BjornT has quit IRC | 16:29 | |
| *** lucielejard has joined #zope3-dev | 16:32 | |
| *** sp0cksbeard has joined #zope3-dev | 16:32 | |
| *** charith_para has joined #zope3-dev | 16:39 | |
| *** BjornT has joined #zope3-dev | 16:43 | |
| *** binseer_ has quit IRC | 16:46 | |
| *** b52laptop has quit IRC | 16:46 | |
| *** b52laptop has joined #zope3-dev | 16:47 | |
| *** yvl has joined #zope3-dev | 16:49 | |
| *** timte_ has joined #zope3-dev | 17:03 | |
| *** vimes656 has joined #zope3-dev | 17:06 | |
| *** gstratton has joined #zope3-dev | 17:12 | |
| *** timte has quit IRC | 17:14 | |
| *** nathany has joined #zope3-dev | 17:16 | |
| *** vimes656_ has quit IRC | 17:19 | |
| *** romanofski has quit IRC | 17:24 | |
| *** sorindregan has quit IRC | 17:33 | |
| *** rmarianski has joined #zope3-dev | 17:34 | |
| *** regebro has joined #zope3-dev | 17:34 | |
| *** charith_para has left #zope3-dev | 17:43 | |
| *** vimes656 has quit IRC | 17:49 | |
| *** jukart has quit IRC | 17:56 | |
| *** hexsprite has quit IRC | 17:58 | |
| *** malthe has quit IRC | 18:05 | |
| *** vimes656 has joined #zope3-dev | 18:13 | |
| *** mgedmin has joined #zope3-dev | 18:18 | |
| *** jukart has joined #zope3-dev | 18:20 | |
| *** jukart has quit IRC | 18:21 | |
| *** jukart has joined #zope3-dev | 18:22 | |
| *** gstratton has quit IRC | 18:24 | |
| *** jukart has quit IRC | 18:42 | |
| *** Jell-O-Fishi has joined #zope3-dev | 18:45 | |
| *** srichter has joined #zope3-dev | 18:45 | |
| *** zagy has quit IRC | 18:51 | |
| *** whit has joined #zope3-dev | 18:52 | |
| *** markusleist has quit IRC | 18:53 | |
| *** quodt has quit IRC | 19:01 | |
| *** Jell-O-Fishi has quit IRC | 19:02 | |
| *** jayaraj has joined #zope3-dev | 19:02 | |
| *** hexsprite has joined #zope3-dev | 19:04 | |
| *** jayaraj has quit IRC | 19:04 | |
| *** b52lap has joined #zope3-dev | 19:05 | |
| *** J1m has quit IRC | 19:10 | |
| *** maurits has quit IRC | 19:11 | |
| *** mkerrin has quit IRC | 19:13 | |
| *** gimni has joined #zope3-dev | 19:14 | |
| *** mgedmin has quit IRC | 19:17 | |
| *** b52laptop has quit IRC | 19:18 | |
| *** timte_ is now known as timte | 19:38 | |
| *** yotaff has quit IRC | 19:41 | |
| *** harobed has quit IRC | 19:47 | |
| *** nathany has quit IRC | 19:54 | |
| *** vimes656_ has joined #zope3-dev | 19:57 | |
| *** vimes656_ has quit IRC | 20:03 | |
| *** salfield has quit IRC | 20:07 | |
| *** gimni has quit IRC | 20:08 | |
| *** vimes656 has quit IRC | 20:10 | |
| *** quodt has joined #zope3-dev | 20:13 | |
| *** J1m has joined #zope3-dev | 20:14 | |
| *** jpcw2002 has left #zope3-dev | 20:16 | |
| *** jpcw2002 has joined #zope3-dev | 20:17 | |
| *** philiKON_ is now known as philiKON | 20:17 | |
| *** menesis has quit IRC | 20:21 | |
| *** thruflo_ is now known as thruflo | 20:22 | |
| *** tdoggette_ has joined #zope3-dev | 20:23 | |
| *** aclark|away is now known as aclark | 20:28 | |
| *** jpcw2002 has left #zope3-dev | 20:28 | |
| *** thruflo has quit IRC | 20:37 | |
| *** salfield has joined #zope3-dev | 20:57 | |
| *** charith_para has joined #zope3-dev | 20:58 | |
| *** whit has quit IRC | 20:58 | |
| *** ignas has quit IRC | 20:58 | |
| *** whit has joined #zope3-dev | 21:01 | |
| *** tdoggette_ has quit IRC | 21:02 | |
| *** regebro has quit IRC | 21:02 | |
| *** charith_par1 has joined #zope3-dev | 21:05 | |
| *** charith_par1 is now known as charith_parana | 21:07 | |
| *** whit has quit IRC | 21:18 | |
| *** charith_para has quit IRC | 21:20 | |
| *** BjornT has quit IRC | 21:32 | |
| *** BjornT has joined #zope3-dev | 21:32 | |
| *** bigkevmcd has quit IRC | 21:33 | |
| *** whitmo__ has joined #zope3-dev | 21:37 | |
| *** BjornT has quit IRC | 21:37 | |
| *** BjornT has joined #zope3-dev | 21:37 | |
| *** alga has quit IRC | 21:50 | |
| *** charith_parana has left #zope3-dev | 21:52 | |
| *** jpcw2002 has joined #zope3-dev | 21:55 | |
| *** whitmo__ has quit IRC | 21:59 | |
| *** afd_ has quit IRC | 22:04 | |
| *** faassen has quit IRC | 22:05 | |
| *** nathany has joined #zope3-dev | 22:05 | |
| *** whit has joined #zope3-dev | 22:07 | |
| *** jpcw2002 has quit IRC | 22:24 | |
| *** agroszer has quit IRC | 22:36 | |
| *** jpcw2002 has joined #zope3-dev | 22:37 | |
| *** jamur2 has quit IRC | 22:40 | |
| hexsprite | where are the default adapters for z3c.form's IWidgets? i have been looking for a while without success | 22:44 |
| *** jamur2 has joined #zope3-dev | 22:46 | |
| *** romanofski has joined #zope3-dev | 22:54 | |
| *** tdoggette has quit IRC | 22:55 | |
| *** jpcw2002 has quit IRC | 22:55 | |
| hexsprite | oh nm found it | 22:57 |
| *** jpcw2002 has joined #zope3-dev | 22:59 | |
| *** afd_ has joined #zope3-dev | 23:02 | |
| *** tdoggette has joined #zope3-dev | 23:07 | |
| *** philiKON has quit IRC | 23:09 | |
| *** dunny has joined #zope3-dev | 23:15 | |
| *** tarek has joined #zope3-dev | 23:21 | |
| *** aclark is now known as aclark|away | 23:28 | |
| *** alga has joined #zope3-dev | 23:46 | |
| *** tdoggette has quit IRC | 23:49 | |
| *** tdoggette has joined #zope3-dev | 23:49 | |
| *** tarek has quit IRC | 23:55 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!