Age | Commit message (Expand) | Author |
2001-11-17 | Added support for "optional events" in redirection. They're checked right | Timo Sirainen |
2001-11-16 | Allow replies to redirections come in a bit different order than expected - | Timo Sirainen |
2001-11-16 | Added "your not chanop" failure to I-mode as well. | Timo Sirainen |
2001-11-16 | If the last query fails we should make the channel synced. | Timo Sirainen |
2001-11-16 | ISON and USERHOST redirections were registered wrong. | Timo Sirainen |
2001-11-15 | /QUOTE and /RAWQUOTE should work as soon as the socket is connected. | Timo Sirainen |
2001-11-15 | print failed redirections to rawlog even if there's no failure signal. | Timo Sirainen |
2001-11-15 | /WHOIS nick_who_was_in_irc showed only the first and last lines of /WHOWAS. | Timo Sirainen |
2001-11-15 | Lag checking fixes - should work fine again. | Timo Sirainen |
2001-11-15 | Small optimization for whois-redirecting. | Timo Sirainen |
2001-11-14 | WHOIS command should be sent after redirecting, not before.. | Timo Sirainen |
2001-11-14 | Still some syncing fixes. Don't loop forever now if we don't find the reply | Timo Sirainen |
2001-11-14 | Report failed redirections in rawlog. | Timo Sirainen |
2001-11-14 | Redirect parameters should be matched case-insensitively | Timo Sirainen |
2001-11-14 | Yet another bugfix for channel sync. | Timo Sirainen |
2001-11-14 | Channel syncing rewrites. | Timo Sirainen |
2001-11-12 | Redirection fixes - added count parameter. | Timo Sirainen |
2001-11-11 | added server_redirect_peek_signal() function. | Timo Sirainen |
2001-11-11 | Fixed to work with new redirection code. Also don't set the mode to +(null) | Timo Sirainen |
2001-11-11 | "mode e" was registered twice - the second one should have been "mode I". | Timo Sirainen |
2001-11-11 | Redirection fixes. | Timo Sirainen |
2001-11-11 | /WHOIS unknown_nick printed the "there was no such nickname" message | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-04 | Looks like I went and broke /PART accidentally.. | Timo Sirainen |
2001-11-04 | Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP, | Timo Sirainen |
2001-11-03 | Added missing irc-commands.h | Timo Sirainen |
2001-11-03 | * works now as active channel with /NOTICE, /CTCP and /NCTCP. | Timo Sirainen |
2001-11-03 | /OP, /DEOP, /VOICE and /DEVOICE fixed not to print glib error if used in | Timo Sirainen |
2001-11-02 | compile fix - patch by manoj@io.com | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-11-01 | Check that it's IRC-channel we're destroying before doing any IRC-specific | Timo Sirainen |
2001-10-30 | added $cumode_space expando. Like $cumode, but gives " " if there's no mode. | Timo Sirainen |
2001-10-23 | Don't print glib errors when parting a channel which isn't synced yet. | Timo Sirainen |
2001-10-23 | /UNBAN -first | -last options added. Patch by fuchs. | Timo Sirainen |
2001-10-22 | just some extra check - might fix some crash.. | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-10-21 | quitmsg_is_split() updated to check that top-level domains must be 2+ chars | Timo Sirainen |
2001-10-21 | Channels weren't synced if you joined multiple channels at once and one of | Timo Sirainen |
2001-10-19 | format string exploit found & patch by cph@cph.demon.co.uk | Timo Sirainen |
2001-10-19 | Actions are now transferred correctly, own messages in main irssi are | Timo Sirainen |
2001-10-15 | /DEVOICE * should devoice operators having voices too. | Timo Sirainen |
2001-10-14 | Irssi lost channel key for secret/private channels after join. | Timo Sirainen |
2001-10-14 | $usermode's "user mode changed" signal had wrong argument check (server vs. | Timo Sirainen |
2001-10-02 | Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we | Timo Sirainen |
2001-09-20 | When using /SET hostname ipv6:address, replace the ':' char with '_' so it | Timo Sirainen |
2001-09-13 | ..the same fix.. | Timo Sirainen |
2001-09-13 | Don't crash if the IRC server doesn't print your nick in /NAMES list after | Timo Sirainen |
2001-09-12 | The new /SET dcc_port range didn't work properly.. | Timo Sirainen |