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
Age
Commit message (
Expand
)
Author
2001-03-15
minor cleanup
Timo Sirainen
2001-03-15
when some statusbar item was forced to be removed because of lack of space,
Timo Sirainen
2001-03-15
Beginnings of configurable statusbar. The existing items can be configured
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-12
%n+bg color change doesn't anymore set foreground black. changed theme's
Timo Sirainen
2001-03-12
added format_real_length()
Timo Sirainen
2001-03-12
Statusbar rewrites. Colors are currently not configurable at all, but other
Timo Sirainen
2001-03-11
make distclean works now properly for common/ and irc/ directories (by tko)
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-10
Don't cast time_t to int. Don't go playing with memory you just free'd. Some
Timo Sirainen
2001-03-10
typofix
Timo Sirainen
2001-03-08
updated
Timo Sirainen
2001-03-08
/DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, not
Timo Sirainen
2001-03-08
Command history: allow "next history" to jump back to last msg in
Timo Sirainen
2001-03-08
/SET scroll_page_count - don't crash if /0 is given. Works now properly
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
/LASTLOG -window unknown crashed irssi
Timo Sirainen
2001-03-07
removing second last unique nick didn't work properly
Timo Sirainen
2001-03-07
some perl fixes. NICK_REC is also now "iobject"..
Timo Sirainen
2001-03-05
/SERVER: don't set reconnection to TRUE if we're not disconnecting from
Timo Sirainen
2001-03-04
removed Flood.xs
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
/SET names_max_width - buffer overflowed if it was too small..
Timo Sirainen
2001-03-04
"command window prev" -> "command window previous"
Timo Sirainen
2001-03-04
/NAMES didn't stop the signal properly so /NAMES list was printed twice
Timo Sirainen
2001-03-04
/SET autostick_split_windows (default ON) - should we do /WINDOW STICK
Timo Sirainen
2001-03-04
More statusbar size fixes. Shouldn't corrupt entry line anymore.
Timo Sirainen
2001-03-04
Statusbar could have gotten to endless loop trying to grow size of some
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
/WINDOW SHOW didn't work properly
Timo Sirainen
2001-03-04
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
Timo Sirainen
2001-03-04
/NAMES: -ops -halfops -voices -normal options added. /NAMES without
Timo Sirainen
2001-03-03
fe-common/irc/flood removed. Some autoignore / ignore -time updates.
Timo Sirainen
2001-03-03
not needed anymore.
Timo Sirainen
2001-03-03
/CONNECT -ircnet "" - even if someone does this don't make the server
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
/SET prompt - if target had %c or something in it, it shouldn't be
Timo Sirainen
2001-03-03
Always save theme to ~/.irssi/ no matter where it was read from.
Timo Sirainen
2001-03-03
window_set_active() doesn't anymore send "window changed" signal if
Timo Sirainen
[next]