Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | Merge pull request #374 from ailin-nemui/dist-fix | dx | |
add missing file to Makefile | |||
2015-12-09 | Minor adjustments. | LemonBoy | |
Use g_strcmp0 instead of strcmp. Explicit checks added for the g_strcmp0 clauses. | |||
2015-12-09 | Rewrite some faulty logic handling the saved servers. | LemonBoy | |
2015-12-09 | Better function naming | LemonBoy | |
2015-12-09 | Fix Out-of-tree build | ailin-nemui | |
Symlink irssi-version.h into build dir, restoring 550df275580b253e8c3ebb5dbfceef87311a63c9 | |||
2015-12-09 | add missing file to Makefile | ailin-nemui | |
2015-12-09 | Merge pull request #131 from ailin-nemui/fe-exec-perl | ailin-nemui | |
Add bindings for exec-type window items to Perl | |||
2015-12-09 | Add bindings for exec-type window items to Perl | Ailin Nemui | |
These bindings were missing and resulted in non-hash non-undef active entries when an interactive process is executing. | |||
2015-12-09 | Merge pull request #174 from ailin-nemui/entry-prompt-colours | ailin-nemui | |
reimplement format and length logic for the entry prompt | |||
2015-12-09 | Merge pull request #65 from ailin-nemui/perl-irc-poly | ailin-nemui | |
forward alternate_nick to Irc::Server attributes | |||
2015-12-09 | Merge pull request #373 from mineo/dcc-doc | ailin-nemui | |
DCC close always requires a type | |||
2015-12-09 | DCC close always requires a type | Wieland Hoffmann | |
2015-12-09 | Rewrite some faulty logic handling the saved channels. | LemonBoy | |
Issue #340 brought to our attention the fact that under certain circumstances irssi would go on a wild rampage and carelessly overwrite some saved channel records in the configuration file. This happened because the code didn't take into account the case where the channel index in setupchannels wouldn't match the one in the configuration; this actually happens when the user removes a chatnet without removing the associated channels. | |||
2015-11-27 | Merge pull request #370 from dequis/irc-cap-space | ailin-nemui | |
irc-cap: Don't send a space at the beginning of the CAP REQ parameter | |||
2015-11-26 | irc-cap: Don't send a space at the beginning of the CAP REQ parameter | dequis | |
Turns out it confuses inspircd, making it reply a NAK with empty parameter. The rest is ACKed anyway. I've already whined at saberuk and there's a pending pull request over there fixing this issue. And, of course, this is cleaner. | |||
2015-11-26 | Merge pull request #357 from LemonBoy/fix-99+1 | dx | |
Correctly alias 'channel' to '#channel' | |||
2015-11-25 | Merge pull request #368 from incertia/random-fixes | Geert Hauwaerts | |
Random fixes (improve INSTALL) | |||
2015-11-25 | revise INSTALL to be more clear regarding which script to use | Will Song | |
2015-11-25 | change ./configure to ./autogen.sh because ./configure does not exist in | Will Song | |
a fresh clone of the repository | |||
2015-11-25 | ignore MYMETA.* generated by scripts in project root | Will Song | |
2015-11-25 | Merge pull request #367 from ailin-nemui/perl_warn | dx | |
more perl inheritance warning fixes | |||
2015-11-25 | more perl inheritance warning fixes | ailin-nemui | |
2015-11-23 | Merge pull request #365 from ailin-nemui/perl_nick | dx | |
fix nick class hierarchy | |||
2015-11-23 | Merge pull request #364 from ailin-nemui/no_cap_sasl | dx | |
stop cap_sasl | |||
2015-11-24 | fix nick class hierarchy | ailin-nemui | |
2015-11-24 | stop cap_sasl | ailin-nemui | |
2015-11-23 | Merge pull request #360 from LemonBoy/backport-patch | dx | |
Save a patch from the Flyspray oblivion, plus a nice unrelated commit to make everyone (un)happy | |||
2015-11-23 | Merge pull request #359 from LemonBoy/dcc-assert | ailin-nemui | |
Let ignore_check do its work when server is NULL | |||
2015-11-22 | Merge pull request #361 from LemonBoy/awaylog-format | ailin-nemui | |
Use the expanded filename when picking the awaylog | |||
2015-11-22 | Use the expanded filename when picking the awaylog | LemonBoy | |
This fixes a long-standing bug where 'fname' was being feed to cat instead of 'real_fname', causing it to quit with a 'No such file or directory' error. FS#377 | |||
2015-11-22 | Use 'isblank()' instead of a custom macro | LemonBoy | |
2015-11-22 | Correct a wrong use of the 'paste_buffer' variable | Fabian Kurz | |
The function "static void paste_buffer_join_lines(GArray *buf)" in "src/fe-text/gui-readline.c" is supposed to join lines from the GArray pointed to by *buf under certain circumstances. In the code of the function "buf" is actually used for getting the length of the GArray, but to get a pointer to the data, "paste_buffer->data" is used; paste_buffer is defined in the scope of the whole file. This delivers the desired result, because this function is only called once, with "paste_buffer" as the argument. If paste_buffer_join_lines() will ever be used with a different argument, it will fail. | |||
2015-11-22 | Let ignore_check do its work when server is NULL | LemonBoy | |
A NULL-check has been added to the ignore_match_server macro, making the function safe from a pointer perspective. Fixes #193 in the meanwhile. | |||
2015-11-19 | Correctly alias 'channel' to '#channel' | LemonBoy | |
Use the same approach used in 'irc_channels_join'. Remove 'irc_nick_strip' since it was unused. | |||
2015-11-18 | Merge pull request #350 from LemonBoy/fix-99 | ailin-nemui | |
Strip trailing whitespace from commands | |||
2015-11-10 | Merge pull request #351 from vague666/hilight_default_behaviour | ailin-nemui | |
Fix /hilight list output behaviour depending on enabled flags | |||
2015-11-09 | /hilight list print output with enabled flags, except when -word and -nick ↵ | Jari Matilainen | |
are used | |||
2015-11-09 | Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. | LemonBoy | |
2015-11-09 | Strip the trailing whitespace from /join commands. | LemonBoy | |
Fixes #99 for great good. | |||
2015-11-09 | Add an option to strip trailing whitespace when parsing commands | LemonBoy | |
2015-11-09 | Merge pull request #313 from isundil/master | ailin-nemui | |
Fix #45 Make it easy to delete default channels, servers and networks | |||
2015-11-09 | Merge pull request #341 from dequis/strsplit-len-fix | ailin-nemui | |
Fix invalid reads in strsplit_len when splitting on spaces | |||
2015-11-09 | strsplit_len: make it look more like the original version | dequis | |
2015-11-09 | strsplit_len: use strlen() directly instead of a remaining_len variable | dequis | |
2015-11-08 | Merge remote-tracking branch 'origin/master' into bracketed-paste | dequis | |
2015-11-02 | Merge pull request #330 from dequis/xterm-keypad-enter | ailin-nemui | |
Add xterm's keypad enter, meta-O-M to "key return" bindings | |||
2015-11-01 | Merge pull request #320 from irssi/ahf/add-setting-type-any | dx | |
Fix warnings | |||
2015-10-30 | Merge pull request #344 from rrebello/m4-quote-fix | dx | |
Fix quote around macro argument | |||
2015-10-28 | Merge pull request #345 from LemonBoy/sasl-reconnect | dx | |
Preserve the sasl_ options across reconnects. | |||
2015-10-28 | Preserve the sasl_ options across reconnects. | LemonBoy | |