summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-01-04Renamed libtool-static to libtool-shared. Generating it should now alsoTimo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen
2001-01-04/UNBAN <ref#> works. /BAN list shows reference numbers.Timo Sirainen
2001-01-04Allow stopping signal more than once without sending GLib warningTimo Sirainen
2001-01-04fixed minor memory leakTimo Sirainen
2001-01-04Unbinding commands didn't work properlyTimo Sirainen
2001-01-04/LIST: don't require -yes option if there's 1000 channels or less.Timo Sirainen
2001-01-04/WINDOW NUMBER: fixed small memory leakTimo Sirainen
2001-01-03Removed the "signal" and "last signal" signals. Changed perl'sTimo Sirainen
2001-01-02"No such nick xx" is printed now with nick argument so it could getTimo Sirainen
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