Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#17 Primera implementación del BAN-HAMMER #22

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
138afad
Implementación moderador
Santixs Aug 17, 2020
672fb8b
Implementación moderador
Santixs Aug 17, 2020
4bbd53b
new functionalities
Santixs Aug 17, 2020
451f787
minor bug fixed
Santixs Aug 17, 2020
d19ac0b
minor bug (command without message) fixed
Santixs Aug 18, 2020
b2bbbde
Actualización de estructura y cambios menores
jonsalchichonnn Aug 21, 2020
ac11a5e
Actualización de estructura y cambios menores
jonsalchichonnn Aug 21, 2020
a04dc8d
Añadida funcionalidad para que el bot no te haga ban a ti mismo cuand…
Daniel-Tomas Aug 27, 2020
f1fda21
Añadido un comentario explicativo y especificada una excepción
Daniel-Tomas Aug 28, 2020
7622fbd
UTF-8 adaptation
Santixs Sep 1, 2020
ddca0d0
Modificación de estructura
Santixs Sep 2, 2020
0db637a
Aumento cobertura test y codigo refactorizado para adecuarlo a la nue…
Santixs Sep 11, 2020
ce7e87f
Incremento cobertura test, implementación SequenceMatcher y filtrado …
Santixs Sep 11, 2020
614cdaf
Improved coverage
Santixs Sep 12, 2020
8f9e94b
String format and interaction with the bot (outside channel)
Santixs Sep 12, 2020
8eb6a93
Nueva estructura
Santixs Sep 12, 2020
30a5bf0
Añadidas instancias de la clase Command para cada comando y cambios m…
Santixs Sep 14, 2020
cde9f6b
Creadas instancias para optimizar espacio en memoria
Santixs Sep 14, 2020
41997b8
refactor the code
Santixs Sep 19, 2020
a4a8a9b
pep8 y poner metodos estaticos cuando no se utiliza self
Daniel-Tomas Sep 22, 2020
2ac4b06
commit por si acaso se pierde
Daniel-Tomas Sep 22, 2020
3f12975
falla el path al abrir un archivo en ban_hammer.py. Incluido en lib/ …
Daniel-Tomas Sep 22, 2020
a2c6272
arreglado el problema del path
Daniel-Tomas Sep 22, 2020
7d57e6b
Documentation added,blacklist utf8 adaptation
Santixs Sep 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
src/token.txt
src/token.txt
pytest_cache/
vs/
vscode/
src/__pycache__/
src/funcionalidades/__pycache__
test/__pycache__/
*.pyc_
.vscode/
.vs/
.idea/
Empty file added src/__init__.py
Empty file.
Loading