summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-01-02/SET dcc_autoresume - like /SET dcc_autoget, but resume the files ifTimo Sirainen
2001-01-02net_accept(), net_getsockname() IPv6 fixes pointed out by pv2b :)Timo Sirainen
2001-01-02removed the win32 EINPROGRESS define, that wouldn't work anywayTimo Sirainen
2001-01-01Query bugfixesTimo Sirainen
2001-01-01/SET windows_auto_renumber - should window refnums be packed when someTimo Sirainen
2001-01-01/WINDOW NUMBER: -sticky option added. Closing windows before a stickyTimo Sirainen
2001-01-01int:1 -> unsigned int:1Timo Sirainen
2001-01-01ischannel()'s parameter updated from char -> char* as done in C API.Timo Sirainen
2001-01-01Some query changes. They should now work properly with /SAVEWINDOWSTimo Sirainen
2001-01-01MODULE_DATA(item) -> window_item_window(item) - forgot to change theseTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2001-01-01window_item_create(): when there's multiple choices where the windowTimo Sirainen
2001-01-01small extra checks to /whois redirect checkingTimo Sirainen
2001-01-01Perl's ldflags usually include at least -lm and maybe some others too.Timo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2001-01-01When joining to !channel because of "407 duplicate channel", it justTimo Sirainen
2001-01-01don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline)Timo Sirainen
2000-12-30removed FIXME text :)Timo Sirainen
2000-12-30pidwait: send status as second agument.Timo Sirainen
2000-12-29comment update :)Timo Sirainen
2000-12-29Irssi::print() doesn't call printtext() with args (.., "%s", text)Timo Sirainen
2000-12-29Irssi::signal_emit() was broken.Timo Sirainen
2000-12-29If msg comes from unknown channel (like when you just closed someTimo Sirainen
2000-12-28removed warningTimo Sirainen
2000-12-28server->cmd_last_split wasn't used anymore, removed code related to it.Timo Sirainen
2000-12-28Instead of trying to send data to server every 1/10th of second, sendTimo Sirainen
2000-12-28emphasis moved to fe-messages. added a few checks so that non-wordsTimo Sirainen
2000-12-22Fix for handling duplicate channelsTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-19put back ircnet -> chatnet backwards compatibility, this time modifyTimo Sirainen
2000-12-19when changing config file to new format send "setup changed" signal atTimo Sirainen
2000-12-19/SERVER REMOVE: port parameter should be optionalTimo Sirainen
2000-12-19Don't check queries whose address isn't known yet.Timo Sirainen
2000-12-19don't display ignored quit messages..Timo Sirainen
2000-12-19don't autochange nicks from dcc connections.Timo Sirainen
2000-12-18bugfix for displaying 128-160 ascii chars.Timo Sirainen
2000-12-18Autologging: '/' -> '_' - don't even accidentally try to log toTimo Sirainen
2000-12-18quit messages shouldn't crash :)Timo Sirainen
2000-12-17Irssi::signal_emit(): changed max. parameter count from 6 to 7Timo Sirainen
2000-12-17removed backwards compatibility from ircnet -> chatnet changeTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-17Destroy all settings and commands used by modules when they're unloaded.Timo Sirainen
2000-12-17/kickban and /knockout now accepts multiple nicks separated with commas.Timo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-17removed useless chat_type checksTimo Sirainen
2000-12-17Irssi::printformat() syntax changed: removed server and target, useTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-17Print quit messages from nick in query windows alsoTimo Sirainen
2000-12-17Theme saving to home dir didn't work correctly if globaldir already hadTimo Sirainen