Age | Commit message (Expand) | Author |
2001-06-27 | /NICK: don't bother trying to change the nick to the one you already have | Timo Sirainen |
2001-06-26 | Don't send unaway to server if we're not away. | Timo Sirainen |
2001-06-26 | Added $cumode expando which works like $P, but prints voices/halfops also. | Timo Sirainen |
2001-06-12 | channel_set_singlemode() : don't do anything if you're not channel op/halfop | Timo Sirainen |
2001-06-10 | max_cmds_at_once and max_query_chans weren't saved between reconnects to | Timo Sirainen |
2001-06-04 | Added support for bahamut @+#channel notices. Removed notice_public_ops | Timo Sirainen |
2001-06-01 | dcc, flood and notifylist aren't compiled as loadable modules anymore, | Timo Sirainen |
2001-05-22 | /SET dcc_own_ip for specifying own IP to use in DCC requests | Timo Sirainen |
2001-05-21 | irc_parse_prefix() didn't work properly if user name had ! characters. | Timo Sirainen |
2001-05-14 | new /KICKBAN code crashed | Timo Sirainen |
2001-05-14 | /UNBAN now supports unbanning multiple bans with ban# (/unban 1 4 6) | Timo Sirainen |
2001-05-11 | CHANNEL_REC->get_join_data() - Returns the information needed to call | Timo Sirainen |
2001-05-11 | MODE +k handler was buggy | Timo Sirainen |
2001-05-11 | Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own | Timo Sirainen |
2001-05-11 | added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request | Timo Sirainen |
2001-05-11 | "dcc error file not found" -> "dcc error file open". Print the actual error | Timo Sirainen |
2001-05-11 | /SET kick_first_on_kickban for /KICKBAN and /KNOCKOUT - patch by | Timo Sirainen |
2001-05-09 | support for +O mode | Timo Sirainen |
2001-05-01 | fixed potential crash | Timo Sirainen |
2001-04-25 | "ban ..." signals didn't send channel info | Timo Sirainen |
2001-04-20 | CTCP version reply has now $sysarch by default | Timo Sirainen |
2001-03-24 | fixes, hopefully works correctly finally :) patch by fuchs. | Timo Sirainen |
2001-03-20 | added /SET proxy_password | Timo Sirainen |
2001-03-20 | dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it too | Timo Sirainen |
2001-03-18 | /RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don't | Timo Sirainen |
2001-03-16 | quit_message setting moved from irc to core | Timo Sirainen |
2001-03-15 | /NICK could have changed nick to some other nick than we specified | Timo Sirainen |
2001-03-15 | bugfix | Timo Sirainen |
2001-03-10 | Don't cast time_t to int. Don't go playing with memory you just free'd. Some | Timo Sirainen |
2001-03-04 | added server_change_nick() function for servers.[ch]. Lots of fixes for | Timo Sirainen |
2001-03-04 | Send "chat protocol deinit" signal when protocol is being | Timo Sirainen |
2001-03-04 | union { .. } addr removed from IPADDR - it hasn't been actually used | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | Timo Sirainen |
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 | /BANTYPE -> /SET ban_type. /BAN: -type option added to override default | Timo Sirainen |
2001-02-28 | fixed some signed/unsigned issues | Timo Sirainen |
2001-02-22 | /SET autoignore_levels -> autoignore_level. Fixed a memory leak. | Timo Sirainen |
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 |