summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-11-21/SCROLLBACK REDRAW - redraw the contents of current window according toTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo Sirainen
2000-11-18compiler warning fixes + one real bug in dcc-chatTimo Sirainen
2000-11-18windows.h -> fe-windows.hTimo Sirainen
2000-11-17Don't crash if MAIL environment isn't set.Timo Sirainen
2000-11-17Use signal.h, not sys/signal.hTimo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo 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-17/SET autocreate_query_level DCCMSGS specifies now if DCC chats shouldTimo Sirainen
2000-11-16Added some comments about redirection problems.Timo Sirainen
2000-11-15Don't close non-autologs when leaving channel / closing query.Timo Sirainen
2000-11-14/NICK was broken.Timo Sirainen
2000-11-13Forgot to call formats_init() / ..deinit()Timo Sirainen
2000-11-12Text printing changes. Formats are now optionally saved to each line soTimo Sirainen
2000-11-11Some sizeof() fixes to IPv6 support when connecting to IPv4 addresses.Timo Sirainen
2000-11-11Ctrl-T = transpose_charactersTimo Sirainen
2000-11-11/SET dcc_autodisplay_dialog isn't used for anything, removed.Timo Sirainen
2000-11-10Use nodelay() instead of halfdelay()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
2000-11-09fix to ping/pong handling :)Timo Sirainen
2000-11-09When sending /NAMES after join: Don't send lines longer than 512 chars -Timo Sirainen
2000-11-09Hide IRSSILAG notices from clientsTimo Sirainen
2000-11-09PING from client wasn't handled correctly.Timo Sirainen
2000-11-09/SET activity_level, /SET hilight_level .. which message levels shouldTimo Sirainen
2000-11-09when finding window for item, prefer empty windows that don't haveTimo Sirainen
2000-11-08level_get() didn't check ambiguous commands correctly - dcc always failedTimo Sirainen
2000-11-08nick changes were buggyTimo Sirainen
2000-11-07minor speed enhanceTimo Sirainen
2000-11-07minor cleanupsTimo Sirainen
2000-11-07Updated stristr() and stristr_full() to be a bit faster.Timo Sirainen
2000-11-07Regexp ignores are now compiled when they're created, not every timeTimo Sirainen
2000-11-06Connecting to proxy when server connection was down didn't work correctly.Timo Sirainen
2000-11-06Proxy plugin fixes and cleanups. Supports now multiple servers, doesn'tTimo Sirainen
2000-11-05Wallop format fixesTimo 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-11-04Removed useless part of code.Timo Sirainen
2000-11-02privmsg fixesTimo Sirainen
2000-11-02fixed notices in theme.Timo Sirainen
2000-11-02small "fix"Timo Sirainen
2000-10-30Moved the ISA defines from .pm to irssi code, so that non-irc protocolsTimo Sirainen