Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-08 | Fix SASL EXTERNAL authentication | Mantas Mikulėnas | |
The "AUTHENTICATE" command is always required – it's part of the IRCv3 SASL framing. RFC 4422 only documents the Base64 payload. | |||
2016-03-02 | irssi proxy: allow listening on unix sockets | Lukas Mai | |
2016-03-02 | reindent | Lukas Mai | |
2016-02-26 | fix proxy server name | Lukas Mai | |
2016-02-18 | remove redundant check | Lukas Mai | |
2016-02-18 | make pointer check explicit | Lukas Mai | |
2016-02-18 | irssi proxy: allow multiplexing multiple networks over a single port | Lukas Mai | |
2016-02-18 | fix formatting | Lukas Mai | |
2016-01-24 | Duplicate the code paths for autocommands. | LemonBoy | |
2016-01-14 | Change when the autocmds are sent. | LemonBoy | |
As per #175 if a -botcmd is specified for a given channel without a -bots parameter then the command is sent right after joining the channel. | |||
2016-01-11 | Merge pull request #393 from ailin-nemui/moduleversion-perl | ailin-nemui | |
forward ABI to perl modules | |||
2016-01-11 | Merge pull request #390 from LemonBoy/ignore-find | ailin-nemui | |
Clean up the ignore_find API to make it more powerful. | |||
2016-01-08 | make /knockout use /unban to remove bans | Lukas Mai | |
/knockout uses /ban to set bans but calls ban_remove() directly to remove them. This commit makes it use /unban instead. This allows scripts that hook ban/unban to work automatically with /knockout. | |||
2016-01-08 | irc/core/irc-commands.c: fix indentation | Lukas Mai | |
2016-01-06 | irssiproxy: avoid using pointer after freeing it | Lukas Mai | |
2016-01-03 | Don't break the API. | LemonBoy | |
Have a ignore_find_full method that is the one that all the new code should be using and provide some working stubs for ignore_find and ignore_find_noact. | |||
2016-01-03 | Clean up the ignore_find API to make it more powerful. | LemonBoy | |
This way we prevent the creation of duplicate ignores since the old code skipped the ignore_find call when a pattern was specified. It should also cover all the cases where the ignores would be wrongly overwritten, such as the case outlined in #78. | |||
2015-12-10 | module check irssi version | ailin-nemui | |
Add explicit checks into every module to match the ABI version defined in common.h | |||
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-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-09 | Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. | LemonBoy | |
2015-10-28 | Preserve the sasl_ options across reconnects. | LemonBoy | |
2015-10-03 | Merge pull request #314 from LemonBoy/sasl_session | dx | |
Save the sasl state in the session | |||
2015-10-02 | Set HOST_NAME_MAX to 255, if it's undefined. | Alexander Færøy | |
Thanks to Jilles and dx. Fixes #309 | |||
2015-10-02 | Don't set the usermode field if blank | LemonBoy | |
Fixes FS#919 | |||
2015-10-02 | Save the sasl state in the session | LemonBoy | |
This is seemingly required to have irssi re-authenticate after a restart. | |||
2015-09-26 | Merge pull request #304 from LemonBoy/sasl_user_options | ailin-nemui | |
Allow the user to set and modify the SASL parameters | |||
2015-09-26 | Allow the user to set and modify the SASL parameters | LemonBoy | |
The /NETWORK ADD command now is able to modify the SASL mechanism, the username and the password on a chatnet basis. | |||
2015-09-24 | Merge pull request #301 from dequis/dcc-get-ntfs-temp-bug | Geert Hauwaerts | |
dcc-get: close() the temp fd so we don't get ETXTBSY in ntfs mounts | |||
2015-09-23 | dcc-get: close() the temp fd so we don't get ETXTBSY in ntfs mounts | Robert C Jensen | |
Patch from debian bug 696963 [1] Fixes github bug #220 and flyspray bug 867 [2] [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696963 [2]: http://bugs.irssi.org/index.php?do=details&task_id=867 | |||
2015-09-23 | Add multi-prefix to list of capabilities to request | dequis | |
Turns out event_names_list() in irc-nicklist.c already handles this. event_who() just ignores it, which is probably a good idea since some of the irc servers I tested this with have a bug that results in sending multiple prefixes in the NAMES reply but not in the WHO one (they were forks of ircd-hybrid before 7.3.0) And NAMES always happens, anyway. WHO is omitted sometimes for huge channels. | |||
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui | |
2015-09-22 | Merge pull request #290 from LemonBoy/ipv6 | ailin-nemui | |
Network and IPv{4,6} related changes | |||
2015-09-21 | Merge pull request #267 from kyak/master | ailin-nemui | |
Add expandos for hostname | |||
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 | Fix formatting warnings. | Alexander Færøy | |
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 #259 from dequis/irssiproxy | ailin-nemui | |
Updates for irssiproxy | |||
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. |