Age | Commit message (Expand) | Author |
2002-09-30 | If reconnection was aborted by trying to reconnect to another server, the | Timo Sirainen |
2002-09-14 | in_addr_t wasn't too standard, so use guint32 after all. | Timo Sirainen |
2002-09-14 | s/guint32/in_addr_t/ actually. | Timo Sirainen |
2002-09-14 | DCC was broken with some 64bit systems (64bit unsigned long) | Timo Sirainen |
2002-08-29 | Don't crash if /SET irssiproxy_ports is changed while having connected | Timo Sirainen |
2002-08-27 | a bit more fixes for +k updating | Timo Sirainen |
2002-08-27 | Don't update channel key from 324 numeric, some servers send channel key as | Timo Sirainen |
2002-08-27 | wait a bit longer before sending massjoin signal. also added a comment how | Timo Sirainen |
2002-08-26 | A few missing parts from SSL patch. | Timo Sirainen |
2002-08-26 | removed the stupid error-parameters from net_connect*() calls. errno can be | Timo Sirainen |
2002-08-26 | Don't crash if someone msgs you without host address (eg. dircproxy). Fix by | Timo Sirainen |
2002-08-22 | When checking for autojoin-on-invite channels, also check the short !channel | Timo Sirainen |
2002-08-21 | Added support for 439 numeric ("Target change too fast") which may tell that | Timo Sirainen |
2002-08-05 | Changed CTCP handler to remove the later \001 only if it was at the end of | Timo Sirainen |
2002-06-13 | updated dancer's channel forwarding support - using +f channel mode now, and | Timo Sirainen |
2002-06-10 | $X expando didn't check if server type was irc properly, and crashed. | Timo Sirainen |
2002-06-06 | /SET irssiproxy_bind specifies the IP where to listen in, patch by BC-bd | Timo Sirainen |
2002-06-05 | "/MODE !channel" should send the full name to server | Timo Sirainen |
2002-05-26 | event_cannot_join() - changed check from NAMES got -> JOIN got, so the | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | Timo Sirainen |
2002-05-26 | net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6 | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-19 | When reconnected to server, send the away message directly to server instead | Timo Sirainen |
2002-05-19 | don't crash if server sends us !channel name less than 6 chars. | Timo Sirainen |
2002-05-18 | Stop reconnecting on kills only if the kill was done by operator, not | Timo Sirainen |
2002-05-18 | banlist_find() is now public. "event 367" (banlist) shows now ban number in | Timo Sirainen |
2002-05-17 | !channel fixes. | Timo Sirainen |
2002-05-17 | new !channel support was buggy, as I tried it only with channel names having | Timo Sirainen |
2002-05-17 | crashfix for previous ~/. kludge | Timo Sirainen |
2002-05-16 | kludgeing: don't autoget files beginning with '.' if dcc_download_path is | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-13 | don't add same ban more than once to banlist. | Timo Sirainen |
2002-05-12 | dcc reject bugfix went wrong, fixed. | Timo Sirainen |
2002-05-12 | irssi didn't notice if DCC send connection died. | Timo Sirainen |
2002-05-10 | don't send DCC REJECT when closing a connected DCC connection. | Timo Sirainen |
2002-05-09 | fixed /WHO handling | Timo Sirainen |
2002-04-29 | irc_send_cmd_split() printed glib warning if nick parameter didn't exist. | Timo Sirainen |
2002-04-27 | signal_add_first("event join".. so normal join handlers can know about the | Timo Sirainen |
2002-04-26 | Don't treat +d as regular channel mode. | Timo Sirainen |
2002-04-24 | channel->topic_by now always contains the host info too (nick!user@host). | Timo Sirainen |
2002-04-23 | warning fix | Timo Sirainen |
2002-04-22 | Added setby-parameter to "nick mode changed" and "channel mode changed" | Timo Sirainen |
2002-04-18 | /SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nu | Timo Sirainen |
2002-04-11 | /SET dcc_autoget_max_size default changed to 0 (disabled) - it's pretty | Timo Sirainen |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-04-05 | workaround for some server that doesn't reply anything to pings. | Timo Sirainen |
2002-03-31 | Listen for DCC connections in all interfaces | Timo Sirainen |
2002-03-31 | Don't set channel->server = NULL when disconnecting, so scripts can still | Timo Sirainen |
2002-03-31 | with 10 char usernames, ban "*234567890" instead of "*12345678*" | Timo Sirainen |