Age | Commit message (Expand) | Author |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server (r... | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-02-10 | Fix crash when completing /part command on a non-irc buffer (bug #32402) | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-09 | Fix irc topic completion in command /topic when channel topic starts with cha... | Sebastien Helleu |
2010-11-06 | Add IRC command /notify, new options for notify and infolist "irc_notify" (ta... | Sebastien Helleu |
2010-10-09 | Move some IRC options from network section to server section (task #10664, ta... | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-19 | Move /away command from irc plugin to core | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-08-28 | Add 2 new completions (irc_server_channels and irc_server_privates), improve ... | Sebastien Helleu |
2009-05-09 | Add completion %(irc_privates), used by /buffer (completes with channels and pv) | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-03 | Add new values for option irc.look.nick_completion_smart: off / speakers / sp... | Sebastien Helleu |
2009-04-03 | Fix bug with nick completion (too many nick completors were added to nick if ... | Sebastien Helleu |
2009-03-23 | Add completion with self nick in irc/jabber private buffers | Sebastien Helleu |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-12-17 | Improve nick completion: complete first by nicks that highlight me, before ni... | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt for... | Sebastien Helleu |
2008-09-21 | Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi... | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words f... | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-05-06 | Fix crash after closing channels/pv (internal channel structure was not delet... | Sebastien Helleu |
2008-04-30 | IRC colors reintroduced | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu |
2008-02-03 | Fixed "irc_server_nicks" completion (now completes with current server only) ... | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-01-30 | Nick completion enabled again, plugins can now override default nick completi... | Sebastien Helleu |
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu |
2008-01-06 | Added hotlist option for buffer in plugins API, improved buffer refreshs | Sebastien Helleu |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | Sebastien Helleu |