Age | Commit message (Expand) | Author |
2001-03-04 | /NAMES: -ops -halfops -voices -normal options added. /NAMES without | Timo Sirainen |
2001-03-03 | fe-common/irc/flood removed. Some autoignore / ignore -time updates. | Timo Sirainen |
2001-03-03 | not needed anymore. | Timo Sirainen |
2001-03-03 | /CONNECT -ircnet "" - even if someone does this don't make the server | Timo Sirainen |
2001-03-03 | When /SET autoclose_windows is ON, don't destroy windows if they have | Timo Sirainen |
2001-03-03 | I knew removing those checks from "channel created" and "query created" | Timo Sirainen |
2001-03-03 | /JOIN #channel and /QUERY nick won't anymore automatically move | Timo Sirainen |
2001-03-03 | /SET prompt - if target had %c or something in it, it shouldn't be | Timo Sirainen |
2001-03-03 | Always save theme to ~/.irssi/ no matter where it was read from. | Timo Sirainen |
2001-03-03 | window_set_active() doesn't anymore send "window changed" signal if | Timo Sirainen |
2001-03-03 | Make sure there's always at least one column even if there's items | Timo Sirainen |
2001-03-03 | ignore_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 default | Timo Sirainen |
2001-03-03 | "channel created", "query created" .. don't abort adding window item | Timo Sirainen |
2001-03-03 | DCC actions have now ACTIONS level as well as the DCCMSGS. | Timo Sirainen |
2001-03-03 | HILIGHT level didn't work with logs. | Timo Sirainen |
2001-03-03 | /SET beep_when_window_active + some cleanups | Timo Sirainen |
2001-03-03 | Removed all beep handling from text printing. If you want to beep just | Timo Sirainen |
2001-03-03 | delete_next_word key implemented, patch by Tinuk | Timo Sirainen |
2001-03-03 | /LASTLOG: -case option for case-sensitive matches. -force option is now | Timo Sirainen |
2001-03-03 | Added strstr_full() and strstr_full_case() | Timo Sirainen |
2001-03-03 | make -> $(MAKE) | Timo Sirainen |
2001-03-03 | /SET -clear didn't work with booleans | Timo Sirainen |
2001-03-02 | kb -> kB | Timo Sirainen |
2001-02-28 | fixed some signed/unsigned issues | Timo Sirainen |
2001-02-28 | functions returning void shouldn't do return xx | Timo Sirainen |
2001-02-27 | /WINDOW PREV -> /WINDOW PREVIOUS | Timo Sirainen |
2001-02-27 | /WINDOW STICKY -> /WINDOW STICK | Timo Sirainen |
2001-02-23 | nick_nfind(): gets stuck to endless loop if there's multiple identical | Timo Sirainen |
2001-02-23 | crashfix | Timo Sirainen |
2001-02-23 | We should define AF_INET6, not PF_INET6.. | Timo Sirainen |
2001-02-23 | Fixed for building from objdir | Timo Sirainen |
2001-02-23 | #include "config.h", not "../config.h" so building from objdir works | Timo Sirainen |
2001-02-22 | Printing channel bans print them now with target parameter set, so with | Timo Sirainen |
2001-02-22 | /HELP can now display help of non-commands if the file just exists in | Timo Sirainen |
2001-02-22 | Verify in configure that linking with perl's LDFLAGS actually works. If | Timo Sirainen |
2001-02-22 | Word highlighting was buggy | Timo Sirainen |
2001-02-22 | /SET autoignore_levels -> autoignore_level. Fixed a memory leak. | Timo Sirainen |
2001-02-22 | Removed AUTOIGNORE_REC since it doesn't exist anyremo | Timo Sirainen |
2001-02-22 | strip_real_length(): initialize last_color_pos and last_color_len to | Timo Sirainen |
2001-02-22 | Autoignore fixes by fuchs (not tested, hope it works ;) | Timo Sirainen |
2001-02-22 | Make a temporary window bind if you get kicked from channel. Never | Timo Sirainen |
2001-02-22 | /IRCNET ADD didn't work | Timo Sirainen |
2001-02-21 | /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log | Timo Sirainen |
2001-02-21 | Entry line works now properly with very long prompts | Timo Sirainen |
2001-02-21 | /FOREACH server|channel|query|window <command> | Timo Sirainen |
2001-02-21 | Support for several unrealircd WHOIS replies, patch by Mark Glines | Timo Sirainen |
2001-02-21 | DCC CTCP replies weren't handled properly | Timo Sirainen |
2001-02-21 | added format_get_length() for getting length of text part in a format | Timo Sirainen |
2001-02-21 | Define AF_INET6 if it isn't already defined | Timo Sirainen |