MetroIRC: a beautiful IRC client for Windows


Recommended Posts

This is definitely NOT correct. See this post on how to do background tasks and their limitations: http://blogs.msdn.co...ound-tasks.aspx

Skype for Metro runs in the background, so it definitely works. There is how to do it.

Well, I -did- say I wasn't sure. Haven't had much time for a concerted look into the WinRT framework as yet, but I had read that apps go to a suspended state when not foremost. Thanks for the link correcting that misconception.

There's nothing about the design that needs to be Metro and limit it to full screen. It's does not look like a Modern UI with an interface that is touch friendly (though it may be). There's not much in the way of graphic cues to quickly find stuff, it just looks like a normal IRC client now limited to full screen. And it just looks awfully busy. Doesn't mean it's bad.

I'm not into twitter but the Metrotwit link you posted does look like Modern UI/App.

I came up with a slightly cleaner design for this an hour or two after I originally saw this topic but I haven't had any time to implement it - maybe if someone else has some free time to play with it they can bring it too life? :p

h0Rn0.png

  • Like 3

It is nice looking but not as hot as you neobond <3

Get a room you two.

On topic, I'm waiting for people to come in and scream how there's too much white in that screen Johnny. I have never personally used IRC with a white background, I can't. I've got mIRC/UPP going with the old X-chat color scheme (black background, white text with other text colors for different things).

Get a room you two.

On topic, I'm waiting for people to come in and scream how there's too much white in that screen Johnny. I have never personally used IRC with a white background, I can't. I've got mIRC/UPP going with the old X-chat color scheme (black background, white text with other text colors for different things).

I've never actually used a proper IRC program before - I've only ever used Opera's built in IRC and that's white just because it's a web browser. I have no idea what a normal IRC program even looks like :p

I've never actually used a proper IRC program before - I've only ever used Opera's built in IRC and that's white just because it's a web browser. I have no idea what a normal IRC program even looks like :p

Here's HexChat on Win8:

post-1302-0-56946000-1345714759_thumb.pn

I came up with a slightly cleaner design for this an hour or two after I originally saw this topic but I haven't had any time to implement it - maybe if someone else has some free time to play with it they can bring it too life? :p

[snipped]

I like the new messages count, I'll do that. But the rest is a bit too...line-less for me.

I planned on releasing a new version soon, which works on .NET 4.5 only (no XP). Is .NET 4.5 already on Windows Update ?

My current installer doesn't have a bootstrapper to install .NET, so I can't use the automatic update method to give a version that won't work on most computers.

@Neobond: The leaks should be fixed in the next version. There still is one small leak, but I can't control that - if you quit all the channels, there's a high probability that some users will stay in memory. But that memory will be freed next time you open a channel, so it's no big deal.

I like the new messages count, I'll do that. But the rest is a bit too...line-less for me.

I planned on releasing a new version soon, which works on .NET 4.5 only (no XP). Is .NET 4.5 already on Windows Update ?

My current installer doesn't have a bootstrapper to install .NET, so I can't use the automatic update method to give a version that won't work on most computers.

It's already out? http://www.microsoft...s.aspx?id=29909 update already :p

@Neobond: The leaks should be fixed in the next version. There still is one small leak, but I can't control that - if you quit all the channels, there's a high probability that some users will stay in memory. But that memory will be freed next time you open a channel, so it's no big deal.

...Why don't you do your own garbage collection then, instead of letting the Framework do it?

...Why don't you do your own garbage collection then, instead of letting the Framework do it?

It's not a GC issue, the GC is doing fine.

But WPF keeps strong references to old collections just in case they update, and only cleans its list of collections when you add one.

  • 2 months later...

hi people, can we suggest a few things that would add to the metroirc's functionality/usability, id like to be able to ignore and/or devoice/voice, i'm an op in a channel. The buttons of xchat are really great. Maybe a way to use scripts, like a temperature converter. MetroIRC looks good so far. :)

  • 3 months later...

HexChat has an irritating bug in that whenever it's restarted it will show the connection dialogue AND the server list on startup, even if you check the box otherwise.

I really hate how this doesn't hide the password from visibility when you type it in.

Hi Everyone,

This is interesting - I have not used IRC for over 10 years when it was entertainment to pass low times at work. IF one was looking to stay up-to-date with current IT trends etc - How would one deploy IRC for this?

  • 3 months later...

HexChat has an irritating bug in that whenever it's restarted it will show the connection dialogue AND the server list on startup, even if you check the box otherwise.

I don't have this issue at all with hexchat on my laptop (ubuntu) or my desktop (windows 8)....

This topic is now closed to further replies.
  • Posts

    • Looks like many years since the request was made, a directory tree view finally may be added. https://github.com/files-community/Files/pull/18537
    • There's this from last year https://gist.github.com/threat...364659a8887841aa43deca4efd9 but nothing about a buffer overflow that MS somehow can't code against. No matter what, it makes sense to take a "protected by default" approach.
    • Popular Windows 11 file manager Files gets improved tags, layouts, and new OneDrive icon by Taras Buria Files, one of the best third-party file managers for Windows 11 out there, has received a minor update to version 4.1.3. The latest release brings a few quality-of-life improvements and new features, including an easier way to calculate folder sizes, improved tags, a new OneDrive icon, and more. Starting with folder size, File now has a dedicated "View size" button for each folder if you have the "Calculate folder sizes" option turned off in settings. This improves performance and allows you to see each folder's size only when needed. Note that folder size calculation could take some time depending on the number of files and their "weight." Next, Files can now retain file selection when switching layouts. While this change is rather minor, it lets you keep selected objects highlighted whenever you need to switch, say, from a list to a thumbnail layout. If you use tags, you will be glad to know that Files 4.1.3 makes it easier to remove all tags. You can do that with one of the following methods: From the context menu — right-click an item, open the Tags submenu, and choose Remove tags. From the toolbar — when the Edit Tags button is pinned to the toolbar, the same option appears in its menu. From the Command Palette — open the Command Palette and search for Remove tags. You can also assign your own keyboard shortcut to it from Settings. The final visible change is the new OneDrive icon. Files now pulls the icon directly from the OneDrive executable, which means the app always has the up-to-date version. As for the fixes, developers resolved the following bugs: Fixed an issue with extracting tar archives. Fixed an issue where the Signatures page would occasionally cause a crash. Fixed an issue where the Play action wasn’t available when a single media file was selected. Fixed an issue where Smart Extract would extract archives to the wrong location when switching tabs. Fixed an issue where tag search excluded folders when grouping by type. Fixed an issue where thumbnails would sometimes fail to refresh after a file was modified. Fixed an issue where a BitLocker-locked drive wasn’t displayed. Developers also revealed what is coming in future updates. Soon, Files Preview will get a new Tree View sidebar, allowing you to display folders in an expandable hierarchy, which is a popular way to browse deeply nested folders. Expect the feature to arrive in the preview channel in upcoming updates. You can download Files from the Microsoft Store (paid version) or its official website (free).
  • Recent Achievements

    • First Post
      DragonOfMercy earned a badge
      First Post
    • First Post
      bella52 earned a badge
      First Post
    • Reacting Well
      Techinmay earned a badge
      Reacting Well
    • Collaborator
      WndSks went up a rank
      Collaborator
    • One Month Later
      Sopa flores earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      500
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      156
    4. 4
      Steven P.
      84
    5. 5
      FloatingFatMan
      72
  • Tell a friend

    Love Neowin? Tell a friend!