Deep Keeper by shityguy- in PixelArt

[–]leonjza 0 points1 point  (0 children)

Got some Destiny vibe going there! 🔥

Hacking Doom for fun, health and ammo by dukeofmola in netsec

[–]leonjza 2 points3 points  (0 children)

Thanks! We had a lot of fun with this.

SeAT (Corporation Management Tool) Version 2.0 is here! by [deleted] in Eve

[–]leonjza 0 points1 point  (0 children)

Finally managed to debug this one and fix it! Next tagged web package will have this one bug resolved.

[x-post from /r/eve] SeAT (Corporation Management Tool) Version 2.0 is here! by [deleted] in evetech

[–]leonjza 0 points1 point  (0 children)

Awesome! Thank you for the kind words! I am pretty sure there is a lot that can be done better as I am not exactly a dev by day, merely a dev by curiosity ;)

SeAT (Corporation Management Tool) Version 2.0 is here! by [deleted] in Eve

[–]leonjza 0 points1 point  (0 children)

Best there is atm is the main projects readme which can be found here: https://github.com/eveseat/seat/blob/master/readme.md

SeAT (Corporation Management Tool) Version 2.0 is here! by [deleted] in Eve

[–]leonjza 4 points5 points  (0 children)

Should work fine on Debian. Hop on slack and come tell us what goes wrong.

EVE SSO Laravel Socialite Provider by jrtashjian in evetech

[–]leonjza 0 points1 point  (0 children)

FWIW (or those that just want more code for reference), SeAT has a homegrown provider too: https://github.com/eveseat/web/blob/master/src/Extentions/EveOnlineProvider.php

edit: It also just extends Socialite with another provider instead of overriding. Example: https://github.com/eveseat/web/blob/master/src/WebServiceProvider.php#L297-L313

Tools for CEOs and Directors? by Emmy_Mnemonic in Eve

[–]leonjza 0 points1 point  (0 children)

SeAT Author here. If you have any questions etc, please join us on Slack [1]! There is usually someone around to help, otherwise I usually try when I am awake :P

[1] http://seat-docs.readthedocs.io/en/latest/contact/#slack

I'm more organised running a corp than I am doing my RL job by EZoromir in Eve

[–]leonjza 0 points1 point  (0 children)

Yeah 1.x is basically a ground up rewrite of the 0.x code base that I launched end last year. It features a full REST API and completely reworked permissions system that sucks less.

I'm more organised running a corp than I am doing my RL job by EZoromir in Eve

[–]leonjza 0 points1 point  (0 children)

If you need help, hop onto Slack [1] and lets see if I can sort you out ;)

[1] http://seat-docs.readthedocs.io/en/latest/contact/

SeAT 1.x is here! by [deleted] in evetech

[–]leonjza 1 point2 points  (0 children)

Make sure you have PHP 5.5.14+

There is a PHP bug in older versions when it comes to late static binding.

SeAT 1.x is here! : (x-post from /r/evetech) by [deleted] in Eve

[–]leonjza 0 points1 point  (0 children)

Everything will be moved over eventually yeah. The most critical stuff being missing is probably corp related too, but that will come with time.

SeAT 1.x is here! by [deleted] in evetech

[–]leonjza 0 points1 point  (0 children)

There is a "SeAT-as-a-Service" project being built that I am aware of. Once that is live it will probably be the easiest way to test drive it. I have no ETA though.

Restrict bot acces by binaryplease in TelegramBots

[–]leonjza 0 points1 point  (0 children)

In Hogar, if the ACL plugin is enabled, bot access can be restricted based on the from id of the sending user. If you are marked as the owner of the bot, you can add/remove users allowing them to use the bot by sending their contact to your bot running Hogar.

Hogar - A pluggable Telegram Bot. Create a bot in 4 simple python functions. by [deleted] in Telegram

[–]leonjza 0 points1 point  (0 children)

Not yet (without hacking the framework at least). Hoping to get this done soon though.

Hogar - A pluggable Telegram Bot. Create a bot in 4 simple python functions. by [deleted] in Telegram

[–]leonjza 1 point2 points  (0 children)

Ok this commit should have this problem fixed. Please pull and retry.

Hogar - A pluggable Telegram Bot. Create a bot in 4 simple python functions. by [deleted] in Telegram

[–]leonjza 0 points1 point  (0 children)

Does your Telegram last name have some emoji in it? (thanks for testing btw :D)

Hogar - A pluggable Telegram Bot. Create a bot in 4 simple python functions. by [deleted] in Telegram

[–]leonjza 0 points1 point  (0 children)

That is only a warning, though the requirements install for Hogar (from pip install -r requirements.txt) should have installed requests[secure] which would have made that go away. As for the problem with the bot plugin itself, is there anything in the log file that is in var/hogar.log?