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