summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Collapse)Author
2006-08-10Fixed /wallops command (now many words are correctly sent)Sebastien Helleu
2006-08-10Fixed command 348 (channel exception list, received by /mode #chan e)Sebastien Helleu
2006-08-09Fixed crash when purging DCC when a closed DCC chat has no more bufferSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-08-05Fixed typoSebastien Helleu
2006-08-05Added missing IRC command 338Sebastien Helleu
2006-08-05Fixed DCC restore after /upgrade (now order is saved)Sebastien Helleu
2006-08-05Fixed away after server disconnection (now away is set again when ↵Sebastien Helleu
reconnecting) (bug #16359)
2006-08-05Fixed DCC file connection problem (connection from receiver to sender)Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new ↵Sebastien Helleu
option "dcc_fast_send" (does not wait for ACK) (task #5758)
2006-07-27Use of constants for min/max DCC blocksizeSebastien Helleu
2006-07-27Fixed nick alignment problem when look_nickmode is offSebastien Helleu
2006-07-25Added generic function for incoming numeric IRC commands (bug #16611)Sebastien Helleu
2006-07-25Fixed crash when doing "/part something" on a server buffer (bug #17201)Sebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-07-09Added "-delete" argument for /topic completionSebastien Helleu
2006-06-28Fixed random crash when "MODE #chan -l" is receivedSebastien Helleu
2006-06-28Fixed bug in IRC parser (random crash with malformed IRC messages)Sebastien Helleu
2006-06-15Added color encoding for some commands like /meSebastien Helleu
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-06-07Fixed problem with bnc (now connected to server when receiving 001, not 004) ↵Sebastien Helleu
(bug #16760)
2006-05-24Fixed /squery command (message sent to server, now ok with # args > 2)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-14Fixed typoSebastien Helleu
2006-05-14Added missing IRC commands (006, 007, 310, 379)Sebastien Helleu
2006-05-13Added charset encoding for some command arguments (like /me, /msg, /query, ..)Sebastien Helleu
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