index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
lastlog.c
Age
Commit message (
Expand
)
Author
2008-11-01
Remove the refcount on LINE_REC.
Jilles Tjoelker
2008-10-31
Fix a memory leak with /lastlog -count and rejected (too much) /lastlog.
Jilles Tjoelker
2007-07-06
/lastlog -file: use stdio instead of two write(2) calls per line
Jilles Tjoelker
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-02-17
Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.
Emanuele Giaquinta
2002-11-29
/last -clear removes now the "lastlog would print x lines, ... use -force"
Timo Sirainen
2002-01-20
Added -before and -after options to /LASTLOG. You can also use
Timo Sirainen
2001-10-28
Added support for using terminfo/termcap instead of curses. By default,
Timo Sirainen
2001-10-19
/LASTLOG -count option added. patch by dgl@dgl.cx
Timo Sirainen
2001-08-17
/LASTLOG: start parameter wasn't handled correctly
Timo Sirainen
2001-07-12
Replaced GList by adding prev/next pointers to LINE_REC. This should make
Timo Sirainen
2001-05-30
added missing ')' from last patch :) and now /last 0<number> (eg. /last 050)
Timo Sirainen
2001-05-30
/LAST <number> <non-number> (eg. /last 5 -) should treat the number as text,
Timo Sirainen
2001-05-11
Line removing fixes, /LAST -clear fixed
Timo Sirainen
2001-04-14
Rewrote text buffer handling in windows - try #3.
Timo Sirainen
2001-03-07
/LASTLOG -window unknown crashed irssi
Timo Sirainen
2001-03-03
/LASTLOG: -case option for case-sensitive matches. -force option is now
Timo Sirainen
2001-02-19
/LASTLOG syntax updated
Timo Sirainen
2001-02-19
Moved /LASTLOG handling to lastlog.c. Added options -file <filename>
Timo Sirainen