Michel Oosterhof
5a6d30215a
Remove unused modules from textlog
2014-11-08 18:32:25 +00:00
Michel Oosterhof
41bc8b65e4
Switch from uuid1 to uuid4. uuid4 does not leak ip address
2014-11-04 10:42:08 +00:00
Michel Oosterhof
43b915f68e
added simple unstructured JSON logging
2014-11-04 10:31:26 +00:00
Michel Oosterhof
636b31cd27
last log import
2014-10-05 21:20:06 +00:00
Michel Oosterhof
4ace22db76
convert all 'print' calls to 'log.msg'
2014-10-05 20:54:14 +00:00
desaster
1a78b7c30a
fix #75
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@246 951d7100-d841-11de-b865-b3884708a8e2
2013-04-08 19:40:25 +00:00
desaster
b69c2c3341
fix syntax
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@239 951d7100-d841-11de-b865-b3884708a8e2
2013-03-31 13:15:35 +00:00
desaster
0b134dbf3f
Add text based dblog module, for demonstration purposes or whatever
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@238 951d7100-d841-11de-b865-b3884708a8e2
2013-03-29 15:04:52 +00:00
desaster
41363db9d4
Add support for specifying MySQL port (issue #61 )
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@225 951d7100-d841-11de-b865-b3884708a8e2
2013-01-08 17:39:02 +00:00
desaster
3a7bcc0ff5
Add support for logging downloaded files via dblog
...
New mysql table "downloads", see doc/sql/update7.sql
git-svn-id: https://kippo.googlecode.com/svn/trunk@224 951d7100-d841-11de-b865-b3884708a8e2
2013-01-08 17:31:29 +00:00
desaster
1b24c69b44
Add xmpp logging (by common)
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@185 951d7100-d841-11de-b865-b3884708a8e2
2010-12-02 19:39:23 +00:00
desaster
b4a2e04d99
Add support for multiple long engines.
...
NOTE: .cfg changed!
git-svn-id: https://kippo.googlecode.com/svn/trunk@173 951d7100-d841-11de-b865-b3884708a8e2
2010-10-23 12:32:49 +00:00
desaster
8f0eed20b3
remove unnecessary support for requesting terminal title
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@168 951d7100-d841-11de-b865-b3884708a8e2
2010-08-19 18:19:54 +00:00
desaster
de1ee43102
re-add the reconnect hack
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@166 951d7100-d841-11de-b865-b3884708a8e2
2010-08-14 14:15:57 +00:00
desaster
10e8b2e3ec
try not using reconnecting hack for adbapi to fix Dave_w's problem
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@165 951d7100-d841-11de-b865-b3884708a8e2
2010-08-14 12:36:20 +00:00
desaster
68e5d2ec49
Rewrote the mysql code to use adbapi for non-blocking operation
...
NOTE: schema changes are needed! (update5.sql)
git-svn-id: https://kippo.googlecode.com/svn/trunk@162 951d7100-d841-11de-b865-b3884708a8e2
2010-08-14 07:27:38 +00:00
desaster
2452002524
SSH client version is now handled by db logging
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@157 951d7100-d841-11de-b865-b3884708a8e2
2010-07-06 10:00:59 +00:00
desaster
00664d251a
Request the window title with terminal control codes, and parse the result.
...
The title, as well as screen height & width are now saved to sql->sessions
git-svn-id: https://kippo.googlecode.com/svn/trunk@144 951d7100-d841-11de-b865-b3884708a8e2
2010-06-28 13:17:46 +00:00
desaster
5158a41fea
Don't try to save a non-existant ttylog
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@128 951d7100-d841-11de-b865-b3884708a8e2
2010-06-17 17:55:07 +00:00
desaster
7cb8e06949
Changes to the MySQL schema to be more like jfbethlehem's SQLite schema.
...
An update2.sql is provided that might update the schema without data loss,
however if you value your data, it's a good idea to create a backup first.
git-svn-id: https://kippo.googlecode.com/svn/trunk@127 951d7100-d841-11de-b865-b3884708a8e2
2010-06-17 17:11:22 +00:00
desaster
f1381d2e96
Logging improvements:
...
* redo the logger in a way that allows the host ip from the connection to be
saved to the db
* ignore mysql errors (such as connectivity problems)
git-svn-id: https://kippo.googlecode.com/svn/trunk@123 951d7100-d841-11de-b865-b3884708a8e2
2010-06-16 14:51:26 +00:00
desaster
b88af200e8
* Fix some dblog brokenness
...
* Set the ttylog column for mysql to "MEDIUMBLOB"
* Limit the ttylog size written to the database to 10 Megabytes
git-svn-id: https://kippo.googlecode.com/svn/trunk@121 951d7100-d841-11de-b865-b3884708a8e2
2010-06-11 04:59:52 +00:00
desaster
4c19790e43
Allow sensor name to be configured in kippo.cfg
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@119 951d7100-d841-11de-b865-b3884708a8e2
2010-06-09 06:50:41 +00:00
desaster
1b757c8f64
Have mysql reconnect if disconnected
...
git-svn-id: https://kippo.googlecode.com/svn/trunk@118 951d7100-d841-11de-b865-b3884708a8e2
2010-06-09 04:46:50 +00:00
desaster
dc6432bcdd
* Experimental MySQL logging; see kippo.cfg.dist and doc/sql/mysql.sql
...
* Initial root password now set in kippo.cfg
git-svn-id: https://kippo.googlecode.com/svn/trunk@116 951d7100-d841-11de-b865-b3884708a8e2
2010-06-08 17:37:16 +00:00