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
/
irc
/
fe-irc-messages.c
Age
Commit message (
Expand
)
Author
2008-02-16
Move output recoding in irc_send_cmd_full.
Emanuele Giaquinta
2007-10-22
Handle server == NULL case in skip_target, fix regression with irssi-icb.
Emanuele Giaquinta
2007-08-03
- Make notices to +#channel (and all other STATUSMSG=)
Jilles Tjoelker
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-05-05
Move input recoding in irc_server_event.
Emanuele Giaquinta
2007-04-29
Use dynamic storage for return value of channel_get_nickmode.
Emanuele Giaquinta
2005-10-16
fixed a bug in recode when target is NULL and really use the recoded string f...
Valentin Batz
2005-10-15
fixed recode for actions and added recode for numeric events
Valentin Batz
2005-10-12
fixed recoding of own messages.
Valentin Batz
2005-10-10
Make the compiler happy by replacing 'const char *' by 'char *'.
Valentin Batz
2004-09-13
Fix messages to @#channel showed *your* nickmode, not the one of the sender (...
Wouter Coekaerts
2002-10-14
Correct handling of /NOTICE @#channel, patch by dg
Timo Sirainen
2002-02-13
Separated ctcp command/data in "message irc ctcp" signal and format. Added
Timo Sirainen
2001-12-03
Show @#channel notices as regular notices again. Don't hilight it or @#channe...
Timo Sirainen
2001-11-19
"message irc notice" - when figuring out if it's server notice or not,
Timo Sirainen
2001-11-18
Even if notice is from server, print it to given target, since it could be
Timo Sirainen
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-09-11
Server notices shouldn't contain target field when printing it, it's always
Timo Sirainen
2001-06-26
use signal_add_last() to bind the "message xxx" signals when printing them,
Timo Sirainen
2001-06-04
Added support for bahamut @+#channel notices. Removed notice_public_ops
Timo Sirainen
2001-03-16
emphasis works with actions now
Timo Sirainen
2001-02-06
/ACTION didn't print the target when there was no query/channel where
Timo Sirainen
2001-01-28
Removed own_wall msg format, using now the same as @#channel messages.
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