Pavel Djundik
|
1754c77517
|
Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates
Optimize user list updates for quit/part/kick events
|
2020-04-13 11:39:57 +03:00 |
|
Pavel Djundik
|
bc4f9b5f51
|
Track mentions and add a window to view them
|
2020-04-11 12:49:42 +03:00 |
|
Pavel Djundik
|
487a438f02
|
Replace all uses of fs-extra with native methods
|
2020-03-22 20:42:16 +02:00 |
|
Pavel Djundik
|
4bf4b7baf0
|
Merge pull request #3797 from thelounge/xpaw/fix-changelog-check
Pass in client manager object in update checker
|
2020-03-22 20:41:39 +02:00 |
|
Pavel Djundik
|
881b3eda19
|
Run format after updating to prettier 2.0
|
2020-03-21 22:55:36 +02:00 |
|
Pavel Djundik
|
a6f70696f3
|
Separate active sessions section
Fixes #2562
|
2020-03-17 17:36:13 +02:00 |
|
Pavel Djundik
|
424bc4f7df
|
Fix up first argument not being used as part message
|
2020-03-15 20:16:53 +02:00 |
|
Pavel Djundik
|
80b0e8ad12
|
Fix up commander changes
|
2020-03-15 14:00:02 +02:00 |
|
Pavel Djundik
|
0e62103010
|
Pass in client manager object in update checker
|
2020-03-09 17:58:40 +02:00 |
|
Pavel Djundik
|
a4ef328d8d
|
Merge pull request #3778 from thelounge/xpaw/clear-history
Clear channel history (and a new confirmation dialog)
|
2020-03-09 15:59:37 +02:00 |
|
Pavel Djundik
|
5233fb2dbb
|
Fix sending unhandled numerics to target channel
|
2020-03-03 11:47:09 +02:00 |
|
Pavel Djundik
|
c463d1ddd3
|
Emit an event to clear history on all open clients
|
2020-02-28 17:01:28 +02:00 |
|
Pavel Djundik
|
eb7f9ab298
|
Implement channel history clearing on the server
|
2020-02-28 17:01:28 +02:00 |
|
Pavel Djundik
|
d2e4f56219
|
Merge pull request #3783 from thelounge/xpaw/uninstall
Fix not being able to uninstall packages
|
2020-02-27 21:06:42 +02:00 |
|
Alexandre Oliveira
|
ab8593d3cd
|
Write prettier error messages for IRC errors
|
2020-02-27 15:27:34 -03:00 |
|
Pavel Djundik
|
8f15548770
|
Fix not being able to uninstall packages
|
2020-02-27 19:21:01 +02:00 |
|
Pavel Djundik
|
d99d56fe81
|
Merge pull request #3762 from thelounge/xpaw/sqlite-serialize
Change sqlite parallelize to serialize when loading messages
|
2020-02-27 14:02:29 +02:00 |
|
Pavel Djundik
|
365613f0ee
|
Merge pull request #3767 from thelounge/setname
Unprefix setname cap
|
2020-02-27 14:01:03 +02:00 |
|
Pavel Djundik
|
8976fa163e
|
Do not reconnect if STS cap is received in CAP NEW
|
2020-02-27 13:48:48 +02:00 |
|
Pavel Djundik
|
db866f9823
|
Refresh STS policy expiration on network quit
|
2020-02-27 13:48:48 +02:00 |
|
Pavel Djundik
|
568427ca98
|
Disable changing TLS if STS is enforced
|
2020-02-27 13:48:48 +02:00 |
|
Pavel Djundik
|
d9985e7318
|
Enforce STS policies
|
2020-02-27 13:48:47 +02:00 |
|
Pavel Djundik
|
9b9db35e3c
|
Implement basic STS reconnection
|
2020-02-27 13:48:47 +02:00 |
|
Pavel Djundik
|
63fd0def6c
|
Improve wav audio file support
|
2020-02-26 10:07:40 +02:00 |
|
Pavel Djundik
|
e0d5f4c2ff
|
Change uuidv4 require
|
2020-02-24 15:35:15 +02:00 |
|
Pavel Djundik
|
3ca9fd2e80
|
Unprefix setname cap
|
2020-02-18 14:07:03 +02:00 |
|
Pavel Djundik
|
5a0e0b6718
|
Change sqlite parallelize to serialize when loading messages
|
2020-02-15 11:50:07 +02:00 |
|
Pavel Djundik
|
469fe577f2
|
Wrap stdout parsing from yarn into try/catch
|
2020-02-11 11:48:02 +02:00 |
|
Richard Lewis
|
f12a13916b
|
Merge pull request #3712 from thelounge/xpaw/fix-3302
Add support for webirc secure option
|
2020-02-10 16:42:56 +02:00 |
|
Richard Lewis
|
f8642dd2a5
|
Merge pull request #3711 from thelounge/xpaw/server-notice-host
Use hostname from notice if available
|
2020-02-10 16:34:22 +02:00 |
|
Pavel Djundik
|
87c9abe9da
|
Change minimumBytes in file-type
|
2020-02-06 12:41:43 +02:00 |
|
Pavel Djundik
|
6aabd9bacb
|
Optimize user list updates for quit/part/kick events
|
2020-02-01 19:15:46 +02:00 |
|
Pavel Djundik
|
0dd0d8fb12
|
Undo username pattern
|
2020-01-23 22:14:30 +02:00 |
|
Pavel Djundik
|
e8ba4f4fb9
|
Merge pull request #3658 from thelounge/xpaw/version-notify
Display icon when update is available, check on server start
|
2020-01-22 10:29:18 +02:00 |
|
Pavel Djundik
|
5b68fb5054
|
Merge pull request #3715 from thelounge/xpaw/nick-pattern
Disallow some invalid characters in nicknames and usernames
|
2020-01-22 10:28:51 +02:00 |
|
Pavel Djundik
|
8b04979eac
|
Merge pull request #3676 from thelounge/xpaw/csp
Remove `child-src` from CSP, add `base-uri 'none'`
|
2020-01-22 10:28:44 +02:00 |
|
Pavel Djundik
|
1a7135c5e0
|
Clean up strings on server
|
2020-01-21 15:47:59 +02:00 |
|
Pavel Djundik
|
36f4284e07
|
Add support for webirc secure option
Fixes #3302
|
2020-01-19 00:56:07 +02:00 |
|
Pavel Djundik
|
4d3fd1c8f2
|
Use hostname from notice if available
|
2020-01-19 00:53:03 +02:00 |
|
Pavel Djundik
|
d5ac13f91c
|
Notify all connected clients when new version is available
|
2020-01-17 12:17:37 +02:00 |
|
Pavel Djundik
|
3f928d8742
|
Check for updates every day
|
2020-01-17 12:09:42 +02:00 |
|
Pavel Djundik
|
efc421c0a6
|
Display icon in footer when an update is available
|
2020-01-17 12:03:16 +02:00 |
|
Pavel Djundik
|
0bdac63953
|
Check for TL updates on server start
|
2020-01-17 12:03:14 +02:00 |
|
Pavel Djundik
|
fa57814678
|
Merge pull request #3684 from thelounge/richrd/style-loading
Load styles from vue components, fix hot reload
|
2020-01-10 20:03:24 +02:00 |
|
Pavel Djundik
|
41e3762e57
|
Update file-type api usage
|
2020-01-08 16:11:30 +02:00 |
|
Richard Lewis
|
23ac0fef32
|
Load styles from vue components, fix hot reload
Fixes #3615
|
2020-01-08 16:02:09 +02:00 |
|
Pavel Djundik
|
b93cae2e01
|
Merge pull request #3647 from thelounge/xpaw/mode-string
Display the original sets mode string and make nicks clickable
|
2020-01-04 15:22:27 +02:00 |
|
Pavel Djundik
|
c6f77f0668
|
Merge pull request #3656 from thelounge/xpaw/self-ctcp
Ignore echoed ctcp requests that aren't targeted at us
|
2020-01-02 10:46:03 +02:00 |
|
Pavel Djundik
|
27e08baf25
|
Merge pull request #3653 from thelounge/xpaw/utf8-mistake
Fix passing utf-8 to readFileSync
|
2020-01-02 10:45:52 +02:00 |
|
Pavel Djundik
|
7ef88523ca
|
Ignore echoed ctcp requests that aren't targeted at us
Fixes #3655
|
2020-01-01 18:06:42 +02:00 |
|