summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-12Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now se...Sebastien Helleu
2006-10-12Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patc...Sebastien Helleu
2006-10-12Fixed bug with alias when there's no $x and user args after alias commandSebastien Helleu
2006-10-10adding some missing headers in pluginsEmmanuel Bouthenot
2006-10-09Adding Lua 5.1 support, display plugins interpreter versions on configureEmmanuel Bouthenot
2006-10-09Fixed warning on AMD64Sebastien Helleu
2006-10-09Fixed bug with /alias and arguments (like $1), now text after argument(s) is ...Sebastien Helleu
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-10-08Fixed comparison between a char and negative value (now using 'signed char' t...Sebastien Helleu
2006-09-30Removed warnings with __USE_GNU and __USE_XOPENSebastien Helleu
2006-09-30Fixed crash for DCC receiver when resuming a file (bug #17885), fixed DCC err...Sebastien Helleu
2006-09-28fix a bug (can make crash) when calling a script command with another script ...Emmanuel Bouthenot
2006-09-28minor improvements on aspell plugin :Emmanuel Bouthenot
2006-09-24Removed compilation warning on ascii_strcasecmpSebastien Helleu
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