Arcturus friend feed plugin

Results 1 to 12 of 12
  1. #1
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Arcturus friend feed plugin

    Hé RZ,

    It's been a while since I released something here and this is far from a big release.

    The plugin for Arcturus allows you to broadcast events and is based on Habbo's Stream, which at this point does not exists anymore. This plugin is made because I wanted to try out a service called pusher.com.

    Anyway, more information can be found in the readme: https://github.com/Joopie1994/arctur...nd-feed-plugin (I hope you actually understand it, because I suck at writing readme's)!

    Screenshot:


    Download:
    https://github.com/Joopie1994/arctur...ive/v0.1.1.zip

    This release is for people who know what they're doing. You're free to ask any question, but if I feel like it's not worth my time to awnser then sorry in advance!

    That's all for now!
    Last edited by Joopie; 12-03-17 at 05:56 PM.


  2. #2
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: Arcturus friend feed plugin

    Note that you can also add the configuration values to the emulator_settings table.

  3. #3
    Full-Stack Web Developer Emetophobic is offline
    MemberRank
    Jan 2012 Join Date
    Nice, FranceLocation
    238Posts

    Re: Arcturus friend feed plugin

    Oh that's actually quite interesting, but are we limited to using pusher or there is something we can configure?

  4. #4
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: Arcturus friend feed plugin

    Quote Originally Posted by Emetophobic View Post
    Oh that's actually quite interesting, but are we limited to using pusher or there is something we can configure?
    As it is now, only Pusher is supported. The main reason is because the limitations are quite generous, which are up to 100 connections and 200k messages a day for a free plan.

    I thought I saw you mentioning Redis, which seems to be nice to try out too. If I find some spare time I'll see if I can add support for Redis too. However, if I'm right you need something else to send it via websockets or socket.io to your browser (if that's what you want).

  5. #5
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: Arcturus friend feed plugin

    @Joopie extend this to working Habbo pocket Edition clone ;)

  6. #6
    Apprentice RageChan is offline
    MemberRank
    Mar 2017 Join Date
    6Posts

    Re: Arcturus friend feed plugin

    Hmmm... maybe a little bit stalker-ish.

    Just kidding... (not funny) it's really nice!
    Last edited by RageChan; 10-03-17 at 01:23 AM.

  7. #7
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Arcturus friend feed plugin

    @Emetophobic

    This is something great for Espreso HK? Did you agree?

  8. #8
    The **** Keiz is offline
    MemberRank
    Nov 2015 Join Date
    238Posts

    Re: Arcturus friend feed plugin

    Code:
    ​    @Override    public boolean hasPermission(Habbo habbo, String s) {
            return true;
        }


    Unless you want all users to have every permission out there, change that to return false;

  9. #9
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: Arcturus friend feed plugin

    Quote Originally Posted by The General View Post
    @Joopie extend this to working Habbo pocket Edition clone ;)
    Pusher is a broadcaster. It might work with the use of Redis or setting up a websocket, but I think extending this plugin to clone the Pocket Edition is another subject :).

    Quote Originally Posted by Keiz View Post
    Code:
    ​    @Override    public boolean hasPermission(Habbo habbo, String s) {
            return true;
        }


    Unless you want all users to have every permission out there, change that to return false;
    I thought the method above is for the plugin permission, but I could be wrong. @The General

  10. #10
    The **** Keiz is offline
    MemberRank
    Nov 2015 Join Date
    238Posts

    Re: Arcturus friend feed plugin

    Quote Originally Posted by Joopie View Post
    I thought the method above is for the plugin permission, but I could be wrong. @The General
    You are.
    http://forum.ragezone.com/f335/arctu...orial-1106722/
    The method hasPermission(Habbo habbo, String s) : boolean is called to see if a user is allowed to use a specific permission.

  11. #11
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: Arcturus friend feed plugin

    Quote Originally Posted by Joopie View Post
    Pusher is a broadcaster. It might work with the use of Redis or setting up a websocket, but I think extending this plugin to clone the Pocket Edition is another subject :).



    I thought the method above is for the plugin permission, but I could be wrong. @The General
    ALL permissions. Arcturus does not know about individual plugin permissions. And it is to allow other plugins override behavior.

  12. #12
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: Arcturus friend feed plugin

    Quote Originally Posted by Keiz View Post
    Quote Originally Posted by The General View Post
    ALL permissions. Arcturus does not know about individual plugin permissions. And it is to allow other plugins override behavior.
    Thanks and updated!

    https://github.com/Joopie1994/arctur...b685a71099d516

    Download:
    https://github.com/Joopie1994/arctur...ive/v0.1.1.zip



Advertisement