summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-log.c
AgeCommit message (Expand)Author
2009-02-08Code Cleanup:Alexander Færøy
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-12-09Add 'active' tag for active logs in /log output.Emanuele Giaquinta
2007-11-19Fix last change.Emanuele Giaquinta
2007-11-18autolog: do not create *.log, send it to <your nick>.log insteadJilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-07Only consider autolog logs when looking for an open log in autolog_open.Emanuele Giaquinta
2005-11-23removed utf8.c utf8.h, going to move them from src/fe-text to hereValentin Batz
2004-08-19Patch by jimmy: Details In 0.8.9 it is not possible to log all activity on a ...Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-11-21Create log file directories using /set log_create_file_mode + exec-bit.Timo Sirainen
2002-10-14Autolog shouldn't crash when lines are written without destination windowTimo Sirainen
2002-09-07autologs weren't closed when channel was left, or query was destroyedTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-03-16$1 can now be used as server tag in /SET autolog_path. This is useful whenTimo Sirainen
2002-02-10Changed some clientnotices to clienterrorsTimo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2001-12-21/LOG OPEN -window accepts now -targets too to specify the refnumTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-10-22When logs are rotated, automatically create the new directory where to openTimo Sirainen
2001-10-15-ansicolors -mirccolors => -colors in /LOG OPEN syntax, since there's only -c...Timo Sirainen
2001-09-17Print the log's expanded file name when complaining about not being able toTimo Sirainen
2001-09-11escape_target() didn't escape / chars properly, it just crashed irssi..Timo Sirainen
2001-09-11autolog: target name is now always lowercased with irc protocol.Timo Sirainen
2001-08-20Added option /SET autolog_colors. Colors are now off by default for /WINDOWTimo Sirainen
2001-08-13/LOG OPEN -color, /SET awaylog_colors - specifies that the color codesTimo Sirainen
2001-07-29Escape % chars in logs so strftime() won't mess with them.Timo Sirainen
2001-06-11When disconnecting from server when you had queries without active serverTimo Sirainen
2001-05-31removed "print text stripped" signal, the stripped text is now sent inTimo Sirainen
2001-05-11/LOG OPEN: it was checking /JOIN's options and printed errors if any /LOGTimo Sirainen
2001-03-28log->temp -> !log->temp .. closed non-autologs instead of autologs..Timo Sirainen
2001-03-26When closing autologs, don't crash if some other temporary log is open, likeTimo Sirainen
2001-03-21Parting channels and disconnecting from servers didn't close the autologs.Timo Sirainen
2001-02-20Errors reading/writing config and theme files are now handled properlyTimo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-17log_write_rec(): added level parameter. writing /LASTLOG to log filesTimo Sirainen
2001-02-11Removed SYNTAX: LOG LIST - the commands is /LOGTimo Sirainen
2001-02-06Don't autolog CTCPs by default (so CTCP floods don't create lots ofTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2000-12-18Autologging: '/' -> '_' - don't even accidentally try to log toTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-11-25Time formats didn't work in directory name of autologs.Timo Sirainen
2000-11-21/SCROLLBACK REDRAW - redraw the contents of current window according toTimo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-11-15Don't close non-autologs when leaving channel / closing query.Timo Sirainen
2000-11-12Text printing changes. Formats are now optionally saved to each line soTimo Sirainen
2000-10-28Some fixes.Timo Sirainen