summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-06-18part message now accepts %v (replaced by WeeChat version), like quit messageSebastien Helleu
2005-06-15Display message content when nick is not found for an incoming "PRIVMSG" messageSebastien Helleu
2005-05-29Added cast for away time display (to prevent problems with *BSD, where time_t...Sebastien Helleu
2005-05-07Fixed nicklist sort mode: now modes are not cumulated any more (so for exampl...Sebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-04-28Added IRC command "671"Sebastien Helleu
2005-04-23Added transfer rate for DCC filesSebastien 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-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-03-21Added missing IRC command 307Sebastien 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-12Added FIFO pipe for remote controlSebastien 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
2005-03-05Server errors are now displayed on appropriate buffers (default is server buf...Sebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-28Fixed some translationsSebastien Helleu
2005-02-27Fixed some translationsSebastien Helleu
2005-02-27Added spanish translationSebastien Helleu
2005-02-27Fixed bug with disconnection (was causing high cpu usage)Sebastien Helleu
2005-02-27Added date/time for DCC CHAT on DCC bufferSebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-26Improved display: align messages after prefixes (for example: "-@-" or "-=-")Sebastien Helleu
2005-02-24Don't check for away on channels when connection to server is downSebastien Helleu
2005-02-22Nicklist now refreshed when using multiple windowsSebastien Helleu
2005-02-22Fixed crash when quitting WeeChatSebastien Helleu
2005-02-21Fixed /connect and /disconnect commands, improved output of some commandsSebastien Helleu
2005-02-20Fixed minor display bugSebastien Helleu
2005-02-20Connection to IRC server is now made by child process (non blocking)Sebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-02-15Added support for UnrealIrcd ("~" for chan owner, "&" for chan admin)Sebastien Helleu
2005-02-13Fixed display bugs when many windows are openedSebastien Helleu
2005-02-12Plugins messages are logged with new config option (log_plugin_msg); on serve...Sebastien Helleu
2005-02-06Fixed charset conversions when locale is UTF-8 (added "look_charset_internal"...Sebastien Helleu
2005-02-05Away check is now customizable (with new irc_away_check option)Sebastien Helleu
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-27Fixed bug when sending automatically who command during server splitSebastien Helleu