| 00:01:40 | | dm4v quits [Read error: Connection reset by peer] |
| 00:01:42 | | dm4v_ joins |
| 00:02:08 | | dm4v_ is now known as dm4v |
| 00:02:08 | | dm4v is now authenticated as dm4v |
| 00:02:08 | | dm4v quits [Changing host] |
| 00:02:08 | | dm4v (dm4v) joins |
| 00:11:32 | <h3ndr1k> | JAA: I was contacted by the University Datacenter, who was contacted by DFN-CERT (Deutsches Forschungsnetz), who received it from BSI, who was notified by Uni Münster, that my mail server was detected (by some automated testing) to by vulnerable to STARTTLS packet injection. It did not mention a CVE, but I found https://nvd.nist.gov/vuln/detail/CVE-2011-0411 to match their description at the time. As I was not running that old software from |
| 00:11:33 | <h3ndr1k> | 2011, we exchanged logs, and some time later dovecot released a security fix for that vulnerability: https://dovecot.org/pipermail/dovecot-news/2021-June/000462.html I am not completely sure if I was really vulnerable, because dovecot-submissiond is a special setup, where submissiond just acts as a reverse proxy for postfix and just acts upon special smtp extensions. Maybe that triggert their detection. But there was certainly something |
| 00:11:33 | <h3ndr1k> | wrong, because dovecot published a fix. |
| 00:14:27 | <h3ndr1k> | Fabian Ising with whom I exchanged some logs is even credited in the security advisory. |
| 00:14:39 | <@JAA> | Huh. That is the CVE I referenced above, but the risk doesn't mention anything about message injection. |
| 00:14:56 | <@JAA> | risk section in Dovecot's announcement* |
| 00:16:04 | <h3ndr1k> | I *think* the problem was, that attackers could somehow add a To: line to the smtp messages, which would exfiltrate the email message |
| 00:17:07 | <h3ndr1k> | or in smtp it was a RCTP TO: line |
| 00:17:41 | <@JAA> | Right, but 'the attacker needs to have sending permissions on the submission server'. |
| 00:19:11 | <@JAA> | Which sounds like it would be a non-issue on a personal server with just one user. |
| 00:19:16 | <h3ndr1k> | That might be easy when looking at a company. Phish one employees credentials. |
| 00:19:28 | <h3ndr1k> | Yeah, could be. |
| 00:21:38 | <nicolas17> | I found this in a forum post from 2008: http://img237.imageshack.us/img237/4186/img0002qd5.th.jpg http://img237.imageshack.us/my.php?image=img0002qd5.jpg |
| 00:21:52 | <nicolas17> | any chance that got archived somewhere? WBM didn't work :/ |
| 00:38:15 | | Jake8 (Jake) joins |
| 00:40:22 | | Jake quits [Ping timeout: 250 seconds] |
| 00:40:22 | | Jake8 is now known as Jake |
| 01:02:17 | | dm4v quits [Read error: Connection reset by peer] |
| 01:04:38 | | dm4v joins |
| 01:04:40 | | dm4v is now authenticated as dm4v |
| 01:04:40 | | dm4v quits [Changing host] |
| 01:04:40 | | dm4v (dm4v) joins |
| 01:33:32 | <kiska> | [42]: Something for you to laugh to sleep https://www.youtube.com/watch?v=wLTGXblgUoc |
| 01:34:18 | <[42]> | nice |
| 01:35:52 | <[42]> | sounds like a politician is saying out loud what they actually think :D |
| 01:37:05 | <kiska> | Yep xD |
| 01:37:36 | <kiska> | I guess that is what happens when there is a bunch of people under lockdown xD |
| 01:39:53 | <kiska> | And having to listen to her pressers xD |
| 03:01:21 | | DogsRNice quits [Read error: Connection reset by peer] |
| 03:16:07 | | qw3rty__ joins |
| 03:19:40 | | qw3rty_ quits [Ping timeout: 252 seconds] |
| 03:52:59 | | LiquiShaq joins |
| 03:55:58 | | Barto quits [Ping timeout: 252 seconds] |
| 04:11:43 | | qwertyasdfuiopghjkl joins |
| 04:16:25 | <@OrIdow6> | https://web.archive.org/web/20210910035648/https://google.com/ huh? |
| 04:16:50 | <@OrIdow6> | Threw me off while using google.com to test a script that gets stuff from the WBM |
| 04:16:57 | | nicolas17 blinks |
| 04:20:46 | <@OrIdow6> | At least it's Save Page Now, i.e. not ArchiveTeam's fault |
| 04:21:40 | <@JAA> | I'd love to see the full WARC records for this one. |
| 04:22:36 | <Ryz> | lol |
| 04:24:04 | | Barto (Barto) joins |
| 04:25:11 | <@OrIdow6> | Oh yeah nicolas17, funny thing, I recently added Planet KDE to my RSS feeder, reading through a post about someone getting load spikes, read through a little IRC log there and it's like, "I recognize that name from somewhere..." |
| 04:25:41 | <nicolas17> | >.> |
| 05:31:34 | | nicolas17 quits [Ping timeout: 250 seconds] |
| 05:45:45 | | h3ndr1k quits [Ping timeout: 244 seconds] |
| 05:46:00 | | h3ndr1k (h3ndr1k) joins |
| 06:43:06 | <knecht420> | does anyone know by chance which directories i have to exclude so restic doesn't backup container data (ie. warrior, *-grab)? |
| 06:45:14 | <@JAA> | Huh, a Restic user in the wild! |
| 06:45:16 | <@JAA> | :-) |
| 06:45:24 | | knecht420 hides |
| 06:45:29 | <@JAA> | The container data is somewhere deep in /var/lib/docker, for starters. |
| 06:46:35 | <knecht420> | would i care about anything in /var/lib/docker if i really don't care about container data? |
| 06:46:36 | <@JAA> | I'm guessing you'll want to skip /grab/data/* inside the container FS. |
| 06:46:53 | <knecht420> | (or containers themselves) |
| 06:47:08 | <@JAA> | It also has the images, logs, etc. Really depends on what you want to cover with your backups. |
| 06:47:47 | <@JAA> | If you don't care about anything Docker-related, you could probably exclude that as a whole. Not entirely sure though. |
| 06:48:28 | <knecht420> | hmmm okay... only pulled images on this machine anyway |
| 06:50:48 | <knecht420> | whew one container just has a 2.1GB log file lol |
| 06:53:53 | | Mayk78 quits [Quit: ZNC 1.7.5+deb4 - https://znc.in] |
| 06:54:36 | <knecht420> | ended up excluding /var/lib/docker/overlay2 which seems to have the container data |
| 07:14:12 | | qwertyasdfuiopghjkl46 joins |
| 07:16:10 | | qwertyasdfuiopghjkl quits [Ping timeout: 244 seconds] |
| 07:18:26 | | qwertyasdfuiopghjkl46 is now known as qwertyasdfuiopghjkl |
| 07:42:53 | | rsn_ joins |
| 07:44:04 | | rsn quits [Ping timeout: 244 seconds] |
| 07:52:05 | | BlueMaxima quits [Client Quit] |
| 08:14:33 | | qwertyasdfuiopghjkl quits [Ping timeout: 244 seconds] |
| 08:44:14 | | sec^nd quits [Ping timeout: 258 seconds] |
| 09:10:19 | | qwertyasdfuiopghjkl joins |
| 09:19:23 | | rsn joins |
| 09:22:07 | | rsn_ quits [Ping timeout: 252 seconds] |
| 09:40:31 | | Atom joins |
| 09:41:55 | | Atom-- quits [Ping timeout: 252 seconds] |
| 09:44:59 | <@JAA> | I now have two citations in scientific papers. Neat, I guess. It'd be great if people also cited me correctly, but oh well... |
| 09:48:38 | <@OrIdow6> | For what, snscrape? |
| 09:49:10 | <@JAA> | Yeah |
| 09:53:03 | <@OrIdow6> | Oh |
| 09:54:03 | <@OrIdow6> | Congratulations |
| 09:54:08 | <@OrIdow6> | How do you wish you were cited? |
| 10:01:16 | <@JAA> | Something like https://github.com/JustAnotherArchivist/snscrape/issues/229 basically. I don't even mind if it's a different style/format etc., but one of them had 'snscrape' as the author, for example... Also neither specified a version, although that doesn't necessarily belong in the citation. |
| 10:10:22 | <@JAA> | But it's certainly fun to see what people are doing with snscrape. |
| 10:54:51 | <@OrIdow6> | Mhm |
| 11:20:55 | | wizards quits [Ping timeout: 252 seconds] |
| 11:21:43 | | Matthww8 is now known as Matthww |
| 11:22:55 | | wizards joins |
| 11:33:40 | | rsn_ joins |
| 11:36:03 | | rsn quits [Ping timeout: 244 seconds] |
| 12:13:43 | | HackMii quits [*.net *.split] |
| 12:13:43 | | mutantmonkey quits [*.net *.split] |
| 12:13:43 | | hexa- quits [*.net *.split] |
| 12:13:43 | | Atom quits [*.net *.split] |
| 12:13:43 | | qw3rty__ quits [*.net *.split] |
| 12:13:43 | | Jake quits [*.net *.split] |
| 12:13:43 | | earne quits [*.net *.split] |
| 12:13:43 | | ArchivalEfforts quits [*.net *.split] |
| 12:13:43 | | godane1 quits [*.net *.split] |
| 12:13:43 | | IDK quits [*.net *.split] |
| 12:13:43 | | wolfin quits [*.net *.split] |
| 12:13:43 | | benjins quits [*.net *.split] |
| 12:13:43 | | kiska quits [*.net *.split] |
| 12:13:43 | | Sanqui quits [*.net *.split] |
| 12:13:43 | | Gereon6 quits [*.net *.split] |
| 12:13:43 | | phiresky quits [*.net *.split] |
| 12:13:43 | | Ruthalas quits [*.net *.split] |
| 12:13:43 | | Doranwen quits [*.net *.split] |
| 12:13:43 | | wessel1512 quits [*.net *.split] |
| 12:13:43 | | masterX244 quits [*.net *.split] |
| 12:13:43 | | VerifiedJ quits [*.net *.split] |
| 12:13:43 | | britmob2563 quits [*.net *.split] |
| 12:13:43 | | systwi quits [*.net *.split] |
| 12:13:43 | | shoghicp quits [*.net *.split] |
| 12:13:43 | | dewdrop quits [*.net *.split] |
| 12:13:43 | | Terbium quits [*.net *.split] |
| 12:13:43 | | pabs quits [*.net *.split] |
| 12:13:43 | | driib quits [*.net *.split] |
| 12:13:43 | | Muad-Dib quits [*.net *.split] |
| 12:13:43 | | monoxane quits [*.net *.split] |
| 12:13:43 | | sembiance quits [*.net *.split] |
| 12:13:43 | | AK quits [*.net *.split] |
| 12:13:43 | | betamax quits [*.net *.split] |
| 12:13:43 | | xit quits [*.net *.split] |
| 12:13:43 | | Ajay quits [*.net *.split] |
| 12:13:43 | | HotSwap` quits [*.net *.split] |
| 12:13:43 | | kiskaWee1 quits [*.net *.split] |
| 12:13:43 | | Wingy quits [*.net *.split] |
| 12:13:43 | | @OrIdow6 quits [*.net *.split] |
| 12:13:43 | | @chfoo quits [*.net *.split] |
| 12:13:43 | | Dallas quits [*.net *.split] |
| 12:13:43 | | aarchi quits [*.net *.split] |
| 12:13:43 | | mrfooooo quits [*.net *.split] |
| 12:13:43 | | Myself quits [*.net *.split] |
| 12:13:43 | | @arkiver quits [*.net *.split] |
| 12:13:43 | | djsrv quits [*.net *.split] |
| 12:13:43 | | jodizzle quits [*.net *.split] |
| 12:13:43 | | brabo quits [*.net *.split] |
| 12:13:43 | | maxfan8 quits [*.net *.split] |
| 12:13:43 | | pie_ quits [*.net *.split] |
| 12:13:43 | | kiskaLogBot quits [*.net *.split] |
| 12:13:43 | | @JAA quits [*.net *.split] |
| 12:13:43 | | [42] quits [*.net *.split] |
| 12:13:43 | | RKenshin quits [*.net *.split] |
| 12:13:43 | | @Kaz quits [*.net *.split] |
| 12:13:43 | | Frogging101 quits [*.net *.split] |
| 12:13:43 | | jmtd quits [*.net *.split] |
| 12:13:43 | | SketchTheCow quits [*.net *.split] |
| 12:13:43 | | Dj-Wawa quits [*.net *.split] |
| 12:13:43 | | marked1 quits [*.net *.split] |
| 12:13:43 | | Kinille quits [*.net *.split] |
| 12:13:43 | | s-crypt quits [*.net *.split] |
| 12:13:43 | | flashfire42 quits [*.net *.split] |
| 12:13:43 | | bradp quits [*.net *.split] |
| 12:13:43 | | Hecz quits [*.net *.split] |
| 12:13:43 | | Suika quits [*.net *.split] |
| 12:13:43 | | @Fusl quits [*.net *.split] |
| 12:13:43 | | iandees quits [*.net *.split] |
| 12:13:43 | | justaguy quits [*.net *.split] |
| 12:13:43 | | Gaelan quits [*.net *.split] |
| 12:13:43 | | mr_archive quits [*.net *.split] |
| 12:13:43 | | fionera_ quits [*.net *.split] |
| 12:13:43 | | @ChanServ quits [*.net *.split] |
| 12:13:43 | | qwertyasdfuiopghjkl quits [*.net *.split] |
| 12:13:43 | | h3ndr1k quits [*.net *.split] |
| 12:13:43 | | LiquiShaq quits [*.net *.split] |
| 12:13:43 | | sonick quits [*.net *.split] |
| 12:13:43 | | @dxrt quits [*.net *.split] |
| 12:13:43 | | TastyWiener95 quits [*.net *.split] |
| 12:13:43 | | pmlo3 quits [*.net *.split] |
| 12:13:43 | | @hook54321 quits [*.net *.split] |
| 12:13:43 | | Hackerpcs quits [*.net *.split] |
| 12:13:43 | | balrog quits [*.net *.split] |
| 12:13:43 | | knecht420 quits [*.net *.split] |
| 12:13:43 | | nyany quits [*.net *.split] |
| 12:13:43 | | yano quits [*.net *.split] |
| 12:13:43 | | Matthww quits [*.net *.split] |
| 12:13:43 | | fuzzy8021 quits [*.net *.split] |
| 12:13:43 | | Ryz quits [*.net *.split] |
| 12:13:43 | | Ctrl-S quits [*.net *.split] |
| 12:13:43 | | jspiros quits [*.net *.split] |
| 12:13:43 | | EggplantN quits [*.net *.split] |
| 12:13:43 | | revi quits [*.net *.split] |
| 12:13:43 | | Lord_Nightmare quits [*.net *.split] |
| 12:13:43 | | @Fusl_ quits [*.net *.split] |
| 12:13:43 | | rewby quits [*.net *.split] |
| 12:13:43 | | programmerq quits [*.net *.split] |
| 12:13:43 | | kpcyrd quits [*.net *.split] |
| 12:13:43 | | atomicthumbs_ quits [*.net *.split] |
| 12:13:43 | | @jrwr quits [*.net *.split] |
| 12:13:43 | | @AlsoJAA quits [*.net *.split] |
| 12:13:43 | | yawkat quits [*.net *.split] |
| 12:13:43 | | themadpro quits [*.net *.split] |
| 12:13:43 | | girst quits [*.net *.split] |
| 12:13:43 | | fofofofofofofofo quits [*.net *.split] |
| 12:13:43 | | Somebody2 quits [*.net *.split] |
| 12:13:43 | | phuzion quits [*.net *.split] |
| 12:13:43 | | meowe quits [*.net *.split] |
| 12:13:43 | | billy549 quits [*.net *.split] |
| 12:13:43 | | grawity quits [*.net *.split] |
| 12:13:43 | | m0nika quits [*.net *.split] |
| 12:13:43 | | SCSi quits [*.net *.split] |
| 12:13:43 | | pnJay___ quits [*.net *.split] |
| 12:13:53 | | Atom joins |
| 12:13:53 | | qw3rty__ joins |
| 12:13:53 | | Jake (Jake) joins |
| 12:13:53 | | earne joins |
| 12:13:53 | | ArchivalEfforts joins |
| 12:13:53 | | godane1 joins |
| 12:13:53 | | IDK (IDK) joins |
| 12:13:53 | | wolfin (wolfin) joins |
| 12:13:53 | | benjins (benjins) joins |
| 12:13:53 | | kiska (kiska) joins |
| 12:13:53 | | mr_archive joins |
| 12:13:53 | | Gaelan (Gaelan) joins |
| 12:13:53 | | justaguy joins |
| 12:13:53 | | iandees joins |
| 12:13:53 | | Fusl (Fusl) joins |
| 12:13:53 | | Suika joins |
| 12:13:53 | | Hecz (Hecz) joins |
| 12:13:53 | | bradp (bradp) joins |
| 12:13:53 | | flashfire42 (flashfire42) joins |
| 12:13:53 | | s-crypt (s-crypt) joins |
| 12:13:53 | | Kinille (Kinille) joins |
| 12:13:53 | | marked1 joins |
| 12:13:53 | | Dj-Wawa (Dj-Wawa) joins |
| 12:13:53 | | SketchTheCow joins |
| 12:13:53 | | jmtd joins |
| 12:13:53 | | Kaz (Kaz) joins |
| 12:13:53 | | Frogging101 joins |
| 12:13:53 | | RKenshin joins |
| 12:13:53 | | [42] (N4Y) joins |
| 12:13:53 | | JAA (JAA) joins |
| 12:13:53 | | kiskaLogBot joins |
| 12:13:53 | | pie_ joins |
| 12:13:53 | | maxfan8 (maxfan8) joins |
| 12:13:53 | | brabo (brabo) joins |
| 12:13:53 | | jodizzle (jodizzle) joins |
| 12:13:53 | | djsrv (djsrv) joins |
| 12:13:53 | | arkiver (arkiver) joins |
| 12:13:53 | | nuke.hackint.org sets mode: +oooo Fusl Kaz JAA arkiver |
| 12:13:53 | | Myself (myself) joins |
| 12:13:53 | | mrfooooo joins |
| 12:13:53 | | aarchi (aarchi) joins |
| 12:13:53 | | Dallas (Dallas) joins |
| 12:13:53 | | chfoo (chfoo) joins |
| 12:13:53 | | OrIdow6 (OrIdow6) joins |
| 12:13:53 | | Wingy (Wingy) joins |
| 12:13:53 | | kiskaWee1 (kiska) joins |
| 12:13:53 | | nuke.hackint.org sets mode: +oo chfoo OrIdow6 |
| 12:13:53 | | HotSwap` joins |
| 12:13:53 | | Ajay joins |
| 12:13:53 | | xit joins |
| 12:13:53 | | betamax (betamax) joins |
| 12:13:53 | | AK (AK) joins |
| 12:13:53 | | sembiance (sembiance) joins |
| 12:13:53 | | monoxane (monoxane) joins |
| 12:13:53 | | Muad-Dib joins |
| 12:13:53 | | driib (driib) joins |
| 12:13:53 | | pabs (pabs) joins |
| 12:13:53 | | Terbium joins |
| 12:13:53 | | dewdrop (dewdrop) joins |
| 12:13:53 | | shoghicp (shoghicp) joins |
| 12:13:53 | | systwi (systwi) joins |
| 12:13:53 | | britmob2563 joins |
| 12:13:53 | | VerifiedJ (VerifiedJ) joins |
| 12:13:53 | | masterX244 (masterX244) joins |
| 12:13:53 | | wessel1512 joins |
| 12:13:53 | | Doranwen (Doranwen) joins |
| 12:13:53 | | Ruthalas (Ruthalas) joins |
| 12:13:53 | | phiresky joins |
| 12:13:53 | | Gereon6 (Gereon) joins |
| 12:13:53 | | Sanqui (Sanqui) joins |
| 12:13:53 | | fionera_ (Fionera) joins |
| 12:13:53 | | hexa- (hexa-) joins |
| 12:13:53 | | ChanServ joins |
| 12:13:53 | | nuke.hackint.org sets mode: +o ChanServ |
| 12:13:57 | | qwertyasdfuiopghjkl joins |
| 12:13:57 | | h3ndr1k (h3ndr1k) joins |
| 12:13:57 | | LiquiShaq joins |
| 12:13:57 | | sonick (sonick) joins |
| 12:13:57 | | dxrt (dxrt) joins |
| 12:13:57 | | TastyWiener95 (TastyWiener95) joins |
| 12:13:57 | | hook54321 (hook54321) joins |
| 12:13:57 | | pmlo3 joins |
| 12:13:57 | | Hackerpcs (Hackerpcs) joins |
| 12:13:57 | | balrog (balrog) joins |
| 12:13:57 | | knecht420 (knecht420) joins |
| 12:13:57 | | nyany (nyany) joins |
| 12:13:57 | | yano (yano) joins |
| 12:13:57 | | Matthww joins |
| 12:13:57 | | fuzzy8021 (fuzzy8021) joins |
| 12:13:57 | | Ryz (Ryz) joins |
| 12:13:57 | | Ctrl-S joins |
| 12:13:57 | | jspiros (jspiros) joins |
| 12:13:57 | | EggplantN joins |
| 12:13:57 | | revi (revi) joins |
| 12:13:57 | | Lord_Nightmare (Lord_Nightmare) joins |
| 12:13:57 | | Fusl_ (Fusl) joins |
| 12:13:57 | | rewby (rewby) joins |
| 12:13:57 | | programmerq (programmerq) joins |
| 12:13:57 | | kpcyrd (kpcyrd) joins |
| 12:13:57 | | atomicthumbs_ joins |
| 12:13:57 | | jrwr (jrwr) joins |
| 12:13:57 | | nuke.hackint.org sets mode: +oooo dxrt hook54321 Fusl_ jrwr |
| 12:13:57 | | AlsoJAA (JAA) joins |
| 12:13:57 | | yawkat (yawkat) joins |
| 12:13:57 | | themadpro (themadpro) joins |
| 12:13:57 | | girst (girst) joins |
| 12:13:57 | | fofofofofofofofo joins |
| 12:13:57 | | Somebody2 joins |
| 12:13:57 | | phuzion (phuzion) joins |
| 12:13:57 | | meowe (meowe) joins |
| 12:13:57 | | billy549 (Billy549) joins |
| 12:13:57 | | grawity (grawity) joins |
| 12:13:58 | | m0nika (m0nika) joins |
| 12:13:58 | | SCSi (SCSi) joins |
| 12:13:58 | | pnJay___ joins |
| 12:13:58 | | nuke.hackint.org sets mode: +o AlsoJAA |
| 12:13:58 | | @hook54321 quits [Max SendQ exceeded] |
| 12:14:10 | | HackMii (hacktheplanet) joins |
| 12:14:10 | | mutantmonkey (mutantmonkey) joins |
| 12:15:43 | | hook54321 (hook54321) joins |
| 12:15:43 | | @ChanServ sets mode: +o hook54321 |
| 14:27:04 | | qwertyasdfuiopghjkl quits [Ping timeout: 244 seconds] |
| 14:29:27 | | sec^nd (second) joins |
| 14:59:54 | | qwertyasdfuiopghjkl joins |
| 15:02:17 | | spirit joins |
| 15:11:24 | | Atom-- joins |
| 15:13:06 | | Atom quits [Ping timeout: 250 seconds] |
| 15:19:37 | | Arcorann quits [Ping timeout: 252 seconds] |
| 15:55:41 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 16:58:57 | | nicolas17 joins |
| 17:24:29 | | qwertyasdfuiopghjkl joins |
| 17:48:21 | | Dragnog quits [Read error: Connection reset by peer] |
| 17:48:21 | | aarchi quits [Read error: Connection reset by peer] |
| 17:48:29 | | @HCross quits [Read error: Connection reset by peer] |
| 17:48:50 | | Dallas quits [Read error: Connection reset by peer] |
| 17:49:02 | | themadpro quits [Read error: Connection reset by peer] |
| 17:50:14 | | aarchi (aarchi) joins |
| 17:50:20 | | Dragnog joins |
| 17:50:21 | | themadpro (themadpro) joins |
| 17:50:37 | | Dallas (Dallas) joins |
| 17:50:46 | | HCross (HCross) joins |
| 17:50:46 | | @ChanServ sets mode: +o HCross |
| 18:39:43 | | qwertyasdfuiopghjkl quits [Ping timeout: 244 seconds] |
| 18:47:34 | | spirit quits [Client Quit] |
| 18:52:58 | | qwertyasdfuiopghjkl joins |
| 18:54:11 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 19:31:43 | | qwertyasdfuiopghjkl joins |
| 19:32:33 | | DogsRNice (Webuser299) joins |
| 19:42:16 | | jamesp (jamesp) joins |
| 19:52:25 | | Barto quits [Ping timeout: 252 seconds] |
| 19:58:08 | | Barto (Barto) joins |
| 20:47:33 | | Iki1 joins |
| 20:47:58 | | Iki quits [Ping timeout: 252 seconds] |
| 22:20:21 | | sec^nd quits [Ping timeout: 258 seconds] |
| 22:36:05 | | BlueMaxima joins |
| 22:48:25 | | godane2 joins |
| 22:50:42 | | godane1 quits [Ping timeout: 250 seconds] |
| 23:06:39 | | sec^nd (second) joins |