~raof/matrix-appservice-irc/+git/master:v0.7.1-hotfixes

Last commit made on 2017-02-28
Get this branch:
git clone -b v0.7.1-hotfixes https://git.launchpad.net/~raof/matrix-appservice-irc/+git/master

Branch merges

Branch information

Name:
v0.7.1-hotfixes
Repository:
lp:~raof/matrix-appservice-irc/+git/master

Recent commits

27e26e1... by Kegan Dougal <email address hidden>

Support additional IRC domains for each server

This allows more randomisation than DNS lookups alone.
This is required for Freenode which only advertises a
small (sometimes broken) subset of ipv6 capable servers.

e8f0f60... by Kegan Dougal <email address hidden>

Bump node-irc lib to fix TLS/IPv6 woes

debd1a9... by Kegan Dougal <email address hidden>

0.7.1 and changelog

a4b93bd... by Kegan Dougal <email address hidden>

Mock up sendEvent by default

The bridge lib now relies on it existing so it can add join guards to
the returned Promise.

452986e... by Kegan Dougal <email address hidden>

Bump bridge dep to fix #343

fd38d76... by Kegsay <email address hidden>

Merge pull request #346 from matrix-org/kegan/cmd-info

Extend !whois and document !nick without args

084966f... by Kegan Dougal <email address hidden>

Better example

a059210... by Kegan Dougal <email address hidden>

Extend !whois and document !nick without args

- `!nick` without args shows your current nick. Document it in `!help`.
- `!whois` has now been extended to allow Matrix user IDs to be used. This
  then returns information about that user's IRC connection (nick/server).
  The presence of a leading `@` determines the difference between querying
  on IRC vs Matrix because IRC nicks cannot start with a leading `@` and
  Matrix user IDs all start with a leading `@`.

79ce60d... by "Matrix.org" <email address hidden>

More logging and massive perf improvement

5e66b7d... by "Matrix.org" <email address hidden>

Timestamps are good