summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-20Undefine PACKAGE_VERSION before overwriting it.Alexander Færøy
2015-09-20Fix formatting warnings.Alexander Færøy
2015-09-20Merge pull request #288 from irssi/ahf/kill-gcdx
Remove Garbage Collection support.
2015-09-20Fix 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-20Remove 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-20Fix warning.Alexander Færøy
2015-09-20Use g_string_append() instead of g_string_append_c() for string.Alexander Færøy
2015-09-20Use g_string_append() instead of g_string_append_c() for string.Alexander Færøy
2015-09-19Add setting to configure rejoin on reconnect behaviourJari Matilainen
Closes #169
2015-09-19Merge pull request #283 from LemonBoy/unset-crnlailin-nemui
Clear the ICRNL flag
2015-09-19Merge pull request #286 from dequis/missing-fe-irc-channels-includedx
Add two missing #include "fe-irc-channels.h"
2015-09-19Merge pull request #284 from ailin-nemui/document-perl-crashesGeert Hauwaerts
Document some shortcomings in perl.txt
2015-09-19Modify the terminal initialization sequenceLemonBoy
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-18Add two missing #include "fe-irc-channels.h"dequis
Fixes #285
2015-09-19Merge pull request #259 from dequis/irssiproxyailin-nemui
Updates for irssiproxy
2015-09-18Update perl.txtailin-nemui
2015-09-10Merge pull request #248 from LemonBoy/chantypesAlexander Færøy
Implement CHANTYPES support
2015-09-09Move the function prototypes in a separate headerLemonBoy
2015-09-09Merge pull request #276 from LemonBoy/terminfo-application-modeAlexander Færøy
Send smkx/rmkx sequence at terminal init
2015-09-09Merge pull request #275 from LemonBoy/cap-support-nitpicksAlexander Færøy
Fix two minor issues outlined in the PR#222
2015-09-06Send smkx/rmkx sequence at terminal initLemonBoy
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-02Fix two minor issues outlined in the PR#222LemonBoy
irc-cap.c has now a licence header. A minor style fix in misc.c
2015-09-02Introduce some more chantypes awarenessLemonBoy
2015-09-02Whitespace fixLemonBoy
2015-08-24Merge pull request #263 from ailin-nemui/git-clone-checkAlexander Færøy
Introduce check for git commands in autogen
2015-08-24Merge pull request #222 from LemonBoy/cap-supportAlexander Færøy
[RFC] CAP support
2015-08-20Send the CAP LS after sending the proxy stringsLemonBoy
Patch by @dequis
2015-07-28Merge pull request #269 from blha303/masterGeert Hauwaerts
Replace \n with \r\n in irssiproxy source, fixes bug
2015-07-25Replace \n with \r\n in irssiproxy source, fixes bugblha303
2015-07-09Introduce check for git commands in autogenAilin Nemui
This avoids a misleading compile error when users try to `make` an incomplete (or non-git) check-out.
2015-06-14Fix 'address already in use' when changing irssiproxy_portsdequis
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-14Rename /proxy command to /irssiproxy for claritydequis
2015-06-14Merge branch 'master' into irssiproxydequis
Conflicts: src/irc/proxy/listen.c
2015-06-121k+ windows are now the default formatting (#223)Geert Hauwaerts
1k+ windows are now the default formatting (#223)
2015-06-12Merge pull request #257 from GeertHauwaerts/masterGeert Hauwaerts
Clarify the help for /LIST (#228)
2015-06-12Proper removal of sb_search.pl (#143)Geert Hauwaerts
Proper removal of sb_search.pl (#143)
2015-06-12Updated the man page (#251)Geert Hauwaerts
Updated the man page (#251)
2015-06-12Updated 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-12Merge pull request #258 from irssi/revert-232-masterGeert Hauwaerts
Revert "Bug fix - docdir is ignored during installation."
2015-06-12Revert "Bug fix - docdir is ignored during installation."Geert Hauwaerts
2015-06-12Add server check in irc_server_connect (#208)Geert Hauwaerts
Fail instead of crash, if irc_server_connect is called without object. (#208)
2015-06-12Clarify the help for /LIST (#228)Geert Hauwaerts
Clarify the help for /LIST (#228)
2015-06-12Merge pull request #247 from FreeFull/patch-1Geert Hauwaerts
lastlog doc fix
2015-06-12Merge pull request #252 from ailin-nemui/patch-2Geert Hauwaerts
Update sb_search.pl
2015-05-31Improve 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-29Update sb_search.plailin-nemui
make it easier to bind sb search to a key
2015-05-15Implement CHANTYPES supportLemonBoy
2015-05-14lastlog doc fixFilip 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-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2015-04-21Merge pull request #241 from pstray/masterAlexander Færøy
Change a hash lookup so it compiles