Navigation

    OpenBullet

    OpenBullet

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Awards
    1. Home
    2. Ruri
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Ruri

    @Ruri

    Admin

    808
    Reputation
    1836
    Posts
    5978
    Profile views
    165
    Followers
    0
    Following
    Joined Last Online
    Website openbullet.dev Location Tokyo Age 24

    Ruri Follow
    Donator General Mod Admin

    Posts made by Ruri

    • RE: HYPED FOR OB2

      @cassell I think following people on github does something similar, doesn't it?

      posted in General Discussion
      Ruri
    • RE: captchaBlank ??? openbullet 1.2.2 .loli ???

      no ??? ??? ???

      posted in Questions
      Ruri
    • RE: HYPED FOR OB2

      Imagine having a release ready for you in the releases page of github

      posted in General Discussion
      Ruri
    • RE: OpenBullet 2 - Crowdfunding Campaign Start

      Open Beta will most likely start next week so fasten your seatbelts because you're in for a brand new ride very soon!

      posted in Announcements
      Ruri
    • RE: How should I proceed when a password is encrypted?

      You need to hash it

      posted in Questions
      Ruri
    • RE: How should I proceed when a password is encrypted?

      Well yes if you need SHA-1 encryption then you should use SHA-1 xD

      posted in Questions
      Ruri
    • RE: Empty String has a length > 2?

      well it could be tabs as well, or maybe newline characters xD

      posted in Questions
      Ruri
    • RE: How to make my config run every 2 hours ?

      With OB2 you can do this

      posted in Questions
      Ruri
    • RE: Empty String has a length > 2?

      Maybe it's full of spaces, use the trim block

      posted in Questions
      Ruri
    • RE: JSON Capture HELP
      "name": "([^"]+)".*"name": "([^"]+)".*"name": "([^"]+)"
      

      and then output [1], [2], [3] and maybe parse them again to a list

      posted in Questions
      Ruri