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
/
core
Age
Commit message (
Expand
)
Author
2002-05-11
moved timestamp_format into lookandfeel category
Timo Sirainen
2002-05-11
server_setup_add() now emits signal "server setup updated"
Timo Sirainen
2002-05-10
broke CHAT_PROTOCOL_REC into struct + typedef.
Timo Sirainen
2002-05-05
removed unused #defines.
Timo Sirainen
2002-04-28
query->createtime wasn't set
Timo Sirainen
2002-04-27
added signal_continue() for continuing signal emission with new parameters.
Timo Sirainen
2002-04-23
check_address() didn't initialize *wildcards variable properly.
Timo Sirainen
2002-04-17
when queried nick changes, "window item name changed" signal is sent too.
Timo Sirainen
2002-04-16
fixes for new signaling code.
Timo Sirainen
2002-04-15
display the refcount properly when complaining that signal is still
Timo Sirainen
2002-04-15
Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi
Timo Sirainen
2002-04-10
Fixed one error and several warnings with GLIB 2.0
Timo Sirainen
2002-04-03
if /CONNECT -! ircnet couldn't connect to first server, next was tried but
Timo Sirainen
2002-03-31
Don't set channel->server = NULL when disconnecting, so scripts can still
Timo Sirainen
2002-03-23
$topic shouldn't crash if query doesn't have a valid address set yet.
Timo Sirainen
2002-03-22
Add server tag as well to topicbar with queries
Timo Sirainen
2002-03-14
Don't crash if there's no prefixes (botti doesn't) when loading module.
Timo Sirainen
2002-03-13
Set ownnick to channel->NULL when the nick record is destroyed. Should fix
Timo Sirainen
2002-03-13
When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if there
Timo Sirainen
2002-03-11
New queries should begin with last_unread_msg timestamp set to now. This
Timo Sirainen
2002-03-10
If -4 or -6 option is used with /SERVER, force the correct protocol match.
Timo Sirainen
2002-03-10
SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when
Timo Sirainen
2002-03-10
Don't send -autosendcmd after /UPGRADE.
Timo Sirainen
2002-03-10
/SET autoclose_query - now only last received private message affects when
Timo Sirainen
2002-02-20
/UPGRADE saves now topic_time and topic_by.
Timo Sirainen
2002-02-18
if gethostbyname() failed, the return value was returned incorrectly
Timo Sirainen
2002-02-17
still one isxdigit() -> i_isxdigit()
Timo Sirainen
2002-02-17
Log writing sometimes might have produced some glib errors.
Timo Sirainen
2002-02-17
Don't crash if special vars line ends with '$'.
Timo Sirainen
2002-02-16
Removed useless casting.
Timo Sirainen
2002-02-15
renamed old config_node_index() to config_node_nth(). added new
Timo Sirainen
2002-02-15
fixed module_uniq_destroy() calls
Timo Sirainen
2002-02-13
PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was always
Timo Sirainen
2002-02-12
missed isxdigit() -> i_isxdigit() change
Timo Sirainen
2002-02-10
Added IRSSI_GLOBAL_CONFIG as well
Timo Sirainen
2002-02-10
added #define IRSSI_HOME_CONFIG
Timo Sirainen
2002-02-10
Removed some old backwards compatibility code.
Timo Sirainen
2002-02-07
only the first of --home / --config parameters were parsed, which broke eg.
Timo Sirainen
2002-02-07
'-' option as last parameter didn't work (eg. /LAST -)
Timo Sirainen
2002-02-07
Set objects ->type = 0 when freeing to make sure we notice immediately if
Timo Sirainen
2002-02-04
printtext(): you can now specify server target with tag name instead of
Timo Sirainen
2002-02-03
Server referencing in /EVAL really should have checked if the server wasn't
Timo Sirainen
2002-02-03
target_type for "/MSG *" wasn't set properly.
Timo Sirainen
2002-02-03
Added target_type to send_message(), -channel and -nick parameters to /MSG
Timo Sirainen
2002-02-03
Added missing #include
Timo Sirainen
2002-02-03
A bit more safer now to use /EVAL with a command that disconnects from
Timo Sirainen
2002-02-03
Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn't
Timo Sirainen
2002-02-02
Comments are now allowed everywhere in config files.
Timo Sirainen
2002-02-01
added some pointer casting to get rid of warnings with some compilers.
Timo Sirainen
2002-01-30
/CONNECT and /SERVER crashed without parameters
Timo Sirainen
[next]