summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-27Delete the HAVE_IPV6 ifdef.LemonBoy
Welcome to the future.
2016-01-26Update perl.txtailin-nemui
Mention known Perl Bugs (#386)
2016-01-26Merge pull request #353 from toddpratt/masterailin-nemui
Allow for prepending to the cutbuffer in addition to replacing it.
2016-01-26Merge pull request #399 from LemonBoy/botsailin-nemui
Change when the autocmds are sent.
2016-01-26Merge pull request #405 from LemonBoy/serialize-channel-namedx
Serialize the 'name' attribute of the CHANNEL_REC.
2016-01-25Serialize the 'name' attribute of the CHANNEL_REC.LemonBoy
This way the code doing the serialization in 'sig_layout_save_item' is now symmetric with the loading code loading the data in 'sig_layout_restore'.
2016-01-24Duplicate the code paths for autocommands.LemonBoy
2016-01-18continue headailin-nemui
2016-01-18Merge pull request #401 from irssi/0.8.18-beta2ailin-nemui
integrate 0.8.18 beta2
2016-01-14Change when the autocmds are sent.LemonBoy
As per #175 if a -botcmd is specified for a given channel without a -bots parameter then the command is sent right after joining the channel.
2016-01-12Merge branch '0.8.18-beta1' into 0.8.18-beta2ailin-nemui
2016-01-12Merge branch '0.8.18-beta1' (early part) into 0.8.18-beta2ailin-nemui
2016-01-11Merge pull request #393 from ailin-nemui/moduleversion-perlailin-nemui
forward ABI to perl modules
2016-01-11Merge pull request #394 from ailin-nemui/reset-historyailin-nemui
option to clear the history
2016-01-11Merge pull request #389 from ailin-nemui/hilight2-upailin-nemui
keep track of address in text_dest for hilight purposes
2016-01-11Merge pull request #390 from LemonBoy/ignore-findailin-nemui
Clean up the ignore_find API to make it more powerful.
2016-01-08Merge pull request #396 from mauke/masterailin-nemui
make /knockout use /unban to remove bans
2016-01-08make /knockout use /unban to remove bansLukas Mai
/knockout uses /ban to set bans but calls ban_remove() directly to remove them. This commit makes it use /unban instead. This allows scripts that hook ban/unban to work automatically with /knockout.
2016-01-08Merge pull request #395 from mauke/masterailin-nemui
irc/core/irc-commands.c: fix indentation
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-06Merge pull request #392 from mauke/masterailin-nemui
irssiproxy: avoid using pointer after freeing it
2016-01-06irssiproxy: avoid using pointer after freeing itLukas Mai
2016-01-03Don't break the API.LemonBoy
Have a ignore_find_full method that is the one that all the new code should be using and provide some working stubs for ignore_find and ignore_find_noact.
2016-01-03Clean up the ignore_find API to make it more powerful.LemonBoy
This way we prevent the creation of duplicate ignores since the old code skipped the ignore_find call when a pattern was specified. It should also cover all the cases where the ignores would be wrongly overwritten, such as the case outlined in #78.
2015-12-28keep track of address in text_dest for hilight purposesailin-nemui
2015-12-28keep track of address in text_dest for hilight purposesailin-nemui
2015-12-22correct incorrect pre-release tag in NEWSailin-nemui
2015-12-22Merge pull request #387 from ailin-nemui/import-beta-newsailin-nemui
list NEWS and AUTHORS since 0.8.17
2015-12-22list NEWS since 0.8.17ailin-nemui
2015-12-22add new authors since 0.8.17ailin-nemui
2015-12-15tag as 0.8.18-beta1ailin-nemui
2015-12-15remove mention of ./autogen.sh from releases INSTALLailin-nemui
2015-12-15list NEWS since 0.8.17ailin-nemui
2015-12-15add new authors since 0.8.17ailin-nemui
2015-12-15Merge pull request #385 from ailin-nemui/masterailin-nemui
option to clear the history
2015-12-15Merge pull request #377 from ailin-nemui/moduleversion2ailin-nemui
module check irssi version (manual way)
2015-12-15option to clear the historyailin-nemui
2015-12-15Merge pull request #383 from mh-source/patch-1ailin-nemui
script should be plural
2015-12-15Merge pull request #384 from ailin-nemui/masterailin-nemui
clean up after #303
2015-12-15clean up after #303ailin-nemui
2015-12-15Merge pull request #303 from vague666/fs275ailin-nemui
Applied patch from fs#275 to make /hilight -mask -line work properly
2015-12-15Merge pull request #306 from dequis/bracketed-pasteailin-nemui
Implement paste detection via the bracketed paste mode 2: bracket pasterer
2015-12-14script should be pluralmh
2015-12-14Merge pull request #382 from ailin-nemui/staticperldx
ensure staticlib perl works on 5.22
2015-12-13Bracketed paste: fix nitpick from ahf's reviewdequis
Thanks ahf
2015-12-13ensure staticlib perl works on 5.22 (for now)ailin-nemui
2015-12-12Merge pull request #378 from ailin-nemui/staticperldx
deinit perl on staticperl builds