2016-12-20 13:15:22 +01:00
|
|
|
_site
|
|
|
|
|
2015-03-11 16:46:02 +01:00
|
|
|
# JetBrains IDE
|
|
|
|
.idea/
|
2015-03-14 14:05:44 +01:00
|
|
|
*.iml
|
2015-03-11 16:46:02 +01:00
|
|
|
|
2017-01-15 17:38:04 +01:00
|
|
|
# Eclipse
|
|
|
|
.buildpath
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
|
|
|
|
# VI
|
|
|
|
*.swp
|
|
|
|
|
2015-02-23 11:59:12 +01:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2015-02-24 10:47:31 +01:00
|
|
|
|
2015-04-04 09:18:45 +02:00
|
|
|
# emacs auto-saving files
|
|
|
|
\#*#
|
2016-07-15 13:03:36 +02:00
|
|
|
.#*#
|
2016-07-15 13:04:24 +02:00
|
|
|
*.swp
|
2016-08-10 14:51:28 +02:00
|
|
|
vendor
|
2016-09-14 12:25:06 +02:00
|
|
|
*bak
|
2016-11-24 13:16:06 +01:00
|
|
|
token.php
|
Added documentation, simplified code, organized exceptions, added some more examples in testing.php, decided to unset flags in deserialized responses, moved message id arrays to Connection classes, added wrappers for logging in to telegram as a bot or as a user and for logging out, fixed deserializing of gzip packed objects, added more logging, fixed bugs, added methods to get and parse configuration, saved some fairies, fixed exporting/importing of authorization, added some wakeup methods to prevent problems during serialization, added support for ipv6 and automagical detection too. I think we can safely say this is now a beta.
2016-11-25 00:15:22 +01:00
|
|
|
*~uploading*
|
2016-11-25 21:52:56 +01:00
|
|
|
session.mad
|
2016-11-29 02:11:11 +01:00
|
|
|
*.madeline
|
|
|
|
enc.tar.xz
|
2016-11-29 18:45:06 +01:00
|
|
|
a
|
2016-12-26 18:23:46 +01:00
|
|
|
web_data.php
|
2017-01-01 15:12:46 +01:00
|
|
|
web_API.log
|
|
|
|
db_connect.php
|
|
|
|
sessions
|
2017-01-03 00:28:51 +01:00
|
|
|
docs_md
|
2017-01-15 17:38:04 +01:00
|
|
|
|
|
|
|
# .evn
|
|
|
|
.env
|