forum

osu!rc - the open source osu! IRC app (discontinued)

posted
Total Posts
97
show more
Kert
If there is no way to get a friend list using peppy's API let the user provide a text file with user names/ids or so atleast. Then you can show them in your app using standard irc ways
Really. The absense of a friend list is the thing that makes all other irc clients not convinient to use with osu!
Topic Starter
Flanster

Kert wrote:

If there is no way to get a friend list using peppy's API let the user provide a text file with user names/ids or so atleast. Then you can show them in your app using standard irc ways
Really. The absense of a friend list is the thing that makes all other irc clients not convinient to use with osu!
I guess I can add an option for pasting the names from the page.
theLiminator
Are you going to open source it? What language is it written in?
Topic Starter
Flanster
VB.NET, ofcourse ew lmao. C# is a lightyear away for me though. If theres an actual need for it to be opensrc then maybe.
Deimos
well adding a friendlist would be great, but how do we know if those are online? like a userlist?
Topic Starter
Flanster

Deimos wrote:

well adding a friendlist would be great, but how do we know if those are online? like a userlist?
Checking it to a userlist yes, I've made one already. It'll happen.

Carrox
Damn this looks good
Topic Starter
Flanster
An alpha release is added to the OP (see details).
- Yuuto -
Very nice project. Looking forward for the fully version...

EDIT :
Gumpy
Wish my school didn't block IRC.
Topic Starter
Flanster

Yuutosan wrote:

Very nice project. Looking forward for the fully version...

EDIT :
You wrote your name with a lower case Y.
Carrox
I get bad authentication and seems like osu!rc creates cfg file that shows typed username and password, you should do something for that password, maybe encrypt or something so it wouldnt show so easily

edit: i was dump when typing password, now it works but it still shows it at cfg file
Topic Starter
Flanster

Norppis wrote:

I get bad authentication and seems like osu!rc creates cfg file that shows typed username and password, you should do something for that password, maybe encrypt or something so it wouldnt show so easily

edit: i was dump when typing password, now it works but it still shows it at cfg file
Thanks for reminding me, password is now encrypted. On next release, config file deletion will be required (or just the Password value in it)
If any crashes occur please remember to post here with the error code.

Edit: added a new prefs dialog where you can manage friends/channels to join on startup and other misc options.

New release available for download (download link in first post)
drum drum
Deimos
looks cool

would be great if you could add that the chat doesn't jump to the newest appeared line while reading some older lines like scrolling up

also, why did appeared a message of banchobot in #osu when I didn't reported someone in #osu? o_o
Topic Starter
Flanster

drum drum wrote:

luliflun why
http://puu.sh/drXV5/011e0dd31d.png
I'm still trying to fix that, hang in there.

Deimos wrote:

l
also, why did appeared a message of banchobot in #osu when I didn't reported someone in #osu? o_o
what?
Deimos
oh nvm, forgot to read some important things :/
Kurokami
I hope this will continues. I like it. Its simple and for osu! is perfect. I only use irc client for this game anyway.
AGRX
pls make it work on mac, if not i will try to make an wrapper for it ._.
Topic Starter
Flanster

Agrrox wrote:

pls make it work on mac, if not i will try to make an wrapper for it ._.
I've never used mac and I have zero knowledge of supporting it, you're more than free to do so.

Also new (r3) release is available, see first post for download link.
Howl

LoliFlan wrote:

Agrrox wrote:

pls make it work on mac, if not i will try to make an wrapper for it ._.
I've never used mac and I have zero knowledge of supporting it, you're more than free to do so.

Also new (r3) release is available, see first post for download link.
I guess that it wouldn't be that hard to port it to mac via mono.
Kert
omg chiptunes
Would be cool if you use bitbucket/github for sharing source code so people could help you out and stuff
Topic Starter
Flanster

Kert wrote:

omg chiptunes
Would be cool if you use bitbucket/github for sharing source code so people could help you out and stuff
Given the fact its developed in VB.NET people are going to go "im gonna do my own version in C#", rather than help me out.
So I'm not up for that for now.

