Skip to content

Releases: cdidier/irssi-xmpp

v0.54

02 Oct 14:21
Compare
Choose a tag to compare
  • Irssi 1.0.0 support

v0.53

18 Mar 14:15
Compare
Choose a tag to compare
  • Irssi 0.8.18 support
  • Bug fixes and stability improvements

v0.52

13 Jan 14:06
Compare
Choose a tag to compare
  • Add a way to dynamicly change the priority while away (setting "xmpp_priority_away")
  • No more password prompt on reconnection
  • Don't forget the resource part of the jid on reconnection
  • Fix MUC invites to be compliant
  • and some minor bug, typo and spelling mistakes fixes

v0.51

30 Oct 13:49
Compare
Choose a tag to compare
  • Add STARTTLS support (enabled by default if the parameter -ssl is not specified)
  • Rework the way connections are performed
  • Add a password prompt if no password was specified
  • Add a connection timeout in case there is no response from the server, so the connection will be reseted after a certain amount of time (setting "server_connect_timeout")
  • /CYCLE command
  • and many others minor changes and fixes

v0.50

30 Oct 13:52
Compare
Choose a tag to compare
  • Complete rewrite with a modular architecture
  • Better integration in irssi, many bug fixes and a big code cleanup
  • Better support of XMPP
  • Multi-User Chat (XEP-0045), Entity Use Cases and Occupant Use Cases
  • Message Events (XEP-0022) and Chat State Notifications (XEP-0085) showed in the status-bar (status-bar "xmpp_composing"), you can disable events sending (setting "xmpp_send_composing")
  • XMPP Ping (XEP-0199) support using the command /PING, it also allows the lag-meter to work
  • Software Version (XEP-0092) support using /VER and vCard (XEP-0054) using /WHOIS (partial retrieve)
  • Delayed Delivery (XEP-0203) support
  • Better UTF-8 support
  • HTTP proxy support
  • commands /XMPPCONNECT and /XMPPSERVER to connect easily to an account
  • command /XMPPREGISTER to register an account using the In-Band Registration (XEP-0077)
  • /ME command on queries and rooms
  • tab completion of JIDs, resources, user names and groups (even with spaces)
  • changing the priority (setting "xmpp_priority") takes effect immediately
  • basic status changes window (setting "xmpp_status_window") and raw window (setting "xmpp_raw_window")
  • and many others minor changes and fixes