~ubuntu-branches/ubuntu/jaunty/irssi-plugin-xmpp/jaunty

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): David Ammouial
  • Date: 2008-06-23 16:03:33 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080623160333-3wwbzgtzwznjjvrf
Tags: 0.13+cvs20080610-1
* New CVS snapshot:
  - New features and bugfixes.
  - Fix ignoring of messages without a type attribute (Closes: #477989).
* Depend on irssi >=0.8.12 (Closes: #469923).
* Add FAQ and MUC to documentation files (Closes: #485595).
* debian/rules: install help files in irssi help directory.
* debian/rules: Remove useless "make -n" command in build-stamp rule.
* Bump Standards-Version to 3.8.0 (no changes needed). 
* debian/control: Add "Enhances: irssi".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
1.0 - ??/??/200?
 
1
1.0 - ??/03/2008
2
2
 
3
 
WIP     + Intermediate support of XMPP
 
3
        + Better support of XMPP
4
4
        + Better integration in irssi, many bug fixes and a big code cleanup
5
5
        + Multi-User Chat (XEP-0045), Entity Use Cases and Occupant Use Cases
6
 
WIP     + Chat State Notifications (XEP-0085) showed in the statusbar
 
6
        + Message Events (XEP-0022) showed in the statusbar
7
7
          (statusbar "xmpp_composing"), you can disable events sending
8
8
          (setting "xmpp_send_composing")
9
 
WIP     + XMPP Ping (XEP-0199) using /PING, it also allows the lagmeter to work
10
 
WIP     + Software Version (XEP-0092) using /VER, ... using /WHOIS
11
 
        + Better UTF-8 support and HTTP proxy support
 
9
        + XMPP Ping (XEP-0199) using /PING, it also allows the lagmeter to work
 
10
        + Software Version (XEP-0092) using /VER and vCard (XEP-0054) using /WHOIS
 
11
          (retrieve only)
 
12
        + Better UTF-8 support
 
13
        + HTTP proxy support
12
14
        - commands /XMPPCONNECT and /XMPPSERVER to connect easily to an account
13
15
        - /ME command on queries and rooms
14
16
        - tab completion of JIDs, resources, user names and groups
15
17
          even with spaces
16
 
        - changing the priority (setting "xmpp_priority") take effect
 
18
        - changing the priority (setting "xmpp_priority") takes effect
17
19
          immediately
18
20
        - basic status changes window (setting "xmpp_status_window") and raw
19
21
          window (setting "xmpp_raw_window")
20
 
        - and many others minor changes
 
22
        - and many others minor changes and fixes