summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2001-02-02Nicklist updates so that protocol specific xxx_NICK_REC can be usedTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-21nickliset_set_host() for setting host, sends signal "nicklist host changed".Timo Sirainen
2001-01-18DCC cleanups - half rewrite. New features: file names with spaces workTimo Sirainen
2001-01-17/WHOIS without parameters in query does now same as /WII <queried nick>Timo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-11cmd_param_error -> cmd_return_errorTimo Sirainen
2001-01-07item_get_dcc(void *item) -> WI_ITEM_REC *itemTimo Sirainen
2001-01-07ban -> bans, just like in .c file :)Timo 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-04/LIST: don't require -yes option if there's 1000 channels or less.Timo Sirainen
2001-01-02/SET dcc_autoresume - like /SET dcc_autoget, but resume the files ifTimo Sirainen
2001-01-01Some query changes. They should now work properly with /SAVEWINDOWSTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2001-01-01small extra checks to /whois redirect checkingTimo 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
2000-12-28server->cmd_last_split wasn't used anymore, removed code related to it.Timo Sirainen
2000-12-22Fix for handling duplicate channelsTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo 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-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-15Blocking sockets (win32) shouldn't block irssi entirely now.Timo Sirainen
2000-12-10added $usermode expandoTimo Sirainen
2000-12-09-querychans option for servers and ircnets which specifies how manyTimo Sirainen
2000-12-07automatic /whowas in /whois crashed (after server <-> data change)Timo Sirainen
2000-12-06sometimes channel key wasn't saved.Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-05bot & proxy plugins fixed for GIOChannel changesTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-12-03signal "netsplit add" -> "netsplit new"Timo Sirainen
2000-12-03Reply to clients which send IRSSILAG notices to themselves.Timo Sirainen
2000-12-01ARGH! %s format bug!Timo Sirainen
2000-11-30/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> beforeTimo Sirainen
2000-11-28Don't ever send more than 10 channels/line in mode/who requests. ThoughTimo Sirainen
2000-11-28bugfixes with channel syncing.Timo Sirainen
2000-11-27don't destroy all netsplits when someone joins back from split, onlyTimo Sirainen
2000-11-27Call /part command instead of directly sending part message to server whenTimo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-26/SET part_message - default message with /PARTTimo Sirainen
2000-11-26Added some magic to /SERVER - if there's no server to disconnect fromTimo Sirainen
2000-11-26Added KILL handling - user/server kills are now printed formatted.Timo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23more changes from int xx:1 to unsigned int xx:1Timo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen