Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | preparation for parsing and webapp splitHEADmaster | vuko | 2020-06-13 | 16 | -428/+479 |
|\ | |||||
| * | add readme gitignore and update at.cfg.dist | vuko | 2020-06-13 | 4 | -6/+52 |
| | | |||||
| * | split at/__init__.py into dhcpd.py and web.py | vuko | 2020-06-13 | 11 | -422/+427 |
| | | |||||
| * | move at.py into package | vuko | 2020-06-12 | 1 | -0/+0 |
| | | |||||
* | | optimize leases parsing - skip already parsed entries | vuko | 2020-06-13 | 1 | -29/+73 |
|\ \ | |/ | |||||
| * | fix unset offset | vuko | 2020-06-12 | 1 | -0/+1 |
| | | |||||
| * | fix __getattr__ | vuko | 2020-06-12 | 1 | -1/+1 |
| | | |||||
| * | fix ignored addresses | vuko | 2020-06-11 | 1 | -1/+3 |
| | | |||||
| * | fix infinite loop error | vuko | 2020-06-11 | 1 | -1/+1 |
| | | |||||
| * | skip already parsed entries in dhcpd.leases | vuko | 2020-06-11 | 1 | -7/+49 |
| | | |||||
| * | use threading.lock as context_manager | vuko | 2020-06-11 | 1 | -10/+8 |
| | | |||||
| * | running python 2to3 on at.py | vuko | 2020-06-07 | 1 | -10/+11 |
|/ | |||||
* | Fix missing entries | Charlie Root | 2018-06-27 | 1 | -3/+4 |
| | |||||
* | Add minimal admin interface | Piotr Dobrowolski | 2018-05-04 | 2 | -1/+21 |
| | |||||
* | Fix custom SPECIAL_DEVICES | Piotr Dobrowolski | 2018-05-04 | 1 | -5/+4 |
| | |||||
* | Fix grouping | Piotr Dobrowolski | 2018-01-26 | 1 | -3/+3 |
| | |||||
* | Add PROXY_FIX config option to enable werkzeug ProxyFix | Piotr Dobrowolski | 2018-01-26 | 2 | -0/+6 |
| | |||||
* | Remove invalid requirement | Piotr Dobrowolski | 2018-01-26 | 1 | -1/+0 |
| | |||||
* | Add generic support for special device types in configuration and now_at() | Remigiusz Marcinkiewicz | 2018-01-26 | 2 | -13/+16 |
| | |||||
* | SSO support, add requirements.txt | Piotr Dobrowolski | 2017-10-11 | 4 | -46/+30 |
| | |||||
* | Add ESPs. Because we can. | Piotr Dobrowolski | 2016-11-26 | 2 | -3/+13 |
| | |||||
* | Random fixes, kektops support | Piotr Dobrowolski | 2016-11-26 | 2 | -7/+32 |
| | |||||
* | fuck this thing and fuck it again | Sergiusz 'q3k' BazaĆski | 2015-03-16 | 1 | -56/+118 |
| | |||||
* | forgot something | Tomek Dubrownik | 2012-09-15 | 1 | -9/+8 |
| | |||||
* | better config handling | Tomek Dubrownik | 2012-09-15 | 2 | -18/+14 |
| | |||||
* | uwsgi compat | Tomek Dubrownik | 2012-09-15 | 1 | -6/+11 |
| | |||||
* | basic ldap support, needs SSL verify | Tomek Dubrownik | 2012-09-15 | 5 | -95/+29 |
| | |||||
* | strip " and ; from client-hostname | Tomek Dubrownik | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | forgot to strip ; in hwaddr | Tomek Dubrownik | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | too lazy to do proper timezones, static offset for now | Tomek Dubrownik | 2012-02-17 | 1 | -7/+8 |
| | |||||
* | dhcpd updater, take 1 | Tomek Dubrownik | 2012-02-17 | 1 | -8/+42 |
| | |||||
* | pluralized it:P | Tomek Dubrownik | 2012-01-29 | 2 | -1/+7 |
| | |||||
* | proxy fix | Tomek Dubrownik | 2012-01-29 | 1 | -0/+2 |
| | |||||
* | login now possible outside of hs | Tomek Dubrownik | 2012-01-29 | 1 | -3/+0 |
| | |||||
* | basic user panel | Tomek Dubrownik | 2012-01-29 | 9 | -98/+259 |
| | |||||
* | port now configurable | Tomek Dubrownik | 2012-01-28 | 2 | -3/+5 |
| | |||||
* | ffs, forgot to add files to commit | Tomek Dubrownik | 2012-01-27 | 7 | -105/+106 |
| | |||||
* | Flask port, because pesto actually does suck | Tomek Dubrownik | 2012-01-27 | 1 | -0/+0 |
| | |||||
* | bot-friendly json call | Tomek Dubrownik | 2012-01-27 | 1 | -0/+20 |
| | |||||
* | dnsmasq.leases based updater | Tomek Dubrownik | 2012-01-27 | 7 | -19/+233 |
| | | | | Also a self-claim module | ||||
* | initial commit | Tomek Dubrownik | 2012-01-26 | 5 | -0/+178 |