summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-03-03window_set_active() doesn't anymore send "window changed" signal ifTimo Sirainen
2001-03-03Make sure there's always at least one column even if there's itemsTimo Sirainen
2001-03-03ignore_get_key() moved to fe-common, fixed printing "*" ignore key.Timo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-03-03"channel created", "query created" .. don't abort adding window itemTimo Sirainen
2001-03-03DCC actions have now ACTIONS level as well as the DCCMSGS.Timo Sirainen
2001-03-03HILIGHT level didn't work with logs.Timo Sirainen
2001-03-03/SET beep_when_window_active + some cleanupsTimo Sirainen
2001-03-03Removed all beep handling from text printing. If you want to beep justTimo Sirainen
2001-03-03delete_next_word key implemented, patch by TinukTimo Sirainen
2001-03-03/LASTLOG: -case option for case-sensitive matches. -force option is nowTimo Sirainen
2001-03-03Added strstr_full() and strstr_full_case()Timo Sirainen
2001-03-03make -> $(MAKE)Timo Sirainen
2001-03-03/SET -clear didn't work with booleansTimo Sirainen
2001-03-02kb -> kBTimo Sirainen
2001-02-28fixed some signed/unsigned issuesTimo Sirainen
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