New (r4) release is available! Check first post for download link.
Yonaton

LoliFlan wrote:

Kert wrote:

omg chiptunes
Would be cool if you use bitbucket/github for sharing source code so people could help you out and stuff
Given the fact its developed in VB.NET people are going to go "im gonna do my own version in C#", rather than help me out.
So I'm not up for that for now.

New (r4) release is available! Check first post for download link.
404's Yay
Topic Starter
Flanster
Oh forgot to change the link LOL.
Fixed.
Esupanitix
My password is greater than ten characters, so I can't log in without editing a config file and resultantly crashing the program upon the next boot of the program.

Is this just my computer having a locale issue or is it a ten character limit for everyone?
Topic Starter
Flanster
The password in the config file is encrypted so no luck in trying to replace it, ill increase the character limit to 20. Expect fix in next release.
puncia
20 chars is still too short imo, you should consider increasing it.
Topic Starter
Flanster
Wait I just derped, you should use your authentication password, not osu! password. Usually auth tokens are 8 chars in length.
https://osu.ppy.sh/p/ircauth to get your authentication password token.

I'll keep the char limit to 20 anyway, no big deal.
Topic Starter
Flanster
New (r5) release is available! Check first post for download link.
I'm slowly adding in the basic irc client features, keep in mind its still in testing phase so report if anything stupid occurs!
Piine
Highlighting is planned or is it already added? Haven't check the client yet, but plan on using it
Topic Starter
Flanster

Sulker wrote:

Highlighting is planned or is it already added? Have check the client yet, but plan on using it
Almost full support.
- If your name is mentioned, the chat line will turn green
- Notification sound will play (can be changed) if window is not focused (planning on adding that to popups too)

Planned:
- I'll have to figure out how to remove the string's case sensitivity. For now only your exact name (Sulker) or lowercase name (sulker) can be detected, other styles (ex. sulkeR/sUlker SULKER) wont trigger that highlight.
- Taskbar flashing and icon change (similar to skype)
Secretpipe
You're the best bro
Tony

LoliFlan wrote:

If anyone wants to contribute and help out with the app's development, get ready for VB. I'm not a C# person.
The UI looks really good from the screenshots, and the idea is cool!
I'll try ASAP and see how it goes! :)
Kitsunemimi
Oh my gosh this is amazing <3

You should probably look into implementing name colours though, since that's probably the one thing about osu!irc that distinguishes it from other chats (and any other IRC client). It would probably be a little tricky; I'd imagine you'd need peppy to maybe pitch in api support or something, but I'd definitely like to see this for this client. Good work so far though~
Topic Starter
Flanster
I can think of a possible way to detect supporter with html parsing, its gonna get a bit tricky but its not completely impossible. Thats gonna be on low prority though.

Edit: I made a test program and managed to detect it, but the responce I get is kinda delayed.



It looks alright for now, no hanging and it still gets chatlines across faster than the osu! client. Not sure if this is a good idea though since im sending a web request for every single chat line in the client..

This will have to be held onhold for now.
Paco
I really like this although when I started it up a few minutes ago I got; Bad authentication token and then it crashed ;;
Tanomoshii Nekojou
Ahmmm... Help for this? My username is unfit to the textbox. :? :?
Tanomoshii Nekojou

LoliFlan wrote:

If anyone wants to contribute and help out with the app's development, get ready for VB. I'm not a C# person.
Same here~... I wanna help~.. :D :D :D :D
Topic Starter
Flanster

Pacolito wrote:

I really like this although when I started it up a few minutes ago I got; Bad authentication token and then it crashed ;;
Please provide crash code, also do not use your osu! password, use your IRC AUTHENTICATION password.

Tanomoshii Nekojou wrote:

Ahmmm... Help for this? My username is unfit to the textbox. :? :?
Usernames this long are not allowed nowadays, ill increase the limit to 20 chars in next release.

Tanomoshii Nekojou wrote:

Same here~... I wanna help~.. :D :D :D :D
I meant helping with the application's development (coding it)

show more
Please sign in to reply.

New reply