Notes |
|
(0008388)
|
Absolute Zero
|
2014-03-12 22:08
(edited on: 2014-03-13 00:54) |
|
Supported.
If I got it correctly, Doomseeker IRC would print all previous conversation in every channel. Wouldn't it make the whole application have a few memory issues as time goes?
|
|
|
(0008389)
|
Zalewa
|
2014-03-12 22:37
|
|
Naturally, it will be done in a way that will not cause any additional problems. I imagine only a few lines from the previous conversation will be imported. |
|
|
|
mIRC has a setting that specifies how many lines user wants to be copied upon re-entering a channel. |
|
|
(0010243)
|
Zalewa
|
2014-08-31 11:06
|
|
This is partially implemented in the build currently available on the update beta channel. Doomseeker will now store and restore chat logs. Currently, 1000 last lines are restored from each log file.
Chat log file will grow indefinitely at the moment, potentially expanding into size that is not easy to parse when restoring logs. Proper system to handle this needs to be implemented. |
|
|
(0010934)
|
Zalewa
|
2014-11-22 21:57
|
|
Chat log rotation is included in this change:
'https://bitbucket.org/Blzut3/doomseeker/commits/f105312fd6e5bb13c6d744b5ef031c53fad47d42 [^]'
Default settings are as follows:
- chat log is rotated to archive once its file size reaches 5 Megabytes. This threshold cannot be changed by the user, but might be adjusted if this results in files that are difficult to parse when restoring chat logs.
- archived chat logs can be removed from disk drive when they become old. This is disabled by default. Moreover, how many days is "old" exactly can be changed by user in IRC configuration box.
Currently, Doomseeker will restore logs to chat box only from the current log file. Archive files are omitted, and I'm inclined to leave it this way.
Request to others:
Please take a few of your biggest log files and state here their size in bytes/kilobytes/Megabytes together with number of lines inside them. I'd like to compare that to see what should be the rotation threshold. |
|
|
(0011021)
|
Zalewa
|
2014-12-01 17:54
|
|
Update available on beta build channel and on DRD Team page. Please test. |
|
|
|
So far, it works as expected. Have yet to try out the remove after so many days thing. |
|