XMPP Service Operators - 2022-03-09


  1. neox has left

  2. alex has joined

  3. alex has left

  4. alex has joined

  5. Ian Macdonald has joined

  6. Ian Macdonald has left

  7. Ivan A. has left

  8. Ivan A. has joined

  9. alex has left

  10. theo has left

  11. theo has joined

  12. zcyph

    I read about DNS SRV for XMPP, if the server is xmpp.example.com to get usernames to appear as user@example.com or something along those lines. Has anyone been able to do that?

  13. loopboom has left

  14. kikuchiyo has left

  15. info has left

  16. fpyrih has left

  17. alex has joined

  18. Bjarkan has joined

  19. Ian Macdonald has joined

  20. alex has left

  21. Ian Macdonald has left

  22. Ian Macdonald has joined

  23. Ian Macdonald has left

  24. Licaon_Kter has left

  25. alex has joined

  26. alex has left

  27. jl4 has joined

  28. alex has joined

  29. alex has left

  30. Ian Macdonald has joined

  31. Ian Macdonald has left

  32. rob

    Yes

  33. Ian Macdonald has joined

  34. Ian Macdonald has left

  35. Licaon_Kter has joined

  36. alex has joined

  37. Ian Macdonald has joined

  38. Ian Macdonald has left

  39. alex has left

  40. Ian Macdonald has joined

  41. Ian Macdonald has left

  42. rob

    Prosody for example https://prosody.im/doc/dns

  43. Ian Macdonald has joined

  44. rob

    But the DNS works the same for other servers

  45. Ian Macdonald has left

  46. Ian Macdonald has joined

  47. Ian Macdonald has left

  48. jayteeuk has joined

  49. rob

    I have a number of domains that all have srv records pointing at a server on another subdomain

  50. zdream has joined

  51. TheCoffeMaker has joined

  52. rob

    But it works for the same domain as in your example

  53. millesimus has left

  54. Ian Macdonald has joined

  55. Bjarkan has left

  56. Ian Macdonald has left

  57. Ian Macdonald has joined

  58. Ian Macdonald has left

  59. Ian Macdonald has joined

  60. Ian Macdonald has left

  61. Ian Macdonald has joined

  62. Ian Macdonald has left

  63. Ian Macdonald has joined

  64. Ian Macdonald has left

  65. Ian Macdonald has joined

  66. Ian Macdonald has left

  67. Ian Macdonald has joined

  68. Ian Macdonald has left

  69. alex has joined

  70. alex has left

  71. alex has joined

  72. homebeach has left

  73. alex has left

  74. homebeach has joined

  75. Ian Macdonald has joined

  76. Ian Macdonald has left

  77. zcyph

    I've never been able to get it to work, so I'm not sure if I'm configuring it wrong or just misunderstanding. Set correctly I should then be able to log in with client apps using user@example.com and other users will be able to find me that way too, even though the server actually is at xmpp.example.com right?

  78. alex has joined

  79. alex has left

  80. Ian Macdonald has joined

  81. Ian Macdonald has left

  82. Ian Macdonald has joined

  83. Ian Macdonald has left

  84. antranigv has left

  85. alex has joined

  86. alex has left

  87. zdream has left

  88. alex has joined

  89. rob

    Yes, if you give me the domains I'm happy to tell you what DNS you need

  90. Ian Macdonald has joined

  91. Ian Macdonald has left

  92. alex has left

  93. Ian Macdonald has joined

  94. Ian Macdonald has left

  95. jayteeuk has left

  96. jayteeuk has joined

  97. alex has joined

  98. alex has left

  99. alex has joined

  100. rob

    This assumes you control the server, it didn't work if you want a custom username@domain but your account is on someone else's server

  101. alex has left

  102. rob

    The server has to know about the domain, called a virtual host

  103. Ian Macdonald has joined

  104. Ian Macdonald has left

  105. Ian Macdonald has joined

  106. Ian Macdonald has left

  107. zcyph

    Awesome thanks, I'm trying to get chat.sendly.cc and xmpp.zcyph.cc to sendly.cc and zcyph.cc respectively

  108. moparisthebest

    And you need the right certificate, ie for example.com and not xmpp.example.com

  109. Bjarkan has joined

  110. rob

    But then you would at least get a certificate error?

  111. zcyph

    Right certificate?

  112. moparisthebest

    I didn't check these I just mean in general

  113. Ian Macdonald has joined

  114. Ian Macdonald has left

  115. Ian Macdonald has joined

  116. millesimus has joined

  117. greenkeeper has left

  118. Ian Macdonald has left

  119. rob

    zcyph: so in the doc for prosody, replace example.com and xmpp.example.com with sendly.cc and chat.sendly.cc and the same for zcyph.cc and xmpp.zcyph.cc

  120. rob

    You need both client and server records for each domain

  121. Ian Macdonald has joined

  122. Ian Macdonald has left

  123. rob

    And the port needs to be the configured port on your server, which might not be what is in the doc

  124. Ian Macdonald has joined

  125. Ian Macdonald has left

  126. rob

    zcyph: what server and how did you set it up? Did you follow a guide or use the documentation?

  127. Ian Macdonald has joined

  128. alex has joined

  129. Ian Macdonald has left

  130. rob

    And by server I meant what server software, prosody or ejabberd etc

  131. alex has left

  132. Ian Macdonald has joined

  133. Ian Macdonald has left

  134. alex has joined

  135. alex has left

  136. jayteeuk has left

  137. jayteeuk has joined

  138. TheXanMan has joined

  139. Ivan A. has left

  140. Ivan A. has joined

  141. alex has joined

  142. alex has left

  143. Bjarkan has left

  144. Licaon_Kter has left

  145. alex has joined

  146. Ian Macdonald has joined

  147. kfv has left

  148. Ian Macdonald has left

  149. alex has left

  150. kfv has joined

  151. fpyrih has joined

  152. emus has left

  153. Ian Macdonald has joined

  154. Ian Macdonald has left

  155. millesimus has left

  156. jayteeuk has left

  157. jayteeuk has joined

  158. jayteeuk has left

  159. jayteeuk has joined

  160. zcyph

    I used Snikket (https://snikket.org/service/quickstart/) behind Nginx (https://github.com/snikket-im/snikket-server/blob/master/docs/advanced/reverse_proxy.md)

  161. jayteeuk has left

  162. Ivan A. has left

  163. Ivan A. has joined

  164. Ian Macdonald has joined

  165. Ian Macdonald has left

  166. jayteeuk has joined

  167. jayteeuk has left

  168. jayteeuk has joined

  169. jayteeuk has left

  170. jayteeuk has joined

  171. Ian Macdonald has joined

  172. Ian Macdonald has left

  173. alex has joined

  174. alex has left

  175. jayteeuk has left

  176. jayteeuk has joined

  177. moparisthebest

    That's trickier, I think Snikket doesn't support it out of the box because then it's impossible to get the proper certificates I mentioned without even more setup

  178. Ian Macdonald has joined

  179. Ian Macdonald has left

  180. Ian Macdonald has joined

  181. zcyph

    damn, am i just better off installing prosody instead

  182. jayteeuk has left

  183. jayteeuk has joined

  184. Ian Macdonald has left

  185. rob

    Ah could be, snikket is meant to just work. But doesn't really support advanced configuration. At that point you should consider running prosody itself

  186. fpyrih has left

  187. jayteeuk has left

  188. jayteeuk has joined

  189. rob

    You can still use the invites modules and conversejs if those appeal to you

  190. rob

    As an example https://git.loranger.xyz/rob/gists/src/branch/mistress/prosody-config

  191. zcyph

    their docs say they use 5222 (client ot server) and 5269 (server to server) - aren't those the standard ones

  192. Ian Macdonald has joined

  193. Ian Macdonald has left

  194. jayteeuk has left

  195. jayteeuk has joined

  196. rob

    They are, but you need certificates for both example.com and xmpp.example.com

  197. jayteeuk has left

  198. jayteeuk has joined

  199. rob

    There is a snikket chat which might be of more help as we are only assuming

  200. Ian Macdonald has joined

  201. Ian Macdonald has left

  202. fpyrih has joined

  203. alex has joined

  204. rob

    This one is specific to custom installs xmpp:unofficial@channels.snikket.org?join

  205. alex has left

  206. raver has left

  207. zcyph

    thank you

  208. alex has joined

  209. alacer has left

  210. Ian Macdonald has joined

  211. Ian Macdonald has left

  212. alex has left

  213. alex has joined

  214. alex has left

  215. rob

    No problem

  216. alacer has joined

  217. Ian Macdonald has joined

  218. Ian Macdonald has left

  219. alex has joined

  220. alex has left

  221. Ian Macdonald has joined

  222. Ian Macdonald has left

  223. Ian Macdonald has joined

  224. Ian Macdonald has left

  225. alex has joined

  226. alex has left

  227. Ian Macdonald has joined

  228. Ian Macdonald has left

  229. TheXanMan has left

  230. Ian Macdonald has joined

  231. Ian Macdonald has left

  232. alex has joined

  233. Ian Macdonald has joined

  234. Ian Macdonald has left

  235. alex has left

  236. Ian Macdonald has joined

  237. Ian Macdonald has left

  238. Ian Macdonald has joined

  239. Ian Macdonald has left

  240. Ian Macdonald has joined

  241. Ian Macdonald has left

  242. jayteeuk has left

  243. jayteeuk has joined

  244. Bjarkan has joined

  245. Ian Macdonald has joined

  246. Ian Macdonald has left

  247. jl4 has left

  248. Ian Macdonald has joined

  249. Ian Macdonald has left

  250. alex has joined

  251. Ian Macdonald has joined

  252. Ian Macdonald has left

  253. alex has left

  254. b43 has left

  255. Ian Macdonald has joined

  256. Ian Macdonald has left

  257. millesimus has joined

  258. Ian Macdonald has joined

  259. Ian Macdonald has left

  260. Ian Macdonald has joined

  261. Ian Macdonald has left

  262. Ian Macdonald has joined

  263. Ian Macdonald has left

  264. alex has joined

  265. alex has left

  266. Ian Macdonald has joined

  267. Ian Macdonald has left

  268. alex has joined

  269. alex has left

  270. Bjarkan has left

  271. Ian Macdonald has joined

  272. Ian Macdonald has left

  273. alex has joined

  274. Ian Macdonald has joined

  275. Ian Macdonald has left

  276. alex has left

  277. alex has joined

  278. alex has left

  279. ffuentes has left

  280. Ian Macdonald has joined

  281. Ian Macdonald has left

  282. alex has joined

  283. fpyrih has left

  284. alex has left

  285. zcyph

    I found this in their FAQ: "Sometimes we get asked if it is possible to have a different address for users, such as user@example.com. Technically XMPP supports this (by adding custom SRV records in DNS), but it’s made complex by the requirement for certificates for that domain. Snikket would need certificates for example.com, which is quite tricky unless the A record for that domain is also pointing at Snikket - Let’s Encrypt does not follow SRV records"

  286. zcyph

    That sounds like if I already have a website on a different machine using up example.com that i'm just outta luck for this

  287. alex has joined

  288. alex has left

  289. ffuentes has joined

  290. Ian Macdonald has joined

  291. Ian Macdonald has left

  292. alex has joined

  293. Ian Macdonald has joined

  294. Ian Macdonald has left

  295. alex has left

  296. zcyph

    but this certificate issue wouldn't be an issue with Prosody?

  297. millesimus has left

  298. alex has joined

  299. croax has left

  300. Ian Macdonald has joined

  301. Ian Macdonald has left

  302. alex has left

  303. Ian Macdonald has joined

  304. Ian Macdonald has left

  305. Bjarkan has joined

  306. alex has joined

  307. alex has left

  308. Ivan A. has left

  309. Ivan A. has joined

  310. alex has joined

  311. christineantonia has joined

  312. Ian Macdonald has joined

  313. Ian Macdonald has left

  314. alex has left

  315. Ian Macdonald has joined

  316. Ian Macdonald has left

  317. alex has joined

  318. rob

    Well you still need the certificate, so the server the software runs on needs a valid certificate for the domain

  319. Abbe has left

  320. alex has left

  321. Ian Macdonald has joined

  322. Ian Macdonald has left

  323. alex has joined

  324. Ian Macdonald has joined

  325. Ian Macdonald has left

  326. alex has left

  327. writer77 has left

  328. writer77 has joined

  329. Ian Macdonald has joined

  330. Ian Macdonald has left

  331. alex has joined

  332. Ian Macdonald has joined

  333. Ian Macdonald has left

  334. alex has left

  335. Ian Macdonald has joined

  336. Ian Macdonald has left

  337. rob

    In my case, I run my webserver and xmpp server on the same machine so it's not too hard

  338. alex has joined

  339. Ian Macdonald has joined

  340. Ian Macdonald has left

  341. Bjarkan has left

  342. alex has left

  343. Ian Macdonald has joined

  344. Ian Macdonald has left

  345. rob

    You could get fancy, and use DNS challenges to get the certificate on the second machine. That way the a record isn't needed and can point at the web server

  346. Ian Macdonald has joined

  347. rob

    But likely not for snikket

  348. Ian Macdonald has left

  349. alex has joined

  350. alex has left

  351. alex has joined

  352. Ian Macdonald has joined

  353. Ian Macdonald has left

  354. alex has left

  355. Ian Macdonald has joined

  356. Ian Macdonald has left

  357. Ian Macdonald has joined

  358. Ian Macdonald has left

  359. moparisthebest

    zcyph: if you set up prosody directly, and your own method of getting certificates like acme.sh you could use the DNS challenge to get the right certs

  360. moparisthebest

    But now you see why Snikket doesn't support this...

  361. Ian Macdonald has joined

  362. Ian Macdonald has left

  363. Steven Roose has left

  364. info has joined

  365. Ian Macdonald has joined

  366. alex has joined

  367. Ian Macdonald has left

  368. alex has left

  369. rob

    It's just too much for an easy to setup implementation

  370. millesimus has joined

  371. patasca has left

  372. Steven Roose has joined

  373. zcyph

    ah

  374. Ian Macdonald has joined

  375. Ian Macdonald has left

  376. zcyph

    Makes a bit more sense now, thanks

  377. christineantonia has left

  378. antranigv has joined

  379. christineantonia has joined

  380. Ian Macdonald has joined

  381. Ian Macdonald has left

  382. Ian Macdonald has joined

  383. Ian Macdonald has left

  384. Ian Macdonald has joined

  385. Abbe has joined

  386. Ian Macdonald has left

  387. moparisthebest

    One day DNSSEC might save us from this nightmare

  388. moparisthebest

    If something else doesn't save us first...

  389. info has left

  390. alex has joined

  391. moparisthebest has left

  392. alex has left

  393. Ian Macdonald has joined

  394. Ian Macdonald has left

  395. Ian Macdonald has joined

  396. Ian Macdonald has left

  397. Ian Macdonald has joined

  398. Ian Macdonald has left

  399. Ian Macdonald has joined

  400. Ian Macdonald has left

  401. b43 has joined

  402. Ian Macdonald has joined

  403. Ian Macdonald has left

  404. millesimus has left

  405. moparisthebest has joined

  406. antranigv has left

  407. Ian Macdonald has joined

  408. Ian Macdonald has left

  409. patasca has joined

  410. Ian Macdonald has joined

  411. Ian Macdonald has left

  412. Ian Macdonald has joined

  413. Ian Macdonald has left

  414. alex has joined

  415. alex has left

  416. Ian Macdonald has joined

  417. Ian Macdonald has left

  418. Ian Macdonald has joined

  419. Ian Macdonald has left

  420. alex has joined

  421. Ian Macdonald has joined

  422. Ian Macdonald has left

  423. TheXanMan has joined

  424. Ian Macdonald has joined

  425. Ian Macdonald has left

  426. Ian Macdonald has joined

  427. Ian Macdonald has left

  428. SouL has joined

  429. b43 has left

  430. b43 has joined

  431. Ian Macdonald has joined

  432. Ian Macdonald has left

  433. rob

    There's always another nightmare 😶

  434. Ian Macdonald has joined

  435. Ian Macdonald has left

  436. ' has left

  437. ' has joined

  438. Ian Macdonald has joined

  439. Ian Macdonald has left

  440. Ian Macdonald has joined

  441. Ian Macdonald has left

  442. Ian Macdonald has joined

  443. Ian Macdonald has left

  444. christineantonia has left

  445. jgart has left

  446. Ian Macdonald has joined

  447. Ian Macdonald has left

  448. christineantonia has joined

  449. Ian Macdonald has joined

  450. Ian Macdonald has left

  451. Ian Macdonald has joined

  452. Ian Macdonald has left

  453. raphanus has left

  454. Ian Macdonald has joined

  455. Ian Macdonald has left

  456. millesimus has joined

  457. Ian Macdonald has joined

  458. Ian Macdonald has left

  459. Ian Macdonald has joined

  460. Ian Macdonald has left

  461. Ian Macdonald has joined

  462. Ian Macdonald has left

  463. Ian Macdonald has joined

  464. Ian Macdonald has left

  465. Ian Macdonald has joined

  466. Ian Macdonald has left

  467. Ian Macdonald has joined

  468. Ian Macdonald has left

  469. Ian Macdonald has joined

  470. Ian Macdonald has left

  471. Ian Macdonald has joined

  472. Ian Macdonald has left

  473. Ian Macdonald has joined

  474. Ian Macdonald has left

  475. Ian Macdonald has joined

  476. Ian Macdonald has left

  477. Ian Macdonald has joined

  478. Ian Macdonald has left

  479. Ian Macdonald has joined

  480. Ian Macdonald has left

  481. christineantonia has left

  482. Ian Macdonald has joined

  483. Ian Macdonald has left

  484. Ian Macdonald has joined

  485. Ian Macdonald has left

  486. Ian Macdonald has joined

  487. Ian Macdonald has left

  488. Bjarkan has joined

  489. Ian Macdonald has joined

  490. Ian Macdonald has left

  491. Ian Macdonald has joined

  492. Ian Macdonald has left

  493. Dexter has left

  494. Dexter has joined

  495. Steven Roose has left

  496. Ian Macdonald has joined

  497. Ian Macdonald has left

  498. Ingolf has left

  499. Ian Macdonald has joined

  500. Ian Macdonald has left

  501. Ian Macdonald has joined

  502. Ian Macdonald has left

  503. Ian Macdonald has joined

  504. Ian Macdonald has left

  505. Bjarkan has left

  506. Ian Macdonald has joined

  507. Ian Macdonald has left

  508. Steven Roose has joined

  509. Ian Macdonald has joined

  510. Ian Macdonald has left

  511. oxtyped has joined

  512. Ian Macdonald has joined

  513. Ian Macdonald has left

  514. Ingolf has joined

  515. Ian Macdonald has joined

  516. Ian Macdonald has left

  517. Ian Macdonald has joined

  518. Ian Macdonald has left

  519. Ian Macdonald has joined

  520. Ian Macdonald has left

  521. Ian Macdonald has joined

  522. Ian Macdonald has left

  523. Ian Macdonald has joined

  524. Ian Macdonald has left

  525. Ian Macdonald has joined

  526. Ian Macdonald has left

  527. opensourced has left

  528. oxtyped has left

  529. Ian Macdonald has joined

  530. Ian Macdonald has left

  531. ru_maniac has left

  532. Ian Macdonald has joined

  533. Ian Macdonald has left

  534. raver has joined

  535. Ian Macdonald has joined

  536. Ian Macdonald has left

  537. ru_maniac has joined

  538. Ian Macdonald has joined

  539. Ian Macdonald has left

  540. Ivan A. has left

  541. Ivan A. has joined

  542. Ian Macdonald has joined

  543. Ian Macdonald has left

  544. oxtyped has joined

  545. oxtyped has left

  546. oxtyped has joined

  547. oxtyped has left

  548. oxtyped has joined

  549. oxtyped has left

  550. oxtyped has joined

  551. John has left

  552. oxtyped has left

  553. oxtyped has joined

  554. oxtyped has left

  555. oxtyped has joined

  556. oxtyped has left

  557. oxtyped has joined

  558. oxtyped has left

  559. oxtyped has joined

  560. Ian Macdonald has joined

  561. oxtyped has left

  562. oxtyped has joined

  563. Ian Macdonald has left

  564. oxtyped has left

  565. oxtyped has joined

  566. oxtyped has left

  567. oxtyped has joined

  568. Ian Macdonald has joined

  569. Ian Macdonald has left

  570. oxtyped has left

  571. oxtyped has joined

  572. oxtyped has left

  573. Ian Macdonald has joined

  574. Ian Macdonald has left

  575. oxtyped has joined

  576. oxtyped has left

  577. oxtyped has joined

  578. alacer has left

  579. oxtyped has left

  580. oxtyped has joined

  581. oxtyped has left

  582. oxtyped has joined

  583. oxtyped has left

  584. oxtyped has joined

  585. alacer has joined

  586. oxtyped has left

  587. oxtyped has joined

  588. oxtyped has left

  589. oxtyped has joined

  590. oxtyped has left

  591. oxtyped has joined

  592. oxtyped has left

  593. oxtyped has joined

  594. oxtyped has left

  595. oxtyped has joined

  596. oxtyped has left

  597. oxtyped has joined

  598. Ian Macdonald has joined

  599. Ian Macdonald has left

  600. oxtyped has left

  601. oxtyped has joined

  602. oxtyped has left

  603. oxtyped has joined

  604. Ian Macdonald has joined

  605. Ian Macdonald has left

  606. oxtyped has left

  607. oxtyped has joined

  608. oxtyped has left

  609. oxtyped has joined

  610. oxtyped has left

  611. oxtyped has joined

  612. oxtyped has left

  613. oxtyped has joined

  614. oxtyped has left

  615. oxtyped has joined

  616. oxtyped has left

  617. oxtyped has joined

  618. oxtyped has left

  619. oxtyped has joined

  620. oxtyped has left

  621. oxtyped has joined

  622. oxtyped has left

  623. oxtyped has joined

  624. oxtyped has left

  625. oxtyped has joined

  626. oxtyped has left

  627. oxtyped has joined

  628. oxtyped has left

  629. oxtyped has joined

  630. oxtyped has left

  631. oxtyped has joined

  632. Ian Macdonald has joined

  633. oxtyped has left

  634. Ian Macdonald has left

  635. oxtyped has joined

  636. oxtyped has left

  637. Ivan A. has left

  638. oxtyped has joined

  639. Ivan A. has joined

  640. oxtyped has left

  641. oxtyped has joined

  642. oxtyped has left

  643. oxtyped has joined

  644. Ian Macdonald has joined

  645. oxtyped has left

  646. oxtyped has joined

  647. Ian Macdonald has left

  648. oxtyped has left

  649. oxtyped has joined

  650. william.chatner has left

  651. oxtyped has left

  652. oxtyped has joined

  653. oxtyped has left

  654. oxtyped has joined

  655. oxtyped has left

  656. oxtyped has joined

  657. oxtyped has left

  658. oxtyped has joined

  659. oxtyped has left

  660. oxtyped has joined

  661. oxtyped has left

  662. oxtyped has joined

  663. oxtyped has left

  664. oxtyped has joined

  665. oxtyped has left

  666. b43 has left

  667. oxtyped has joined

  668. oxtyped has left

  669. oxtyped has joined

  670. oxtyped has left

  671. oxtyped has joined

  672. oxtyped has left

  673. oxtyped has joined

  674. Ian Macdonald has joined

  675. Ian Macdonald has left

  676. oxtyped has left

  677. oxtyped has joined

  678. oxtyped has left

  679. oxtyped has joined

  680. oxtyped has left

  681. oxtyped has joined

  682. oxtyped has left

  683. oxtyped has joined

  684. Ian Macdonald has joined

  685. oxtyped has left

  686. oxtyped has joined

  687. Ian Macdonald has left

  688. oxtyped has left

  689. oxtyped has joined

  690. oxtyped has left

  691. oxtyped has joined

  692. oxtyped has left

  693. oxtyped has joined

  694. oxtyped has left

  695. oxtyped has joined

  696. oxtyped has left

  697. oxtyped has joined

  698. oxtyped has left

  699. oxtyped has joined

  700. oxtyped has left

  701. oxtyped has joined

  702. oxtyped has left

  703. oxtyped has joined

  704. oxtyped has left

  705. oxtyped has joined

  706. oxtyped has left

  707. oxtyped has joined

  708. Ian Macdonald has joined

  709. oxtyped has left

  710. Ian Macdonald has left

  711. oxtyped has joined

  712. oxtyped has left

  713. oxtyped has joined

  714. Ian Macdonald has joined

  715. oxtyped has left

  716. oxtyped has joined

  717. Ian Macdonald has left

  718. b43 has joined

  719. oxtyped has left

  720. oxtyped has joined

  721. oxtyped has left

  722. oxtyped has joined

  723. oxtyped has left

  724. oxtyped has joined

  725. oxtyped has left

  726. oxtyped has joined

  727. Ian Macdonald has joined

  728. Ian Macdonald has left

  729. oxtyped has left

  730. oxtyped has joined

  731. oxtyped has left

  732. oxtyped has joined

  733. oxtyped has left

  734. oxtyped has joined

  735. Ian Macdonald has joined

  736. oxtyped has left

  737. oxtyped has joined

  738. Ian Macdonald has left

  739. oxtyped has left

  740. oxtyped has joined

  741. oxtyped has left

  742. oxtyped has joined

  743. oxtyped has left

  744. oxtyped has joined

  745. Ian Macdonald has joined

  746. oxtyped has left

  747. oxtyped has joined

  748. Ian Macdonald has left

  749. oxtyped has left

  750. oxtyped has joined

  751. oxtyped has left

  752. oxtyped has joined

  753. oxtyped has left

  754. oxtyped has joined

  755. Ian Macdonald has joined

  756. oxtyped has left

  757. Ian Macdonald has left

  758. oxtyped has joined

  759. oxtyped has left

  760. oxtyped has joined

  761. oxtyped has left

  762. oxtyped has joined

  763. Ian Macdonald has joined

  764. Ian Macdonald has left

  765. oxtyped has left

  766. oxtyped has joined

  767. oxtyped has left

  768. oxtyped has joined

  769. oxtyped has left

  770. oxtyped has joined

  771. Ian Macdonald has joined

  772. oxtyped has left

  773. Ian Macdonald has left

  774. oxtyped has joined

  775. oxtyped has left

  776. oxtyped has joined

  777. oxtyped has left

  778. oxtyped has joined

  779. Ian Macdonald has joined

  780. Ian Macdonald has left

  781. oxtyped has left

  782. oxtyped has joined

  783. oxtyped has left

  784. oxtyped has joined

  785. oxtyped has left

  786. oxtyped has joined

  787. oxtyped has left

  788. oxtyped has joined

  789. oxtyped has left

  790. oxtyped has joined

  791. Ivan A. has left

  792. Ivan A. has joined

  793. oxtyped has left

  794. oxtyped has joined

  795. oxtyped has left

  796. oxtyped has joined

  797. oxtyped has left

  798. oxtyped has joined

  799. oxtyped has left

  800. oxtyped has joined

  801. oxtyped has left

  802. oxtyped has joined

  803. oxtyped has left

  804. oxtyped has joined

  805. oxtyped has left

  806. oxtyped has joined

  807. oxtyped has left

  808. oxtyped has joined

  809. oxtyped has left

  810. oxtyped has joined

  811. Ian Macdonald has joined

  812. Ian Macdonald has left

  813. oxtyped has left

  814. oxtyped has joined

  815. oxtyped has left

  816. oxtyped has joined

  817. oxtyped has left

  818. oxtyped has joined

  819. oxtyped has left

  820. Ian Macdonald has joined

  821. oxtyped has joined

  822. Ian Macdonald has left

  823. oxtyped has left

  824. oxtyped has joined

  825. oxtyped has left

  826. oxtyped has joined

  827. oxtyped has left

  828. oxtyped has joined

  829. oxtyped has left

  830. oxtyped has joined

  831. oxtyped has left

  832. oxtyped has joined

  833. Ian Macdonald has joined

  834. oxtyped has left

  835. oxtyped has joined

  836. Ian Macdonald has left

  837. oxtyped has left

  838. oxtyped has joined

  839. oxtyped has left

  840. oxtyped has joined

  841. oxtyped has left

  842. oxtyped has joined

  843. oxtyped has left

  844. oxtyped has joined

  845. oxtyped has left

  846. oxtyped has joined

  847. b43 has left

  848. oxtyped has left

  849. oxtyped has joined

  850. Ian Macdonald has joined

  851. oxtyped has left

  852. oxtyped has joined

  853. Ian Macdonald has left

  854. oxtyped has left

  855. oxtyped has joined

  856. oxtyped has left

  857. oxtyped has joined

  858. oxtyped has left

  859. oxtyped has joined

  860. oxtyped has left

  861. oxtyped has joined

  862. Ian Macdonald has joined

  863. Ian Macdonald has left

  864. ffuentes has left

  865. ffuentes has joined

  866. oxtyped has left

  867. oxtyped has joined

  868. patasca has left

  869. oxtyped has left

  870. oxtyped has joined

  871. oxtyped has left

  872. oxtyped has joined

  873. oxtyped has left

  874. oxtyped has joined

  875. oxtyped has left

  876. oxtyped has joined

  877. oxtyped has left

  878. oxtyped has joined

  879. oxtyped has left

  880. oxtyped has joined

  881. oxtyped has left

  882. oxtyped has joined

  883. loopboom has joined

  884. oxtyped has left

  885. oxtyped has joined

  886. oxtyped has left

  887. oxtyped has joined

  888. oxtyped has left

  889. oxtyped has joined

  890. oxtyped has left

  891. Ian Macdonald has joined

  892. oxtyped has joined

  893. Ian Macdonald has left

  894. oxtyped has left

  895. oxtyped has joined

  896. b43 has joined

  897. oxtyped has left

  898. oxtyped has joined

  899. patasca has joined

  900. oxtyped has left

  901. oxtyped has joined

  902. oxtyped has left

  903. oxtyped has joined

  904. oxtyped has left

  905. oxtyped has joined

  906. oxtyped has left

  907. oxtyped has joined

  908. oxtyped has left

  909. oxtyped has joined

  910. oxtyped has left

  911. ross has left

  912. oxtyped has joined

  913. oxtyped has left

  914. oxtyped has joined

  915. Ian Macdonald has joined

  916. Ian Macdonald has left

  917. oxtyped has left

  918. oxtyped has joined

  919. oxtyped has left

  920. Ian Macdonald has joined

  921. oxtyped has joined

  922. Ian Macdonald has left

  923. oxtyped has left

  924. oxtyped has joined

  925. oxtyped has left

  926. Ian Macdonald has joined

  927. Ian Macdonald has left

  928. oxtyped has joined

  929. oxtyped has left

  930. oxtyped has joined

  931. oxtyped has left

  932. oxtyped has joined

  933. Ian Macdonald has joined

  934. Ian Macdonald has left

  935. oxtyped has left

  936. oxtyped has joined

  937. oxtyped has left

  938. oxtyped has joined

  939. Ian Macdonald has joined

  940. oxtyped has left

  941. oxtyped has joined

  942. Ian Macdonald has left

  943. oxtyped has left

  944. ross has joined

  945. oxtyped has joined

  946. oxtyped has left

  947. oxtyped has joined

  948. oxtyped has left

  949. oxtyped has joined

  950. oxtyped has left

  951. oxtyped has joined

  952. oxtyped has left

  953. oxtyped has joined

  954. oxtyped has left

  955. oxtyped has joined

  956. oxtyped has left

  957. oxtyped has joined

  958. Ian Macdonald has joined

  959. Ian Macdonald has left

  960. oxtyped has left

  961. Ian Macdonald has joined

  962. Ian Macdonald has left

  963. oxtyped has joined

  964. oxtyped has left

  965. Ian Macdonald has joined

  966. Ian Macdonald has left

  967. oxtyped has joined

  968. oxtyped has left

  969. oxtyped has joined

  970. oxtyped has left

  971. ' has left

  972. Ian Macdonald has joined

  973. oxtyped has joined

  974. oxtyped has left

  975. Ian Macdonald has left

  976. oxtyped has joined

  977. ' has joined

  978. oxtyped has left

  979. oxtyped has joined

  980. oxtyped has left

  981. oxtyped has joined

  982. oxtyped has left

  983. oxtyped has joined

  984. oxtyped has left

  985. oxtyped has joined

  986. oxtyped has left

  987. oxtyped has joined

  988. oxtyped has left

  989. oxtyped has joined

  990. oxtyped has left

  991. Ian Macdonald has joined

  992. oxtyped has joined

  993. oxtyped has left

  994. oxtyped has joined

  995. oxtyped has left

  996. oxtyped has joined

  997. oxtyped has left

  998. oxtyped has joined

  999. oxtyped has left

  1000. oxtyped has joined

  1001. oxtyped has left

  1002. oxtyped has joined

  1003. oxtyped has left

  1004. oxtyped has joined

  1005. oxtyped has left

  1006. oxtyped has joined

  1007. oxtyped has left

  1008. oxtyped has joined

  1009. oxtyped has left

  1010. oxtyped has joined

  1011. oxtyped has left

  1012. oxtyped has joined

  1013. oxtyped has left

  1014. oxtyped has joined

  1015. oxtyped has left

  1016. oxtyped has joined

  1017. oxtyped has left

  1018. oxtyped has joined

  1019. oxtyped has left

  1020. oxtyped has joined

  1021. oxtyped has left

  1022. oxtyped has joined

  1023. oxtyped has left

  1024. oxtyped has joined

  1025. oxtyped has left

  1026. oxtyped has joined

  1027. oxtyped has left

  1028. oxtyped has joined

  1029. oxtyped has left

  1030. oxtyped has joined

  1031. oxtyped has left

  1032. oxtyped has joined

  1033. oxtyped has left

  1034. oxtyped has joined

  1035. oxtyped has left

  1036. oxtyped has joined

  1037. oxtyped has left

  1038. oxtyped has joined

  1039. oxtyped has left

  1040. oxtyped has joined

  1041. oxtyped has left

  1042. oxtyped has joined

  1043. oxtyped has left

  1044. oxtyped has joined

  1045. oxtyped has left

  1046. oxtyped has joined

  1047. oxtyped has left

  1048. oxtyped has joined

  1049. oxtyped has left

  1050. oxtyped has joined

  1051. oxtyped has left

  1052. oxtyped has joined

  1053. oxtyped has left

  1054. oxtyped has joined

  1055. oxtyped has left

  1056. oxtyped has joined

  1057. oxtyped has left

  1058. oxtyped has joined

  1059. oxtyped has left

  1060. oxtyped has joined

  1061. oxtyped has left

  1062. oxtyped has joined

  1063. oxtyped has left

  1064. oxtyped has joined

  1065. oxtyped has left

  1066. oxtyped has joined

  1067. oxtyped has left

  1068. oxtyped has joined

  1069. oxtyped has left

  1070. oxtyped has joined

  1071. oxtyped has left

  1072. oxtyped has joined

  1073. oxtyped has left

  1074. oxtyped has joined

  1075. oxtyped has left

  1076. oxtyped has joined

  1077. oxtyped has left

  1078. oxtyped has joined

  1079. oxtyped has left

  1080. oxtyped has joined

  1081. oxtyped has left

  1082. oxtyped has joined

  1083. oxtyped has left

  1084. oxtyped has joined

  1085. oxtyped has left

  1086. oxtyped has joined

  1087. oxtyped has left

  1088. oxtyped has joined

  1089. oxtyped has left

  1090. oxtyped has joined

  1091. oxtyped has left

  1092. oxtyped has joined

  1093. oxtyped has left

  1094. oxtyped has joined

  1095. oxtyped has left

  1096. oxtyped has joined

  1097. oxtyped has left

  1098. oxtyped has joined

  1099. oxtyped has left

  1100. oxtyped has joined

  1101. oxtyped has left

  1102. oxtyped has joined

  1103. oxtyped has left

  1104. oxtyped has joined

  1105. oxtyped has left

  1106. oxtyped has joined

  1107. oxtyped has left

  1108. oxtyped has joined

  1109. oxtyped has left

  1110. oxtyped has joined

  1111. oxtyped has left

  1112. oxtyped has joined

  1113. oxtyped has left

  1114. oxtyped has joined

  1115. oxtyped has left

  1116. oxtyped has joined

  1117. ' has left

  1118. oxtyped has left

  1119. oxtyped has joined

  1120. oxtyped has left

  1121. oxtyped has joined

  1122. ' has joined

  1123. oxtyped has left

  1124. oxtyped has joined

  1125. oxtyped has left

  1126. oxtyped has joined

  1127. oxtyped has left

  1128. oxtyped has joined

  1129. oxtyped has left

  1130. oxtyped has joined

  1131. oxtyped has left

  1132. Ivan A. has left

  1133. Ivan A. has joined

  1134. oxtyped has joined

  1135. oxtyped has left

  1136. oxtyped has joined

  1137. oxtyped has left

  1138. oxtyped has joined

  1139. oxtyped has left

  1140. oxtyped has joined

  1141. oxtyped has left

  1142. oxtyped has joined

  1143. oxtyped has left

  1144. oxtyped has joined

  1145. oxtyped has left

  1146. oxtyped has joined

  1147. oxtyped has left

  1148. oxtyped has joined

  1149. oxtyped has left

  1150. oxtyped has joined

  1151. oxtyped has left

  1152. oxtyped has joined

  1153. oxtyped has left

  1154. oxtyped has joined

  1155. oxtyped has left

  1156. oxtyped has joined

  1157. oxtyped has left

  1158. oxtyped has joined

  1159. oxtyped has left

  1160. oxtyped has joined

  1161. oxtyped has left

  1162. oxtyped has joined

  1163. oxtyped has left

  1164. oxtyped has joined

  1165. oxtyped has left

  1166. oxtyped has joined

  1167. oxtyped has left

  1168. oxtyped has joined

  1169. oxtyped has left

  1170. oxtyped has joined

  1171. oxtyped has left

  1172. oxtyped has joined

  1173. oxtyped has left

  1174. oxtyped has joined

  1175. oxtyped has left

  1176. oxtyped has joined

  1177. oxtyped has left

  1178. oxtyped has joined

  1179. oxtyped has left

  1180. oxtyped has joined

  1181. oxtyped has left

  1182. oxtyped has joined

  1183. oxtyped has left

  1184. oxtyped has joined

  1185. oxtyped has left

  1186. oxtyped has joined

  1187. oxtyped has left

  1188. oxtyped has joined

  1189. oxtyped has left

  1190. oxtyped has joined

  1191. oxtyped has left

  1192. oxtyped has joined

  1193. oxtyped has left

  1194. oxtyped has joined

  1195. oxtyped has left

  1196. oxtyped has joined

  1197. oxtyped has left

  1198. oxtyped has joined

  1199. oxtyped has left

  1200. oxtyped has joined

  1201. oxtyped has left

  1202. oxtyped has joined

  1203. oxtyped has left

  1204. oxtyped has joined

  1205. oxtyped has left

  1206. oxtyped has joined

  1207. oxtyped has left

  1208. oxtyped has joined

  1209. SouL has left

  1210. oxtyped has left

  1211. oxtyped has joined

  1212. oxtyped has left

  1213. oxtyped has joined

  1214. oxtyped has left

  1215. oxtyped has joined

  1216. oxtyped has left

  1217. oxtyped has joined

  1218. oxtyped has left

  1219. oxtyped has joined

  1220. oxtyped has left

  1221. oxtyped has joined

  1222. oxtyped has left

  1223. oxtyped has joined

  1224. oxtyped has left

  1225. oxtyped has joined

  1226. oxtyped has left

  1227. oxtyped has joined

  1228. oxtyped has left

  1229. oxtyped has joined

  1230. oxtyped has left

  1231. oxtyped has joined

  1232. oxtyped has left

  1233. oxtyped has joined

  1234. oxtyped has left

  1235. oxtyped has joined

  1236. oxtyped has left

  1237. oxtyped has joined

  1238. oxtyped has left

  1239. oxtyped has joined

  1240. oxtyped has left

  1241. oxtyped has joined

  1242. oxtyped has left

  1243. oxtyped has joined

  1244. oxtyped has left

  1245. oxtyped has joined

  1246. oxtyped has left

  1247. oxtyped has joined

  1248. oxtyped has left

  1249. oxtyped has joined

  1250. oxtyped has left

  1251. oxtyped has joined

  1252. oxtyped has left

  1253. antranigv has joined

  1254. oxtyped has joined

  1255. oxtyped has left

  1256. oxtyped has joined

  1257. oxtyped has left

  1258. oxtyped has joined

  1259. ' has left

  1260. oxtyped has left

  1261. oxtyped has joined

  1262. oxtyped has left

  1263. oxtyped has joined

  1264. oxtyped has left

  1265. ' has joined

  1266. oxtyped has joined

  1267. oxtyped has left

  1268. oxtyped has joined

  1269. oxtyped has left

  1270. oxtyped has joined

  1271. oxtyped has left

  1272. oxtyped has joined

  1273. patasca has left

  1274. oxtyped has left

  1275. oxtyped has joined

  1276. oxtyped has left

  1277. oxtyped has joined

  1278. oxtyped has left

  1279. oxtyped has joined

  1280. oxtyped has left

  1281. oxtyped has joined

  1282. oxtyped has left

  1283. oxtyped has joined

  1284. oxtyped has left

  1285. oxtyped has joined

  1286. oxtyped has left

  1287. oxtyped has joined

  1288. oxtyped has left

  1289. oxtyped has joined

  1290. Ivan A. has left

  1291. Ivan A. has joined

  1292. oxtyped has left

  1293. oxtyped has joined

  1294. oxtyped has left

  1295. oxtyped has joined

  1296. oxtyped has left

  1297. oxtyped has joined

  1298. oxtyped has left

  1299. oxtyped has joined

  1300. oxtyped has left

  1301. oxtyped has joined

  1302. oxtyped has left

  1303. oxtyped has joined

  1304. oxtyped has left

  1305. oxtyped has joined

  1306. patasca has joined

  1307. oxtyped has left

  1308. oxtyped has joined

  1309. oxtyped has left

  1310. oxtyped has joined

  1311. oxtyped has left

  1312. oxtyped has joined

  1313. oxtyped has left

  1314. oxtyped has joined

  1315. oxtyped has left

  1316. oxtyped has joined

  1317. oxtyped has left

  1318. oxtyped has joined

  1319. oxtyped has left

  1320. oxtyped has joined

  1321. oxtyped has left

  1322. oxtyped has joined

  1323. oxtyped has left

  1324. oxtyped has joined

  1325. oxtyped has left

  1326. oxtyped has joined

  1327. oxtyped has left

  1328. oxtyped has joined

  1329. oxtyped has left

  1330. oxtyped has joined

  1331. oxtyped has left

  1332. oxtyped has joined

  1333. oxtyped has left

  1334. oxtyped has joined

  1335. oxtyped has left

  1336. oxtyped has joined

  1337. oxtyped has left

  1338. oxtyped has joined

  1339. oxtyped has left

  1340. oxtyped has joined

  1341. oxtyped has left

  1342. oxtyped has joined

  1343. oxtyped has left

  1344. oxtyped has joined

  1345. antranigv has left

  1346. oxtyped has left

  1347. oxtyped has joined

  1348. oxtyped has left

  1349. oxtyped has joined

  1350. oxtyped has left

  1351. oxtyped has joined

  1352. oxtyped has left

  1353. oxtyped has joined

  1354. oxtyped has left

  1355. oxtyped has joined

  1356. oxtyped has left

  1357. oxtyped has joined

  1358. oxtyped has left

  1359. oxtyped has joined

  1360. oxtyped has left

  1361. oxtyped has joined

  1362. oxtyped has left

  1363. oxtyped has joined

  1364. oxtyped has left

  1365. oxtyped has joined

  1366. oxtyped has left

  1367. oxtyped has joined

  1368. oxtyped has left

  1369. oxtyped has joined

  1370. oxtyped has left

  1371. oxtyped has joined

  1372. oxtyped has left

  1373. oxtyped has joined

  1374. oxtyped has left

  1375. oxtyped has joined

  1376. oxtyped has left

  1377. oxtyped has joined

  1378. oxtyped has left

  1379. oxtyped has joined

  1380. oxtyped has left

  1381. oxtyped has joined

  1382. oxtyped has left

  1383. oxtyped has joined

  1384. oxtyped has left

  1385. oxtyped has joined

  1386. oxtyped has left

  1387. oxtyped has joined

  1388. oxtyped has left

  1389. oxtyped has joined

  1390. oxtyped has left

  1391. oxtyped has joined

  1392. oxtyped has left

  1393. oxtyped has joined

  1394. oxtyped has left

  1395. oxtyped has joined

  1396. oxtyped has left

  1397. oxtyped has joined

  1398. oxtyped has left

  1399. oxtyped has joined

  1400. raver has left

  1401. oxtyped has left

  1402. oxtyped has joined

  1403. theo has left

  1404. theo has joined

  1405. oxtyped has left

  1406. oxtyped has joined

  1407. oxtyped has left

  1408. oxtyped has joined

  1409. oxtyped has left

  1410. oxtyped has joined

  1411. oxtyped has left

  1412. oxtyped has joined

  1413. oxtyped has left

  1414. oxtyped has joined

  1415. oxtyped has left

  1416. oxtyped has joined

  1417. oxtyped has left

  1418. oxtyped has joined

  1419. yyyyyypx4 has joined

  1420. oxtyped has left

  1421. oxtyped has joined

  1422. oxtyped has left

  1423. oxtyped has joined

  1424. oxtyped has left

  1425. oxtyped has joined

  1426. oxtyped has left

  1427. oxtyped has joined

  1428. oxtyped has left

  1429. oxtyped has joined

  1430. oxtyped has left

  1431. oxtyped has joined

  1432. oxtyped has left

  1433. oxtyped has joined

  1434. oxtyped has left

  1435. oxtyped has joined

  1436. oxtyped has left

  1437. oxtyped has joined

  1438. oxtyped has left

  1439. oxtyped has joined

  1440. oxtyped has left

  1441. oxtyped has joined

  1442. oxtyped has left

  1443. oxtyped has joined

  1444. oxtyped has left

  1445. oxtyped has joined

  1446. oxtyped has left

  1447. oxtyped has joined

  1448. oxtyped has left

  1449. oxtyped has joined

  1450. oxtyped has left

  1451. oxtyped has joined

  1452. oxtyped has left

  1453. oxtyped has joined

  1454. oxtyped has left

  1455. oxtyped has joined

  1456. oxtyped has left

  1457. oxtyped has joined

  1458. jayteeuk has left

  1459. oxtyped has left

  1460. oxtyped has joined

  1461. oxtyped has left

  1462. oxtyped has joined

  1463. oxtyped has left

  1464. oxtyped has joined

  1465. oxtyped has left

  1466. oxtyped has joined

  1467. oxtyped has left

  1468. oxtyped has joined

  1469. oxtyped has left

  1470. oxtyped has joined

  1471. oxtyped has left

  1472. oxtyped has joined

  1473. oxtyped has left

  1474. oxtyped has joined

  1475. oxtyped has left

  1476. oxtyped has joined

  1477. oxtyped has left

  1478. oxtyped has joined

  1479. oxtyped has left

  1480. oxtyped has joined

  1481. oxtyped has left

  1482. oxtyped has joined

  1483. oxtyped has left

  1484. oxtyped has joined

  1485. oxtyped has left

  1486. oxtyped has joined

  1487. oxtyped has left

  1488. oxtyped has joined

  1489. oxtyped has left

  1490. oxtyped has joined

  1491. oxtyped has left

  1492. oxtyped has joined

  1493. oxtyped has left

  1494. oxtyped has joined

  1495. oxtyped has left

  1496. oxtyped has joined

  1497. oxtyped has left

  1498. oxtyped has joined

  1499. oxtyped has left

  1500. oxtyped has joined

  1501. oxtyped has left

  1502. oxtyped has joined

  1503. oxtyped has left

  1504. oxtyped has joined

  1505. oxtyped has left

  1506. oxtyped has joined

  1507. oxtyped has left

  1508. oxtyped has joined

  1509. oxtyped has left

  1510. oxtyped has joined

  1511. oxtyped has left

  1512. oxtyped has joined

  1513. oxtyped has left

  1514. oxtyped has joined

  1515. oxtyped has left

  1516. oxtyped has joined

  1517. oxtyped has left

  1518. oxtyped has joined

  1519. oxtyped has left

  1520. oxtyped has joined

  1521. oxtyped has left

  1522. oxtyped has joined

  1523. oxtyped has left

  1524. oxtyped has joined

  1525. oxtyped has left

  1526. oxtyped has joined

  1527. oxtyped has left

  1528. oxtyped has joined

  1529. oxtyped has left

  1530. oxtyped has joined

  1531. oxtyped has left

  1532. oxtyped has joined

  1533. oxtyped has left

  1534. oxtyped has joined

  1535. oxtyped has left

  1536. oxtyped has joined

  1537. oxtyped has left

  1538. oxtyped has joined

  1539. oxtyped has left

  1540. oxtyped has joined

  1541. oxtyped has left

  1542. oxtyped has joined

  1543. oxtyped has left

  1544. oxtyped has joined

  1545. oxtyped has left

  1546. oxtyped has joined

  1547. oxtyped has left

  1548. oxtyped has joined

  1549. oxtyped has left

  1550. oxtyped has joined

  1551. oxtyped has left

  1552. oxtyped has joined

  1553. oxtyped has left

  1554. oxtyped has joined

  1555. oxtyped has left

  1556. oxtyped has joined

  1557. Ivan A. has left

  1558. oxtyped has left

  1559. oxtyped has joined

  1560. Ivan A. has joined

  1561. oxtyped has left

  1562. ffuentes has left

  1563. oxtyped has joined

  1564. oxtyped has left

  1565. oxtyped has joined

  1566. oxtyped has left

  1567. oxtyped has joined

  1568. oxtyped has left

  1569. oxtyped has joined

  1570. oxtyped has left

  1571. oxtyped has joined

  1572. oxtyped has left

  1573. oxtyped has joined

  1574. oxtyped has left

  1575. oxtyped has joined

  1576. oxtyped has left

  1577. oxtyped has joined

  1578. oxtyped has left

  1579. oxtyped has joined

  1580. oxtyped has left

  1581. oxtyped has joined

  1582. oxtyped has left

  1583. oxtyped has joined

  1584. oxtyped has left

  1585. oxtyped has joined

  1586. oxtyped has left

  1587. oxtyped has joined

  1588. oxtyped has left

  1589. oxtyped has joined

  1590. oxtyped has left

  1591. oxtyped has joined

  1592. oxtyped has left

  1593. oxtyped has joined

  1594. oxtyped has left

  1595. oxtyped has joined

  1596. oxtyped has left

  1597. oxtyped has joined

  1598. oxtyped has left

  1599. oxtyped has joined

  1600. oxtyped has left

  1601. oxtyped has joined

  1602. oxtyped has left

  1603. oxtyped has joined

  1604. oxtyped has left

  1605. oxtyped has joined

  1606. oxtyped has left

  1607. oxtyped has joined

  1608. oxtyped has left

  1609. oxtyped has joined

  1610. oxtyped has left

  1611. oxtyped has joined

  1612. oxtyped has left

  1613. oxtyped has joined

  1614. oxtyped has left

  1615. oxtyped has joined

  1616. oxtyped has left

  1617. oxtyped has joined

  1618. oxtyped has left

  1619. oxtyped has joined

  1620. oxtyped has left

  1621. oxtyped has joined

  1622. oxtyped has left

  1623. oxtyped has joined

  1624. oxtyped has left

  1625. oxtyped has joined

  1626. oxtyped has left

  1627. oxtyped has joined

  1628. jayteeuk has joined

  1629. oxtyped has left

  1630. oxtyped has joined

  1631. oxtyped has left

  1632. oxtyped has joined

  1633. oxtyped has left

  1634. oxtyped has joined

  1635. oxtyped has left

  1636. oxtyped has joined

  1637. oxtyped has left

  1638. oxtyped has joined

  1639. oxtyped has left

  1640. oxtyped has joined

  1641. oxtyped has left

  1642. oxtyped has joined

  1643. oxtyped has left

  1644. oxtyped has joined

  1645. oxtyped has left

  1646. oxtyped has joined

  1647. oxtyped has left

  1648. oxtyped has joined

  1649. oxtyped has left

  1650. oxtyped has joined

  1651. oxtyped has left

  1652. oxtyped has joined

  1653. oxtyped has left

  1654. oxtyped has joined

  1655. oxtyped has left

  1656. oxtyped has joined

  1657. oxtyped has left

  1658. oxtyped has joined

  1659. oxtyped has left

  1660. oxtyped has joined

  1661. oxtyped has left

  1662. oxtyped has joined

  1663. oxtyped has left

  1664. oxtyped has joined

  1665. oxtyped has left

  1666. oxtyped has joined

  1667. oxtyped has left

  1668. oxtyped has joined

  1669. oxtyped has left

  1670. oxtyped has joined

  1671. oxtyped has left

  1672. oxtyped has joined

  1673. oxtyped has left

  1674. oxtyped has joined

  1675. oxtyped has left

  1676. oxtyped has joined

  1677. oxtyped has left

  1678. oxtyped has joined

  1679. oxtyped has left

  1680. oxtyped has joined

  1681. oxtyped has left

  1682. oxtyped has joined

  1683. oxtyped has left

  1684. oxtyped has joined

  1685. oxtyped has left

  1686. oxtyped has joined

  1687. Ivan A. has left

  1688. Ivan A. has joined

  1689. oxtyped has left

  1690. oxtyped has joined

  1691. ffuentes has joined

  1692. oxtyped has left

  1693. oxtyped has joined

  1694. oxtyped has left

  1695. oxtyped has joined

  1696. oxtyped has left

  1697. oxtyped has joined

  1698. oxtyped has left

  1699. oxtyped has joined

  1700. oxtyped has left

  1701. oxtyped has joined

  1702. oxtyped has left

  1703. oxtyped has joined

  1704. oxtyped has left

  1705. oxtyped has joined

  1706. oxtyped has left

  1707. oxtyped has joined

  1708. oxtyped has left

  1709. oxtyped has joined

  1710. oxtyped has left

  1711. oxtyped has joined

  1712. oxtyped has left

  1713. oxtyped has joined

  1714. oxtyped has left

  1715. oxtyped has joined

  1716. oxtyped has left

  1717. oxtyped has joined

  1718. oxtyped has left

  1719. oxtyped has joined

  1720. oxtyped has left

  1721. oxtyped has joined

  1722. oxtyped has left

  1723. oxtyped has joined

  1724. oxtyped has left

  1725. oxtyped has joined

  1726. oxtyped has left

  1727. oxtyped has joined

  1728. oxtyped has left

  1729. oxtyped has joined

  1730. oxtyped has left

  1731. oxtyped has joined

  1732. oxtyped has left

  1733. oxtyped has joined

  1734. oxtyped has left

  1735. oxtyped has joined

  1736. oxtyped has left

  1737. oxtyped has joined

  1738. yyyyyypx4 has left

  1739. oxtyped has left

  1740. yyyyyypx4 has joined

  1741. oxtyped has joined

  1742. oxtyped has left

  1743. oxtyped has joined

  1744. oxtyped has left

  1745. oxtyped has joined

  1746. oxtyped has left

  1747. oxtyped has joined

  1748. oxtyped has left

  1749. oxtyped has joined

  1750. oxtyped has left

  1751. oxtyped has joined

  1752. balabol.im has joined

  1753. oxtyped has left

  1754. oxtyped has joined

  1755. oxtyped has left

  1756. oxtyped has joined

  1757. oxtyped has left

  1758. oxtyped has joined

  1759. oxtyped has left

  1760. oxtyped has joined

  1761. oxtyped has left

  1762. oxtyped has joined

  1763. oxtyped has left

  1764. oxtyped has joined

  1765. oxtyped has left

  1766. oxtyped has joined

  1767. oxtyped has left

  1768. oxtyped has joined

  1769. oxtyped has left

  1770. oxtyped has joined

  1771. oxtyped has left

  1772. oxtyped has joined

  1773. oxtyped has left

  1774. oxtyped has joined

  1775. oxtyped has left

  1776. oxtyped has joined

  1777. oxtyped has left

  1778. oxtyped has joined

  1779. oxtyped has left

  1780. oxtyped has joined

  1781. oxtyped has left

  1782. oxtyped has joined

  1783. oxtyped has left

  1784. oxtyped has joined

  1785. oxtyped has left

  1786. oxtyped has joined

  1787. oxtyped has left

  1788. oxtyped has joined

  1789. oxtyped has left

  1790. oxtyped has joined

  1791. oxtyped has left

  1792. oxtyped has joined

  1793. oxtyped has left

  1794. oxtyped has joined

  1795. oxtyped has left

  1796. oxtyped has joined

  1797. oxtyped has left

  1798. oxtyped has joined

  1799. oxtyped has left

  1800. oxtyped has joined

  1801. oxtyped has left

  1802. oxtyped has joined

  1803. oxtyped has left

  1804. oxtyped has joined

  1805. oxtyped has left

  1806. oxtyped has joined

  1807. oxtyped has left

  1808. oxtyped has joined

  1809. oxtyped has left

  1810. oxtyped has joined

  1811. oxtyped has left

  1812. oxtyped has joined

  1813. oxtyped has left

  1814. oxtyped has joined

  1815. oxtyped has left

  1816. oxtyped has joined

  1817. oxtyped has left

  1818. oxtyped has joined

  1819. oxtyped has left

  1820. oxtyped has joined

  1821. oxtyped has left

  1822. oxtyped has joined

  1823. oxtyped has left

  1824. oxtyped has joined

  1825. oxtyped has left

  1826. oxtyped has joined

  1827. oxtyped has left

  1828. oxtyped has joined

  1829. oxtyped has left

  1830. oxtyped has joined

  1831. oxtyped has left

  1832. oxtyped has joined

  1833. oxtyped has left

  1834. oxtyped has joined

  1835. oxtyped has left

  1836. oxtyped has joined

  1837. antranigv has joined

  1838. oxtyped has left

  1839. oxtyped has joined

  1840. oxtyped has left

  1841. oxtyped has joined

  1842. oxtyped has left

  1843. oxtyped has joined

  1844. oxtyped has left

  1845. oxtyped has joined

  1846. oxtyped has left

  1847. oxtyped has joined

  1848. oxtyped has left

  1849. oxtyped has joined

  1850. oxtyped has left

  1851. oxtyped has joined

  1852. oxtyped has left

  1853. oxtyped has joined

  1854. oxtyped has left

  1855. oxtyped has joined

  1856. oxtyped has left

  1857. oxtyped has joined

  1858. oxtyped has left

  1859. oxtyped has joined

  1860. oxtyped has left

  1861. oxtyped has joined

  1862. oxtyped has left

  1863. oxtyped has joined

  1864. oxtyped has left

  1865. oxtyped has joined

  1866. oxtyped has left

  1867. oxtyped has joined

  1868. oxtyped has left

  1869. oxtyped has joined

  1870. oxtyped has left

  1871. oxtyped has joined

  1872. oxtyped has left

  1873. oxtyped has joined

  1874. oxtyped has left

  1875. oxtyped has joined

  1876. Ivan A. has left

  1877. Ivan A. has joined

  1878. oxtyped has left

  1879. oxtyped has joined

  1880. oxtyped has left

  1881. oxtyped has joined

  1882. oxtyped has left

  1883. oxtyped has joined

  1884. oxtyped has left

  1885. oxtyped has joined

  1886. oxtyped has left

  1887. oxtyped has joined

  1888. oxtyped has left

  1889. oxtyped has joined

  1890. oxtyped has left

  1891. oxtyped has joined

  1892. oxtyped has left

  1893. oxtyped has joined

  1894. oxtyped has left

  1895. oxtyped has joined

  1896. oxtyped has left

  1897. oxtyped has joined

  1898. oxtyped has left

  1899. oxtyped has joined

  1900. oxtyped has left

  1901. oxtyped has joined

  1902. oxtyped has left

  1903. oxtyped has joined

  1904. oxtyped has left

  1905. oxtyped has joined

  1906. oxtyped has left

  1907. oxtyped has joined

  1908. oxtyped has left

  1909. oxtyped has joined

  1910. oxtyped has left

  1911. oxtyped has joined

  1912. oxtyped has left

  1913. oxtyped has joined

  1914. oxtyped has left

  1915. oxtyped has joined

  1916. oxtyped has left

  1917. oxtyped has joined

  1918. oxtyped has left

  1919. oxtyped has joined

  1920. oxtyped has left

  1921. oxtyped has joined

  1922. oxtyped has left

  1923. oxtyped has joined

  1924. oxtyped has left

  1925. oxtyped has joined

  1926. oxtyped has left

  1927. oxtyped has joined

  1928. oxtyped has left

  1929. oxtyped has joined

  1930. oxtyped has left

  1931. oxtyped has joined

  1932. oxtyped has left

  1933. oxtyped has joined

  1934. kuba_ has left

  1935. oxtyped has left

  1936. oxtyped has joined

  1937. oxtyped has left

  1938. oxtyped has joined

  1939. oxtyped has left

  1940. oxtyped has joined

  1941. oxtyped has left

  1942. oxtyped has joined

  1943. oxtyped has left

  1944. oxtyped has joined

  1945. oxtyped has left

  1946. oxtyped has joined

  1947. oxtyped has left

  1948. oxtyped has joined

  1949. oxtyped has left

  1950. oxtyped has joined

  1951. oxtyped has left

  1952. oxtyped has joined

  1953. oxtyped has left

  1954. oxtyped has joined

  1955. oxtyped has left

  1956. oxtyped has joined

  1957. kuba_ has joined

  1958. oxtyped has left

  1959. oxtyped has joined

  1960. oxtyped has left

  1961. oxtyped has joined

  1962. oxtyped has left

  1963. oxtyped has joined

  1964. oxtyped has left

  1965. oxtyped has joined

  1966. oxtyped has left

  1967. oxtyped has joined

  1968. oxtyped has left

  1969. oxtyped has joined

  1970. oxtyped has left

  1971. oxtyped has joined

  1972. oxtyped has left

  1973. Bjarkan has joined

  1974. oxtyped has joined

  1975. oxtyped has left

  1976. oxtyped has joined

  1977. oxtyped has left

  1978. oxtyped has joined

  1979. oxtyped has left

  1980. oxtyped has joined

  1981. oxtyped has left

  1982. oxtyped has joined

  1983. oxtyped has left

  1984. oxtyped has joined

  1985. oxtyped has left

  1986. oxtyped has joined

  1987. oxtyped has left

  1988. oxtyped has joined

  1989. oxtyped has left

  1990. oxtyped has joined

  1991. patasca has left

  1992. oxtyped has left

  1993. oxtyped has joined

  1994. oxtyped has left

  1995. oxtyped has joined

  1996. oxtyped has left

  1997. oxtyped has joined

  1998. oxtyped has left

  1999. oxtyped has joined

  2000. oxtyped has left

  2001. oxtyped has joined

  2002. loopboom has left

  2003. oxtyped has left

  2004. oxtyped has joined

  2005. oxtyped has left

  2006. oxtyped has joined

  2007. oxtyped has left

  2008. oxtyped has joined

  2009. ibikk has joined

  2010. oxtyped has left

  2011. oxtyped has joined

  2012. oxtyped has left

  2013. oxtyped has joined

  2014. oxtyped has left

  2015. oxtyped has joined

  2016. oxtyped has left

  2017. oxtyped has joined

  2018. oxtyped has left

  2019. oxtyped has joined

  2020. oxtyped has left

  2021. oxtyped has joined

  2022. oxtyped has left

  2023. oxtyped has joined

  2024. oxtyped has left

  2025. oxtyped has joined

  2026. oxtyped has left

  2027. oxtyped has joined

  2028. oxtyped has left

  2029. oxtyped has joined

  2030. oxtyped has left

  2031. oxtyped has joined

  2032. oxtyped has left

  2033. oxtyped has joined

  2034. oxtyped has left

  2035. oxtyped has joined

  2036. oxtyped has left

  2037. oxtyped has joined

  2038. oxtyped has left

  2039. oxtyped has joined

  2040. oxtyped has left

  2041. oxtyped has joined

  2042. oxtyped has left

  2043. oxtyped has joined

  2044. oxtyped has left

  2045. oxtyped has joined

  2046. oxtyped has left

  2047. oxtyped has joined

  2048. oxtyped has left

  2049. oxtyped has joined

  2050. oxtyped has left

  2051. oxtyped has joined

  2052. oxtyped has left

  2053. oxtyped has joined

  2054. oxtyped has left

  2055. oxtyped has joined

  2056. oxtyped has left

  2057. oxtyped has joined

  2058. oxtyped has left

  2059. oxtyped has joined

  2060. oxtyped has left

  2061. oxtyped has joined

  2062. oxtyped has left

  2063. oxtyped has joined

  2064. oxtyped has left

  2065. oxtyped has joined

  2066. oxtyped has left

  2067. oxtyped has joined

  2068. oxtyped has left

  2069. oxtyped has joined

  2070. oxtyped has left

  2071. oxtyped has joined

  2072. oxtyped has left

  2073. oxtyped has joined

  2074. ' has left

  2075. oxtyped has left

  2076. oxtyped has joined

  2077. ' has joined

  2078. oxtyped has left

  2079. oxtyped has joined

  2080. oxtyped has left

  2081. oxtyped has joined

  2082. oxtyped has left

  2083. oxtyped has joined

  2084. oxtyped has left

  2085. oxtyped has joined

  2086. oxtyped has left

  2087. oxtyped has joined

  2088. Bjarkan has left

  2089. oxtyped has left

  2090. oxtyped has joined

  2091. oxtyped has left

  2092. oxtyped has joined

  2093. oxtyped has left

  2094. oxtyped has joined

  2095. oxtyped has left

  2096. oxtyped has joined

  2097. oxtyped has left

  2098. oxtyped has joined

  2099. oxtyped has left

  2100. oxtyped has joined

  2101. oxtyped has left

  2102. oxtyped has joined

  2103. oxtyped has left

  2104. oxtyped has joined

  2105. oxtyped has left

  2106. oxtyped has joined

  2107. oxtyped has left

  2108. oxtyped has joined

  2109. oxtyped has left

  2110. oxtyped has joined

  2111. oxtyped has left

  2112. oxtyped has joined

  2113. oxtyped has left

  2114. oxtyped has joined

  2115. ffuentes has left

  2116. oxtyped has left

  2117. ffuentes has joined

  2118. oxtyped has joined

  2119. oxtyped has left

  2120. oxtyped has joined

  2121. oxtyped has left

  2122. oxtyped has joined

  2123. oxtyped has left

  2124. oxtyped has joined

  2125. patasca has joined

  2126. antranigv has left

  2127. oxtyped has left

  2128. oxtyped has joined

  2129. oxtyped has left

  2130. oxtyped has joined

  2131. oxtyped has left

  2132. oxtyped has joined

  2133. oxtyped has left

  2134. oxtyped has joined

  2135. oxtyped has left

  2136. oxtyped has joined

  2137. oxtyped has left

  2138. oxtyped has joined

  2139. oxtyped has left

  2140. oxtyped has joined

  2141. ernst.on.tour has left

  2142. oxtyped has left

  2143. oxtyped has joined

  2144. oxtyped has left

  2145. oxtyped has joined

  2146. oxtyped has left

  2147. oxtyped has joined

  2148. oxtyped has left

  2149. oxtyped has joined

  2150. ernst.on.tour has joined

  2151. oxtyped has left

  2152. oxtyped has joined

  2153. oxtyped has left

  2154. oxtyped has joined

  2155. oxtyped has left

  2156. oxtyped has joined

  2157. oxtyped has left

  2158. oxtyped has joined

  2159. oxtyped has left

  2160. oxtyped has joined

  2161. oxtyped has left

  2162. oxtyped has joined

  2163. oxtyped has left

  2164. oxtyped has joined

  2165. oxtyped has left

  2166. jakob has left

  2167. oxtyped has joined

  2168. oxtyped has left

  2169. oxtyped has joined

  2170. oxtyped has left

  2171. oxtyped has joined

  2172. oxtyped has left

  2173. oxtyped has joined

  2174. oxtyped has left

  2175. oxtyped has joined

  2176. oxtyped has left

  2177. oxtyped has joined

  2178. oxtyped has left

  2179. oxtyped has joined

  2180. oxtyped has left

  2181. oxtyped has joined

  2182. oxtyped has left

  2183. oxtyped has joined

  2184. oxtyped has left

  2185. oxtyped has joined

  2186. oxtyped has left

  2187. oxtyped has joined

  2188. oxtyped has left

  2189. oxtyped has joined

  2190. oxtyped has left

  2191. oxtyped has joined

  2192. oxtyped has left

  2193. oxtyped has joined

  2194. oxtyped has left

  2195. oxtyped has joined

  2196. oxtyped has left

  2197. oxtyped has joined

  2198. oxtyped has left

  2199. oxtyped has joined

  2200. oxtyped has left

  2201. oxtyped has joined

  2202. oxtyped has left

  2203. oxtyped has joined

  2204. oxtyped has left

  2205. oxtyped has joined

  2206. oxtyped has left

  2207. oxtyped has joined

  2208. oxtyped has left

  2209. oxtyped has joined

  2210. oxtyped has left

  2211. oxtyped has joined

  2212. oxtyped has left

  2213. oxtyped has joined

  2214. oxtyped has left

  2215. oxtyped has joined

  2216. oxtyped has left

  2217. oxtyped has joined

  2218. oxtyped has left

  2219. oxtyped has joined

  2220. oxtyped has left

  2221. oxtyped has joined

  2222. ' has left

  2223. oxtyped has left

  2224. oxtyped has joined

  2225. oxtyped has left

  2226. oxtyped has joined

  2227. ' has joined

  2228. oxtyped has left

  2229. oxtyped has joined

  2230. oxtyped has left

  2231. oxtyped has joined

  2232. oxtyped has left

  2233. oxtyped has joined

  2234. oxtyped has left

  2235. oxtyped has joined

  2236. oxtyped has left

  2237. oxtyped has joined

  2238. oxtyped has left

  2239. oxtyped has joined

  2240. oxtyped has left

  2241. oxtyped has joined

  2242. oxtyped has left

  2243. oxtyped has joined

  2244. oxtyped has left

  2245. oxtyped has joined

  2246. oxtyped has left

  2247. oxtyped has joined

  2248. oxtyped has left

  2249. oxtyped has joined

  2250. oxtyped has left

  2251. oxtyped has joined

  2252. oxtyped has left

  2253. oxtyped has joined

  2254. oxtyped has left

  2255. oxtyped has joined

  2256. oxtyped has left

  2257. oxtyped has joined

  2258. oxtyped has left

  2259. oxtyped has joined

  2260. oxtyped has left

  2261. oxtyped has joined

  2262. oxtyped has left

  2263. oxtyped has joined

  2264. oxtyped has left

  2265. oxtyped has joined

  2266. oxtyped has left

  2267. oxtyped has joined

  2268. oxtyped has left

  2269. oxtyped has joined

  2270. oxtyped has left

  2271. oxtyped has joined

  2272. oxtyped has left

  2273. oxtyped has joined

  2274. oxtyped has left

  2275. oxtyped has joined

  2276. oxtyped has left

  2277. oxtyped has joined

  2278. oxtyped has left

  2279. oxtyped has joined

  2280. oxtyped has left

  2281. oxtyped has joined

  2282. oxtyped has left

  2283. oxtyped has joined

  2284. oxtyped has left

  2285. oxtyped has joined

  2286. oxtyped has left

  2287. oxtyped has joined

  2288. oxtyped has left

  2289. oxtyped has joined

  2290. oxtyped has left

  2291. oxtyped has joined

  2292. oxtyped has left

  2293. oxtyped has joined

  2294. oxtyped has left

  2295. oxtyped has joined

  2296. oxtyped has left

  2297. oxtyped has joined

  2298. oxtyped has left

  2299. oxtyped has joined

  2300. oxtyped has left

  2301. oxtyped has joined

  2302. Ivan A. has left

  2303. Ivan A. has joined

  2304. oxtyped has left

  2305. oxtyped has joined

  2306. oxtyped has left

  2307. oxtyped has joined

  2308. oxtyped has left

  2309. oxtyped has joined

  2310. oxtyped has left

  2311. oxtyped has joined

  2312. oxtyped has left

  2313. oxtyped has joined

  2314. oxtyped has left

  2315. Licaon_Kter has joined

  2316. oxtyped has joined

  2317. patasca has left

  2318. oxtyped has left

  2319. oxtyped has joined

  2320. oxtyped has left

  2321. oxtyped has joined

  2322. oxtyped has left

  2323. oxtyped has joined

  2324. kryptos has left

  2325. oxtyped has left

  2326. oxtyped has joined

  2327. oxtyped has left

  2328. oxtyped has joined

  2329. oxtyped has left

  2330. oxtyped has joined

  2331. oxtyped has left

  2332. oxtyped has joined

  2333. oxtyped has left

  2334. oxtyped has joined

  2335. oxtyped has left

  2336. oxtyped has joined

  2337. oxtyped has left

  2338. oxtyped has joined

  2339. jakob has joined

  2340. oxtyped has left

  2341. oxtyped has joined

  2342. oxtyped has left

  2343. oxtyped has joined

  2344. oxtyped has left

  2345. oxtyped has joined

  2346. oxtyped has left

  2347. oxtyped has joined

  2348. oxtyped has left

  2349. oxtyped has joined

  2350. oxtyped has left

  2351. oxtyped has joined

  2352. oxtyped has left

  2353. oxtyped has joined

  2354. oxtyped has left

  2355. oxtyped has joined

  2356. oxtyped has left

  2357. oxtyped has joined

  2358. oxtyped has left

  2359. oxtyped has joined

  2360. oxtyped has left

  2361. oxtyped has joined

  2362. oxtyped has left

  2363. oxtyped has joined

  2364. oxtyped has left

  2365. oxtyped has joined

  2366. oxtyped has left

  2367. oxtyped has joined

  2368. oxtyped has left

  2369. oxtyped has joined

  2370. oxtyped has left

  2371. oxtyped has joined

  2372. oxtyped has left

  2373. oxtyped has joined

  2374. oxtyped has left

  2375. oxtyped has joined

  2376. oxtyped has left

  2377. oxtyped has joined

  2378. oxtyped has left

  2379. oxtyped has joined

  2380. oxtyped has left

  2381. oxtyped has joined

  2382. oxtyped has left

  2383. oxtyped has joined

  2384. oxtyped has left

  2385. oxtyped has joined

  2386. oxtyped has left

  2387. oxtyped has joined

  2388. oxtyped has left

  2389. oxtyped has joined

  2390. oxtyped has left

  2391. Dexter has left

  2392. oxtyped has joined

  2393. oxtyped has left

  2394. oxtyped has joined

  2395. oxtyped has left

  2396. oxtyped has joined

  2397. oxtyped has left

  2398. oxtyped has joined

  2399. oxtyped has left

  2400. oxtyped has joined

  2401. oxtyped has left

  2402. oxtyped has joined

  2403. oxtyped has left

  2404. oxtyped has joined

  2405. oxtyped has left

  2406. oxtyped has joined

  2407. oxtyped has left

  2408. oxtyped has joined

  2409. oxtyped has left

  2410. oxtyped has joined

  2411. Ivan A. has left

  2412. Ivan A. has joined

  2413. oxtyped has left

  2414. oxtyped has joined

  2415. oxtyped has left

  2416. oxtyped has joined

  2417. oxtyped has left

  2418. oxtyped has joined

  2419. patasca has joined

  2420. oxtyped has left

  2421. oxtyped has joined

  2422. oxtyped has left

  2423. oxtyped has joined

  2424. oxtyped has left

  2425. oxtyped has joined

  2426. oxtyped has left

  2427. oxtyped has joined

  2428. oxtyped has left

  2429. oxtyped has joined

  2430. oxtyped has left

  2431. oxtyped has joined

  2432. oxtyped has left

  2433. oxtyped has joined

  2434. oxtyped has left

  2435. oxtyped has joined

  2436. oxtyped has left

  2437. oxtyped has joined

  2438. oxtyped has left

  2439. oxtyped has joined

  2440. oxtyped has left

  2441. oxtyped has joined

  2442. oxtyped has left

  2443. oxtyped has joined

  2444. oxtyped has left

  2445. oxtyped has joined

  2446. oxtyped has left

  2447. oxtyped has joined

  2448. oxtyped has left

  2449. oxtyped has joined

  2450. oxtyped has left

  2451. oxtyped has joined

  2452. oxtyped has left

  2453. oxtyped has joined

  2454. oxtyped has left

  2455. oxtyped has joined

  2456. oxtyped has left

  2457. oxtyped has joined

  2458. oxtyped has left

  2459. oxtyped has joined

  2460. oxtyped has left

  2461. oxtyped has joined

  2462. oxtyped has left

  2463. oxtyped has joined

  2464. oxtyped has left

  2465. oxtyped has joined

  2466. oxtyped has left

  2467. oxtyped has joined

  2468. oxtyped has left

  2469. oxtyped has joined

  2470. oxtyped has left

  2471. oxtyped has joined

  2472. oxtyped has left

  2473. oxtyped has joined

  2474. oxtyped has left

  2475. oxtyped has joined

  2476. jc has joined

  2477. oxtyped has left

  2478. oxtyped has joined

  2479. oxtyped has left

  2480. oxtyped has joined

  2481. oxtyped has left

  2482. oxtyped has joined

  2483. oxtyped has left

  2484. oxtyped has joined

  2485. oxtyped has left

  2486. oxtyped has joined

  2487. oxtyped has left

  2488. oxtyped has joined

  2489. oxtyped has left

  2490. oxtyped has joined

  2491. oxtyped has left

  2492. oxtyped has joined

  2493. oxtyped has left

  2494. oxtyped has joined

  2495. oxtyped has left

  2496. oxtyped has joined

  2497. oxtyped has left

  2498. oxtyped has joined

  2499. oxtyped has left

  2500. oxtyped has joined

  2501. oxtyped has left

  2502. oxtyped has joined

  2503. oxtyped has left

  2504. oxtyped has joined

  2505. junaid has joined

  2506. oxtyped has left

  2507. oxtyped has joined

  2508. oxtyped has left

  2509. oxtyped has joined

  2510. oxtyped has left

  2511. oxtyped has joined

  2512. oxtyped has left

  2513. oxtyped has joined

  2514. oxtyped has left

  2515. oxtyped has joined

  2516. oxtyped has left

  2517. oxtyped has joined

  2518. oxtyped has left

  2519. oxtyped has joined

  2520. oxtyped has left

  2521. oxtyped has joined

  2522. oxtyped has left

  2523. oxtyped has joined

  2524. oxtyped has left

  2525. oxtyped has joined

  2526. oxtyped has left

  2527. oxtyped has joined

  2528. oxtyped has left

  2529. oxtyped has joined

  2530. oxtyped has left

  2531. oxtyped has joined

  2532. oxtyped has left

  2533. oxtyped has joined

  2534. oxtyped has left

  2535. oxtyped has joined

  2536. oxtyped has left

  2537. oxtyped has joined

  2538. oxtyped has left

  2539. oxtyped has joined

  2540. oxtyped has left

  2541. oxtyped has joined

  2542. oxtyped has left

  2543. oxtyped has joined

  2544. oxtyped has left

  2545. oxtyped has joined

  2546. oxtyped has left

  2547. oxtyped has joined

  2548. oxtyped has left

  2549. oxtyped has joined

  2550. oxtyped has left

  2551. oxtyped has joined

  2552. oxtyped has left

  2553. oxtyped has joined

  2554. oxtyped has left

  2555. oxtyped has joined

  2556. oxtyped has left

  2557. oxtyped has joined

  2558. oxtyped has left

  2559. oxtyped has joined

  2560. oxtyped has left

  2561. oxtyped has joined

  2562. oxtyped has left

  2563. oxtyped has joined

  2564. Ivan A. has left

  2565. Ivan A. has joined

  2566. oxtyped has left

  2567. oxtyped has joined

  2568. oxtyped has left

  2569. oxtyped has joined

  2570. oxtyped has left

  2571. oxtyped has joined

  2572. oxtyped has left

  2573. oxtyped has joined

  2574. oxtyped has left

  2575. oxtyped has joined

  2576. oxtyped has left

  2577. oxtyped has joined

  2578. oxtyped has left

  2579. oxtyped has joined

  2580. oxtyped has left

  2581. oxtyped has joined

  2582. oxtyped has left

  2583. oxtyped has joined

  2584. oxtyped has left

  2585. oxtyped has joined

  2586. oxtyped has left

  2587. oxtyped has joined

  2588. oxtyped has left

  2589. oxtyped has joined

  2590. TheCoffeMaker has left

  2591. oxtyped has left

  2592. marc0s has left

  2593. oxtyped has joined

  2594. marc0s has joined

  2595. oxtyped has left

  2596. oxtyped has joined

  2597. oxtyped has left

  2598. oxtyped has joined

  2599. oxtyped has left

  2600. oxtyped has joined

  2601. oxtyped has left

  2602. oxtyped has joined

  2603. oxtyped has left

  2604. oxtyped has joined

  2605. oxtyped has left

  2606. oxtyped has joined

  2607. oxtyped has left

  2608. oxtyped has joined

  2609. patasca has left

  2610. oxtyped has left

  2611. oxtyped has joined

  2612. oxtyped has left

  2613. oxtyped has joined

  2614. oxtyped has left

  2615. oxtyped has joined

  2616. oxtyped has left

  2617. oxtyped has joined

  2618. oxtyped has left

  2619. oxtyped has joined

  2620. oxtyped has left

  2621. oxtyped has joined

  2622. oxtyped has left

  2623. oxtyped has joined

  2624. oxtyped has left

  2625. oxtyped has joined

  2626. oxtyped has left

  2627. oxtyped has joined

  2628. oxtyped has left

  2629. oxtyped has joined

  2630. oxtyped has left

  2631. oxtyped has joined

  2632. oxtyped has left

  2633. oxtyped has joined

  2634. oxtyped has left

  2635. oxtyped has joined

  2636. oxtyped has left

  2637. oxtyped has joined

  2638. oxtyped has left

  2639. oxtyped has joined

  2640. oxtyped has left

  2641. oxtyped has joined

  2642. oxtyped has left

  2643. oxtyped has joined

  2644. oxtyped has left

  2645. oxtyped has joined

  2646. oxtyped has left

  2647. oxtyped has joined

  2648. oxtyped has left

  2649. oxtyped has joined

  2650. TheCoffeMaker has joined

  2651. oxtyped has left

  2652. oxtyped has joined

  2653. oxtyped has left

  2654. oxtyped has joined

  2655. oxtyped has left

  2656. oxtyped has joined

  2657. oxtyped has left

  2658. oxtyped has joined

  2659. oxtyped has left

  2660. oxtyped has joined

  2661. oxtyped has left

  2662. oxtyped has joined

  2663. oxtyped has left

  2664. oxtyped has joined

  2665. oxtyped has left

  2666. oxtyped has joined

  2667. oxtyped has left

  2668. oxtyped has joined

  2669. oxtyped has left

  2670. oxtyped has joined

  2671. oxtyped has left

  2672. oxtyped has joined

  2673. oxtyped has left

  2674. oxtyped has joined

  2675. oxtyped has left

  2676. oxtyped has joined

  2677. oxtyped has left

  2678. oxtyped has joined

  2679. oxtyped has left

  2680. oxtyped has joined

  2681. oxtyped has left

  2682. oxtyped has joined

  2683. oxtyped has left

  2684. oxtyped has joined

  2685. oxtyped has left

  2686. oxtyped has joined

  2687. oxtyped has left

  2688. oxtyped has joined

  2689. oxtyped has left

  2690. oxtyped has joined

  2691. oxtyped has left

  2692. oxtyped has joined

  2693. Ivan A. has left

  2694. Ivan A. has joined

  2695. oxtyped has left

  2696. oxtyped has joined

  2697. oxtyped has left

  2698. oxtyped has joined

  2699. oxtyped has left

  2700. oxtyped has joined

  2701. oxtyped has left

  2702. oxtyped has joined

  2703. oxtyped has left

  2704. oxtyped has joined

  2705. oxtyped has left

  2706. oxtyped has joined

  2707. oxtyped has left

  2708. oxtyped has joined

  2709. oxtyped has left

  2710. oxtyped has joined

  2711. oxtyped has left

  2712. oxtyped has joined

  2713. oxtyped has left

  2714. oxtyped has joined

  2715. oxtyped has left

  2716. oxtyped has joined

  2717. oxtyped has left

  2718. oxtyped has joined

  2719. oxtyped has left

  2720. oxtyped has joined

  2721. oxtyped has left

  2722. oxtyped has joined

  2723. oxtyped has left

  2724. oxtyped has joined

  2725. oxtyped has left

  2726. oxtyped has joined

  2727. oxtyped has left

  2728. oxtyped has joined

  2729. oxtyped has left

  2730. oxtyped has joined

  2731. oxtyped has left

  2732. oxtyped has joined

  2733. oxtyped has left

  2734. oxtyped has joined

  2735. oxtyped has left

  2736. oxtyped has joined

  2737. oxtyped has left

  2738. oxtyped has joined

  2739. oxtyped has left

  2740. oxtyped has joined

  2741. oxtyped has left

  2742. oxtyped has joined

  2743. libredev has left

  2744. libredev has joined

  2745. oxtyped has left

  2746. oxtyped has joined

  2747. oxtyped has left

  2748. oxtyped has joined

  2749. oxtyped has left

  2750. oxtyped has joined

  2751. oxtyped has left

  2752. oxtyped has joined

  2753. oxtyped has left

  2754. oxtyped has joined

  2755. oxtyped has left

  2756. oxtyped has joined

  2757. SouL has joined

  2758. ' has left

  2759. ' has joined

  2760. Ivan A. has left

  2761. Ivan A. has joined

  2762. antranigv has joined

  2763. Ian Blas has left

  2764. kuba_ has left

  2765. kuba_ has joined

  2766. Huxx has joined

  2767. Apollo has left

  2768. Ivan A. has left

  2769. Ivan A. has joined

  2770. wael has joined

  2771. kuba_ has left

  2772. MSavoritias (she,they) has joined

  2773. antranigv has left

  2774. pod has joined

  2775. info has joined

  2776. kuba_ has joined

  2777. junaid

    so it seems like dismail.de is offline atm. if anyone knows the owner then please consider passing on the message.

  2778. martin has left

  2779. martin has joined

  2780. patasca has joined

  2781. kuba_ has left

  2782. ChronosX88 has left

  2783. ChronosX88 has joined

  2784. kuba_ has joined

  2785. Steven Roose has left

  2786. jayteeuk has left

  2787. jayteeuk has joined

  2788. karim has left

  2789. karim has joined

  2790. Menel has joined

  2791. karim has left

  2792. karim has joined

  2793. homebeach has left

  2794. homebeach has joined

  2795. Ivan A. has left

  2796. Ivan A. has joined

  2797. Ivan A. has left

  2798. Ivan A. has joined

  2799. jc has left

  2800. gooya has joined

  2801. thndrbvr has left

  2802. marc0s has left

  2803. marc0s has joined

  2804. ChronosX88 has left

  2805. ChronosX88 has joined

  2806. raver has joined

  2807. mirux has joined

  2808. rafasaurus has left

  2809. rafasaurus has joined

  2810. Ivan A. has left

  2811. Ivan A. has joined

  2812. ' has left

  2813. ChronosX88 has left

  2814. ChronosX88 has joined

  2815. ' has joined

  2816. me9-backup has joined

  2817. me9 has joined

  2818. Maranda[x] has left

  2819. Maranda[x] has joined

  2820. ChronosX88 has left

  2821. ChronosX88 has joined

  2822. wladmis has joined

  2823. me9-backup has left

  2824. frog has joined

  2825. Ivan A. has left

  2826. Ivan A. has joined

  2827. patasca has left

  2828. ffuentes has left

  2829. jgart has joined

  2830. patasca has joined

  2831. croax has joined

  2832. fhtest has joined

  2833. bake has left

  2834. Apollo has joined

  2835. me9 has left

  2836. patasca has left

  2837. karme has joined

  2838. libredev has left

  2839. ChronosX88 has left

  2840. ChronosX88 has joined

  2841. mjk has joined

  2842. thndrbvr has joined

  2843. Ivan A. has left

  2844. Ivan A. has joined

  2845. Ivan A. has left

  2846. Ivan A. has joined

  2847. Ian Blas has joined

  2848. ffuentes has joined

  2849. theo has left

  2850. theo has joined

  2851. ffuentes has left

  2852. ffuentes has joined

  2853. raphanus has joined

  2854. antranigv has joined

  2855. bake has joined

  2856. libredev has joined

  2857. Ivan A. has left

  2858. Ivan A. has joined

  2859. opensourced has joined

  2860. Bjarkan has joined

  2861. patasca has joined

  2862. antranigv has left

  2863. *IM* has joined

  2864. antranigv has joined

  2865. ffuentes has left

  2866. ffuentes has joined

  2867. Ivan A. has left

  2868. Ivan A. has joined

  2869. alberto has joined

  2870. Bjarkan has left

  2871. Maranda[x] has left

  2872. Bjarkan has joined

  2873. Dexter has joined

  2874. emus has joined

  2875. antranigv has left

  2876. Maranda[x] has joined

  2877. John has joined

  2878. ChronosX88 has left

  2879. ChronosX88 has joined

  2880. ian has left

  2881. ian has joined

  2882. marc0s has left

  2883. jc has joined

  2884. Ivan A. has left

  2885. Ivan A. has joined

  2886. moparisthebest has left

  2887. Bjarkan has left

  2888. antranigv has joined

  2889. marc0s has joined

  2890. millesimus has left

  2891. patasca has left

  2892. MattJ

    zcyph, there are many solutions to the certificate issue when deploying XMPP, so it's not that you're out of luck. It just requires you to pick a solution and set it up. For Snikket we're planning to add support for delegated DNS challenges, you can track progress on that at https://github.com/snikket-im/snikket-server/issues/60

  2893. Ivan A. has left

  2894. Ivan A. has joined

  2895. Bjarkan has joined

  2896. patasca has joined

  2897. frog has left

  2898. yyyyyypx4 has left

  2899. Dexter has left

  2900. ian has left

  2901. ian has joined

  2902. Bjarkan has left

  2903. Bjarkan has joined

  2904. rafasaurus has left

  2905. jayteeuk has left

  2906. jayteeuk has joined

  2907. fhtest has left

  2908. Bjarkan has left

  2909. rafasaurus has joined

  2910. Ivan A. has left

  2911. Ivan A. has joined

  2912. uwind7 has joined

  2913. greenkeeper has joined

  2914. Bjarkan has joined

  2915. Ingolf has left

  2916. Bjarkan has left

  2917. antranigv has left

  2918. ffuentes has left

  2919. Silvio Titzmann has joined

  2920. antranigv has joined

  2921. Steven Roose has joined

  2922. Ivan A. has left

  2923. Ivan A. has joined

  2924. ChronosX88 has left

  2925. ChronosX88 has joined

  2926. neox has joined

  2927. Ivan A. has left

  2928. Ivan A. has joined

  2929. tastytea has left

  2930. savagepeanut has left

  2931. Huxx has left

  2932. savagepeanut has joined

  2933. tastytea has joined

  2934. millesimus has joined

  2935. Ivan A. has left

  2936. Ivan A. has joined

  2937. jayteeuk has left

  2938. ChronosX88 has left

  2939. ChronosX88 has joined

  2940. antranigv has left

  2941. bean has joined

  2942. Ivan A. has left

  2943. Ivan A. has joined

  2944. gooya has left

  2945. gooya has joined

  2946. ffuentes has joined

  2947. candyman188 has left

  2948. candyman188 has joined

  2949. antranigv has joined

  2950. ChronosX88 has left

  2951. ChronosX88 has joined

  2952. ' has left

  2953. ' has joined

  2954. jayteeuk has joined

  2955. kfv has left

  2956. Steven Roose has left

  2957. kfv has joined

  2958. Bjarkan has joined

  2959. savagepeanut has left

  2960. ffuentes has left

  2961. savagepeanut has joined

  2962. Steven Roose has joined

  2963. ChronosX88 has left

  2964. ChronosX88 has joined

  2965. alex has left

  2966. alex has joined

  2967. alex has left

  2968. alex has joined

  2969. alex has left

  2970. Steven Roose has left

  2971. alex has joined

  2972. alex has left

  2973. Steven Roose has joined

  2974. alex has joined

  2975. Ivan A. has left

  2976. Ivan A. has joined

  2977. im0209 has joined

  2978. alex has left

  2979. alex has joined

  2980. alex has left

  2981. Ingolf has joined

  2982. alex has joined

  2983. alex has left

  2984. Bjarkan has left

  2985. andrey.utkin has left

  2986. alex has joined

  2987. alex has left

  2988. Bjarkan has joined

  2989. Steven Roose has left

  2990. Steven Roose has joined

  2991. Steven Roose has left

  2992. Steven Roose has joined

  2993. im0209 has left

  2994. Steven Roose has left

  2995. alex has joined

  2996. Steven Roose has joined

  2997. alex has left

  2998. alex has joined

  2999. alex has left

  3000. [czar] has left

  3001. [czar] has joined

  3002. Bjarkan has left

  3003. alex has joined

  3004. alex has left

  3005. ffuentes has joined

  3006. *IM* has left

  3007. alex has joined

  3008. alex has left

  3009. alex has joined

  3010. alex has left

  3011. alex has joined

  3012. alex has left

  3013. alex has joined

  3014. alex has left

  3015. [czar] has left

  3016. [czar] has joined

  3017. Bjarkan has joined

  3018. antranigv has left

  3019. antranigv has joined

  3020. fhtest has joined

  3021. alex has joined

  3022. Ivan A. has left

  3023. Ivan A. has joined

  3024. alex has left

  3025. alex has joined

  3026. alex has left

  3027. alex has joined

  3028. alex has left

  3029. Bjarkan has left

  3030. ChronosX88 has left

  3031. ChronosX88 has joined

  3032. ChronosX88 has left

  3033. ChronosX88 has joined

  3034. anfeald has left

  3035. andrey.utkin has joined

  3036. kfv has left

  3037. kfv has joined

  3038. kfv has left

  3039. kfv has joined

  3040. alex has joined

  3041. alex has left

  3042. alex has joined

  3043. alex has left

  3044. patasca has left

  3045. alex has joined

  3046. alex has left

  3047. alex has joined

  3048. alex has left

  3049. antranigv has left

  3050. Bjarkan has joined

  3051. fhtest has left

  3052. Anfeald Praxis has left

  3053. Anfeald Praxis has joined

  3054. alex has joined

  3055. alex has left

  3056. alex has joined

  3057. alex has left

  3058. antranigv has joined

  3059. anfeald has joined

  3060. alex has joined

  3061. alex has left

  3062. alex has joined

  3063. alex has left

  3064. ChronosX88 has left

  3065. ChronosX88 has joined

  3066. loopboom has joined

  3067. alex has joined

  3068. alex has left

  3069. Bjarkan has left

  3070. iink has left

  3071. iink has joined

  3072. alex has joined

  3073. alex has left

  3074. alex has joined

  3075. alex has left

  3076. ffuentes has left

  3077. ffuentes has joined

  3078. alex has joined

  3079. alex has left

  3080. theo has left

  3081. alex has joined

  3082. ffuentes has left

  3083. alex has left

  3084. theo has joined

  3085. ffuentes has joined

  3086. alex has joined

  3087. alex has left

  3088. ffuentes has left

  3089. ffuentes has joined

  3090. alex has joined

  3091. alex has left

  3092. alex has joined

  3093. Julian has left

  3094. Julian has joined

  3095. alex has left

  3096. alex has joined

  3097. alex has left

  3098. alex has joined

  3099. alex has left

  3100. alex has joined

  3101. alex has left

  3102. alex has joined

  3103. alex has left

  3104. alex has joined

  3105. alex has left

  3106. alex has joined

  3107. alex has left

  3108. ChronosX88 has left

  3109. ChronosX88 has joined

  3110. Bjarkan has joined

  3111. WojtekIM has joined

  3112. Wojtek has joined

  3113. Dexter has joined

  3114. alex has joined

  3115. alex has left

  3116. alex has joined

  3117. alex has left

  3118. alex has joined

  3119. alex has left

  3120. ffuentes has left

  3121. ChronosX88 has left

  3122. ChronosX88 has joined

  3123. patasca has joined

  3124. ffuentes has joined

  3125. Bjarkan has left

  3126. alex has joined

  3127. alex has left

  3128. alex has joined

  3129. alex has left

  3130. alex has joined

  3131. alex has left

  3132. Ivan A. has left

  3133. alex has joined

  3134. alex has left

  3135. Bjarkan has joined

  3136. Ivan A. has joined

  3137. alex has joined

  3138. alex has left

  3139. alex has joined

  3140. alex has left

  3141. alex has joined

  3142. alex has left

  3143. alex has joined

  3144. alex has left

  3145. alex has joined

  3146. alex has left

  3147. alex has joined

  3148. alex has left

  3149. alex has joined

  3150. alex has left

  3151. Bjarkan has left

  3152. alex has joined

  3153. alex has left

  3154. alex has joined

  3155. alex has left

  3156. alex has joined

  3157. ChronosX88 has left

  3158. ChronosX88 has joined

  3159. alex has left

  3160. ChronosX88 has left

  3161. ChronosX88 has joined

  3162. ChronosX88 has left

  3163. ChronosX88 has joined

  3164. alex has joined

  3165. alex has left

  3166. alex has joined

  3167. alex has left

  3168. alex has joined

  3169. alex has left

  3170. Bjarkan has joined

  3171. alacer has left

  3172. alacer has joined

  3173. patasca has left

  3174. *IM* has joined

  3175. alex has joined

  3176. alex has left

  3177. alex has joined

  3178. alex has left

  3179. ChronosX88 has left

  3180. ChronosX88 has joined

  3181. alex has joined

  3182. alex has left

  3183. alex has joined

  3184. alex has left

  3185. Bjarkan has left

  3186. Ivan A. has left

  3187. Ivan A. has joined

  3188. ChronosX88 has left

  3189. ChronosX88 has joined

  3190. Ivan A. has left

  3191. Ivan A. has joined

  3192. alex has joined

  3193. alex has left

  3194. ChronosX88 has left

  3195. ChronosX88 has joined

  3196. alex has joined

  3197. alex has left

  3198. alex has joined

  3199. alex has left

  3200. alex has joined

  3201. alex has left

  3202. alex has joined

  3203. alex has left

  3204. alex has joined

  3205. alex has left

  3206. alex has joined

  3207. alex has left

  3208. jayteeuk has left

  3209. jayteeuk has joined

  3210. ChronosX88 has left

  3211. ChronosX88 has joined

  3212. jayteeuk has left

  3213. jayteeuk has joined

  3214. alex has joined

  3215. alex has left

  3216. Ivan A. has left

  3217. Ivan A. has joined

  3218. TheXanMan has left

  3219. alex has joined

  3220. alex has left

  3221. alex has joined

  3222. alex has left

  3223. alex has joined

  3224. alex has left

  3225. alex has joined

  3226. alex has left

  3227. patasca has joined

  3228. alex has joined

  3229. alex has left

  3230. alex has joined

  3231. alex has left

  3232. ChronosX88 has left

  3233. ChronosX88 has joined

  3234. jayteeuk has left

  3235. Bjarkan has joined

  3236. jayteeuk has joined

  3237. wladmis has left

  3238. wladmis has joined

  3239. Ivan A. has left

  3240. Ivan A. has joined

  3241. wladmis has left

  3242. wladmis has joined

  3243. alex has joined

  3244. alex has left

  3245. Ivan A. has left

  3246. alex has joined

  3247. alex has left

  3248. Ivan A. has joined

  3249. alex has joined

  3250. alex has left

  3251. alex has joined

  3252. alex has left

  3253. Bjarkan has left

  3254. alex has joined

  3255. alex has left

  3256. neox has left

  3257. alex has joined

  3258. alex has left

  3259. alex has joined

  3260. ChronosX88 has left

  3261. alex has left

  3262. ChronosX88 has joined

  3263. wladmis has left

  3264. wladmis has joined

  3265. antranigv has left

  3266. wladmis has left

  3267. wladmis has joined

  3268. neox has joined

  3269. ChronosX88 has left

  3270. ChronosX88 has joined

  3271. alex has joined

  3272. jgart has left

  3273. ChronosX88 has left

  3274. alex has left

  3275. ChronosX88 has joined

  3276. alex has joined

  3277. alex has left

  3278. ChronosX88 has left

  3279. ChronosX88 has joined

  3280. alex has joined

  3281. alex has left

  3282. alex has joined

  3283. alex has left

  3284. alex has joined

  3285. ChronosX88 has left

  3286. alex has left

  3287. ChronosX88 has joined

  3288. wladmis has left

  3289. wladmis has joined

  3290. alex has joined

  3291. alex has left

  3292. alex has joined

  3293. alex has left

  3294. antranigv has joined

  3295. ChronosX88 has left

  3296. alex has joined

  3297. ChronosX88 has joined

  3298. alex has left

  3299. patasca has left

  3300. mh has left

  3301. alex has joined

  3302. alex has left

  3303. alex has joined

  3304. alex has left

  3305. alex has joined

  3306. alex has left

  3307. alex has joined

  3308. alex has left

  3309. alex has joined

  3310. alex has left

  3311. Wojtek has left

  3312. WojtekIM has left

  3313. alex has joined

  3314. alex has left

  3315. Wojtek has joined

  3316. WojtekIM has joined

  3317. alex has joined

  3318. alex has left

  3319. Apollo has left

  3320. wladmis has left

  3321. wladmis has joined

  3322. alex has joined

  3323. alex has left

  3324. alex has joined

  3325. alex has left

  3326. alex has joined

  3327. alex has left

  3328. alex has joined

  3329. alex has left

  3330. alex has joined

  3331. alex has left

  3332. alex has joined

  3333. alex has left

  3334. alex has joined

  3335. alex has left

  3336. Huxx has joined

  3337. alex has joined

  3338. christineantonia has joined

  3339. Wojtek has left

  3340. alex has left

  3341. alex has joined

  3342. alex has left

  3343. alex has joined

  3344. alex has left

  3345. WojtekIM has left

  3346. alex has joined

  3347. alex has left

  3348. WojtekIM has joined

  3349. alex has joined

  3350. ChronosX88 has left

  3351. alex has left

  3352. ChronosX88 has joined

  3353. Wojtek has joined

  3354. alex has joined

  3355. alex has left

  3356. alex has joined

  3357. alex has left

  3358. frog has joined

  3359. alex has joined

  3360. alex has left

  3361. ChronosX88 has left

  3362. ChronosX88 has joined

  3363. alex has joined

  3364. alex has left

  3365. alex has joined

  3366. alex has left

  3367. alex has joined

  3368. alex has left

  3369. ChronosX88 has left

  3370. ChronosX88 has joined

  3371. alex has joined

  3372. alex has left

  3373. ChronosX88 has left

  3374. christineantonia has left

  3375. ChronosX88 has joined

  3376. alex has joined

  3377. alex has left

  3378. sander has left

  3379. patasca has joined

  3380. alex has joined

  3381. alex has left

  3382. alex has joined

  3383. alex has left

  3384. kfv has left

  3385. kfv has joined

  3386. alex has joined

  3387. alex has left

  3388. kryptos has joined

  3389. alex has joined

  3390. alex has left

  3391. Douglas Terabyte has left

  3392. alex has joined

  3393. alex has left

  3394. alex has joined

  3395. alex has left

  3396. alacer has left

  3397. info has left

  3398. alex has joined

  3399. alex has left

  3400. alex has joined

  3401. alex has left

  3402. ChronosX88 has left

  3403. ChronosX88 has joined

  3404. alex has joined

  3405. alex has left

  3406. info has joined

  3407. alacer has joined

  3408. ChronosX88 has left

  3409. ChronosX88 has joined

  3410. Bjarkan has joined

  3411. b43 has left

  3412. ian has left

  3413. ian has joined

  3414. alex has joined

  3415. alex has left

  3416. alex has joined

  3417. alex has left

  3418. alex has joined

  3419. alex has left

  3420. alex has joined

  3421. alex has left

  3422. alex has joined

  3423. alex has left

  3424. alex has joined

  3425. alex has left

  3426. alex has joined

  3427. alex has left

  3428. alex has joined

  3429. alex has left

  3430. alex has joined

  3431. alex has left

  3432. ilmaisin_ has joined

  3433. alex has joined

  3434. alex has left

  3435. alex has joined

  3436. alex has left

  3437. alex has joined

  3438. alex has left

  3439. alex has joined

  3440. alex has left

  3441. alex has joined

  3442. alex has left

  3443. Bjarkan has left

  3444. patasca has left

  3445. Wojtek has left

  3446. ChronosX88 has left

  3447. WojtekIM has left

  3448. ChronosX88 has joined

  3449. WojtekIM has joined

  3450. mh has joined

  3451. Wojtek has joined

  3452. ChronosX88 has left

  3453. alex has joined

  3454. alex has left

  3455. ChronosX88 has joined

  3456. TheXanMan has joined

  3457. frog has left

  3458. alex has joined

  3459. alex has left

  3460. patasca has joined

  3461. alex has joined

  3462. frog has joined

  3463. alex has left

  3464. alex has joined

  3465. alex has left

  3466. *IM* has left

  3467. alex has joined

  3468. alex has left

  3469. alex has joined

  3470. alex has left

  3471. alex has joined

  3472. alex has left

  3473. Sam@! has left

  3474. Sam@! has joined

  3475. ChronosX88 has left

  3476. ChronosX88 has joined

  3477. ross has left

  3478. ross has joined

  3479. ChronosX88 has left

  3480. ChronosX88 has joined

  3481. alex has joined

  3482. alex has left

  3483. alex has joined

  3484. alex has left

  3485. alex has joined

  3486. alex has left

  3487. alex has joined

  3488. alex has left

  3489. alex has joined

  3490. alex has left

  3491. alex has joined

  3492. alex has left

  3493. ChronosX88 has left

  3494. ChronosX88 has joined

  3495. alex has joined

  3496. alex has left

  3497. kryptos has left

  3498. *IM* has joined

  3499. alex has joined

  3500. alex has left

  3501. Apollo has joined

  3502. patasca has left

  3503. ChronosX88 has left

  3504. ChronosX88 has joined

  3505. alex has joined

  3506. alex has left

  3507. alex has joined

  3508. alex has left

  3509. ross has left

  3510. ross has joined

  3511. alex has joined

  3512. alex has left

  3513. alex has joined

  3514. alex has left

  3515. Apollo has left

  3516. alex has joined

  3517. alex has left

  3518. alex has joined

  3519. alex has left

  3520. alex has joined

  3521. alex has left

  3522. ChronosX88 has left

  3523. ChronosX88 has joined

  3524. frog has left

  3525. ChronosX88 has left

  3526. ChronosX88 has joined

  3527. uwind7 has left

  3528. alex has joined

  3529. alex has left

  3530. alex has joined

  3531. alex has left

  3532. loopboom has left

  3533. Bjarkan has joined

  3534. kfv has left

  3535. kfv has joined

  3536. ian has left

  3537. ian has joined

  3538. frog has joined

  3539. alex has joined

  3540. alex has left

  3541. loopboom has joined

  3542. patasca has joined

  3543. ChronosX88 has left

  3544. ChronosX88 has joined

  3545. ChronosX88 has left

  3546. ChronosX88 has joined

  3547. TheXanMan has left

  3548. alex has joined

  3549. alex has left

  3550. ChronosX88 has left

  3551. theo has left

  3552. ChronosX88 has joined

  3553. alex has joined

  3554. alex has left

  3555. theo has joined

  3556. eevvoor has joined

  3557. alex has joined

  3558. alex has left

  3559. alex has joined

  3560. alex has left

  3561. alex has joined

  3562. alex has left

  3563. ChronosX88 has left

  3564. alex has joined

  3565. alex has left

  3566. ChronosX88 has joined

  3567. alex has joined

  3568. alex has left

  3569. ian has left

  3570. ian has joined

  3571. alex has joined

  3572. alex has left

  3573. TheXanMan has joined

  3574. alex has joined

  3575. fpyrih has joined

  3576. ian has left

  3577. alex has left

  3578. ian has joined

  3579. alex has joined

  3580. alex has left

  3581. antranigv has left

  3582. jayteeuk has left

  3583. ' has left

  3584. WojtekIM has left

  3585. Wojtek has left

  3586. alex has joined

  3587. ' has joined

  3588. alex has left

  3589. ChronosX88 has left

  3590. ChronosX88 has joined

  3591. alex has joined

  3592. alex has left

  3593. antranigv has joined

  3594. alex has joined

  3595. alex has left

  3596. alex has joined

  3597. alex has left

  3598. ChronosX88 has left

  3599. ChronosX88 has joined

  3600. alex has joined

  3601. alex has left

  3602. alex has joined

  3603. alex has left

  3604. alex has joined

  3605. alex has left

  3606. fpyrih has left

  3607. moparisthebest has joined

  3608. fpyrih has joined

  3609. jayteeuk has joined

  3610. Apollo has joined

  3611. patasca has left

  3612. loopboom has left

  3613. alex has joined

  3614. marc0s has left

  3615. marc0s has joined

  3616. alex has left

  3617. alex has joined

  3618. alex has left

  3619. alex has joined

  3620. alex has left

  3621. fpyrih has left

  3622. kryptos has joined

  3623. alex has joined

  3624. alex has left

  3625. alex has joined

  3626. alex has left

  3627. alex has joined

  3628. ChronosX88 has left

  3629. alex has left

  3630. ChronosX88 has joined

  3631. alex has joined

  3632. alex has left

  3633. alex has joined

  3634. alex has left

  3635. marc0s has left

  3636. marc0s has joined

  3637. alex has joined

  3638. alex has left

  3639. alex has joined

  3640. alex has left

  3641. ChronosX88 has left

  3642. ChronosX88 has joined

  3643. patasca has joined

  3644. ChronosX88 has left

  3645. ChronosX88 has joined

  3646. alex has joined

  3647. alex has left

  3648. ChronosX88 has left

  3649. ChronosX88 has joined

  3650. eevvoor has left