Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-20 | Undefine PACKAGE_VERSION before overwriting it. | Alexander Færøy | |
2015-09-20 | Fix formatting warnings. | Alexander Færøy | |
2015-09-20 | Merge pull request #288 from irssi/ahf/kill-gc | dx | |
Remove Garbage Collection support. | |||
2015-09-20 | Fix warning. | Alexander Færøy | |
Add comment on the use of ??) in C, since that string isn't entirely obvious to people who are reading the code. | |||
2015-09-20 | Remove Garbage Collection support. | Alexander Færøy | |
GC support was never enabled by default and nobody in the current development team seems to care about it. | |||
2015-09-20 | Fix warning. | Alexander Færøy | |
2015-09-20 | Use g_string_append() instead of g_string_append_c() for string. | Alexander Færøy | |
2015-09-20 | Use g_string_append() instead of g_string_append_c() for string. | Alexander Færøy | |
2015-09-19 | Add setting to configure rejoin on reconnect behaviour | Jari Matilainen | |
Closes #169 | |||
2015-09-19 | Merge pull request #283 from LemonBoy/unset-crnl | ailin-nemui | |
Clear the ICRNL flag | |||
2015-09-19 | Merge pull request #286 from dequis/missing-fe-irc-channels-include | dx | |
Add two missing #include "fe-irc-channels.h" | |||
2015-09-19 | Merge pull request #284 from ailin-nemui/document-perl-crashes | Geert Hauwaerts | |
Document some shortcomings in perl.txt | |||
2015-09-19 | Modify the terminal initialization sequence | LemonBoy | |
We disable the ICRNL flag to make Enter independent from ^J from the keybinding point of view since the former will now send ^M, leaving the user free to remap ^J without trapping itself into the irssi session because of a broken Enter key. Also disable the software flow control because we don't expect anyone to run irssi over a serial console; we gain some more freedom by having ^Q and ^S freely mappable by the user. | |||
2015-09-18 | Add two missing #include "fe-irc-channels.h" | dequis | |
Fixes #285 | |||
2015-09-19 | Merge pull request #259 from dequis/irssiproxy | ailin-nemui | |
Updates for irssiproxy | |||
2015-09-18 | Update perl.txt | ailin-nemui | |
2015-09-10 | Merge pull request #248 from LemonBoy/chantypes | Alexander Færøy | |
Implement CHANTYPES support | |||
2015-09-09 | Move the function prototypes in a separate header | LemonBoy | |
2015-09-09 | Merge pull request #276 from LemonBoy/terminfo-application-mode | Alexander Færøy | |
Send smkx/rmkx sequence at terminal init | |||
2015-09-09 | Merge pull request #275 from LemonBoy/cap-support-nitpicks | Alexander Færøy | |
Fix two minor issues outlined in the PR#222 | |||
2015-09-06 | Send smkx/rmkx sequence at terminal init | LemonBoy | |
Enter the "application" mode when setting up the terminal, this improves the compatiblity with the standards; as a side effect now DEL key works ootb when irssi is run in the suckless's st terminal. | |||
2015-09-02 | Fix two minor issues outlined in the PR#222 | LemonBoy | |
irc-cap.c has now a licence header. A minor style fix in misc.c | |||
2015-09-02 | Introduce some more chantypes awareness | LemonBoy | |
2015-09-02 | Whitespace fix | LemonBoy | |
2015-08-24 | Merge pull request #263 from ailin-nemui/git-clone-check | Alexander Færøy | |
Introduce check for git commands in autogen | |||
2015-08-24 | Merge pull request #222 from LemonBoy/cap-support | Alexander Færøy | |
[RFC] CAP support | |||
2015-08-20 | Send the CAP LS after sending the proxy strings | LemonBoy | |
Patch by @dequis | |||
2015-07-28 | Merge pull request #269 from blha303/master | Geert Hauwaerts | |
Replace \n with \r\n in irssiproxy source, fixes bug | |||
2015-07-25 | Replace \n with \r\n in irssiproxy source, fixes bug | blha303 | |
2015-07-09 | Introduce check for git commands in autogen | Ailin Nemui | |
This avoids a misleading compile error when users try to `make` an incomplete (or non-git) check-out. | |||
2015-06-14 | Fix 'address already in use' when changing irssiproxy_ports | dequis | |
When changing the value of irssiproxy_ports to use a different network name in a port that was already bound (so like changing from asd=6667 to sdf=6667) it would throw "address already in use". This fixes it by delaying the add_listen() calls after all the remove_listen() were called. | |||
2015-06-14 | Rename /proxy command to /irssiproxy for clarity | dequis | |
2015-06-14 | Merge branch 'master' into irssiproxy | dequis | |
Conflicts: src/irc/proxy/listen.c | |||
2015-06-12 | 1k+ windows are now the default formatting (#223) | Geert Hauwaerts | |
1k+ windows are now the default formatting (#223) | |||
2015-06-12 | Merge pull request #257 from GeertHauwaerts/master | Geert Hauwaerts | |
Clarify the help for /LIST (#228) | |||
2015-06-12 | Proper removal of sb_search.pl (#143) | Geert Hauwaerts | |
Proper removal of sb_search.pl (#143) | |||
2015-06-12 | Updated the man page (#251) | Geert Hauwaerts | |
Updated the man page (#251) | |||
2015-06-12 | Updated the bundled scripts to their latest version (#143) | Geert Hauwaerts | |
Updated the bundled scripts to their latest version (#143) Removed sb_search.pl which is not contributed into the script archive, I will poke coekie about it. | |||
2015-06-12 | Merge pull request #258 from irssi/revert-232-master | Geert Hauwaerts | |
Revert "Bug fix - docdir is ignored during installation." | |||
2015-06-12 | Revert "Bug fix - docdir is ignored during installation." | Geert Hauwaerts | |
2015-06-12 | Add server check in irc_server_connect (#208) | Geert Hauwaerts | |
Fail instead of crash, if irc_server_connect is called without object. (#208) | |||
2015-06-12 | Clarify the help for /LIST (#228) | Geert Hauwaerts | |
Clarify the help for /LIST (#228) | |||
2015-06-12 | Merge pull request #247 from FreeFull/patch-1 | Geert Hauwaerts | |
lastlog doc fix | |||
2015-06-12 | Merge pull request #252 from ailin-nemui/patch-2 | Geert Hauwaerts | |
Update sb_search.pl | |||
2015-05-31 | Improve ischannel_func (#253) | LemonBoy | |
The function now skips all the leading characters that are in the STATUSMSG. If the server didn't send the STATUSMSG option then it's assumed to be "@+" for compatibility with bahamut 2.4 (sic). | |||
2015-05-29 | Update sb_search.pl | ailin-nemui | |
make it easier to bind sb search to a key | |||
2015-05-15 | Implement CHANTYPES support | LemonBoy | |
2015-05-14 | lastlog doc fix | Filip Szczepański | |
Only the filename can come right after `-file`. Having `-force` in that position causes an `Irssi: Could not open lastlog: No such file or directory` error. | |||
2015-05-05 | Implement support for IRCv3.1 CAP negotiation | LemonBoy | |
2015-04-21 | Merge pull request #241 from pstray/master | Alexander Færøy | |
Change a hash lookup so it compiles |