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
2001-06-27
Using different ports in one server for different chat networks didn't work
Timo Sirainen
2001-06-26
"log rotate" -> "log rotated"
Timo Sirainen
2001-06-26
special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } chars
Timo Sirainen
2001-06-26
moved "log rotate" after the logging was stopped.
Timo Sirainen
2001-06-26
"log rotate" signal added
Timo Sirainen
2001-06-11
get_max_column_count() didn't work properly if items had wider items than
Timo Sirainen
2001-06-10
Getting optional channel parameter was buggy - it used already free'd memory
Timo Sirainen
2001-06-08
Try to keep the number after server tag always the same when there's
Timo Sirainen
2001-06-04
/LOAD: when using '.' character in module name irssi printed glib error
Timo Sirainen
2001-06-01
moved /SET ignore_signals to core.
Timo Sirainen
2001-05-21
get_max_column_count() didn't return correct value in save_column_widths
Timo Sirainen
2001-05-17
Getting rid of gettext, moved some _(..) texts to themes and left some error
Timo Sirainen
2001-05-17
some comment changes, moved nearest_power() to misc.h
Timo Sirainen
2001-05-11
cmd_get_params() crashed in some conditions
Timo Sirainen
2001-05-11
CHANNEL_REC->get_join_data() - Returns the information needed to call
Timo Sirainen
2001-05-11
Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own
Timo Sirainen
2001-04-20
added $sysarch
Timo Sirainen
2001-03-28
module_get_name() should be inside #ifdef HAVE_GMODULE
Timo Sirainen
2001-03-24
ignore_check(): don't crash if nick is NULL - shouldn't really ever happen?
Timo Sirainen
2001-03-20
added /SET proxy_password
Timo Sirainen
2001-03-18
moved stuff from net-internal.h to network.h. HPUX needed one of the
Timo Sirainen
2001-03-17
%F = blinking on/off. several fixes to make blinking work better. some
Timo Sirainen
2001-03-17
Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET
Timo Sirainen
2001-03-16
Irssi now asks if you want to remove unknown settings from configuration
Timo Sirainen
2001-03-16
quit_message setting moved from irc to core
Timo Sirainen
2001-03-15
server_connect_own_ip_save(): fixed some nasty typos that could have
Timo Sirainen
2001-03-15
signal_add_first("setup changed", .. so if some other "setup changed"
Timo Sirainen
2001-03-15
* level is now same as ALL
Timo Sirainen
2001-03-14
Reconnecting shouldn't lose the address family.
Timo Sirainen
2001-03-14
net_listen() works now properly with --enable-ipv6 and a system that doesn't
Timo Sirainen
2001-03-10
buggy fix, fixed :)
Timo Sirainen
2001-03-10
nick_hash_remove(): GLIB didn't change the hash table key like I thought, so
Timo Sirainen
2001-03-08
/CONNECT -ircnet didn't load ircnet specific settings correctly
Timo Sirainen
2001-03-07
If one server fails because of DNS error, don't stop reconnecting to
Timo Sirainen
2001-03-07
removing second last unique nick didn't work properly
Timo Sirainen
2001-03-05
/SERVER: don't set reconnection to TRUE if we're not disconnecting from
Timo Sirainen
2001-03-04
added server_change_nick() function for servers.[ch]. Lots of fixes for
Timo Sirainen
2001-03-04
fixed minor memory leak
Timo Sirainen
2001-03-04
Send "chat protocol deinit" signal when protocol is being
Timo Sirainen
2001-03-04
Forced IPv4 connection to host with only IPv6 address should use the
Timo Sirainen
2001-03-04
union { .. } addr removed from IPADDR - it hasn't been actually used
Timo Sirainen
2001-03-04
save_ips() wasn't working properly..
Timo Sirainen
2001-03-04
Ignores without -time were unignored immediately..
Timo Sirainen
2001-03-04
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
Timo Sirainen
2001-03-03
fe-common/irc/flood removed. Some autoignore / ignore -time updates.
Timo Sirainen
2001-03-03
/CONNECT -ircnet "" - even if someone does this don't make the server
Timo Sirainen
2001-03-03
/SET prompt - if target had %c or something in it, it shouldn't be
Timo Sirainen
2001-03-03
Make sure there's always at least one column even if there's items
Timo Sirainen
2001-03-03
ignore_get_key() moved to fe-common, fixed printing "*" ignore key.
Timo Sirainen
2001-03-03
Added strstr_full() and strstr_full_case()
Timo Sirainen
[next]