Age | Commit message (Expand) | Author |
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 |
2001-09-11 | autolog: target name is now always lowercased with irc protocol. | Timo Sirainen |
2001-09-11 | Added option /SET channel_sync - if disabled irssi disables the channel | Timo Sirainen |
2001-09-10 | /SET dcc_port accepts now port range (eg. "10000 20000") | Timo Sirainen |
2001-09-06 | Use only the first word from username when sending it to server. | Timo Sirainen |
2001-08-14 | Some internal changes how /SERVER command works. Added /SERVER PURGE | Timo Sirainen |
2001-08-14 | quitmsg_is_split() fix - the hosts must contain the domain part now (ie. | Timo Sirainen |
2001-08-14 | Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quit | Timo Sirainen |
2001-08-14 | Added missing module_register() calls. | Timo Sirainen |
2001-08-14 | Module loading updates - /LOAD shows now also the statically loaded modules. | Timo Sirainen |
2001-08-13 | max_query_chans set to 1 by default. Set to 10 in networks where it's known | Timo Sirainen |
2001-08-08 | If we receive INVITE for a channel that is added with /CHANNEL ADD -auto, | Timo Sirainen |
2001-08-08 | /BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>]. | Timo Sirainen |
2001-07-25 | get the version from IRSSI_VERSION, not VERSION. #include "signals.h" was | Timo Sirainen |
2001-07-15 | Moved awaylog to core. | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | Timo Sirainen |
2001-07-14 | rm -f the libirc_proxy.a before ln -s. | Timo Sirainen |
2001-07-14 | Cut the messages sent to rawlog to 510 chars too. | Timo Sirainen |
2001-07-13 | Compiles now statically to irssi with --with-modules=proxy | Timo Sirainen |
2001-07-10 | Makefile fixed to use module directory again. If /SET irssiproxy_ports has | Timo Sirainen |
2001-06-30 | DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT() | Timo Sirainen |
2001-06-29 | Removed the "domain is 2 or 3 chars" check from quitmsg_is_split() since | Timo Sirainen |
2001-06-27 | Don't reply to CTCP PINGs longer than 100 bytes (see the comment). | Timo Sirainen |
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 |