XMPP Service Operators - 2021-01-14


  1. neox has left

  2. alberto has left

  3. Steven Roose has left

  4. david1998 has joined

  5. david1998

    Hola

  6. j.r (jugendhacker.de) has left

  7. Kris has left

  8. Steven Roose has joined

  9. j.r (jugendhacker.de) has joined

  10. stpeter has left

  11. ff255 has left

  12. jayteeuk has left

  13. jayteeuk has joined

  14. david1998 has left

  15. undefined has left

  16. rom1dep has left

  17. Jonny has joined

  18. undefined has joined

  19. Arne

    Hi

  20. ff255 has joined

  21. jayteeuk has left

  22. jayteeuk has joined

  23. henrik has left

  24. henrik has joined

  25. j.r (jugendhacker.de) has left

  26. j.r (jugendhacker.de) has joined

  27. j.r (jugendhacker.de) has left

  28. stvn has joined

  29. Steven Roose has left

  30. stpeter has joined

  31. thndrbvr has joined

  32. j.r (jugendhacker.de) has joined

  33. Jonny has left

  34. Steven Roose has joined

  35. kikuchiyo has left

  36. stpeter has left

  37. jayteeuk has left

  38. jayteeuk has joined

  39. stvn has left

  40. jayteeuk has left

  41. jayteeuk has joined

  42. henrik has left

  43. Steven Roose has left

  44. jayteeuk has left

  45. jayteeuk has joined

  46. Steven Roose has joined

  47. Kris has joined

  48. Ivan A. has left

  49. mjk has left

  50. abidal3 has left

  51. mjk has joined

  52. pintosesk has joined

  53. argon3771 has left

  54. argon3771 has joined

  55. argon3771 has left

  56. argon3771 has joined

  57. alex-a-soto has left

  58. alex-a-soto has joined

  59. derventio has left

  60. ernst.on.tour has left

  61. ff255 has left

  62. ff255 has joined

  63. mss_cyclist has left

  64. mss_cyclist has joined

  65. Bjarkan has left

  66. Jonny has joined

  67. mjk has left

  68. Steven Roose has left

  69. sol has left

  70. Bjarkan has joined

  71. robo18122020 has joined

  72. Steven Roose has joined

  73. Kris has left

  74. Jonny has left

  75. loopboom has left

  76. jayteeuk has left

  77. jayteeuk has joined

  78. 404.city has joined

  79. ff255 has left

  80. Ge0rG has left

  81. 404.city

    Arne, Do you understand the basic principles of browsers? If the browser has downloaded the script once, on any site it does not download the script a second time. Have you ever wondered how this can significantly speed up page loading? Ie the page is loaded on a slow connection not 2-3 minutes, but a couple of seconds?

  82. marc0s has left

  83. 404.city

    Arne, Did you know that cloudflare provides open source scripts for sites and oh yeah! They have built-in protection? << integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous" >>

  84. ff255 has joined

  85. undefined has left

  86. marc0s has joined

  87. Gandalf has left

  88. Gandalf has joined

  89. 404.city

    <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/js/bootstrap.min.js" integrity="sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE/Ca6yGE5FsW36vyipGoWQswBj/QBm2JR086Rkw==" crossorigin="anonymous"></script>

  90. jayteeuk has left

  91. jayteeuk has joined

  92. undefined has joined

  93. 404.city

    Arni Bro, what a horror. I have embedded this script in this chat, NOW REPTILIAN KNOW EVERETING ABOUT YOU!!! Didn't it boot? RIGHT!!! It should not be loaded in the browser either, but should be from the cache of your browser

  94. henrik has joined

  95. jayteeuk has left

  96. jayteeuk has joined

  97. undefined has left

  98. undefined has joined

  99. 404.city

    Arne, If you have Twitter loaded in scripts, I recommend checking your plugin for blocking scripts for viruses. The share button on Twitter was made, without javascript scripts and load images. But you probably just don’t know the difference between "Twitter Bootstrap" and "Twitter"

  100. loopboom has joined

  101. gnu has joined

  102. jayteeuk has left

  103. jayteeuk has joined

  104. 404.city has left

  105. loopboom has left

  106. ff255 has left

  107. Bjarkan has left

  108. Bjarkan has joined

  109. tom

    » <404.city> Arne, Do you understand the basic principles of browsers? If the browser has downloaded the script once, on any site it does not download the script a second time. Have you ever wondered how this can significantly speed up page loading? » Ie the page is loaded on a slow connection not 2-3 minutes, but a couple of seconds? It's not

  110. tom

    It's actually slower

  111. tom

    The HTTP protocol itself has headers for caching and how log

  112. tom

    You should not use javascript at all, unless you absolutely have to and there's no other way

  113. tom

    If you care about performance and accessability

  114. tom

    The html has to finish loading before you can even begin to startup the jvm

  115. tom

    Vs

  116. tom

    Html being streamed in as it receives a element closure

  117. tom

    Then images loading

  118. tom

    (jpegs can be encoded to support progressive scan)

  119. tom

    Or you can use SVGs

  120. tom

    If you use an external CDN you lose control over latency for your site

  121. tom

    Even if you use a geographiclly close CDN, it's going to be slower because now you have to setup 2 TCP sessions sequentially, with TLS on top

  122. tom

    Vs if you just used plain html

  123. tom

    Serving things yourself on your own server

  124. tom

    https://anybrowser.org/campaign/

  125. 404.city has joined

  126. loopboom has joined

  127. ibikk has joined

  128. 404.city

    https://xmpp.404.city:5280/usershare/6d33720a4a94189f7b96d206ee5f6128196decf2/asa4zw5TzuiMiNRGdhD02PawBoPMwPe4Yp2mtzPa/Screenshot_from_2021-01-14_04-38-07.png

  129. undefined has left

  130. 404.city

    tom, Thanks for the helpful advice ... There is a hint in chrome, for those who do not understand the headers, that the content is cached. In this screenshot you can find this place. In this screenshot you can find this place. На этом скриншоте вы можете найти это место. On this screenshot you can find this place. На этом скриншоте вы можете найти это место.

  131. 404.city

    tom, Thanks for the helpful advice ... There is a hint in chrome, for those who do not understand the headers, that the content is cached. In this screenshot you can find this place. In this screenshot you can find this place.

  132. tom

    Oh

  133. tom

    You can use webbrowser

  134. tom

    It provides much better HTTP debugging tools

  135. tom

    Hold on

  136. 404.city

    tom, This is a screenshot from the browser

  137. tom

    https://upload.nuegia.net/2c79b375-8912-4663-9668-589525c08eb3/screenshot_016.png

  138. tom

    Also

  139. tom

    Chrome's caching is very buggy

  140. tom

    Like

  141. tom

    Things don't refresh when you press refresh or tell it not to cache

  142. tom

    It's also not a really good litmus test for web interop

  143. tom

    Since the blink engine is more optimized for running google's webapps rather than viewing web pages efficiently

  144. christian

    404.city: You never need the whole bootstrap. Usually you only need "util.JS". Or one or two more. And even if you don't need the whole bootstrap CSS, it's a development mistake to ping cloudflare every time from every connected IP, and it's definitely a mistake to download half a mega every time you send 2 letters in a chat. If you're too lazy to pick what you need and would rather do one hell of a traffic, stop developing for god's sake.

  145. jayteeuk has left

  146. jayteeuk has joined

  147. tom

    https://upload.nuegia.net/3ae80218-17e4-4568-b269-0c8e6f3837a2/screenshot_017.png

  148. tom

    I'd argue that using bootstrap is a terrible mistake

  149. 404.city

    tom, Pay attention to the title on your screenshot. The "last modification"

  150. tom

    Just write the data in the HTML

  151. undefined has joined

  152. tom

    Then write a few CSS rules to add borders and good contrast and set a front

  153. tom

    Then your done

  154. 404.city

    christian, Where do you see the chat on this page?

  155. tom

    https://www.nuegia.net/style.css

  156. 404.city

    > ‎tom‎: Just write the data in the HTML This is not just a date, if you were a web application developer, then you would know that this header needs to be set manually and it is responsible for caching

  157. sol has joined

  158. tom

    404.city: nginx has a very powerful syntax for setting caching headers

  159. ff255 has joined

  160. tom

    Set a ttl

  161. guus.der.kinderen has left

  162. tom

    Or a date

  163. tom

    Keep static objects in sane paths, then just apply caching rules that make sense for the path

  164. tom

    There's two main kinds of caching in http

  165. tom

    The kind where you tell the browser to keep the resource, and the kind you tell the browser to keep the resource but check back if it's been modified

  166. christian

    404.city: Don't worry, if I criticise you, you are valuable. I don't criticise everyone.

  167. tom

    It's the difference between a http 301 and no http request at all

  168. undefined has left

  169. tom

    For example on my CDN that handles the http-upload XEP I set location / { perl upload::handle; expires modified +60d; add_header Cache-Control private; }

  170. tom

    Since I delete files 60 days after they've been uploaded

  171. tom

    And it's a static resource prepended with a guid so it's not going to change

  172. tom

    Oh, btw there's an interesting cache control parameter "IMMUTABLE" which is intended for content-addressable object stores

  173. tom

    Like IPFS

  174. 404.city

    From your paronial advice and unrepeatable fears, the Internet works slower and this is very noticeable for Internet users with slow connections. It doesn't increase privacy and security in any way, it looks like a cargo cult https://en.wikipedia.org/wiki/Cargo_cult

  175. tom

    I've been thinking about integrating IPFS into my cdn so that if users are still interested in files after to 60d purge than it's still accessible, and I can just use ipfs daemon's built in garbage collector instead of a time based thing

  176. 404.city

    https://xmpp.404.city:5280/usershare/6d33720a4a94189f7b96d206ee5f6128196decf2/9RMjzCeLITZGf0JqfBUIWbRqU0lIe8xWOnpn0avL/download__12_.jpeg

  177. tom

    404.city: the only cargo-culting going on is the people who ADD javascript to their site, thinking it will make it faster

  178. tom

    You don't add to websites to make them faster you remove

  179. undefined has joined

  180. tom

    And you leverage fine control of HTTP's headers

  181. tom

    The web developers that can't code html and css themselves, and have to import some """framework"""

  182. tom

    Or use wordpress and install a bunch of ""optimization plugins""

  183. 404.city

    tom, The saddest thing is that you mislead other people who understand it even less. I gave you a screenshot from the browser that proved it was cached, but you continue to prove that it is not. This explanation was signed by the developers in the browser especially for you.

  184. 404.city

    tom, https://xmpp.404.city:5280/usershare/6d33720a4a94189f7b96d206ee5f6128196decf2/asa4zw5TzuiMiNRGdhD02PawBoPMwPe4Yp2mtzPa/Screenshot_from_2021-01-14_04-38-07.png

  185. tom

    404.city: you misunderstand

  186. tom

    I'm saying you shouldn't rely on Jquery at all

  187. undefined has left

  188. guus.der.kinderen has joined

  189. tom

    That you should remove to dependence of jquery from you site

  190. undefined has joined

  191. jayteeuk has left

  192. jayteeuk has joined

  193. 404.city

    https://xmpp.404.city:5280/usershare/6d33720a4a94189f7b96d206ee5f6128196decf2/Z1M1x2QJzNDgB72CYbgZ0wiCVr53SOvAUTybbfJg/bootstrap.png

  194. tom

    Gross

  195. tom

    And not privacy conscious

  196. Jonny has joined

  197. 404.city

    tom, You have already downloaded this file on other sites, and after that you worry.

  198. loopboom has left

  199. tom

    No i haven;t

  200. tom

    I disable javashit

  201. tom

    I don't browse sites that only work in firefox/chrome

  202. Huxx has joined

  203. tom

    Or require excessive resources

  204. tom

    2gb of ram to display a paragraph on text on a screen

  205. tom

    It's inexcusable

  206. jayteeuk has left

  207. jayteeuk has joined

  208. tom

    Ability to get into a fucking botnet, just by visiting a web page

  209. 404.city

    tom, Well, let's just say so. Sites shouldn't have javascript at all...

  210. tom

    Popups, ads, cookie notices

  211. loopboom has joined

  212. tom

    For example

  213. tom

    Use invidious or straw-viewer to access youtube without javashit or modern web retardation

  214. tom

    https://upload.nuegia.net/03cfe502-2bd1-4fdb-abe6-871f97e907f1/web-color.png

  215. tom

    https://upload.nuegia.net/b02e658d-5504-484d-8e00-5526702c3654/noajax.png

  216. Beherit has left

  217. tom

    Html5 and google chrome are just the new internet explorer 5

  218. tom

    And active x

  219. Beherit has joined

  220. tom

    https://drewdevault.com/2020/03/18/Reckless-limitless-scope.html

  221. thndrbvr has left

  222. jayteeuk has left

  223. jayteeuk has joined

  224. pintosesk has left

  225. benharri has left

  226. SouL has joined

  227. thndrbvr has joined

  228. pod has joined

  229. 404.city has left

  230. sol has left

  231. sol has joined

  232. Arne

    I'm sorry 404.city this really shouldn't end up in such discussion. It has been more a question vor a hint. I was just wondering why you implemented it. Also I actually couldn't open the link with activated dns blocker. But it's maybe just me.

  233. Arne

    Nevertheless we should be helping us here actually. Maybe you could remove some script parts? I also had difficultis removing all this unneeded parts from my sites (and maybe there still is some left...), but never had this problem.

  234. undefined has left

  235. Alex has left

  236. alacer has left

  237. alacer has joined

  238. undefined has joined

  239. Arne

    Nevertheless we should be helping us here actually. Maybe you could remove some script parts? I also had difficultis removing all this unneeded parts from my sites (and maybe there are still is some left...), but never had this problem.

  240. Arne

    which also let me think about changing some things at my sites...

  241. Arne

    .

  242. Viktor Lindberg has left

  243. alberto has joined

  244. raghavgururajan has left

  245. Viktor Lindberg has joined

  246. Ivan A. has joined

  247. Lily has left

  248. Lily has joined

  249. jayteeuk has left

  250. jayteeuk has joined

  251. pfw has joined

  252. j.r (jugendhacker.de) has left

  253. alberto has left

  254. Alex has joined

  255. jsm has joined

  256. Ivan A. has left

  257. Ivan A. has joined

  258. jayteeuk has left

  259. jayteeuk has joined

  260. derventio has joined

  261. qnix has left

  262. pfw has left

  263. Martin has left

  264. j.r (jugendhacker.de) has joined

  265. Martin has joined

  266. 404.city has joined

  267. qnix has joined

  268. derventio has left

  269. martin-snikket has joined

  270. alberto has joined

  271. qnix has left

  272. martin-snikket has left

  273. qnix has joined

  274. Arne has left

  275. Ge0rG has joined

  276. SJM has left

  277. arne-bruen has left

  278. jayteeuk has left

  279. jayteeuk has joined

  280. madmalkav has joined

  281. SouL has left

  282. arne-bruen has joined

  283. Arne has joined

  284. qnix has left

  285. tsk has left

  286. tsk has joined

  287. SouL has joined

  288. tsk has left

  289. tsk has joined

  290. jayteeuk has left

  291. jayteeuk has joined

  292. qnix has joined

  293. neox has joined

  294. loopboom has left

  295. ff255 has left

  296. argon3771 has left

  297. argon3771 has joined

  298. qnix has left

  299. qnix has joined

  300. martin-snikket has joined

  301. Ivan A. has left

  302. jayteeuk has left

  303. jayteeuk has joined

  304. loopboom has joined

  305. ernst.on.tour has joined

  306. ff255 has joined

  307. martin-snikket has left

  308. jayteeuk has left

  309. jayteeuk has joined

  310. qnix has left

  311. SJM has joined

  312. qnix has joined

  313. martin-snikket has joined

  314. abidal3 has joined

  315. martin-snikket has left

  316. 404.city

    tom, Remove your screenshot with open browser console, if you care about your privacy)

  317. abidal3 has left

  318. tom

    Why?

  319. sol has left

  320. 86ul has joined

  321. 404.city

    /

  322. ntuseracc has joined

  323. rom1dep has joined

  324. qnix has left

  325. wladmis has joined

  326. Lily has left

  327. Lily has joined

  328. 404.city has left

  329. jayteeuk has left

  330. jayteeuk has joined

  331. qnix has joined

  332. martin-snikket has joined

  333. 404.city has joined

  334. qnix has left

  335. qnix has joined

  336. rom1dep has left

  337. martin-snikket has left

  338. qnix has left

  339. Viktor Lindberg has left

  340. qnix has joined

  341. jayteeuk has left

  342. jayteeuk has joined

  343. Douglas Terabyte has left

  344. Bjarkan has left

  345. ajeremias has joined

  346. Bjarkan has joined

  347. 404.city has left

  348. jayteeuk has left

  349. jayteeuk has joined

  350. jayteeuk has left

  351. Douglas Terabyte has joined

  352. jayteeuk has joined

  353. abidal3 has joined

  354. Kris has joined

  355. martin-snikket has joined

  356. martin-snikket has left

  357. qnix has left

  358. Gandalf has left

  359. Gandalf has joined

  360. qnix has joined

  361. mjk has joined

  362. perflyst has joined

  363. Gandalf has left

  364. Gandalf has joined

  365. ajeremias has left

  366. Tim has left

  367. Bjarkan has left

  368. ajeremias has joined

  369. Bjarkan has joined

  370. perflyst has left

  371. frog has left

  372. insanity has joined

  373. insanity has left

  374. insanity has joined

  375. insanity has left

  376. j.r (jugendhacker.de) has left

  377. j.r (jugendhacker.de) has joined

  378. insanity has joined

  379. raghavgururajan has joined

  380. abidal3 has left

  381. raghavgururajan has left

  382. qnix has left

  383. 404.city has joined

  384. 404.city has left

  385. Gandalf has left

  386. Gandalf has joined

  387. ajeremias has left

  388. abidal3 has joined

  389. Gandalf has left

  390. Gandalf has joined

  391. qnix has joined

  392. argon3771 has left

  393. argon3771 has joined

  394. insanity has left

  395. raghavgururajan has joined

  396. Douglas Terabyte has left

  397. jayteeuk has left

  398. jayteeuk has joined

  399. ajeremias has joined

  400. Douglas Terabyte has joined

  401. sol has joined

  402. jayteeuk has left

  403. jayteeuk has joined

  404. ff255 has left

  405. perflyst has joined

  406. Steven Roose has left

  407. kikuchiyo has joined

  408. Steven Roose has joined

  409. cuc has joined

  410. insanity has joined

  411. insanity has left

  412. thndrbvr has left

  413. insanity has joined

  414. insanity has left

  415. insanity has joined

  416. insanity has left

  417. insanity has joined

  418. insanity has left

  419. qnix has left

  420. insanity has joined

  421. insanity has left

  422. insanity has joined

  423. insanity has left

  424. insanity has joined

  425. insanity has left

  426. insanity has joined

  427. insanity has left

  428. arne-bruen has left

  429. arne-bruen has joined

  430. rom1dep has joined

  431. insanity has joined

  432. insanity has left

  433. kikuchiyo has left

  434. qnix has joined

  435. jayteeuk has left

  436. jayteeuk has joined

  437. sol has left

  438. perflyst has left

  439. martin-snikket has joined

  440. 404.city has joined

  441. Beherit has left

  442. jayteeuk has left

  443. jayteeuk has joined

  444. martin-snikket has left

  445. Neustradamus has left

  446. neox has left

  447. Neustradamus has joined

  448. rom1dep has left

  449. Kris has left

  450. frog has joined

  451. abidal3 has left

  452. belove has joined

  453. 404.city has left

  454. insanity has joined

  455. insanity has left

  456. Bakunin has joined

  457. insanity has joined

  458. insanity has left

  459. insanity has joined

  460. Bakunin has left

  461. SouL has left

  462. SouL has joined

  463. alien has left

  464. alien has joined

  465. gnu

    > The web developers that can't code html and css themselves, and have to import some """framework""" You serious?

  466. gnu

    Why re invent the wheel for every single website

  467. gnu

    Being able to cache jQuery once and using it in every site isnt this bad

  468. gnu has left

  469. gnu has joined

  470. gnu

    Was I kicked or did I leave by accident :(

  471. mathieui

    you left by accident

  472. sol has joined

  473. Ge0rG

    Yeah, what's wrong with dumping megabytes of JavaScript into your web page?

  474. gnu

    > you left by accident Thx lol

  475. qnix has left

  476. abidal3 has joined

  477. rom1dep has joined

  478. jayteeuk has left

  479. jayteeuk has joined

  480. cuc has left

  481. qnix has joined

  482. Beherit has joined

  483. perflyst has joined

  484. jayteeuk has left

  485. jayteeuk has joined

  486. Suren has left

  487. SouL has left

  488. insanity has left

  489. perflyst has left

  490. Suren has joined

  491. martin-snikket has joined

  492. ntuseracc has left

  493. martin-snikket has left

  494. wladmis has left

  495. insanity has joined

  496. insanity has left

  497. wladmis has joined

  498. wladmis has left

  499. martin-snikket has joined

  500. wladmis has joined

  501. Suren has left

  502. Suren has joined

  503. martin-snikket has left

  504. insanity has joined

  505. insanity has left

  506. qnix has left

  507. neox has joined

  508. qnix has joined

  509. octagon has joined

  510. Suren has left

  511. insanity has joined

  512. insanity has left

  513. Suren has joined

  514. mjk

    Caching stuff == being vulnerable to the oh-so-easy fingerprinting

  515. vu764hd68fxt has left

  516. 404.city has joined

  517. jayteeuk has left

  518. jayteeuk has joined

  519. vu764hd68fxt has joined

  520. qnix has left

  521. mjk

    Decentraleyes helps, I guess, but feels like a band-aid. If browser is a platform for applications, why doesn't this "platform" provide the basic libraries "every site" uses?

  522. octagon has left

  523. SouL has joined

  524. gnu

    Having every version of jquery and bootstrap is bloat :P

  525. rom1dep has left

  526. gnu

    Btw this exists for what you said https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/

  527. Steven Roose has left

  528. qnix has joined

  529. Steven Roose has joined

  530. Huxx has left

  531. insanity has joined

  532. insanity has left

  533. Huxx has joined

  534. insanity has joined

  535. insanity has left

  536. jayteeuk has left

  537. jayteeuk has joined

  538. qnix has left

  539. insanity has joined

  540. insanity has left

  541. jsm has left

  542. insanity has joined

  543. insanity has left

  544. mimi89999 has left

  545. jsm has joined

  546. martin-snikket has joined

  547. mjk

    > /me said: > Decentraleyes helps, I guess, but feels like a band-aid.

  548. qnix has joined

  549. mjk

    Whoops, that's a first for me. I edited my last message instead of quoting. Usually I f-up the other way around

  550. insanity has joined

  551. insanity has left

  552. insanity has joined

  553. insanity has left

  554. qnix has left

  555. insanity has joined

  556. insanity has left

  557. mjk

    I'll paraphrase my original message. Decentraleyes helps, I guess, but feels like a band-aid. If browser is a platform for applications, why doesn't this "platform" ship the libraries "every site" is using?

  558. insanity has joined

  559. insanity has left

  560. insanity has joined

  561. insanity has left

  562. frog has left

  563. Beherit has left

  564. insanity has joined

  565. insanity has left

  566. insanity has joined

  567. insanity has left

  568. martin-snikket has left

  569. insanity has joined

  570. insanity has left

  571. mjk

    > Having every version of jquery and bootstrap is bloat :P The use of the entire version zoo of a lib across the web is partly explained by the fact that devs are used to and _expect to continue_ being able to use the latest and greatest, instead of a stable standard API. Same probably goes for said lib's developers, who expect everyone to just bundle-and-forget, "live at HEAD", etc. So they feel free to break compat at every opportunity. The result is sites that each require fifteen different versions of jquery at different abstraction levels of their framework

  572. mss_cyclist has left

  573. qnix has joined

  574. mss_cyclist has joined

  575. insanity has joined

  576. insanity has left

  577. insanity has joined

  578. insanity has left

  579. mjk

    _That_ is bloat

  580. insanity has joined

  581. ibikk has left

  582. Beherit has joined

  583. belong has left

  584. ntuseracc has joined

  585. jayteeuk has left

  586. jayteeuk has joined

  587. mimi89999 has joined

  588. qnix has left

  589. frog has joined

  590. qnix has joined

  591. stefan has left

  592. stefan has joined

  593. belong has joined

  594. 404.city has left

  595. jayteeuk has left

  596. jayteeuk has joined

  597. frog has left

  598. ajeremias has left

  599. frog has joined

  600. ff255 has joined

  601. jayteeuk has left

  602. jayteeuk has joined

  603. robo18122020 has left

  604. robo18122020 has joined

  605. argon3771 has left

  606. argon3771 has joined

  607. ntuseracc has left

  608. Beherit has left

  609. Beherit has joined

  610. ibikk has joined

  611. Gandalf has left

  612. Gandalf has joined

  613. Gandalf has left

  614. Gandalf has joined

  615. insanity has left

  616. jayteeuk has left

  617. jayteeuk has joined

  618. ajeremias has joined

  619. argon3771 has left

  620. argon3771 has joined

  621. insanity has joined

  622. insanity has left

  623. jayteeuk has left

  624. jayteeuk has joined

  625. insanity has joined

  626. guus.der.kinderen has left

  627. insanity has left

  628. insanity has joined

  629. insanity has left

  630. qnix has left

  631. insanity has joined

  632. insanity has left

  633. insanity has joined

  634. insanity has left

  635. perflyst has joined

  636. insanity has joined

  637. insanity has left

  638. alberto has left

  639. insanity has joined

  640. insanity has left

  641. insanity has joined

  642. insanity has left

  643. insanity has joined

  644. insanity has left

  645. insanity has joined

  646. qnix has joined

  647. insanity has left

  648. insanity has joined

  649. insanity has left

  650. rom1dep has joined

  651. insanity has joined

  652. insanity has left

  653. insanity has joined

  654. insanity has left

  655. perflyst has left

  656. insanity has joined

  657. insanity has left

  658. insanity has joined

  659. insanity has left

  660. insanity has joined

  661. insanity has left

  662. insanity has joined

  663. insanity has left

  664. insanity has joined

  665. insanity has left

  666. insanity has joined

  667. insanity has left

  668. insanity has joined

  669. insanity has left

  670. insanity has joined

  671. insanity has left

  672. jayteeuk has left

  673. jayteeuk has joined

  674. insanity has joined

  675. insanity has left

  676. insanity has joined

  677. qnix has left

  678. insanity has left

  679. insanity has joined

  680. insanity has left

  681. qnix has joined

  682. insanity has joined

  683. insanity has left

  684. insanity has joined

  685. insanity has left

  686. ajeremias has left

  687. insanity has joined

  688. insanity has left

  689. Beherit has left

  690. Beherit has joined

  691. insanity has joined

  692. insanity has left

  693. insanity has joined

  694. insanity has left

  695. insanity has joined

  696. argon3771 has left

  697. jayteeuk has left

  698. jayteeuk has joined

  699. insanity has left

  700. argon3771 has joined

  701. insanity has joined

  702. cuc has joined

  703. jayteeuk has left

  704. jayteeuk has joined

  705. insanity has left

  706. perflyst has joined

  707. insanity has joined

  708. insanity has left

  709. insanity has joined

  710. insanity has left

  711. insanity has joined

  712. insanity has left

  713. insanity has joined

  714. insanity has left

  715. insanity has joined

  716. insanity has left

  717. perflyst has left

  718. perflyst has joined

  719. insanity has joined

  720. insanity has left

  721. insanity has joined

  722. frog has left

  723. insanity has left

  724. insanity has joined

  725. insanity has left

  726. insanity has joined

  727. insanity has left

  728. alberto has joined

  729. insanity has joined

  730. insanity has left

  731. insanity has joined

  732. insanity has left

  733. insanity has joined

  734. insanity has left

  735. insanity has joined

  736. insanity has left

  737. insanity has joined

  738. qnix has left

  739. insanity has left

  740. insanity has joined

  741. insanity has left

  742. insanity has joined

  743. insanity has left

  744. insanity has joined

  745. rom1dep has left

  746. insanity has left

  747. qnix has joined

  748. insanity has joined

  749. insanity has left

  750. insanity has joined

  751. insanity has left

  752. Beherit has left

  753. qnix has left

  754. insanity has joined

  755. insanity has left

  756. insanity has joined

  757. insanity has left

  758. insanity has joined

  759. ajeremias has joined

  760. qnix has joined

  761. Gandalf has left

  762. Gandalf has joined

  763. Gandalf has left

  764. insanity has left

  765. Gandalf has joined

  766. insanity has joined

  767. insanity has left

  768. Arne has left

  769. christian has left

  770. qnix has left

  771. qnix has joined

  772. insanity has joined

  773. arne-bruen has left

  774. insanity has left

  775. christian has joined

  776. perflyst has left

  777. qnix has left

  778. ff255 has left

  779. ff255 has joined

  780. insanity has joined

  781. insanity has left

  782. arne-bruen has joined

  783. Arne has joined

  784. 86ul has left

  785. qnix has joined

  786. insanity has joined

  787. insanity has left

  788. ernst.on.tour has left

  789. ernst.on.tour has joined

  790. insanity has joined

  791. insanity has left

  792. insanity has joined

  793. wladmis has left

  794. wladmis has joined

  795. insanity has left

  796. Bjarkan has left

  797. insanity has joined

  798. insanity has left

  799. insanity has joined

  800. insanity has left

  801. Beherit has joined

  802. Bjarkan has joined

  803. ntuseracc has joined

  804. insanity has joined

  805. insanity has left

  806. insanity has joined

  807. insanity has left

  808. insanity has joined

  809. Arne has left

  810. insanity has left

  811. Beherit has left

  812. Beherit has joined

  813. insanity has joined

  814. insanity has left

  815. qnix has left

  816. insanity has joined

  817. insanity has left

  818. qnix has joined

  819. insanity has joined

  820. insanity has left

  821. insanity has joined

  822. insanity has left

  823. Beherit has left

  824. insanity has joined

  825. insanity has left

  826. insanity has joined

  827. insanity has left

  828. insanity has joined

  829. insanity has left

  830. arne-bruen has left

  831. insanity has joined

  832. insanity has left

  833. insanity has joined

  834. insanity has left

  835. insanity has joined

  836. arne-bruen has joined

  837. Arne has joined

  838. insanity has left

  839. insanity has joined

  840. insanity has left

  841. perflyst has joined

  842. thndrbvr has joined

  843. ntuseracc has left

  844. insanity has joined

  845. insanity has left

  846. perflyst has left

  847. insanity has joined

  848. insanity has left

  849. thndrbvr has left

  850. thndrbvr has joined

  851. gnu has left

  852. argon3771 has left

  853. argon3771 has joined

  854. insanity has joined

  855. insanity has left

  856. insanity has joined

  857. Bjarkan has left

  858. insanity has left

  859. Kris has joined

  860. insanity has joined

  861. argon3771 has left

  862. argon3771 has joined

  863. jayteeuk has left

  864. jayteeuk has joined

  865. insanity has left

  866. insanity has joined

  867. insanity has left

  868. jayteeuk has left

  869. jayteeuk has joined

  870. insanity has joined

  871. insanity has left

  872. insanity has joined

  873. insanity has left

  874. insanity has joined

  875. insanity has left

  876. insanity has joined

  877. insanity has left

  878. insanity has joined

  879. insanity has left

  880. insanity has joined

  881. insanity has left

  882. Arne has left

  883. insanity has joined

  884. insanity has left

  885. arne-bruen has left

  886. edhelas has left

  887. jayteeuk has left

  888. jayteeuk has joined

  889. edhelas has joined

  890. qnix has left

  891. perflyst has joined

  892. perflyst has left

  893. perflyst has joined

  894. Ivan A. has joined

  895. ajeremias has left

  896. qnix has joined

  897. jayteeuk has left

  898. jayteeuk has joined

  899. insanity has joined

  900. insanity has left

  901. jayteeuk has left

  902. jayteeuk has joined

  903. insanity has joined

  904. insanity has left

  905. qnix has left

  906. qnix has joined

  907. insanity has joined

  908. insanity has left

  909. insanity has joined

  910. qnix has left

  911. insanity has left

  912. Neustradamus has left

  913. 404.city has joined

  914. jayteeuk has left

  915. jayteeuk has joined

  916. jayteeuk has left

  917. jayteeuk has joined

  918. ff255 has left

  919. jayteeuk has left

  920. insanity has joined

  921. jayteeuk has joined

  922. insanity has left

  923. insanity has joined

  924. qnix has joined

  925. insanity has left

  926. insanity has joined

  927. Tim has joined

  928. insanity has left

  929. briest

    Hello. Looking for contact to admins/mods of gajim@conference.gajim.org and ejabberd@conference.process-one.net. I got somehow banned from these rooms, and have no idea why; I'm only lurker... maybe something with my server?

  930. insanity has joined

  931. insanity has left

  932. vanitasvitae has left

  933. insanity has joined

  934. vanitasvitae has joined

  935. insanity has left

  936. insanity has joined

  937. insanity has left

  938. insanity has joined

  939. insanity has left

  940. jayteeuk has left

  941. jayteeuk has joined

  942. jayteeuk has left

  943. jayteeuk has joined

  944. arne-bruen has joined

  945. Arne has joined

  946. Ivan A. has left

  947. jayteeuk has left

  948. jayteeuk has joined

  949. jayteeuk has left

  950. jayteeuk has joined

  951. qnix has left

  952. mehdi has left

  953. qnix has joined

  954. Ivan A. has joined

  955. Kris has left

  956. qnix has left

  957. qnix has joined

  958. jsm has left

  959. jsm has joined

  960. Arne has left

  961. arne-bruen has left

  962. jayteeuk has left

  963. jayteeuk has joined

  964. perflyst has left

  965. perflyst has joined

  966. jayteeuk has left

  967. jayteeuk has joined

  968. qnix has left

  969. 404.city has left

  970. jayteeuk has left

  971. jayteeuk has joined

  972. rom1dep has joined

  973. cuc has left

  974. Gandalf has left

  975. Gandalf has joined

  976. qnix has joined

  977. perflyst has left

  978. perflyst has joined

  979. ibikk has left

  980. mehdi has joined

  981. Gandalf has left

  982. Gandalf has joined

  983. qnix has left

  984. jayteeuk has left

  985. jayteeuk has joined

  986. Huxx has left

  987. jayteeuk has left

  988. jayteeuk has joined

  989. qnix has joined

  990. pod has left

  991. neox has left

  992. mehdi has left

  993. Tim

    briest: In the Gajim room (where I relayed your message), wurstsalat says: > I can't have a look at the moment, but I will tomorrow, if nobody did by then :)

  994. briest

    Tim: thanks

  995. mimi89999 has left

  996. insanity has joined

  997. mimi89999 has joined

  998. insanity has left

  999. qnix has left

  1000. insanity has joined

  1001. insanity has left

  1002. mimi89999 has left

  1003. mimi89999 has joined

  1004. insanity has joined

  1005. mimi89999 has left

  1006. insanity has left

  1007. mimi89999 has joined

  1008. insanity has joined

  1009. insanity has left

  1010. insanity has joined

  1011. qnix has joined

  1012. insanity has left

  1013. insanity has joined

  1014. insanity has left

  1015. insanity has joined

  1016. insanity has left

  1017. insanity has joined

  1018. insanity has left

  1019. insanity has joined

  1020. insanity has left

  1021. mimi89999 has left

  1022. insanity has joined

  1023. mimi89999 has joined

  1024. mimi89999 has left

  1025. mimi89999 has joined

  1026. insanity has left

  1027. insanity has joined

  1028. qnix has left

  1029. insanity has left

  1030. insanity has joined

  1031. mimi89999 has left

  1032. insanity has left

  1033. insanity has joined

  1034. mimi89999 has joined

  1035. insanity has left

  1036. insanity has joined

  1037. insanity has left

  1038. insanity has joined

  1039. insanity has left

  1040. insanity has joined

  1041. insanity has left

  1042. insanity has joined

  1043. insanity has left

  1044. insanity has joined

  1045. qnix has joined

  1046. thndrbvr has left

  1047. Ge0rG has left

  1048. junaid has left

  1049. rom1dep has left

  1050. qnix has left

  1051. Suren has left

  1052. perflyst has left

  1053. robo18122020 has left

  1054. robo18122020 has joined

  1055. jayteeuk has left

  1056. jayteeuk has joined

  1057. seantodd has left

  1058. seantodd has joined

  1059. qnix has joined

  1060. madmalkav has left

  1061. thndrbvr has joined

  1062. qnix has left

  1063. SouL has left

  1064. Licaon_Kter has left

  1065. belong has left

  1066. jayteeuk has left

  1067. jayteeuk has joined

  1068. Ivan A. has left

  1069. lelloba has joined

  1070. lelloba has left

  1071. belong has joined

  1072. jsm has left

  1073. jayteeuk has left

  1074. jayteeuk has joined

  1075. qnix has joined

  1076. alien has left

  1077. Ivan A. has joined

  1078. alien has joined

  1079. argon3771 has left

  1080. argon3771 has joined

  1081. alberto has left