summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-05-31Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D)Sebastien Helleu
2005-05-29Added cast to prevent problems with AMD64 where size_t is not intSebastien Helleu
2005-05-29Added cast for away time display (to prevent problems with *BSD, where ↵Sebastien Helleu
time_t is int and not long int)
2005-05-24Fixed startup crash when weechat config file is not foundSebastien Helleu
2005-05-21Empty sources added for wxWidgets GUISebastien Helleu
2005-05-18Added "++++" at bottom of nicklist if end of nicklist is not displayedSebastien Helleu
2005-05-08Plugin message handler is now called for own messages (as "privmsg" IRC ↵Sebastien Helleu
command, with "localhost" as host to differenciate from other messages)
2005-05-07Fixed buffer detection for Perl/Python "print" and "command" functionsSebastien Helleu
2005-05-07Fixed nicklist sort mode: now modes are not cumulated any more (so for ↵Sebastien Helleu
example all op will be sorted together)
2005-05-05Allow only server (with blank channel) for buffer search (for print & ↵Sebastien Helleu
command functions)
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
- function "print_with_channel" was removed - function "command" now runs weechat command or send text to channel - Perl functions are now called with weechat::name (instead of IRC::name) - IRC::xxx functions are still active for compatibility with old scripts
2005-05-01Added Python plugin supportSebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu
2005-04-30Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)Sebastien Helleu
2005-04-30Changes for Mac OS X platform (now ok)Sebastien Helleu
2005-04-28Added IRC command "671"Sebastien Helleu
2005-04-24Added WxWidgets frontend (no source files)Benoit Papillault
2005-04-23Added transfer rate for DCC filesSebastien Helleu
2005-04-22Fixed call to "has_color" in gui_window_set_color functionSebastien Helleu
2005-04-20Added "485" IRC commandSebastien Helleu
2005-04-19Added "-all" option for /nick command, added "341" IRC command (for invitation)Sebastien Helleu
2005-04-17Improved gettext installation (now ok under BSD)Sebastien Helleu
2005-04-09Buffers timestamp can now be changed (new option in config file)Sebastien Helleu
2005-04-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-04-07Allow nick completion in private buffer with /me commandSebastien Helleu
2005-04-05Fixed display bug with "-MORE-" in private or server buffersSebastien Helleu
2005-04-03Fixed crash when purging old DCCSebastien Helleu
2005-03-24Fixed crash with 64-bits arch (like AMD64) when converting UTF-8, added ↵Sebastien Helleu
weechat version in log at startup
2005-03-21Added missing IRC command 307Sebastien Helleu
2005-03-20Remove compilation in parent dir for gui dirSebastien Helleu
2005-03-20Check return codes in autogen.sh, remove compilation in parent dir for gui dirSebastien Helleu
2005-03-20Option irc_away_check is now 0 by default (waiting for fix)Sebastien Helleu
2005-03-17Fixed display bug when halfop flag is set/unsetSebastien Helleu
2005-03-16Added /halfop & /dehalfop commands, fixed halfop display bug in nicklistSebastien Helleu
2005-03-15Added nicks count for channel buffersSebastien Helleu
2005-03-15More explicit message when channel or nick not foundSebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-13Do not highlight server buffer for notices from memoservSebastien Helleu
2005-03-13Do not highlight server buffer for notices from nickserv and chanservSebastien Helleu
2005-03-12Fixed /invite command (and now invite requests are displayed)Sebastien Helleu
2005-03-12FIFO command/text not authorized on special buffers like DCCSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-10Fixed some commands help for docSebastien Helleu
2005-03-10Fixed list of commands outputSebastien Helleu
2005-03-10Added --irc-commands and --weechat-commands command line optionsSebastien Helleu
2005-03-10Fixed type used for Mac OS (replaced uint32_t by u_int32_t)Sebastien Helleu
2005-03-09Display "Disconnected" only on connected serversSebastien Helleu
2005-03-09Fixed crash when cancelling DCC CHAT that was not startedSebastien Helleu
2005-03-07Properly display CTCP SOUND on channelSebastien Helleu
2005-03-06Fixed bug in server messages parserSebastien Helleu