summaryrefslogtreecommitdiff
path: root/python/plugin.py
AgeCommit message (Collapse)Author
2019-09-14lots of small documentation updates, mostly around making sure parameters ↵Jordan Wiens
are consistent and typed properly
2019-09-03add a few missing len properties and __str__ for StringReferenceJordan Wiens
2019-07-29add documentation for folder groupings of other register_for functionsJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-05-31improve API cross-reference linkingJordan Wiens
2019-04-11added timeout parameter to BackgroundTaskThread.join()Arnaud
2019-01-17update company name and copyright dateJordan Wiens
2018-07-24Fix PluginCommand.register_for methods (#1084)Josh Watson
Several register_for_* methods included an extraneous `.startup` that was probably removed in the python3 refactor. This PR fixes that problem and allows those plugins to correctly register.
2018-07-16Fix format of strings in python/log.pyKyleMiles
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-06-11Add empty list properties to some classes to allow for visibilitynegasora
2018-05-11Fix Python BackgroundTask wrapperRyan Snyder
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-01-11get_valid_list is now a dict, as well as add documentation for plugin ↵Jordan Wiens
registration functions
2017-05-19update copyright yearJordan Wiens
2017-01-11Use correct enum type in Plugin objectPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵Peter LaFosse
existing plugins
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes