Pavel Djundik
|
600115b8d1
|
Implement keep nick
|
2019-09-16 17:12:05 +03:00 |
|
Pavel Djundik
|
5a94727d79
|
Bump minimum node version to v10
|
2019-09-04 22:50:25 +03:00 |
|
Alistair McKinlay
|
133e7bf710
|
Format js/vue with prettier
|
2019-07-19 11:27:40 +01:00 |
|
Pavel Djundik
|
7e5c2672b2
|
Merge pull request #3307 from thelounge/xpaw/browser-object
Store ip and language in a separate object in user file
|
2019-07-19 13:11:20 +03:00 |
|
Pavel Djundik
|
e04bfe39bf
|
Improve raw messages
|
2019-07-17 10:34:23 +03:00 |
|
Pavel Djundik
|
54a4085b68
|
Store ip and language in a separate object in user file
|
2019-07-16 13:00:29 +03:00 |
|
Pavel Djundik
|
4765f06940
|
Make sure unhandled command has params
|
2019-07-03 11:20:29 +03:00 |
|
Pavel Djundik
|
cdcd7df425
|
Remove bogus prefetch limit
|
2019-05-25 15:40:55 +03:00 |
|
Pavel Djundik
|
fe68f2a1ee
|
Replace request with got
|
2019-05-13 10:30:43 +03:00 |
|
Pavel Djundik
|
830fdda91a
|
Implement invite list
|
2019-04-15 14:38:11 +03:00 |
|
Pavel Djundik
|
71332f59d9
|
Display current channel mode on /mode command
Fixes #885
|
2019-03-07 12:57:31 +02:00 |
|
Pavel Djundik
|
4d9c01deea
|
Put channel errors and unhandled numerics to relevant channel if it exists
|
2019-02-22 14:04:33 +02:00 |
|
Pavel Djundik
|
b066dc301e
|
Move custom highlights to the server
|
2019-02-13 16:44:15 +02:00 |
|
Pavel Djundik
|
a4ec875c87
|
Check that CHANTYPES and PREFIX are set, and set defaults
|
2019-02-12 12:49:06 +02:00 |
|
Pavel Djundik
|
7c8441a93b
|
Clear user lists on all channels when disconnected from network
|
2019-02-12 12:48:45 +02:00 |
|
Pavel Djundik
|
853f67ab40
|
Synchornize channel state to the client
|
2019-02-12 12:48:44 +02:00 |
|
Pavel Djundik
|
f2cbd1efed
|
Pass PREFIX and CHANTYPES to parser
|
2019-02-12 12:48:44 +02:00 |
|
Pavel Djundik
|
595915fefd
|
Render link previews in Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
5f5b5fef3d
|
Enable .js linter
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
db803a8548
|
Port channel list to Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
121dd35c3b
|
Port ban lists to Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
3300276c27
|
Delete some files and undo server change
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
7e332b817d
|
Channel list rendering with Vue
Co-Authored-By: Tim Miller-Williams <timmw@users.noreply.github.com>
|
2019-02-12 12:48:41 +02:00 |
|
creesch
|
39071aff50
|
Invites should not automatically highlight you.
|
2019-02-05 13:06:00 +01:00 |
|
Pavel Djundik
|
02a343624e
|
Always emit part message (required for logging)
Fixes #2988
|
2019-01-21 18:07:00 +02:00 |
|
Pavel Djundik
|
2162f4a55a
|
Fix issues in regards to ignoring your own nickname
|
2018-09-22 13:27:03 +03:00 |
|
Pavel Djundik
|
f8bb8f9d6f
|
Fix displaying away message multiple times in query windows
|
2018-08-26 23:14:09 +03:00 |
|
Alexandre Oliveira
|
619b054b95
|
Add X-Purpose header to link prefetcher
|
2018-08-07 21:10:03 -03:00 |
|
Alexandre Oliveira
|
671dad4ed6
|
Stop handling CTCP messages if the sender/target is ignored
|
2018-07-01 15:48:37 -03:00 |
|
Jérémie Astori
|
10642b8f5a
|
Merge pull request #2576 from thelounge/xpaw/query-away-notify
Also send away notices to query windows
|
2018-06-21 21:01:58 -04:00 |
|
Pavel Djundik
|
5091939aa4
|
Add support for WHOWAS
Fixes #2050
Co-Authored-By: jay2k1 <jay2k1@users.noreply.github.com>
|
2018-06-20 21:03:00 +03:00 |
|
Pavel Djundik
|
62e2cbe66b
|
Also send away notices to query windows
|
2018-06-20 19:45:27 +03:00 |
|
Pavel Djundik
|
b8d60ddaa6
|
Correctly handle away and back events
Also support for self messages
Co-Authored-By: jay2k1 <jay2k1@users.noreply.github.com>
|
2018-06-20 19:32:19 +03:00 |
|
Pavel Djundik
|
a9413dc277
|
Update for changes in irc-framework
|
2018-06-20 18:30:32 +03:00 |
|
Pavel Djundik
|
472d618033
|
Remove log from global
|
2018-06-15 23:31:06 +03:00 |
|
Pavel Djundik
|
0d48c596c8
|
Fix multiple <title> tags being concatenated
|
2018-06-11 11:32:32 +03:00 |
|
Pavel Djundik
|
4e2523060b
|
De-duplicate link fetching to one request at once
|
2018-06-11 10:38:03 +03:00 |
|
Pavel Djundik
|
cd55e7bb2a
|
Merge pull request #2510 from Jay2k1/ctcp-unread-counter
Make CTCP requests/responses increase unread counter
|
2018-06-04 10:51:53 +03:00 |
|
Jay2k1
|
5d748a59cc
|
Make CTCP requests/responses increase unread counter
|
2018-06-04 00:47:30 +02:00 |
|
Pavel Djundik
|
cd1763cbf8
|
Merge pull request #2504 from thelounge/xpaw/fix-2438
If a preview fails to load, remove the link from msg object
|
2018-06-03 20:39:14 +03:00 |
|
Jérémie Astori
|
b336e4f202
|
Merge pull request #2505 from thelounge/xpaw/fix-2324
Don't mark your nick changes as self in each channel
|
2018-06-03 13:37:38 -04:00 |
|
Pavel Djundik
|
a663993d0b
|
If a preview fails to load, remove the link from msg object
Fixes #2438
|
2018-06-03 12:25:01 +03:00 |
|
Alexandre Oliveira
|
468427bfdb
|
Add support for /ignore, /unignore and /ignorelist commands
|
2018-05-28 16:46:12 -03:00 |
|
Pavel Djundik
|
d4fa6bbcb0
|
Use WHATWG URL parser in link prefetcher
|
2018-05-23 16:31:02 +03:00 |
|
Pavel Djundik
|
629ae8bfa4
|
Fix protocol-aware urls, add better link validation in previews
|
2018-05-23 16:31:02 +03:00 |
|
Pavel Djundik
|
9d5f213289
|
Don't mark your nick changes as self in each channel
|
2018-05-15 10:00:16 +03:00 |
|
Pavel Djundik
|
bf8a16b7fe
|
Use per-client channel and message ids
Fixes #2341
|
2018-04-27 13:16:23 +03:00 |
|
Pavel Djundik
|
e136edb6ac
|
Remove network ids and use uuids everywhere
|
2018-04-26 12:37:28 +03:00 |
|
Pavel Djundik
|
2bea5f67b9
|
Use default nick set in config for fallback
|
2018-04-12 10:39:03 +03:00 |
|
Pavel Djundik
|
99386510d8
|
Replace client ids with guids
|
2018-04-10 16:15:44 +03:00 |
|