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

    • Microsoft: Windows 11 KB5094126, KB5093998 finally stops trusting a critical system threat by Sayan Sen This week Microsoft released the Patch Tuesday updates for June 2026 with KB5094126 on Windows 11 25H2, 24H2, and KB5093998 on Windows 11 23H2. On Windows 10 22H2 it's under KB5094127. Alongside the announced release notes for the new builds, Microsoft has revealed another change that is coming to Windows with these new releases. It has been confirmed that custom folders are getting a significant change with the June 2026 updates as such folders or folder names defined by desktop.ini will no longer appear after this update is successfully installed. While you may inititally think this is a bug with the new release, Microsoft has stated that this is in fact "expected behaviour" in its new support article regarding this which Neowin spotted today while browsing. Essentially it's a security hardening measure such that custom folder presentations are treated as potentially unsafe whenever Windows is not sure about their origin and whether that desktop.ini folder can be trusted or not. Here is list of such untrusted files and folders: Files downloaded from the internet that carry Mark-of-the-Web (MOTW). Files copied from certain remote locations, such as some WebDAV or HTTP-based locations. Files on network paths that are not classified as intranet or trusted by zone policy. For those who may not be familiar, Desktop.ini is a special configuration file used by Windows to customize the appearance and behavior of individual folders. Basically Windows can read specific instructions stored in Desktop.ini instead of displaying every folder with the same default settings. This can be used to apply custom icons, thumbnail images, localized folder names, and such informational tooltips (infotip). The file can also influence certain folder-specific behaviors and properties. It is typically stored as a hidden system file within a folder that has been designated to support Desktop.ini customization. However, because Windows Shell automatically reads and applies these attributes whenever a customized folder is opened, they have historically (since the Windows XP days) presented an attack surface as a result of an unchecked buffer in the Shell component responsible for extracting custom attributes from Desktop.ini files. As such an attacker could create a specially crafted Desktop.ini containing a malicious or corrupted attributes and place it on a network share. So if a user were to browse that folder, Windows would automatically process the file, potentially triggering a buffer overflow. This could allow arbitrary code to run with the same permissions as the logged-in user. Hence a seemingly harmless folder could become a security risk when their contents are not properly validated. For admins and users alike looking to manage this behaviour, Microsoft has shared a few ways. One of them is to assign a trusted mark on the folder in case you are sure of its source. Secondly a policy can be used to revert back to the previous state. Finally, the MOTW can be removed too to indicate to Windows that this is a safe file. The company explains: Option 1: Add the source to Trusted Sites (Recommended) If the affected content is stored on a known internal or managed source, add that source to the Trusted Sites list. Once the source is treated as trusted, Windows processes desktop.ini from that source normally. This keeps the protection in place for other locations and is the lower-risk option. Option 2: Use policy to restore previous behavior Organizations that need broader compatibility can enable the policy Allow the use of remote paths in file shortcut icons.Enabling this policy restores the pre-June 2026 behavior for affected remote or untrusted scenarios. Option 3: Check for and remove the Mark of the Web (MotW) If the desktop.ini file has a Mark of the Web (MotW), Windows may treat it as coming from an untrusted source and block customization. Verify whether MotW is present and, if appropriate, remove it from the desktop.ini file. This can restore expected behavior, but should only be done for trusted content, as it removes the associated security protection. To remove the MotW tag, open PowerShell and run one of the following commands: For a single desktop.ini file: Unblock-File "C:\Your\Folder\Path\desktop.ini" For all desktop.ini files in a folder: Get-ChildItem "C:\Your\Folder\Path" -Recurse -Filter desktop.ini -Force | Unblock-File Microsoft has warned though against using a broad opt-out using the provided policy as it reduces protection against potentially malicious remote folder-customization content. As such the tech giant recommends trusting only controlled internal sources and keeping trust settings as strict as possible. You can check out the official support article here on Microsoft's website.
    • LAV Filters 0.82.0 by Razvan Serea LAVFSplitter is a multi-format media splitter that uses libavformat (the demuxing library from ffmpeg) to demux all sorts of media files. LAV Splitter is a Souce Filter/Splitter required to demux the files into their separate elementary streams. LAV Audio and Video Decoder are powerful decoders with a focus on quality and performance, without any compromises. Supported Formats: MKV/WebM, AVI, MP4/MOV, MPEG-TS/PS (including basic EVO support), FLV, OGG, and many more that are supported by ffmpeg! LAV Filters are based on ffmpeg and libbluray and is aimed to offer a all-around solution to perfect playback of file-based Media as well as Blu-rays. LAV Filters 0.82.0 changelog: LAV Splitter NEW: Support for demuxing Dolby Vision Enhancement Layer streams NEW: Support for Animated WebP images Changed: When demuxing Blu-ray discs, Dolby Vision metadata is available on the primary video stream LAV Video NEW: Support for Animated WebP images Changed: Hardware decoding support for DVDs has been removed Download: LAV Filters 0.82.0 | 15.5 MB (Open Source) View: LAV Filters Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • For some reason when EU forced Microsoft to allow users to change the default browser and search provider in Windows (also no ads for Office and the likes) - it was good. But when it comes to Apple - then it's bad. BTW, Apple would have gone out of business if Microsoft wasn't pressed by US government several decades ago. 😉
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      PsYcHoKiLLa
      207
    3. 3
      +Edouard
      156
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      79
  • Tell a friend

    Love Neowin? Tell a friend!