Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-19 | Merge pull request #20 from ailin-nemui/broken-signal-parser | Alexander Færøy | |
fix signals parser | |||
2014-06-18 | fix signals parser | Ailin Nemui | |
2014-06-18 | Add NO_ACT level | Tom Feist | |
This patch adds a new NO_ACT level that can be used with /ignore to ignore activity notifications | |||
2014-06-18 | Merge pull request #42 from dgl/no-dancer | Alexander Færøy | |
Revert "add d,q,f and J to CHANMODES default, to work a bit better with ... | |||
2014-06-18 | Add initial NEWS entries for 0.8.17-head | Alexander Færøy | |
2014-06-18 | Merge pull request #23 from ailin-nemui/perl-format_get_text | Alexander Færøy | |
fix implementation of format_get_text script api | |||
2014-06-18 | Merge pull request #22 from ailin-nemui/perl-package-fixes | Alexander Færøy | |
Correct the packages of the scripting API | |||
2014-06-18 | Merge pull request #12 from ailin-nemui/no-split-utf8 | Alexander Færøy | |
no split utf8 from the bug tracker | |||
2014-06-18 | Fix UTF-8 character corruption every 32kb of text buffer | Kuang-che Wu | |
2014-06-16 | Revert "add d,q,f and J to CHANMODES default, to work a bit better with ↵ | David Leadbeater | |
dancer and possibly others" This is no longer relevant and most ircds now send a correct isupport message. This reverts commit b832f1f7b2c4a692786d5d52904a2bdf4d14354f. | |||
2014-06-16 | Merge pull request #41 from dgl/network-syntax | Alexander Færøy | |
Add -usermode to /NETWORK syntax | |||
2014-06-16 | Add -usermode to /NETWORK syntax | David Leadbeater | |
2014-06-16 | Merge pull request #39 from dgl/upgrade | Alexander Færøy | |
Document that /UPGRADE doesn't work with SSL | |||
2014-06-16 | Merge pull request #38 from dgl/scripts | Alexander Færøy | |
Update usercount to version in scripts git | |||
2014-06-16 | fix implementation of format_get_text script api | Ailin Nemui | |
2014-06-16 | correct package of server gui_printtext_after | Ailin Nemui | |
2014-06-16 | fix package of term_refresh_* script api | Ailin Nemui | |
2014-06-16 | Document that /UPGRADE doesn't work with SSL | David Leadbeater | |
2014-06-15 | Update usercount to version in scripts git | David Leadbeater | |
2014-06-16 | Merge pull request #24 from ailin-nemui/speedup | Alexander Færøy | |
Speed up nicklist and window_find operations | |||
2014-06-15 | speed up nicklist by using hash | Ailin Nemui | |
2014-06-15 | speed up window_item_find by interning name and removing call to channel_find | Ailin Nemui | |
2014-06-15 | Disallow unloading of static modules | Jaroslav Škarvada | |
2014-06-15 | Merge pull request #37 from dajohi/g_ascii_strcasecmp | Alexander Færøy | |
g_strcasecmp -> g_ascii_strcasecmp | |||
2014-06-15 | g_strcasecmp -> g_ascii_strcasecmp | David Hill | |
2014-06-15 | Merge pull request #36 from dajohi/g_tree_foreach | Alexander Færøy | |
Replace deprecated g_tree_traverse with g_tree_foreach. | |||
2014-06-15 | Add support for utf8 chars to /bind | Marien Zwart | |
Fixes: #18 Fixes: bio#553 | |||
2014-06-15 | Replace deprecated g_tree_traverse with g_tree_foreach. | David Hill | |
g_tree_foreach traverses the tree in sorted order, which is what irssi was already doing. | |||
2014-06-15 | Merge pull request #34 from dgl/autogen-fix | Alexander Færøy | |
Fix error to refer to elinks, as that is what it checks for | |||
2014-06-15 | Fix error to refer to elinks, as that is what it checks for | David Leadbeater | |
2014-06-15 | Merge pull request #33 from dajohi/modules_load | Alexander Færøy | |
Silence a compiler warning. | |||
2014-06-15 | Silence a compiler warning. | David Hill | |
If the first g_module_symbol call failed, module_deinit was set to value2, which is uninitialized. Move the assignment after checking variable found to silence the warning. | |||
2014-06-15 | Merge pull request #32 from dajohi/g_io_channel_shutdown | Alexander Færøy | |
Replace deprecated g_io_channel_close with g_io_channel_shutdown. | |||
2014-06-15 | Replace deprecated g_io_channel_close with g_io_channel_shutdown. | David Hill | |
g_io_channel_close flushes the buffer and does not return errors. g_io_channel_shutdown(handle, TRUE, NULL) keeps that behavior. | |||
2014-06-15 | Remove nonexistant usage from man page | Jaroslav Škarvada | |
2014-06-15 | Merge pull request #5 from dajohi/master | Alexander Færøy | |
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | |||
2014-06-15 | Use a slightly less verbose template | Alexander Færøy | |
2014-06-15 | Add build status to README.md | Alexander Færøy | |
2014-06-15 | Add lynx as build-dep | Alexander Færøy | |
2014-06-15 | Skip join and use notices | Alexander Færøy | |
2014-06-15 | Add .travis.yml | Alexander Færøy | |
2014-06-15 | Merge pull request #25 from ailin-nemui/local-perl | Alexander Færøy | |
support local perl | |||
2014-06-12 | Cleanup README.md | Alexander Færøy | |
This patch restructures and cleans up README.md slightly to make it a more structured for Github's README.md repository view. | |||
2014-06-12 | support local perl | Ailin Nemui | |
2014-06-11 | Merge pull request #27 from nyuszika7h/patch/readme-bugtracker | Alexander Færøy | |
README.md: New issues should be opened on GitHub, minor grammar fixes | |||
2014-06-11 | README.md: Tell users to look at GitHub issues too | nyuszika7h | |
2014-06-11 | README.md: New issues should be opened on GitHub, minor grammar fixes | nyuszika7h | |
2014-06-11 | Merge pull request #21 from ailin-nemui/scriptassist-deprecation | Alexander Færøy | |
fix deprecated perl warnings in scriptassist by removing all occurences of "defined" | |||
2014-06-11 | fix deprecated perl warnings in scriptassist by removing all occurences of ↵ | Ailin Nemui | |
"defined" | |||
2014-06-11 | Merge pull request #13 from ailin-nemui/segfault-no-protocol | Alexander Færøy | |
fix segfault with xmpp query in layout |