summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ...Sebastien Helleu
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
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 for...Sebastien Helleu
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 c...Sebastien Helleu
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 forbi...Sebastien Helleu
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 ne...Sebastien Helleu
2006-04-16Added option "look_align_size_max", nick alignment to right is now set by def...Sebastien Helleu
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
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 cl...Sebastien Helleu
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 logs...Sebastien Helleu
2006-03-02Added special names for plugin message handlers: weechat_pv, weechat_highligh...Sebastien Helleu
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