summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
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-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-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-03signal "netsplit add" -> "netsplit new"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-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
2000-11-17Remember who set the topic and when, display the info when using /TOPIC.Timo Sirainen
2000-11-16Added some comments about redirection problems.Timo Sirainen
2000-11-14/NICK was broken.Timo Sirainen
2000-11-08nick changes were buggyTimo Sirainen
2000-11-04rejoin timeout 1min -> 5minTimo Sirainen
2000-11-04added small sanity checkTimo Sirainen
2000-11-04Fixed lag checking when nick was just being changed.Timo Sirainen
2000-10-22Add the server specific functions immediately after the serverTimo Sirainen
2000-10-22Wildcards didn't with /OP (/DEOP, /VOICE, etc.) if there was more thanTimo Sirainen
2000-10-19Missing channels-rejoin.hTimo Sirainen
2000-10-19Added debugTimo Sirainen
2000-10-17Logging fixes. Autologging with same named channels in differentTimo Sirainen
2000-10-15Rejoin fixesTimo Sirainen
2000-10-14Netsplit cleanups. Added /SET netsplit_nicks_hide_threshold.Timo Sirainen
2000-10-14"/whois x x" - if x isn't found irssi now prints "there's no such nick x"Timo Sirainen
2000-10-14/WHOIS in a query asks the queried nick's whois.Timo Sirainen
2000-10-14irc_server_get_channels() now returns also the channels that are inTimo Sirainen
2000-10-14addedTimo Sirainen
2000-10-14[irc_]channels_setup_[de]init() calls were in wrong places.Timo Sirainen
2000-10-14When joining to !channel the join message was printed to active windowTimo Sirainen
2000-10-14Handle event "407 duplicate channel" correctly - happens when trying toTimo Sirainen
2000-10-14fixesTimo Sirainen
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen