summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-26Fix libintl.h issue on FreeBSDJulien Louis
2007-05-25Fixed bug with PART command parsing (":" not skipped, problem with some IRC s...Sebastien Helleu
2007-05-24Fixed nick completion bug: now self nick is always at the end of completion listSebastien Helleu
2007-05-24Added "%M" for completion with nicks of current server (nicks on open channel...Sebastien Helleu
2007-05-23Improved key bindings: now possible to bind a key on many commands, separated...Sebastien Helleu
2007-05-23Updated russian translationsSebastien Helleu
2007-05-23Fixed minor typo in translationsSebastien Helleu
2007-05-23Updated translationsSebastien Helleu
2007-05-22Improved IRC long message split: use word boundary (task #6685)Sebastien Helleu
2007-05-22Fixed "%C" completion: now completes with all channels of all serversSebastien Helleu
2007-05-22Removed ":" for unknown IRC commands before arguments (bug #19929)Sebastien Helleu
2007-05-22Fixed bug with "/buffer query_name", added server and channel completion for ...Sebastien Helleu
2007-05-21Only check ncurses.h if ncursesw/ncurses.h is not foundJulien Louis
2007-05-21Fix ncurses detection.Julien Louis
2007-05-21Added cmake for weechat compile (patch #5943)Sebastien Helleu
2007-05-21Added date.xml.in, file needed by cmakeSebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu
2007-05-21Removed compile warning in Perl script pluginSebastien Helleu
2007-05-21Updated man pageSebastien Helleu
2007-05-20Fixed IRC mode parsing when receiving modes with arguments (bug #19902)Sebastien Helleu
2007-05-18Fixed crash with IRC JOIN malformed message (bug #19891)Sebastien Helleu
2007-05-18Updated script urlgrab.pySebastien Helleu
2007-05-15Minor cleanup in german doc: removed some unneeded spacesSebastien Helleu
2007-05-14Added charset plugin in docSebastien Helleu
2007-05-11Removed "prefix" data for server info in plugin API (oups, why did I add that ?)Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-05-11Fixed bug with nick prefixes on some IRC servers (bug #19854)Sebastien Helleu
2007-05-11Fixed IRC server message display, case insensitive test for nick in messageSebastien Helleu
2007-05-11New version of awl.pySebastien Helleu
2007-05-11Fixed channel search for display of IRC error messages (case insensitive sear...Sebastien Helleu
2007-05-10Added mpd.py scriptSebastien Helleu
2007-05-10Fixed bug with PING answer: removed one colon at beginning of PONG arguments ...Sebastien Helleu
2007-05-09Improved setup file save: now writes temporary file, then rename it (task #6847)Sebastien Helleu
2007-05-09Fixed bug with $nick/$channel/$server variables in commandsSebastien Helleu
2007-05-09Updated french docSebastien Helleu
2007-05-09Forget current nick when user manually disconnects from serverSebastien Helleu
2007-05-09Fixed nick display in input windowSebastien Helleu
2007-05-09Fixed bug with erroneous nickname when connecting to server (bug #19812), fix...Sebastien Helleu
2007-05-04Added forcenick.rb scriptSebastien Helleu
2007-05-04Added protocol priority for gnutls (patch #5915)Sebastien Helleu
2007-05-03Remove uneeded calls to the python interpreter.Julien Louis
2007-05-02Added channel admin mode '!' for some IRC serversSebastien Helleu
2007-05-02Fixed bug with iso2022jp locale (bug #18719)Sebastien Helleu
2007-04-25Fixed string format bug when displaying string thru plugin script APISebastien Helleu
2007-04-24Added /reconnect command (task #5448)Sebastien Helleu
2007-04-24Added "-all" option for /connect and /disconnect commands (task #6232)Sebastien Helleu
2007-04-24Added browse.rb scriptSebastien Helleu
2007-04-24New version of ctcp.pySebastien Helleu
2007-04-15Nick completion: completes with self nick at the end of completion listSebastien Helleu
2007-04-14Updated docSebastien Helleu