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-common
/
core
/
fe-queries.c
Age
Commit message (
Expand
)
Author
2002-02-04
Use the server tag printing with queries now too.
Timo Sirainen
2002-02-03
Added target_type to send_message(), -channel and -nick parameters to /MSG
Timo Sirainen
2001-12-20
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....
Timo Sirainen
2001-11-28
/QUERY without a parameter but with options (eg. /alias query query -window)
Timo Sirainen
2001-08-31
Print the server tag in "query started" messages with query->server_tag, not
Timo Sirainen
2001-08-23
removed accidental 'i' :)
Timo Sirainen
2001-08-23
Added server tag to query_start format.
Timo Sirainen
2001-07-29
Added "Closed query with nick" message.
Timo Sirainen
2001-07-26
added destroy() function to WI_ITEM_REC. This fixes a potential crash when
Timo Sirainen
2001-06-10
The automatic query rename wrote the "nick changed" messages to channels
Timo Sirainen
2001-03-08
Command history: allow "next history" to jump back to last msg in
Timo Sirainen
2001-03-03
When /SET autoclose_windows is ON, don't destroy windows if they have
Timo Sirainen
2001-03-03
I knew removing those checks from "channel created" and "query created"
Timo Sirainen
2001-03-03
/JOIN #channel and /QUERY nick won't anymore automatically move
Timo Sirainen
2001-03-03
"channel created", "query created" .. don't abort adding window item
Timo Sirainen
2001-02-17
Config file: ircnets -> chatnets, added type = "chat protocol" to
Timo Sirainen
2001-01-09
Highlighting cleanups. Added /HILIGHT -priority option.
Timo Sirainen
2001-01-07
In core/module-formats.h: IRCTXT_ -> TXT_
Timo Sirainen
2001-01-06
Removed window parameter from window_item_remove() and
Timo Sirainen
2001-01-01
Some query changes. They should now work properly with /SAVEWINDOWS
Timo Sirainen
2000-12-17
Some minor query fixes. Nick changes are also detected by checking if
Timo Sirainen
2000-12-02
window_[add|remove]_item -> window_item_[add|remove]
Timo Sirainen
2000-12-02
"window item remove" signal: destroy the channel/query record _last_
Timo Sirainen
2000-11-17
windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to
Timo Sirainen
2000-11-17
/SET autocreate_query_level DCCMSGS specifies now if DCC chats should
Timo Sirainen
2000-10-28
Cleaned up printtext.c, split part of it to formats.c
Timo Sirainen
2000-10-02
fixes .. still not perfect
Timo Sirainen
2000-09-06
/set autocreate_query -> /set autocreate_query_level
Timo Sirainen
2000-09-02
Updates.
Timo Sirainen