Age | Commit message (Expand) | Author |
2001-02-22 | Autoignore fixes by fuchs (not tested, hope it works ;) | Timo Sirainen |
2001-02-22 | /IRCNET ADD didn't work | Timo Sirainen |
2001-02-21 | DCC CTCP replies weren't handled properly | Timo Sirainen |
2001-02-19 | Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now | Timo Sirainen |
2001-02-19 | Connection updates: moved /SERVER and /CONNECT to core from irc. | Timo Sirainen |
2001-02-18 | Support for multiple identical nicknames. | Timo Sirainen |
2001-02-17 | Config file: ircnets -> chatnets, added type = "chat protocol" to | Timo Sirainen |
2001-02-10 | DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should | Timo Sirainen |
2001-02-09 | /CONNECT, /SERVER: added -4 and -6 options for specifying if we should | Timo Sirainen |
2001-02-08 | #include "irc-channels.h" | Timo Sirainen |
2001-02-08 | /SET opermode - set this mode when you get ircop status. | Timo Sirainen |
2001-02-03 | DCC RESUME, DCC ACCEPT: we might have crashed with invalid parameters. | Timo Sirainen |
2001-02-02 | Nicklist updates so that protocol specific xxx_NICK_REC can be used | Timo Sirainen |
2001-01-28 | Ignoring updates. Added support for nickmatch cache. One ignore can't | Timo Sirainen |
2001-01-21 | nickliset_set_host() for setting host, sends signal "nicklist host changed". | Timo Sirainen |
2001-01-18 | DCC cleanups - half rewrite. New features: file names with spaces work | Timo Sirainen |
2001-01-17 | /WHOIS without parameters in query does now same as /WII <queried nick> | Timo Sirainen |
2001-01-14 | Added my_asctime() | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-11 | cmd_param_error -> cmd_return_error | Timo Sirainen |
2001-01-07 | item_get_dcc(void *item) -> WI_ITEM_REC *item | Timo Sirainen |
2001-01-07 | ban -> bans, just like in .c file :) | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |
2001-01-04 | /UNBAN <ref#> works. /BAN list shows reference numbers. | Timo Sirainen |
2001-01-04 | /LIST: don't require -yes option if there's 1000 channels or less. | Timo Sirainen |
2001-01-02 | /SET dcc_autoresume - like /SET dcc_autoget, but resume the files if | Timo Sirainen |
2001-01-01 | Some query changes. They should now work properly with /SAVEWINDOWS | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |
2001-01-01 | small extra checks to /whois redirect checking | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2001-01-01 | When joining to !channel because of "407 duplicate channel", it just | Timo Sirainen |
2000-12-28 | server->cmd_last_split wasn't used anymore, removed code related to it. | Timo Sirainen |
2000-12-22 | Fix for handling duplicate channels | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-17 | /SET prompt, /SET prompt_window - Specifies the text in prompt. | Timo Sirainen |
2000-12-17 | Settings are now stored in module-specific blocks. Irssi complains | Timo Sirainen |
2000-12-17 | /kickban and /knockout now accepts multiple nicks separated with commas. | Timo Sirainen |
2000-12-17 | Some minor query fixes. Nick changes are also detected by checking if | Timo Sirainen |
2000-12-15 | Blocking sockets (win32) shouldn't block irssi entirely now. | Timo Sirainen |
2000-12-10 | added $usermode expando | Timo Sirainen |
2000-12-09 | -querychans option for servers and ircnets which specifies how many | Timo Sirainen |
2000-12-07 | automatic /whowas in /whois crashed (after server <-> data change) | Timo Sirainen |
2000-12-06 | sometimes channel key wasn't saved. | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-12-05 | bot & proxy plugins fixed for GIOChannel changes | Timo Sirainen |
2000-12-05 | Split expandos from special-vars.c to expandos.c. Added list of signals | Timo Sirainen |
2000-12-04 | Use GIOChannel instead of sockets directly. Helps porting to win32 :) | Timo Sirainen |
2000-12-03 | signal "netsplit add" -> "netsplit new" | Timo Sirainen |
2000-12-03 | Reply to clients which send IRSSILAG notices to themselves. | Timo Sirainen |
2000-12-01 | ARGH! %s format bug! | Timo Sirainen |