summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Collapse)Author
2006-05-13Removed unused prefixSebastien Helleu
2006-05-12Fixed "hostname" option for servers (now really used to set hostname/IP for ↵Sebastien Helleu
choosing local interface (ipv4 or ipv6))
2006-05-05Fixed nicklist sort bugSebastien Helleu
2006-04-23Added IRC commands 290, 292, 437, 974Sebastien Helleu
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's ↵Sebastien Helleu
forbidden and pv buffer is not renamed (when a nick changes) if another exists with same name
2006-04-23Fixed bug #16416 (crash when purging old DCC chats)Sebastien Helleu
2006-04-22Nick modes are now saved with /upgradeSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-18Fixed bug in logs with nick for names lines (nicks on channel when joining ↵Sebastien Helleu
new channel)
2006-04-16Added option "look_align_size_max", nick alignment to right is now set by ↵Sebastien Helleu
default with size 14 (max 20)
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ↵Sebastien Helleu
332, 333 (/topic now ok when channel is not opened)
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-07make gcc-2.95 happyEmmanuel Bouthenot
2006-04-04Added "+p" mode for channels, fixed mode display in status barSebastien Helleu
2006-04-03Added alignment for local away messageSebastien Helleu
2006-04-03Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when ↵Sebastien Helleu
closing buffer
2006-04-03Added nick alignment in private buffersSebastien Helleu
2006-04-02Added nick alignment optionsSebastien Helleu
2006-04-01add regular expression support for /list commandEmmanuel Bouthenot
2006-04-01Fixed /names command: now displays result when not on a channelSebastien Helleu
2006-03-30Added nick completion for /userhost commandSebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-19Immediately refresh nick (input window) during server connection processSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-18Fixed bug on ppcSebastien Helleu
2006-03-14Added missing IRC command "378"Sebastien Helleu
2006-03-10Fixed "+I" mode outputSebastien Helleu
2006-03-10Fixed /mode command outputSebastien Helleu
2006-03-10Fixed completion for /away and /nick commandsSebastien Helleu
2006-03-04Added missing IRC command "487"Sebastien Helleu
2006-03-04Using new default value for DCC download dir (created at startup), fixed ↵Sebastien Helleu
logs dir creation
2006-03-02Added special names for plugin message handlers: weechat_pv, ↵Sebastien Helleu
weechat_highlight, weechat_ctcp, weechat_dcc
2006-02-28/msg command does not open any buffer any moreSebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-21Fixed display bugs with /kill commandSebastien Helleu
2006-02-18Plugin messages handlers now called when message is ignored; new behaviour forSebastien Helleu
messages ignored by a message handler: now WeeChat executes standard handler, treating message as "ignored"
2006-02-16clean code while parsing commands in server_command and make possible to run ↵Emmanuel Bouthenot
many (irc or weechat) commands with alias
2006-02-12make possible to run more than one command when connecting to serverEmmanuel Bouthenot
2006-01-26Fixed bug with elapsed time when away if computer clock was changed ↵Sebastien Helleu
(displays 0 if elapsed time is negative)
2006-01-26Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed ↵Sebastien Helleu
when nicks count changed)
2006-01-25Fixed compilation problem with debug messagesSebastien Helleu
2006-01-25Added new option "irc_away_check_max_nicks" to disable away check on ↵Sebastien Helleu
channels with high number of nicks (patch from Gwenn)
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) ↵Sebastien Helleu
(patch from Gwenn)
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-21Added option "irc_show_away_once", to show away message only once in pvSebastien Helleu
2006-01-14Fixed charset decoding bug when displaying topic of a channelSebastien Helleu