summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
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
2000-11-18compiler warning fixes + one real bug in dcc-chatTimo Sirainen
2000-11-17Remember who set the topic and when, display the info when using /TOPIC.Timo Sirainen
2000-11-17If other side replies to our DCC CHAT request with DCC CHAT request ofTimo Sirainen
2000-11-17Check that enough parameters are given to /DCC CLOSETimo Sirainen
2000-11-16Added some comments about redirection problems.Timo Sirainen
2000-11-14/NICK was broken.Timo Sirainen
2000-11-11/SET dcc_autodisplay_dialog isn't used for anything, removed.Timo Sirainen
2000-11-10Don't change client's nick every time someone else changes nick..Timo Sirainen
2000-11-09"NOTIFY" was missing from syntaxTimo Sirainen
2000-11-09let actions pass through the proxy to clients, they're not "real" CTCPs..Timo Sirainen
2000-11-09ping/pong was broken again, hope this now _finally_ works :)Timo Sirainen
2000-11-09I had broken the /names list.. :)Timo Sirainen
2000-11-09Use ircnet name as the proxy's "real address".Timo Sirainen
2000-11-09One final fix for ping/pongTimo Sirainen