Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-21 | Merge pull request #267 from kyak/master | ailin-nemui | |
Add expandos for hostname | |||
2015-09-21 | Ding dong the switch is dead | LemonBoy | |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy | |
Ip's aren't selected using random() anymore, also select the ip version by using getaddrinfo and some proper hints. | |||
2015-09-20 | Merge pull request #278 from LemonBoy/sasl | dx | |
SASL support | |||
2015-09-21 | Use formats instead of g_warning | LemonBoy | |
Add some copyright headers here and there too. | |||
2015-09-20 | More format warnings removed. | Alexander Færøy | |
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 | Merge remote-tracking branch 'origin' into sasl | LemonBoy | |
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-11 | Don't handle 908 as a critical failure | LemonBoy | |
"if the mechanism is unknown, 908 is optional, 904 (or equivalent error condition) is required" | |||
2015-09-11 | Parse the error string received by the server | LemonBoy | |
So that in case of SASL failure the user sees a nice error message. | |||
2015-09-11 | Consider the SASL handshake successful on 903 | LemonBoy | |
2015-09-11 | Handle event 906 and 908 | LemonBoy | |
2015-09-11 | Explicitly set the authorization id during the PLAIN handshake | LemonBoy | |
On error show the user the message sent by the server. | |||
2015-09-11 | Replace spaces with tabs | LemonBoy | |
2015-09-11 | Address all the points outlined in the first review | LemonBoy | |
Replace G_SOURCE_REMOVE with FALSE for the compatibility sake. Zero the timeout id after g_source_remove and when exipred. Save the sasl_* options in sig_chatnet_saved(). | |||
2015-09-11 | SASL support | LemonBoy | |
The only supported methods are PLAIN and EXTERNAL, the latter is untested as of now. The code gets the values from the keys named sasl_{mechanism,username,password} specified for each chatnet. | |||
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-29 | Remove extra line break | kyak | |
How did this extra break cripple in here? | |||
2015-08-29 | Use HOST_NAME_MAX for userhost and hostname expandos | kyak | |
Use HOST_NAME_MAX instead of hardcoded 100 for userhost and hostname expandos. | |||
2015-08-29 | Use "(none)" as fallback for hostname and userhost expandos | kyak | |
Use "(none)" instead of "??" for hostname and userhost expandos when these can't be reliably detected. | |||
2015-08-29 | In expando_hostname, set *free_ret to TRUE | kyak | |
*free_ret must be set to TRUE in both cases, since we return some newly initialised memory | |||
2015-08-26 | Clean up in hostname expando before return | kyak | |
Clean up the vector resulting from g_strsplit before returning from expando_hostname(). Also, use g_strdup() instead of g_strconcat() to return the pointer to hostname. | |||
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-19 | Add expandos for hostname | kyak | |
See http://bugs.irssi.org/index.php?do=details&task_id=829 |