summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-02-28functions returning void shouldn't do return xxTimo Sirainen
2001-02-27/WINDOW PREV -> /WINDOW PREVIOUSTimo Sirainen
2001-02-27/WINDOW STICKY -> /WINDOW STICKTimo Sirainen
2001-02-23nick_nfind(): gets stuck to endless loop if there's multiple identicalTimo Sirainen
2001-02-23crashfixTimo Sirainen
2001-02-23We should define AF_INET6, not PF_INET6..Timo Sirainen
2001-02-23Fixed for building from objdirTimo Sirainen
2001-02-23#include "config.h", not "../config.h" so building from objdir worksTimo Sirainen
2001-02-22Printing channel bans print them now with target parameter set, so withTimo Sirainen
2001-02-22/HELP can now display help of non-commands if the file just exists inTimo Sirainen
2001-02-22Verify in configure that linking with perl's LDFLAGS actually works. IfTimo Sirainen
2001-02-22Word highlighting was buggyTimo Sirainen
2001-02-22/SET autoignore_levels -> autoignore_level. Fixed a memory leak.Timo Sirainen
2001-02-22Removed AUTOIGNORE_REC since it doesn't exist anyremoTimo Sirainen
2001-02-22strip_real_length(): initialize last_color_pos and last_color_len toTimo Sirainen
2001-02-22Autoignore fixes by fuchs (not tested, hope it works ;)Timo Sirainen
2001-02-22Make a temporary window bind if you get kicked from channel. NeverTimo Sirainen
2001-02-22/IRCNET ADD didn't workTimo Sirainen
2001-02-21/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib logTimo Sirainen
2001-02-21Entry line works now properly with very long promptsTimo Sirainen
2001-02-21/FOREACH server|channel|query|window <command>Timo Sirainen
2001-02-21Support for several unrealircd WHOIS replies, patch by Mark GlinesTimo Sirainen
2001-02-21DCC CTCP replies weren't handled properlyTimo Sirainen
2001-02-21added format_get_length() for getting length of text part in a formatTimo Sirainen
2001-02-21Define AF_INET6 if it isn't already definedTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-20DCC updatesTimo Sirainen
2001-02-20Errors reading/writing config and theme files are now handled properlyTimo Sirainen
2001-02-20Reload theme after /SET theme if it was modified.Timo Sirainen
2001-02-20my_perl fixTimo Sirainen
2001-02-20multi identical nick fixesTimo Sirainen
2001-02-19Instead of directly calling beep(), send "beep" signal which defaultTimo Sirainen
2001-02-19/SERVER: if there's no servers, print "Not connected to any servers"Timo Sirainen
2001-02-19level_get() check wasn't case-insensitiveTimo Sirainen
2001-02-19/TOGGLE without parameters now complains not having enough parameters..Timo Sirainen
2001-02-19updatedTimo Sirainen
2001-02-19/LASTLOG syntax updatedTimo Sirainen
2001-02-19Moved /LASTLOG handling to lastlog.c. Added options -file <filename>Timo Sirainen
2001-02-19level_get() prototype was missing.Timo Sirainen
2001-02-19/RECONNECT ALL - reconnects to all servers in reconnection queueTimo Sirainen
2001-02-19Moved /HELP to fe-help.cTimo Sirainen
2001-02-19/NETSPLIT prints nicks now sorted and prints @ or + before channel ifTimo Sirainen
2001-02-19Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is nowTimo Sirainen
2001-02-19Highlight colors can now have background color set with fg,bg. WorksTimo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-19/RECONNECT reconnects now to server with identical settings.Timo Sirainen
2001-02-19window_bind_remove_unsticky(): crashfixTimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-02-19If reading host answer from pipe failed, set the error message toTimo Sirainen
2001-02-19When reading data from socket, read max. 5kB at a time so we won't getTimo Sirainen