summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-18make pointer check explicitLukas Mai
2016-02-18irssi proxy: allow multiplexing multiple networks over a single portLukas Mai
2016-02-18fix formattingLukas Mai
2016-02-10fix whitespaceTodd A. Pratt
2016-02-10Merge branch 'master' of github.com:irssi/irssiTodd A. Pratt
2016-02-05Merge pull request #413 from dequis/completion-list-crash-fixailin-nemui
2016-02-04Merge branch 'master' of github.com:irssi/irssiTodd A. Pratt
2016-02-03Merge pull request #410 from LemonBoy/getaddrinfo-v6-flagailin-nemui
2016-01-30remove memory allocation check, spaces to tabsTodd A. Pratt
2016-01-30add an append operation to cut buffer handlingTodd A. Pratt
2016-01-29completion: Fix crash when the complist provided by a script has nullsdequis
2016-01-27Add AI_ADDRCONFIG to the getaddrinfo hints.LemonBoy
2016-01-27Call getnameinfo with NI_NAMEREQD flag.LemonBoy
2016-01-27Minor style fix in net_ip2host.LemonBoy
2016-01-27Delete the HAVE_IPV6 ifdef.LemonBoy
2016-01-26Merge pull request #353 from toddpratt/masterailin-nemui
2016-01-26Merge pull request #399 from LemonBoy/botsailin-nemui
2016-01-25Serialize the 'name' attribute of the CHANNEL_REC.LemonBoy
2016-01-24Duplicate the code paths for autocommands.LemonBoy
2016-01-14Change when the autocmds are sent.LemonBoy
2016-01-11Merge pull request #393 from ailin-nemui/moduleversion-perlailin-nemui
2016-01-11Merge pull request #394 from ailin-nemui/reset-historyailin-nemui
2016-01-11Merge pull request #389 from ailin-nemui/hilight2-upailin-nemui
2016-01-11Merge pull request #390 from LemonBoy/ignore-findailin-nemui
2016-01-08make /knockout use /unban to remove bansLukas Mai
2016-01-08irc/core/irc-commands.c: fix indentationLukas Mai
2016-01-08reorder history add and fixesailin-nemui
2016-01-08option to clear the historyailin-nemui
2016-01-07forward ABI to perl modulesailin-nemui
2016-01-06irssiproxy: avoid using pointer after freeing itLukas Mai
2016-01-03Don't break the API.LemonBoy
2016-01-03Clean up the ignore_find API to make it more powerful.LemonBoy
2015-12-28keep track of address in text_dest for hilight purposesailin-nemui
2015-12-15clean up after #303ailin-nemui
2015-12-15Merge pull request #303 from vague666/fs275ailin-nemui
2015-12-15Merge pull request #306 from dequis/bracketed-pasteailin-nemui
2015-12-13Bracketed paste: fix nitpick from ahf's reviewdequis
2015-12-13ensure staticlib perl works on 5.22 (for now)ailin-nemui
2015-12-12Bracketed paste: Adjust paste line count if there's text after newlinesdequis
2015-12-12Disable timeout-based paste detection if paste_use_bracketed_mode is ondequis
2015-12-10deinit perl on staticperl buildsailin-nemui
2015-12-09Merge branch 'master' of github.com:irssi/irssiTodd A. Pratt
2015-12-10module check irssi versionailin-nemui
2015-12-09Merge pull request #371 from LemonBoy/rampageailin-nemui
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-12-09Minor adjustments.LemonBoy
2015-12-09Rewrite some faulty logic handling the saved servers.LemonBoy
2015-12-09Better function namingLemonBoy
2015-12-09add missing file to Makefileailin-nemui
2015-12-09Add bindings for exec-type window items to PerlAilin Nemui