3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-11 12:42:34 +01:00

Merge branch 'master' into devel

This commit is contained in:
James Lu 2016-12-05 00:59:41 -08:00
commit 62a4bc01ce
2 changed files with 29 additions and 6 deletions

View File

@ -31,7 +31,11 @@ You can also find support via our IRC channels: `#PyLink @ irc.overdrivenetworks
[The Utopia Repository](https://packages.overdrivenetworks.com/) hosts `.deb` packages for PyLink. For Debian Jessie (stable) and Stretch/sid (testing), the `pylink` package and its dependencies are available in the `main` section. See https://packages.overdrivenetworks.com/#instructions for setup instructions.
Upon installing `pylink`, example configuration and docs will be in `/usr/share/doc/pylink/examples` and `/usr/share/doc/pylink/docs` respectively. You can also install a local copy of the [PyLink API reference](https://pylink.github.io/), which is provided by the `pylink-doc` package.
Upon installing `pylink`, example configurations and docs will be in `/usr/share/doc/pylink/examples` and `/usr/share/doc/pylink/docs` respectively. You can also install a local copy of the [PyLink API reference](https://pylink.github.io/), which is provided by the `pylink-doc` package.
### Installing via Ubuntu PPA (beta; stable branch only)
Ubuntu packages for PyLink are available from the [PyLink PPA](https://launchpad.net/~tacocat/+archive/ubuntu/pylink) for Ubuntu 14.04 LTS (trusty) and above. Like with the Debian installation, example configurations and docs will be in `/usr/share/doc/pylink/examples` and `/usr/share/doc/pylink/docs` respectively.
### Installing from source

View File

@ -1,5 +1,24 @@
# PyLink 1.0.2
Tagged as **1.0.2** by [GLolol](https://github.com/GLolol)
# PyLink 1.0.3
Tagged as **1.0.3** by [GLolol](https://github.com/GLolol)
The "Buoyant" release.
### Changes from 1.0.2
#### Bug fixes
- Fixed invalid database names such as "automode-/tmp/test.db" from being generated when PyLink is started with an absolute path to its config.
- Backported fixes from 1.1-dev:
- relay: skip channel TS checks for Clientbot, preventing possible "channel too old" errors on link.
#### Feature changes
- Backported features from 1.1-dev:
- Relay: allow configuring custom relay server suffixes
#### Misc. changes
- Various spelling/grammar fixes in the example config.
# [PyLink 1.0.2](https://github.com/GLolol/PyLink/releases/tag/1.0.2)
Tagged as **1.0.2** by [GLolol](https://github.com/GLolol) on 2016-10-15T05:52:37Z
The "Baluga" release.
@ -15,8 +34,8 @@ The "Baluga" release.
#### Internal fixes / improvements
- setup.py: reworded warnings if `git describe --tags` fails / fallback version is used. Also, the internal VCS version for non-Git builds is now `-nogit` instead of `-dirty`.
# PyLink 1.0.1
Tagged as **1.0.1** by [GLolol](https://github.com/GLolol)
# [PyLink 1.0.1](https://github.com/GLolol/PyLink/releases/tag/1.0.1)
Tagged as **1.0.1** by [GLolol](https://github.com/GLolol) on 2016-10-06T02:13:42Z
The "Beam" release.
@ -24,7 +43,7 @@ The "Beam" release.
#### Bug fixes
- **Fix PyLink being uninstallable via PyPI due to a missing VERSION file.**
- **Fix PyLink being uninstallable via PyPI due to missing VERSION and README.md**
- ts6: don't crash when CHGHOST target is a nick instead of UID
- relay: clobber colour codes in hosts
- bots: allow JOIN/NICK/QUIT on ServiceBot clients