This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-18 06:29:52 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
791
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
65 Commits
Fix incorrect null handling
Dean Herbert
·
2024-11-26 13:25:57 +09:00
17347563ee
Fix search being broken in channel listing "channel"
Bartłomiej Dach
·
2023-07-09 21:51:08 +02:00
91e286560e
Add message length limit field to API response
Bartłomiej Dach
·
2023-07-09 21:27:33 +02:00
d135b3f6f5
Save / sync chat text box messages per channel
Joseph Madamba
·
2022-12-28 16:09:40 -08:00
c326745f96
Merge branch 'master' into chat-silences
Dean Herbert
·
2022-11-12 21:00:56 +09:00
dde09d409b
Fix test failure
Dan Balasescu
·
2022-11-11 14:55:41 +09:00
6ac19615fa
Fix handling of local echo deduplication
Dan Balasescu
·
2022-11-04 18:44:22 +09:00
58396d49dc
Add test for removing chat messages
Dan Balasescu
·
2022-11-02 17:00:47 +09:00
f688ed12d0
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Refactor message highlighting logic to rely on a
Channel
data bindable
Salman Ahmed
·
2022-03-08 03:19:37 +03:00
7f47be4680
Rename
User
to
APIUser
and move to correct namespace
Dean Herbert
·
2021-11-07 11:26:01 +09:00
0ecf5f201c
Apply batch fixing of built-in types using
var
Dean Herbert
·
2021-10-27 13:04:41 +09:00
6944151486
Use int instead of long for user_id fields for now
Dean Herbert
·
2020-11-06 12:59:46 +09:00
1e1569eb53
Fetch existing private message channels on re-joining
Dean Herbert
·
2020-06-08 17:54:26 +09:00
712fd6a944
Add spaces to comments
alex
·
2020-05-04 18:36:24 -07:00
0e2ccac33b
Initial commit
Craftplacer
·
2020-01-02 17:07:28 +01:00
7b71e56817
Add test for scroll to end when max history is exceeded
Dean Herbert
·
2019-10-29 14:32:52 +09:00
d1c6e3f620
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
remove blank lines
Unknown
·
2019-01-11 10:34:56 +01:00
6eff79913b
Add constructor to create a PM channel from a User
Dean Herbert
·
2018-12-07 13:56:21 +09:00
2f9de149dd
Add support for creating new PM conversations
Dean Herbert
·
2018-11-13 17:24:11 +09:00
72ae22b0c4
Add back support for new API and private messages
Dean Herbert
·
2018-11-13 15:20:59 +09:00
f241fcdba1
Merge remote-tracking branch 'upstream/master' into Private_Messages
Dean Herbert
·
2018-11-12 20:41:10 +09:00
4b1282235a
Exit early as safety when no messages are received
Dean Herbert
·
2018-09-28 10:00:40 +09:00
6a763334a1
Fix loading spinner not disappearing on empty channels
Dean Herbert
·
2018-09-26 19:15:02 +09:00
1fd2782dd4
Update chat to work with new API version
Dean Herbert
·
2018-09-25 20:53:24 +09:00
7cd547a760
Provide XML doc in Channel.cs and ChannelManager.cs and ChatTabControl.cs
miterosan
·
2018-07-24 05:14:33 +02:00
e769c15d28
Move private channel constructor to own class
Dean Herbert
·
2018-07-23 20:46:44 +02:00
0aacde836a
Remove whitespace
miterosan
·
2018-07-09 22:47:01 +02:00
8e93269885
Fix crash when the local echo is send to the wrong channel.
miterosan
·
2018-07-09 21:00:39 +02:00
ec914a5095
Rename MAX_HISTORY to MaxHistory, added some logging on failures, use a lamda in ChatOverlay instead of a method pointer.
miterosan
·
2018-07-09 20:39:16 +02:00
f681ef41ac
Clean Channel up and reword two comments
miterosan
·
2018-07-09 18:58:33 +02:00
16d3815a59
Reorder the properties and fields on Channel.
Make MAX_HISTORY because cause can not be public.
miterosan
·
2018-07-09 18:52:28 +02:00
4b638db475
Merge remote-tracking branch 'origin/master' into Private_Messages
miterosan
·
2018-04-14 13:31:03 +02:00
5bfb386226
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Rename var chatmanager -> channelManager
Apply requested changes
miterosan
·
2018-04-12 23:19:13 +02:00
e39f5a1adf
Rename everything into channel and remove everything chat
miterosan
·
2018-04-11 20:01:57 +02:00
3860594f40
Rename Channel to ChannelChat
miterosan
·
2018-03-28 21:11:06 +02:00
56de6c1067
Update licence headers
Dean Herbert
·
2018-01-05 20:21:19 +09:00
37d393bca0
Allow posting to chat in all channels
Dean Herbert
·
2017-09-06 20:26:01 +09:00
4f4b0a1f35
Remove unnecessary using
Dean Herbert
·
2017-08-21 23:41:51 +09:00
a9fe1d94f7
Review fixes
Dean Herbert
·
2017-08-21 23:34:08 +09:00
7d1c270126
Restore usage of AddRange
Dean Herbert
·
2017-08-21 18:51:14 +09:00
1d0b89d592
Add local chat echo support
Dean Herbert
·
2017-08-21 17:43:26 +09:00
877c69d5fe
Cleanup
DrabWeb
·
2017-05-26 03:38:52 -03:00
d29ebb139f
Remove merge error
DrabWeb
·
2017-05-26 03:28:09 -03:00
fb0b54e66a
Merge
https://github.com/ppy/osu
into channel-selection
DrabWeb
·
2017-05-26 03:24:41 -03:00
64016f9466
Basic channel joining (ignore layout in ChatOverlay, temporary)
DrabWeb
·
2017-05-20 21:26:39 -03:00
a60d1efc21
Move Joined to Channel
DrabWeb
·
2017-05-20 19:37:11 -03:00
7eba619f80
First
Previous
1
2
Next
Last