Griatch
4cff98d4bd
Make monitorhandler support Attribute categories. Resolve 1807.
2022-01-08 22:14:56 +01:00
Griatch
7aa4c6ad7c
I18n string cleanup and refactoring
2021-05-27 17:37:26 +02:00
Griatch
be181717ff
Optimize _Saverdict.update that caused issues for webclient option update ( #2224 )
2020-11-01 11:32:12 +01:00
Griatch
d61cb9787f
Fix style to Keyword Args
2020-10-12 21:13:06 +02:00
Griatch
252124d703
Rename docstring Kwargs to Keyword Args
2020-07-10 15:57:57 +02:00
Griatch
a27a8c3df3
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
2020-01-11 15:49:12 +01:00
Griatch
3cc5701f66
Ran black on branc
2019-12-16 20:31:42 +01:00
Griatch
21fe2c0e2c
Format code with black. Add makefile to run fmt/tests
2019-09-28 18:18:11 +02:00
Greg Taylor
095ef9df93
Remove builtins imports
...
This module is not intended to be used directly in most cases, per:
https://docs.python.org/3/library/builtins.html
None of our usages warrant the explicit import. We also avoid some
confusion as folks dig to see what we are doing to require
importing builtins directly.
2019-09-15 20:29:59 -07:00
Griatch
0bad929c79
Add support for MSDP LIST/REPORT/UNREPORT. Resolves #1507 .
2019-03-31 13:37:08 +02:00
Ryan Stein
6fa280b9fd
Run 2to3.
2017-10-29 13:40:30 -04:00
Griatch
92df3ce5ae
Structure handlers to allow .get() to return lists
...
See #1154 . In the end I didn't modify the Attributehandler and
TagHandler like this, instead I added the `return_list` argument
for cases when one wants a guaranteed return.
2017-08-27 14:56:05 +02:00
Griatch
b278337172
Make PEP8 cleanup of line spaces and character distances as well as indents
2017-08-19 23:16:36 +02:00
Griatch
052e1845a2
Fix error in MonitorHandler recovering a saved Session across a reload. This probably affected the TickerHandler as well. Add a new hook to the server object that gets called once the portal has synced, and run the monitorhandler/tickerhandler restores there. Also some changes to the serialization of Sessions. Resolves #1164 .
2017-01-15 19:55:51 +01:00
Griatch
4883512342
Fixed and tested the monitor/unmonitor inputfunc from both GMCP and MSDP
2016-05-22 20:45:41 +02:00
Griatch
0ffec10dd0
Added MSDP/GMCP wrappers Inputfuncs as per #924 . Not fully tested yet.
2016-05-22 20:45:41 +02:00
Griatch
c093fd3880
Updated the monitorhandler to allow persistence as well as a unique id-key.
2016-05-22 20:45:41 +02:00
Griatch
d8bfb6d4a2
Inputfuncs for some more MSDP/GMCP commands. Still untested.
2016-05-22 20:45:40 +02:00
Griatch
196306d914
Added monitorhandler to flat API.
2016-05-22 20:45:40 +02:00
Griatch
8090d92d85
MonitorHandler implemented as a replacement for the OOBHandler monitor functionality, as per #924 .
2016-05-22 20:45:39 +02:00
Griatch
166189a7a5
Made ajax/comet client fallback work correctly in the new framework.
2016-05-22 20:45:38 +02:00
Griatch
4ab049709d
Changed inputhandler/oochandler to monitorhandler and made inputhandler_funcs into just inputfuncs.py
2016-05-22 20:45:06 +02:00