After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 333493 - Automatic logging of conversations
Automatic logging of conversations
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
: 335928 341079 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-05 15:16 UTC by Matteo Giordano
Modified: 2006-07-27 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matteo Giordano 2006-03-05 15:16:09 UTC
Could we have this feature, like xchat-gtk's one?
Comment 1 Guillaume Desmottes 2006-03-05 15:57:39 UTC
Good idea.
Maybe it will be interesting to implement something like in Gajim for logs (see http://www.gajim.org/imgs/history_window.png) instead of the classic one file / one channel.

It could offer easy search ability into the huge mass of logs files.
Gajim implement this using sqllite but maybe we could do this without it if we don't want to add it as dependency.

Comment 2 Matteo Giordano 2006-03-05 16:06:06 UTC
Cool! Better than gaim one!
This will be an outstanding feature over xchat-gtk :)
Comment 3 Olivier Le Thanh Duong 2006-03-06 03:46:47 UTC
x-g already implement the logging so we only lack a GUI to see them and enable them by default. Anyway I don't really see the problem with one file = one channel, and I don't think it would be a good idea to break the current format (which mean break the compability w/ xchat-gtk) w/o a good reason.
Comment 4 Guillaume Desmottes 2006-03-25 17:22:26 UTC
*** Bug 335928 has been marked as a duplicate of this bug. ***
Comment 5 Stuart Langridge 2006-03-25 18:19:14 UTC
Also, I do believe that beagle knows how to search xchat logs, which is another reason to keep compatibility; that gives you searching for free.
Comment 6 David Trowbridge 2006-05-08 20:59:05 UTC
*** Bug 341079 has been marked as a duplicate of this bug. ***
Comment 7 Guillaume Desmottes 2006-07-27 18:22:36 UTC
So, what do we do for logging's stuffs?

The easiest way would be to just add an option in the preferences dialog and use xchat's logging feature.
We could still implement a nice log reader (like in gajim or gossip) and we keep compatibility with xchat.
I think it's the better solution.
Comment 8 David Trowbridge 2006-07-27 21:12:30 UTC
I agree, but they don't have to be done at the same time (just turning on logging should be quick though)
Comment 9 Guillaume Desmottes 2006-07-27 23:21:46 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.

I'll code a pretty logs reader when i'll have time.

Fri Jul 28 01:15:13 CEST 2006  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/preferences-page-irc.c:
	* src/fe-gnome/preferences-page-irc.h:
	* src/fe-gnome/preferences-page-colors.c:
	* src/fe-gnome/preferences-page-colors.h:
	* data/preferences-dialog.glade:
	  - Move the "show color" options from IRC to the color
	    preference page.
	  - Add a option to enable logging of conversations. (#333493)