Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

962

Downloads of v 0.12.4.180317:

416

Last Update:

24 Mar 2018

Package Maintainer(s):

Software Author(s):

  • romibi and the Quassel IRC Team

Tags:

admin foss cross-platform quassel distributed irc client unofficial experimental quassel-rmb romibi qt qt5

Quassel (romibi's custom build)

  • 1
  • 2
  • 3

0.12.4.180317 | Updated: 24 Mar 2018

Downloads:

962

Downloads of v 0.12.4.180317:

416

Maintainer(s):

Software Author(s):

  • romibi and the Quassel IRC Team

Quassel (romibi's custom build) 0.12.4.180317

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Package Approved

This package was approved as a trusted package on 20 Jan 2019.

WARNING

This package is unlisted and hidden from package listings.

Description

Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core — much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. In addition to this unique feature, we aim to bring a pleasurable, comfortable chatting experience to all major platforms (including Linux®, Windows®, and MacOS X® as well as Android smartphones), making communication with your peers not only convenient, but also ubiquitous available.

And the best of all: It's free - as in beer and as in speech, since we distribute Quassel under the GPL, and you are welcome to download and see for yourself!

Notes

This build contains some experimental features (in other words: pull requests) which are not yet merged into the official Quassel version.
That's why there is no guarantee that these builds work without problems. It could happen that you cannot use your backlog with official versions anymore... Use at your own risk!


legal\LICENSE.txt
       Quassel IRC, a next-generation distributed IRC Client
====================================================================

 Copyright (C) 2005, 2006, 2007, 2008, 2009 by the Quassel IRC Team

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) version 3.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

The license texts for both the GPLv2 and GPLv3 are provided with this
source code release in the files "gpl-2.0.txt" and "gpl-3.0.txt".
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to

   x86: https://ci.appveyor.com/api/buildjobs/lle8l9feg3g63e0u/artifacts/quassel-291-windows-msvc2017_32-cl.exe
   x86_64: https://ci.appveyor.com/api/buildjobs/njxglywo3tnon0dd/artifacts/quassel-291-windows-msvc2017_64-cl.exe

   to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'

   checksum32: 27BB920EFEE07709178F9855DF068B6437A23D0AE8894CB7A3C6EF36BDA36094
   checksum64: F9BCC048CF63B16E9DB94E80A15DDEC80257E40771AEEBA2A7B26079B2847B09

The included 'LICENSE.txt' file have been obtained from: https://raw.githubusercontent.com/romibi/quassel/rmb-0.12.4.plus.18.03.17/COPYING
tools\chocolateyInstall.ps1
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
    packageName   = $env:ChocolateyPackageName
    file          = "$toolsDir\quassel-291-windows-msvc2017_32-cl.exe"
    file64        = "$toolsDir\quassel-291-windows-msvc2017_64-cl.exe"
    silentArgs    = "/S"
}

Install-ChocolateyPackage @packageArgs

Get-ChildItem $toolsDir\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
tools\quassel-291-windows-msvc2017_32-cl.exe
md5: AF5B3B23C12D4E20FE388C1F9B273D48 | sha1: 7C8161F404A68F1978F897E62315899DAE517583 | sha256: 27BB920EFEE07709178F9855DF068B6437A23D0AE8894CB7A3C6EF36BDA36094 | sha512: 15CB792FDF7F1117AF95978E091E658A3ED9228E312968E5FA9299AC0D25F5CFEA307E7BDA1265617840973C1B955951B5A9A7BC68FAACDDE73C38E3E1CB93D4
tools\quassel-291-windows-msvc2017_64-cl.exe
md5: BBAF25592ABF62013BEBBDDC9CB0C7A6 | sha1: 168B41F49DE0224F7FAE7B1169EA7BCCE0D19483 | sha256: F9BCC048CF63B16E9DB94E80A15DDEC80257E40771AEEBA2A7B26079B2847B09 | sha512: DC7A5C52F55893D4E1F79781724DBB346587B1B8D7E89B211E5DA8881B37865F1C47B103400B19EAC1151B4C8DBD070D7BEF51C3CE8D1425E886F8FF27E0391A

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Discussion for the Quassel (romibi's custom build) Package

Ground Rules:

  • This discussion is only about Quassel (romibi's custom build) and the Quassel (romibi's custom build) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Quassel (romibi's custom build), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus