summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-03-05/SERVER: don't set reconnection to TRUE if we're not disconnecting fromTimo Sirainen
2001-03-04removed Flood.xsTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-03-04fixed minor memory leakTimo 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 twiceTimo Sirainen
2001-03-04/SET autostick_split_windows (default ON) - should we do /WINDOW STICKTimo Sirainen
2001-03-04More statusbar size fixes. Shouldn't corrupt entry line anymore.Timo Sirainen
2001-03-04Statusbar could have gotten to endless loop trying to grow size of someTimo Sirainen
2001-03-04Send "chat protocol deinit" signal when protocol is beingTimo Sirainen
2001-03-04Forced IPv4 connection to host with only IPv6 address should use theTimo Sirainen
2001-03-04union { .. } addr removed from IPADDR - it hasn't been actually usedTimo Sirainen
2001-03-04save_ips() wasn't working properly..Timo Sirainen
2001-03-04Ignores without -time were unignored immediately..Timo Sirainen
2001-03-04/WINDOW SHOW didn't work properlyTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-03-04/NAMES: -ops -halfops -voices -normal options added. /NAMES withoutTimo Sirainen
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03not needed anymore.Timo Sirainen
2001-03-03/CONNECT -ircnet "" - even if someone does this don't make the serverTimo Sirainen
2001-03-03When /SET autoclose_windows is ON, don't destroy windows if they haveTimo Sirainen
2001-03-03I knew removing those checks from "channel created" and "query created"Timo Sirainen
2001-03-03/JOIN #channel and /QUERY nick won't anymore automatically moveTimo Sirainen
2001-03-03/SET prompt - if target had %c or something in it, it shouldn't beTimo Sirainen
2001-03-03Always save theme to ~/.irssi/ no matter where it was read from.Timo Sirainen
2001-03-03window_set_active() doesn't anymore send "window changed" signal ifTimo Sirainen
2001-03-03Make sure there's always at least one column even if there's itemsTimo Sirainen
2001-03-03ignore_get_key() moved to fe-common, fixed printing "*" ignore key.Timo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-03-03"channel created", "query created" .. don't abort adding window itemTimo Sirainen
2001-03-03DCC actions have now ACTIONS level as well as the DCCMSGS.Timo Sirainen
2001-03-03HILIGHT level didn't work with logs.Timo Sirainen
2001-03-03/SET beep_when_window_active + some cleanupsTimo Sirainen
2001-03-03Removed all beep handling from text printing. If you want to beep justTimo Sirainen
2001-03-03delete_next_word key implemented, patch by TinukTimo Sirainen
2001-03-03/LASTLOG: -case option for case-sensitive matches. -force option is nowTimo Sirainen
2001-03-03Added strstr_full() and strstr_full_case()Timo Sirainen
2001-03-03make -> $(MAKE)Timo Sirainen
2001-03-03/SET -clear didn't work with booleansTimo Sirainen
2001-03-02kb -> kBTimo Sirainen
2001-02-28fixed some signed/unsigned issuesTimo Sirainen
2001-02-28functions returning void shouldn't do return xxTimo Sirainen
2001-02-27/WINDOW PREV -> /WINDOW PREVIOUSTimo Sirainen
2001-02-27/WINDOW STICKY -> /WINDOW STICKTimo Sirainen
2001-02-23nick_nfind(): gets stuck to endless loop if there's multiple identicalTimo Sirainen
2001-02-23crashfixTimo Sirainen
2001-02-23We should define AF_INET6, not PF_INET6..Timo Sirainen
2001-02-23Fixed for building from objdirTimo Sirainen
2001-02-23#include "config.h", not "../config.h" so building from objdir worksTimo Sirainen