Explore Help
Sign In
p
/
uirc3
1
1
Fork
You've already forked uirc3
0
Code Issues 1 Pull Requests Releases 9 Wiki Activity

Releases Tags

  • Stable v1.5.0 b358f53ec3
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.5.0 (2021-12-21) "The Show Must Go On"

    p released this 6 months ago | 1 commits to master since this release

    • xC: made it possible to pass the cursor position to external editors,
      in particular VIM and Emacs

    • xC: started quoting text coming from bracketed pastes,
      to minimize the risk of trying to execute filesystem paths as commands

    • xC: fixed to work with post-2021-08-29 editline

    • xC: extended editline's autocomplete to show all options

    • utm-filter.lua: added Facebook's tracking parameter to the filter

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.4.0 5e728f6d31
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    1.4.0 (2021-10-06) "Call Me Scruffy Scruffington"

    p released this 9 months ago | 14 commits to master since this release

    • xC: made message autosplitting respect text formatting

    • xC: fixed displaying IRC colours above 16

    • xC: offer IRCnet as an IRC network to connect to,
      rather than the lunatic new Freenode

    • xD: started bumping the soft limit on file descriptors to the hard one

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.3.0 e0ad67a921
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    1.3.0 (2021-08-07) "New World Order"

    p released this 11 months ago | 24 commits to master since this release

    • xC: made nick autocompletion offer recent speakers first

    • All binaries have been renamed to something even sillier,
      and all references in the source tree have been redacted;
      this represents a major incompatible change for all plugins;
      configuration and program data have to be adjusted manually

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.2.0 0fe0b56280
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.2.0 (2021-07-08) "There Are Other Countries As Well"

    p released this 12 months ago | 34 commits to master since this release

    • xC: added a /squery command for IRCnet

    • xC: added trivial support for SASL EXTERNAL, enabled by adding "sasl"
      to the respective server's "capabilities" list

    • xC: now supporting IRCv3.2 capability negotiation, including CAP DEL

    • xC: added support for IRCv3 chghost

    • xC: /deop and /devoice without arguments will use the client's user

    • xC: /set +=/-= now treats its argument as a string array

    • xC: made "/help /command" work the same way as "/help command" does

    • xC: /ban and /unban don't mangle extended bans anymore

    • xC: joining new channels no longer switches to their buffer
      if the input buffer isn't empty

    • censor.lua: now stripping colours from censored messages;
      their attributes are also configurable rather than always black on black

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.1.0 2336340ad8
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.1.0 (2020-10-31) "What Do You Mean By 'This Isn't Germany'?"

    p released this 2 years ago | 57 commits to master since this release

    • xC: made fancy-prompt.lua work with libedit

    • xD: fixed a regression with an unspecified "bind_host"

    • Miscellaneous minor improvements

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.0.0 1de4a2ae34
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.0.0 (2020-10-29) "We're Finally There!"

    p released this 2 years ago | 70 commits to master since this release

    • Coming with real manual pages instead of help2man-generated stubs

    • xC: added support for more IRC colours and strike-through text (M-m x)

    • xC: now tolerating all UTF-8 messages cut off by the server

    • xC: disabled "behaviour.backlog_helper_strip_formatting" by default
      since the relevant issue with ACS terminfo entries has been resolved

    • xC: enabled word wrapping in the backlog by default

    • xC: made the unread marker span the whole line, with a configurable
      character; the previous behaviour can be obtained by setting it empty

    • xC: fixed the prompt not showing back up after exiting a backlog helper
      when an external event has provoked an attempt to change it

    • xC: now watching fellow channel users' away status when the server
      supports the away-notify capability; indicated by italicised nicknames

    • xC: added a plugin to highlight prime numbers in incoming messages

    • xD: make sure an unspecified "bind_host" binds to both IPv4 and IPv6

    • xB: install plugins to /usr/share and look for them in XDG data dirs

    • Miscellaneous little fixes

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v0.9.8 1ff82ee907
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v0.9.8 (2020-09-02) "Yep, Still Using It"

    p released this 2 years ago | 122 commits to master since this release

    • xC: fixed a crash and prompt attribute output in libedit 20191231-3.1,
      though users are officially discouraged from using this library

    • xC: fixed Lua 5.4 build, so far the support is experimental

    • Miscellaneous little fixes

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v0.9.7 4179a9bd49
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v0.9.7 (2018-10-21) "Business as Usual"

    p released this 4 years ago | 137 commits to master since this release

    • xD: fix wildcard handling in WHOIS

    • xD: properly handle STATS without parametetrs

    • xD: abort earlier when an invalid mode character is detected while
      processing channel MODE messages

    • xD: do not send NICK notifications when the nickname doesn't really change

    • xD: fix hostname string verification (only used for "server_name")

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v0.9.6 fa78831cbd
    Compare
    v0.9
    v0.9.1
    v0.9.2
    v0.9.3
    v0.9.4
    v0.9.5
    v0.9.6
    v0.9.7
    v0.9.8
    v1.0.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v0.9.6 "I've Been Sitting Here All This Time"

    p released this 4 years ago | 150 commits to master since this release

    • Code has been relicensed to 0BSD and moved to a private git hosting
    • Fix LibreSSL compatibility
    • xC: a second /disconnect cuts the connection by force
    • xC: send a QUIT message to the IRC server on Ctrl-C
    • xC: add a Slack plugin (even though the gateway's now defunct)
    • xC: show an error message on log write failure
    • xC: fix parsing of literal IPv6 addresses with port numbers
    • xC: fix some error messages
    • xC: workaround a Readline bug in the fancy-prompt.lua plugin
    • xD: fix two memory leaks
    • xD: improve error handling for incoming connections
    • xD: disable TLS session reuse
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
Powered by Gitea Version: 1.16.8 Page: 26ms Template: 7ms
English
English
Licenses API Website Go1.18.2