summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2002-08-26A few missing parts from SSL patch.Timo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-08-26Don't crash if someone msgs you without host address (eg. dircproxy). Fix byTimo Sirainen
2002-08-22When checking for autojoin-on-invite channels, also check the short !channelTimo Sirainen
2002-08-21Added support for 439 numeric ("Target change too fast") which may tell thatTimo Sirainen
2002-08-05Changed CTCP handler to remove the later \001 only if it was at the end ofTimo Sirainen
2002-06-13updated dancer's channel forwarding support - using +f channel mode now, andTimo 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-bdTimo Sirainen
2002-06-05"/MODE !channel" should send the full name to serverTimo Sirainen
2002-05-26event_cannot_join() - changed check from NAMES got -> JOIN got, so theTimo Sirainen
2002-05-26"/MSG *" works now properly with dcc chat queries.Timo Sirainen
2002-05-26net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6Timo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-05-19When reconnected to server, send the away message directly to server insteadTimo Sirainen
2002-05-19don't crash if server sends us !channel name less than 6 chars.Timo Sirainen
2002-05-18Stop reconnecting on kills only if the kill was done by operator, notTimo Sirainen
2002-05-18banlist_find() is now public. "event 367" (banlist) shows now ban number inTimo Sirainen
2002-05-17!channel fixes.Timo Sirainen
2002-05-17new !channel support was buggy, as I tried it only with channel names havingTimo Sirainen
2002-05-17crashfix for previous ~/. kludgeTimo Sirainen
2002-05-16kludgeing: don't autoget files beginning with '.' if dcc_download_path isTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13don't add same ban more than once to banlist.Timo Sirainen
2002-05-12dcc reject bugfix went wrong, fixed.Timo Sirainen
2002-05-12irssi didn't notice if DCC send connection died.Timo Sirainen
2002-05-10don't send DCC REJECT when closing a connected DCC connection.Timo Sirainen
2002-05-09fixed /WHO handlingTimo Sirainen
2002-04-29irc_send_cmd_split() printed glib warning if nick parameter didn't exist.Timo Sirainen
2002-04-27signal_add_first("event join".. so normal join handlers can know about theTimo Sirainen
2002-04-26Don't treat +d as regular channel mode.Timo Sirainen
2002-04-24channel->topic_by now always contains the host info too (nick!user@host).Timo Sirainen
2002-04-23warning fixTimo Sirainen
2002-04-22Added 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.nuTimo Sirainen
2002-04-11/SET dcc_autoget_max_size default changed to 0 (disabled) - it's prettyTimo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-04-05workaround for some server that doesn't reply anything to pings.Timo Sirainen
2002-03-31Listen for DCC connections in all interfacesTimo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-31with 10 char usernames, ban "*234567890" instead of "*12345678*"Timo Sirainen
2002-03-17Allow /OP, etc. commands for server operators as well. They may not workTimo Sirainen
2002-03-17If autojoining to !channel failed because it didn't exist, create it byTimo Sirainen
2002-03-17fallback to rename() if link() isn't supported on the filesystem, so peopleTimo Sirainen
2002-03-15Dropped the bot-plugin. It's not useful to anyone really.Timo Sirainen
2002-03-14Fixed that "nick already in split list, how?" bug with a patch from fuchs.Timo Sirainen
2002-03-14$cumode and $cumode_space should do stuff only to IRC servers.Timo Sirainen
2002-03-13"make dist" now doesn't add irc.c / irc-modules.cTimo Sirainen
2002-03-13proper checking for lseek() failureTimo Sirainen