openbullet
openbullet
> > > HI! In OB has an option to add remote proxies source in settings, witch is for all jobs and can be reloaded when is banned. Can you...
I looked into the shutdown/restart and it's not possible to do without spawning an additional process that will be in charge of restarting OB2 back up, but if you used...
Honestly if you get that many ToChecks maybe the config needs to be fixed ^^ There is already an option to only store hits (job options -> hit outputs) but...
Yes on some hit outputs there is a checkbox to save only hits. Also on the file system hit output, OB2 creates different files for different statuses so hits will...
> Hi I have no issue with that. But I use InvokeFromFileAsync instead of InvokeFromStringAsync: Hello. This is exactly the issue I'm facing. It works fine with `InvokeFromFileAsync` but my...
Could you please clarify if you want to import proxies in the database of OB2 using the remote API option or if you want to be able to use them...
@tcortega I understood that, I just wanted to know if I can get away with adding the box only in the import proxies screen or if I also have to...
You can edit the `Environment.ini` file and add whatever export format you wish. Could you please try to edit those and restart OB2, then try again?
It's because the config is saved upon blur of the input elements, so the request to start debugging might sometimes come first if you directly click on the Debug button...
I cannot reproduce this, tried multiple times. Also, the code already seems to be doing exactly that, so I don't know what may be causing this. https://github.com/openbullet/OpenBullet2/blob/1fdd1d439704d850ad8723dab4023bd0653f5ab7/openbullet2-web-client/src/app/main/components/config/config-debugger/config-debugger.component.ts#L176-L187 I will close...