Changeset 7a9d968 for doc/CHANGES


Ignore:
Timestamp:
2018-03-10T11:30:39Z (6 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
5447c59
Parents:
3f44e43 (diff), 4a9c6b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/CHANGES

    r3f44e43 r7a9d968  
    33
    44https://github.com/bitlbee/bitlbee/commits/master
     5
     6Version 3.5.1:
     7
     8- purple:
     9  * Fix crash on file transfer requests from unknown contacts. This was the
     10    result of an incomplete fix in the previous release and may result in
     11    remote DoS. Read the full security advisory at:
     12    https://bugs.bitlbee.org/ticket/1282
     13- After some investigation we decided to reclassify a crash fix from the
     14  previous release as a security issue. Read the full security advisory at:
     15  https://bugs.bitlbee.org/ticket/1281
     16- Included help.txt in the release tarball, which was missing in the previous
     17  release and resulted in adding python as a build dependency. The release
     18  tarball of 3.5.1 does not require python.
     19
     20Finished 30 Jan 2017
     21
     22Version 3.5:
     23
     24- ui:
     25  * "chat list": shows a list of existing server-side chatrooms. With some
     26    protocols, this is often the only way to add new channels.
     27    See 'help chat list' for details. (jgeboski)
     28  * "plugins": lists the installed plugins and their versions (jgeboski)
     29  * Add 'nick_lowercase' and 'nick_underscores' settings.
     30  * "handle_unknown" can be set per-account, not just globally
     31
     32- jabber:
     33  * Add "always_use_nicks" channel setting, for non-anonymous MUCs (trac #415)
     34    See 'help set always_use_nicks' for possible side effects.
     35  * Properly handle rejected file transfers
     36  * Don't send parts in a chat if someone is still connected from other devices
     37  * hipchat: support personal oauth tokens (manually generated ones)
     38
     39- twitter:
     40  * Hide muted tweets / no-retweets, add mute/unmute commands (Flexo)
     41  * Show full version of extended tweets (with slightly more than 140 chars)
     42
     43- purple:
     44  * Support setting chat room topics (EionRobb)
     45  * Support for extra groupchat settings. Shows an error if any required
     46    ones are missing. Look for purple_ prefixed settings in "chan #... set"
     47  * SIPE: persistent chats can be joined now, thanks to the "chat list" command
     48    and the above ("purple_uri" channel setting)
     49  * Fix a file transfer crash bug (Mainly affected telegram)
     50  * Honor protocol flag to not require a password (used in hangouts, telegram)
     51  * Set the contacts' nicks to the %full_name for a few whitelisted protocols
     52    (hangouts, funyahoo, icq, line)
     53  * LINE: added a hack to save its auth token, to avoid re-auth every time
     54  * Show self-messages in groupchat backlogs (before join)
     55
     56- yahoo:
     57  * Removed because they killed their old protocol on a two month notice.
     58    Use EionRobb's funyahoo purple plugin, or better yet, don't use yahoo.
     59
     60- Stuff for enterprise deployments (all done by Sevas)
     61  * Locked down accounts, useful when pregenerating user config files. An
     62    account that is marked with the locked="true" attribute can't be removed
     63    and its username/password can't be changed.
     64  * Locked down settings. Same as above, but for individual account settings.
     65  * AllowAccountAdd setting in bitlbee.conf, to disable adding new accounts.
     66  * PAM and LDAP authentication backends (not compiled by default)
     67
     68- For packagers:
     69  * Enabled debug symbols in non-debug builds, disabled stripping by default.
     70    This is closer to the default behavior of autotools, and --debug=1 is mostly
     71    to set the DEBUG macro and disable optimization.
     72
     73- For plugin devs:
     74  * Plugins should now include an "init_plugin_info" function which will be used
     75    for ABI version checking in the future. It's optional for now, but will be
     76    enforced later. See the commit log of d28fe1c for details. (jgeboski)
     77
     78Finished 8 Jan 2017
    579
    680Version 3.4.2:
Note: See TracChangeset for help on using the changeset viewer.