summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-09-23Fixed random crash with /upgrade command (error when loading buffers)Sebastien Helleu
2006-09-22Fixed crash with /buffer notify on server buffer when server_notify_levels is...Sebastien Helleu
2006-09-16Fixed buffer search by server/channel: now if only channel is specified, a ch...Sebastien Helleu
2006-09-12Fixed highlight for DCC, invite and notice: when a window is displaying buffe...Sebastien Helleu
2006-09-08Command "/away -all" now allowed when not connected to current serverSebastien Helleu
2006-09-08New signals handled: SIGTERM and SIGHUP (received when terminal is closed): c...Sebastien Helleu
2006-09-08Fixed display of privates in hotlist: now display activity for privates (at l...Sebastien Helleu
2006-09-02Added some new default key bindings for existing keys (for some OS)Sebastien Helleu
2006-08-30Command /key now ok with one arg (key name): display key if foundSebastien Helleu
2006-08-28Fixed bug with CTCP VERSION sent on channels (bug #17547), added current chan...Sebastien Helleu
2006-08-27Removed unused variableSebastien Helleu
2006-08-27Fixed completion bug when many commands starts with same lettersSebastien Helleu
2006-08-26Fixed completion with alias calling user arguments ($1..$9)Sebastien Helleu
2006-08-26fix bugs in get_buffer_data() which breaks the retrieval of buffer content (p...Emmanuel Bouthenot
2006-08-26Fixed nicklist display bug when top/bottom (not enough lines) (bug #17537)Sebastien Helleu
2006-08-26Fixed bug with auto-rejoin of keyed chans (bug #17534)Sebastien Helleu
2006-08-26Added default nick completion when line starts with '//' (bug #17535)Sebastien Helleu
2006-08-26Values yes/no accepted (as on/off) for config boolean values (task #5454)Sebastien Helleu
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer and...Sebastien Helleu
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars...Sebastien Helleu
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-08-19Fixed nick refresh problem with unrealircd specific modes: chan owner (~) and...Sebastien Helleu
2006-08-19Removed /panel command for release (command under development)Sebastien Helleu
2006-08-19Fixed typosSebastien Helleu
2006-08-17Added 'C'lear option on IRC raw bufferSebastien Helleu
2006-08-17IRC raw buffer now uses join/part prefix with color to display messagesSebastien Helleu
2006-08-17Fixed bug with display of message 329 (channel creation date), now displayed ...Sebastien Helleu
2006-08-17Added send of "quit" message to server when using /disconnectSebastien Helleu
2006-08-17Fixed bug with display of message 329 (channel creation date), now displayed ...Sebastien Helleu
2006-08-17Added IRC command 329 (channel creation date)Sebastien Helleu
2006-08-17Added missing IRC commands: 310, 326Sebastien Helleu
2006-08-17Fixed "wallops" command when received, now displayed by WeeChat (bug #17441)Sebastien Helleu
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 #16606),...Sebastien Helleu
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 reconnectin...Sebastien Helleu
2006-08-05adding functions : get_buffer_info, get_window_info, get_buffer_data and prin...Emmanuel Bouthenot
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 optio...Sebastien Helleu
2006-07-30Fixed compilation problems under IrixSebastien Helleu
2006-07-30Fixed crash when purging DCC with high number of DCC (> window size)Sebastien Helleu
2006-07-27Use of constants for min/max DCC blocksizeSebastien Helleu
2006-07-27Fixed completion for command handlers (now empty completion_template means ni...Sebastien 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