Join us on Discord!
You can help CodeWalrus stay online by donating here.

WalrusIRC - An OmnomIRC rewrite

Started by Yuki, January 16, 2015, 08:14:10 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Yuki

  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

novenary

The reason why messages don't load is unknown so far. It might be a race condition caused by someone sending a message and someone loading simultaneously.

Yuki

Oh yay race conditions we sure love those ones jk those are the hardest to debug and most evil bugs you can ever encounter.
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Dream of Omnimaga

Feature suggestion: Make IRC logs log join/parts/nick changes/kick/ban/mode change messages. Else it's hard to figure out when those happened.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Dream of Omnimaga

#349
There is a bug with the online list: It isn't always in-sync with the actual online list on IRC. For example, right now WalrusIRC shows W-803 as online, but on IRC it isn't there.


EDIT: Nvm it's there, but it lacks ops. Maybe WIRC should show + for voiced users and @ for ops? It would be less confusing. Showing users from Telegram and forums would also be nice.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Dream of Omnimaga

@Juju some CSS issues makes text hidden to the right x.x

  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

novenary

It's because text overflow isn't handled properly. Gotta fix that but last time I've tried I couldn't find a good way to do it. :/

Dream of Omnimaga

Isn't it only a matter of making sure that word wrap is enabled and setting the max width to 100%, or is is made more difficult by the fact we're using an iframe?

Or could WalrusIRC be made so that long words are automatically broken, like ticalc.org does? That way, when people post massive URLs or long code, this wouldn't happen.


Also, we still have the problem of timestamps being hidden on mobile view.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

novenary

Nah because it uses a table and tables are hell.

Dream of Omnimaga

Oh right. I wonder if there could be a way to get rid of them...

Even SMF 2.0 uses them and it annoys me sometimes. If I ever made my own site again I would probably try to do everything possible to avoid using them.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

novenary

Well, they are good where appropriate, and here, unless we switched to a more traditional layout, tables are still pretty good.

Dream of Omnimaga

THey seem to make it extremely hard to design website styles, though, especially in mobile mode. >.<
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

novenary

#357
This has nothing to do with being mobile. You get the exact same issue on pc with a narrow window or with longer text.
I remember what the problem is now, it's impossible to limit the width of cells so that the total width of the table is 100%.
Edit: found a solution, works in Chrome, gotta test it in Firefox.
Edit2: Meh, word-break: break-word doesn't work in Firefox.

Dream of Omnimaga

Darn, that seems so complicated. Would there be a way around this, such as juju switching to divs instead of tables? I don't get why words just won't wrap automatically like in forum posts. This problem also happens on CW theme in various sections on mobile or with small width, such as board stats going off bounds
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Dream of Omnimaga

Is it me or sometimes when I type text it sends by itself while I type it? It's very rare and only happens on mobile. o.o
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Powered by EzPortal