aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_log.py
Commit message (Collapse)AuthorAgeFilesLines
* we need to manually flush log filesGravatar jesopo2020-02-241-0/+1
|
* for some reason, __ variables disappear from hasattrGravatar jesopo2020-02-241-10/+10
|
* open possibly-utf8 files with forced utf8Gravatar jesopo2020-02-241-1/+1
|
* change encrypted channel logs to use RSA -> AES (CBC)Gravatar jesopo2020-02-241-7/+24
| | | | closes #248
* add option to encrypt channel_log log files line-by-lineGravatar jesopo2020-02-201-4/+10
|
* log formatted.account with channel_log.pyGravatar jesopo2020-02-111-0/+1
|
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-301-1/+1
|
* replace "/" in channel logfile names with ","Gravatar jesopo2020-01-301-1/+7
|
* channel_log timestamps should be yyyy-mm-ddGravatar jesopo2020-01-291-1/+2
|
* remove unused ROOT_DIRECTORY and LOGS_DIRECTORYGravatar jesopo2020-01-281-3/+0
|
* disable logging by default but allow enabling bot/server-wideGravatar jesopo2020-01-271-7/+17
|
* move channel_log/__init__.py to channel_log.pyGravatar jesopo2020-01-271-0/+39