thelounge/src
Jérémie Astori 41525ec20c Add hostmasks in logs when possible
This will augment logs for `join`/`part`/`quit` with something similar to:

```
[2016-10-03 23:19:29] * astorije2 (~lounge-us@123.45.67.89) join
[2016-10-03 23:22:04] * foobar (~foo@irc.example.com) join

[2016-10-03 23:22:00] * foo (foo@gateway/web/freenode/ip.12.34.56.789) quit Quit: Page closed
[2016-10-03 23:22:12] * bar (~foo@unaffiliated/bar) quit Ping timeout: 252 seconds

[2016-10-03 23:31:23] * astorije (~astorije@128.30.0.0) part
```
2016-10-03 19:40:26 -04:00
..
command-line Handle stderr when using edit or config command, fixes #164 2016-09-24 09:27:58 -07:00
models Fix broken IRC servers with /list 2016-07-22 21:42:42 -04:00
plugins Implement our own /nick command to allow editing nick when not connected 2016-10-01 16:51:35 -04:00
client.js Implement our own /nick command to allow editing nick when not connected 2016-10-01 16:51:35 -04:00
clientManager.js Fix token persistency across server restarts 2016-08-10 02:26:47 -04:00
helper.js Only load config if it exists 2016-07-04 23:15:30 +03:00
identd.js Fix existing identd 2016-06-02 23:59:08 -04:00
log.js Cache loaded config and merge it with defaults 2016-06-26 19:30:25 +03:00
oidentd.js Capitalise constructor. 2016-06-11 21:03:59 +01:00
server.js Display extra loading messages 2016-09-25 09:52:16 +03:00
userLog.js Add hostmasks in logs when possible 2016-10-03 19:40:26 -04:00