Results 1 to 6 of 6

Thread: LibIrcClient-Qt

  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default LibIrcClient-Qt

    LibIrcClient-Qt 0.2.0 has been released.

    LibIrcClient-Qt is a cross-platform IRC client library written with Qt 4. LibIrcClient-Qt started as a thin Qt wrapper for libircclient. Since version 0.2.0 LibIrcClient-Qt no more depends on libircclient but is a standalone, fully Qt-based library to create IRC clients. Since version 0.1.1 LibIrcClient-Qt optionally supports encoding detection with ICU.

    More information and downloads are available at http://libircclient-qt.googlecode.com.
    J-P Nurmi

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibIrcClient-Qt

    LibIrcClient-Qt 0.3.0 has been released. The version 0.3.0 adds SSL support.

    More information and downloads are available at http://libircclient-qt.googlecode.com.
    J-P Nurmi

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibIrcClient-Qt

    LibIrcClient-Qt 0.3.1 has been released. The version 0.3.1 is a source and binary compatible bug fix release in the 0.3 series.

    Changes:
    • Fixed compilation on Mac
    • Fixed Irc::Session::connected() and disconnected() to be emitted correctly
    • Fixed Irc::Session::connectSlotsByName() not to establish multiple connections when a slot exists multiple times (reimplemented)
    • Made Irc::Session::cmdMessage(), cmdNotice() and cmdCtcpAction() to emit own messages, notices and actions. This simplifies client implementation
    • Started working on auto tests and added code coverage support
    • Added a workaround for older Qt versions that don't have the QT_FORWARD_DECLARE_CLASS() macro defined

    More information and downloads are available at http://libircclient-qt.googlecode.com.
    J-P Nurmi

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibIrcClient-Qt

    LibIrcClient-Qt 0.4.0 has been released.

    Changes:
    • Introduced Irc::Buffer - the concept of server/channel/query specific buffers
    • Deprecated buffer-specific functionality in Irc::Session
    • Fixed tabs not to cause underlined text
    • Added a version number to the library
    • Added Irc::Rfc::toString()
    • Fixed euIRC connection problems


    More information and downloads are available at http://bitbucket.org/jpnurmi/libircclient-qt.
    J-P Nurmi

  5. #5
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibIrcClient-Qt

    LibIrcClient-Qt 0.4.1 has been released.

    Changes:
    • Added support for static builds (qmake -config static)
    • Fixed qmake project messages output only once
    • Fixed MOC_DIR in release mode
    • Added default MacPorts paths for ICU
    • Fixed notices and messages from "real host" vs. "connected host" to get directed to the same buffer
    • Fixed CTCP requests not to create a new buffer


    More information and downloads are available at http://bitbucket.org/jpnurmi/libircclient-qt.
    J-P Nurmi

  6. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibIrcClient-Qt

    LibIrcClient-Qt 0.5.0 has been released.

    Changes:
    • Irc::Session API additions:
      • addBuffer() and buffers() for buffer management
      • welcomed() signal, emitted when 001 is received
    • Added IRC capability support
    • Implemented IDENTIFY-MSG capability
    • Fixed "icu.pri: Unescaped backslashes are deprecated"
    • Remove buffer upon parting a channel
    • Fixed Session::raw()'s check of written bytes
    • Fixed #3 An incorrect buffer is created when StripNicks is off and EchoMessages
    • Improved building on Mac
      • Make a difference between frameworks and standard dylibs (depending on Qt's installation style)
      • Set INSTALL_NAME correctly


    More information and downloads are available at http://bitbucket.org/jpnurmi/libircclient-qt.
    Last edited by wysota; 5th November 2010 at 21:24.
    J-P Nurmi

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.