Dean Herbert
|
d1c6e3f620
|
Add test for scroll to end when max history is exceeded
|
2019-10-29 14:32:52 +09:00 |
|
smoogipoo
|
d8c55bc729
|
Adjust namespaces
|
2019-02-21 19:05:52 +09:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
Unknown
|
6eff79913b
|
remove blank lines
|
2019-01-11 10:34:56 +01:00 |
|
Dean Herbert
|
2f9de149dd
|
Add constructor to create a PM channel from a User
|
2018-12-07 13:56:21 +09:00 |
|
Dean Herbert
|
72ae22b0c4
|
Add support for creating new PM conversations
|
2018-11-13 17:24:11 +09:00 |
|
Dean Herbert
|
f241fcdba1
|
Add back support for new API and private messages
|
2018-11-13 15:20:59 +09:00 |
|
Dean Herbert
|
4b1282235a
|
Merge remote-tracking branch 'upstream/master' into Private_Messages
|
2018-11-12 20:41:10 +09:00 |
|
Dean Herbert
|
6a763334a1
|
Exit early as safety when no messages are received
|
2018-09-28 10:00:40 +09:00 |
|
Dean Herbert
|
1fd2782dd4
|
Fix loading spinner not disappearing on empty channels
|
2018-09-26 19:15:02 +09:00 |
|
Dean Herbert
|
7cd547a760
|
Update chat to work with new API version
|
2018-09-25 20:53:24 +09:00 |
|
miterosan
|
e769c15d28
|
Provide XML doc in Channel.cs and ChannelManager.cs and ChatTabControl.cs
|
2018-07-24 05:14:33 +02:00 |
|
Dean Herbert
|
0aacde836a
|
Move private channel constructor to own class
|
2018-07-23 20:46:44 +02:00 |
|
miterosan
|
8e93269885
|
Remove whitespace
|
2018-07-09 22:47:01 +02:00 |
|
miterosan
|
ec914a5095
|
Fix crash when the local echo is send to the wrong channel.
|
2018-07-09 21:00:39 +02:00 |
|
miterosan
|
f681ef41ac
|
Rename MAX_HISTORY to MaxHistory, added some logging on failures, use a lamda in ChatOverlay instead of a method pointer.
|
2018-07-09 20:39:16 +02:00 |
|
miterosan
|
16d3815a59
|
Clean Channel up and reword two comments
|
2018-07-09 18:58:33 +02:00 |
|
miterosan
|
4b638db475
|
Reorder the properties and fields on Channel.
Make MAX_HISTORY because cause can not be public.
|
2018-07-09 18:52:28 +02:00 |
|
miterosan
|
5bfb386226
|
Merge remote-tracking branch 'origin/master' into Private_Messages
|
2018-04-14 13:31:03 +02:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
miterosan
|
e39f5a1adf
|
Rename var chatmanager -> channelManager
Apply requested changes
|
2018-04-12 23:19:13 +02:00 |
|
miterosan
|
3860594f40
|
Rename everything into channel and remove everything chat
|
2018-04-11 20:01:57 +02:00 |
|
miterosan
|
56de6c1067
|
Rename Channel to ChannelChat
|
2018-03-28 21:11:06 +02:00 |
|
Dean Herbert
|
37d393bca0
|
Update licence headers
|
2018-01-05 20:21:19 +09:00 |
|
Dean Herbert
|
4f4b0a1f35
|
Allow posting to chat in all channels
|
2017-09-06 20:26:01 +09:00 |
|
Dean Herbert
|
a9fe1d94f7
|
Remove unnecessary using
|
2017-08-21 23:41:51 +09:00 |
|
Dean Herbert
|
7d1c270126
|
Review fixes
|
2017-08-21 23:34:08 +09:00 |
|
Dean Herbert
|
1d0b89d592
|
Restore usage of AddRange
|
2017-08-21 18:51:14 +09:00 |
|
Dean Herbert
|
877c69d5fe
|
Add local chat echo support
|
2017-08-21 17:43:26 +09:00 |
|
DrabWeb
|
d29ebb139f
|
Cleanup
|
2017-05-26 03:38:52 -03:00 |
|
DrabWeb
|
fb0b54e66a
|
Remove merge error
|
2017-05-26 03:28:09 -03:00 |
|
DrabWeb
|
64016f9466
|
Merge https://github.com/ppy/osu into channel-selection
|
2017-05-26 03:24:41 -03:00 |
|
DrabWeb
|
a60d1efc21
|
Basic channel joining (ignore layout in ChatOverlay, temporary)
|
2017-05-20 21:26:39 -03:00 |
|
DrabWeb
|
7eba619f80
|
Move Joined to Channel
|
2017-05-20 19:37:11 -03:00 |
|
Huo Yaoyuan
|
b9b45493e6
|
Use generic IComparable together with IEqutable for Message.
|
2017-05-17 18:02:17 +08:00 |
|
Dean Herbert
|
78c1d4581f
|
Revert "Use generic IComparable for message."
This reverts commit aaaee5ed10 .
|
2017-05-17 13:44:43 +09:00 |
|
Huo Yaoyuan
|
aaaee5ed10
|
Use generic IComparable for message.
|
2017-05-16 21:46:22 +08:00 |
|
Dean Herbert
|
dcd4b4450d
|
Add error message in chat when attempting to use commands
|
2017-05-15 13:26:35 +09:00 |
|
Dean Herbert
|
ffa59c6cb3
|
Support read-only channels, post to correct channel.
Also cache drawable channels better.
|
2017-05-11 23:51:26 +09:00 |
|
Dean Herbert
|
a77049213d
|
Add basic hard-coded inefficient multi-channel support.
|
2017-05-11 23:10:48 +09:00 |
|
Huo Yaoyuan
|
dff05bec79
|
Use readonly fields.
|
2017-05-08 18:56:04 +08:00 |
|
Dean Herbert
|
3129708ccb
|
Add chat sending support.
|
2017-04-19 18:46:52 +09:00 |
|
Dean Herbert
|
7a2eedbd7e
|
Add message batching per-channel.
|
2017-02-20 21:09:34 +09:00 |
|
Dean Herbert
|
729f2eec8d
|
Increase maximum chat history.
|
2017-02-20 21:07:44 +09:00 |
|
Dean Herbert
|
50bd80cb0c
|
Update and standardise license headers.
|
2017-02-07 14:27:41 +09:00 |
|
Dean Herbert
|
1c0b769451
|
Centralise the maximum chat history variable.
|
2016-10-12 15:25:07 +09:00 |
|
Dean Herbert
|
3067c890ce
|
General improvements to chat querying and logic organisation.
|
2016-10-08 19:23:21 +09:00 |
|
Dean Herbert
|
a69c5b4fc0
|
Fix a few warnings.
|
2016-09-29 23:46:27 +09:00 |
|
Dean Herbert
|
8870935a4b
|
Add basic online API support.
|
2016-08-31 20:14:01 +09:00 |
|