tecknojock

Postgresql Quassel Dump Logs

Aug 25th, 2014
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. quasseltool.py - This is the core database handling module, required for both versions of dump log.
  2. Def cursor needs to be updated with your credentials for the postgresql quassel db in order to use.
  3. http://pastebin.com/CZUtT37L
  4.  
  5. dumpalllogs.py - This module dumps all buffers of a particular user. Each buffer will have its own file and will be separated in to folders according to Network Name. Supports appending based on most recent timestamp in log file.
  6. http://pastebin.com/Ne0GM4wE
  7.  
  8. dumplog.py - The original module updated to postgresql. Now supports appending to a buffer based on most recent timestamp in log file.
  9. http://pastebin.com/7Yum3VYu
Add Comment
Please, Sign In to add comment