Releases: d-Rickyy-b/pastepwn
Releases · d-Rickyy-b/pastepwn
Multiple actions for a single analyzer
20 Feb 20:35
Compare
Sorry, something went wrong.
No results found
This release allows multiple actions to be executed after only one analyzer matched.
1.0.12 - 2019-02-20
Added
New add_action(self, action) method in BasicAnalyzer to add actions on the fly (4b5df12 )
Created a Dockerfile (b5334ff )
Implement possibility to execute multiple actions when a paste matches (ae6055e )
Method to create database on a mysql server (dbfecce )
Stop method for pastedispatcher
Stop method in actionhandler ()
Changed
Minimum supported Python version is now 3.5, because that's what we run travis on (7b8bae2 )
Fixed
Use better sqlite create table statement (9378dad )
MySQL Port setting did not work (d498088 )
Wrong MySQL syntax in create statements (6ae6508 )
FIX: Still issues with mysql
09 Jan 20:46
Compare
Sorry, something went wrong.
No results found
After more testing the mysql issues should have been resolved for now. At least the big ones.
1.0.11 - 2019-01-09
Fixed
Several issues with MySQL adapter (37c8f36 )
FIX: MYSQL statements were not working
06 Jan 20:00
Compare
Sorry, something went wrong.
No results found
This should hopefully fix it. I was still not able to test it on a productive instance of mysql
1.0.10 - 2019-01-06
Added
Template support for Telegram messages (3f11cb5 )
Fixed
Travis config for pypi (c2608a0 )
Wrong MySQL syntax in create statement (b3afc3d )
Travis Test
25 Oct 23:35
Compare
Sorry, something went wrong.
No results found
Added
Travis badge in Readme
Usage description in Readme
Test for travis pypi push
25 Oct 23:20
Compare
Sorry, something went wrong.
No results found
First stable release with pypi module
22 Oct 20:49
Compare
Sorry, something went wrong.
No results found
This is the first stable release with a pypi module to be found on pypi
1.0.8 - 2018-10-22
First stable release