summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2000-07-09Don't check CTCP replies for autoignoring. /RELOAD printed someTimo Sirainen
2000-07-04Changed /TOPIC -d to be /TOPIC -delete instead, the automatic optionTimo Sirainen
2000-07-04User mode wasn't set right after server reconnection if server didn'tTimo Sirainen
2000-07-04If there was any spaces after /DCC CHAT nick (like after used nickTimo Sirainen
2000-07-04Removed system version from default CTCP reply.Timo Sirainen
2000-07-02Server reconnection was a bit buggy - it didn't have to wait for the 5Timo Sirainen
2000-07-02If you're pasting text to channel and some of it starts with /, IrssiTimo Sirainen
2000-07-02Minor memleak fixed.Timo Sirainen
2000-07-02When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" andTimo Sirainen
2000-06-30Removed some warning messages.Timo Sirainen
2000-06-30WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake.Timo Sirainen
2000-06-30When doing "/OP nick1 nick2" (two spaces), irssi tried to op "" nick too.Timo Sirainen
2000-06-28You can send message to different server with /MSG -<server tag> nick...Timo Sirainen
2000-06-28Automatic command completion and a few other fixes.Timo Sirainen
2000-06-25Created signal_get_uniq_id() macro. Added some documentation aboutTimo Sirainen
2000-06-20/command -option fixesTimo Sirainen
2000-06-20/topic's cmd_get_params() had wrong parameter count..Timo Sirainen
2000-06-20cmd_get_params() calls had wrong parameter counts.Timo Sirainen
2000-06-18Don't use cmd_get_params() to split the two hosts, it's a lot easier toTimo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17Added /SET reuse_unused_windows setting, default is OFFTimo Sirainen
2000-06-15You can specify command(s) to be sent automatically to server afterTimo Sirainen
2000-06-15If join to !channel wasn't successfull (banned, etc.), Irssi didn't removeTimo Sirainen
2000-06-14Don't show "End of WHOWAS" if none of the nicks were found.Timo Sirainen
2000-06-14Fixed some flood detection, ignoring and autoignoring bugs.Timo Sirainen
2000-06-14Read new server specific settings when reconnecting to new server.Timo Sirainen
2000-06-12Max. mode parameter count was taken from wrong place.Timo Sirainen
2000-06-12Changed the default flood detection values.Timo Sirainen
2000-06-12Flood detection fixesTimo Sirainen
2000-06-12CTCP msgs/replies stops the "event privmsg" or "event notice" signals nowTimo Sirainen
2000-06-11If you're not allowed to connect to server (K-lined, no I-line), IrssiTimo Sirainen
2000-06-10/WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC.Timo Sirainen
2000-06-10/JOIN -<server tag> #channel joins to channel in specified server.Timo Sirainen
2000-06-10/MODE +something or /MODE -something assumes that we want to change theTimo Sirainen
2000-06-09Added Irssi::Dcc::values(), updated a few other DCC things too.Timo Sirainen
2000-06-09You can specify the format of the /WALL text with /SET wall_format,Timo Sirainen
2000-06-07/WHO and /WHO * should disply who list of the active channel.Timo Sirainen
2000-06-06Replying to dcc get and chat requests didn't work.Timo Sirainen
2000-06-06bugfixTimo Sirainen
2000-06-04fixed two minor memleaks. irc/bot directory isn't now build if you specifyTimo Sirainen
2000-06-040.7.90 released.Timo Sirainen
2000-06-04/IRCNET command.Timo Sirainen
2000-06-04completion_msgtoyou() -> irc_nick_match()Timo Sirainen
2000-06-04..and fixed DCC resume that I just broke.Timo Sirainen
2000-06-04Lots of DCC related fixes.Timo Sirainen
2000-06-04Removed a warning.Timo Sirainen
2000-06-02/SET hostname didn't affect until restart.Timo Sirainen
2000-06-02/AWAY <away message> now sets yourself away in all IRC servers.Timo Sirainen
2000-06-02Awaylog is printed to screen when you set yourself unaway.Timo Sirainen
2000-06-02removed common-setup.h, put all settings in it to files where they belong to.Timo Sirainen