Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-02 | Don't set the usermode field if blank | LemonBoy | |
Fixes FS#919 | |||
2015-09-29 | Merge pull request #308 from vague666/sasl_in_network_list | ailin-nemui | |
Add sasl info to /network list output if available | |||
2015-09-29 | Make sure sasl settings are defined before printing them out | Jari Matilainen | |
2015-09-29 | Add sasl info to /network list output if available | Jari Matilainen | |
2015-09-28 | Merge pull request #307 from chi6rag/master | ailin-nemui | |
Remove Typo from Startup FAQs | |||
2015-09-28 | Remove Typo from FAQs | Chirag Aggarwal | |
2015-09-27 | Merge pull request #305 from dequis/install-doc-mention-local-lib | Geert Hauwaerts | |
INSTALL: mention local::lib for home directory installations | |||
2015-09-27 | INSTALL: mention local::lib for home directory installations | dequis | |
I had problems installing this and this file didn't have the answer. So I'm adding what nei told me to do. | |||
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 #302 from vague666/rawlog_save_with_dir | Geert Hauwaerts | |
Added functionality to create dir if dir specified in rawlog filename | |||
2015-09-24 | Added functionality to create dir if dir specified in rawlog filename | Jari Matilainen | |
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 | Merge pull request #298 from dequis/multi-prefix | Geert Hauwaerts | |
Add multi-prefix to list of capabilities to request | |||
2015-09-23 | Merge pull request #300 from dequis/drop-centos5 | Geert Hauwaerts | |
Drop centos 5 support, bump glib requirement to 2.16 | |||
2015-09-23 | Drop some glib version checks that are not needed anymore | dequis | |
The g_strcmp0 fallback in particular was broken since it was used in a few places as a GCompareFunc, and macros don't work that way. Yes, that one was my fault, but nobody complained :D | |||
2015-09-23 | Bump glib2 requirement from 2.6 to 2.16 | dequis | |
This drops support for rhel/centos 5 (18 months left of its 10 year support cycle) Keeps support for debian 5.0 (lenny) and ubuntu 8.04 LTS, both of which are unsupported, so bumping up to glib 2.24 wouldn't be a problem, but it's not needed atm. | |||
2015-09-23 | Revert "Revert "Bug fix - docdir is ignored during installation."" | dequis | |
This reverts commit d222c11f74a5662df59e00e7ae6c8105179a804e. | |||
2015-09-23 | Merge pull request #264 from ailin-nemui/window-help | Geert Hauwaerts | |
Improve the WINDOW help | |||
2015-09-23 | Improve the WINDOW help | Ailin Nemui | |
Properly describe the window command. Make help sort order deterministic. | |||
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 | sig_message_irc_op_public: fix nickmode lookup, use cleantarget instead | dequis | |
2015-09-23 | Merge pull request #297 from vague666/hilight_nick_matches | ailin-nemui | |
Add new setting to modify behaviour of hilight_nick_matches to match anywhere in message Fixes #56 | |||
2015-09-22 | Fix return value from nick_match_msg_everywhere, remove #include 'settings.h' | Jari Matilainen | |
2015-09-22 | Fix return value from nick_match_msg_everywhere | Jari Matilainen | |
2015-09-22 | Add new setting to optionally modify behaviour of hilight_nick_matches | Jari Matilainen | |
Fix indentation Remove unused variables that crept into the nick_match_msg_everywhere function | |||
2015-09-22 | Merge pull request #296 from irssi/revert-290-ipv6 | ailin-nemui | |
Revert "Network and IPv{4,6} related changes" it wasn't ready yet and I merged this in error | |||
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-22 | Merge pull request #295 from dequis/fix-bug-291 | ailin-nemui | |
Fix #291, "/msg +#channel incorrectly shows up as Nick:@#channel" | |||
2015-09-22 | fe_channel_skip_prefix: fix return value (FALSE/NULL isn't valid) | dequis | |
The return value is a char*, and here it was false which is 0 which is more or less the same as null. That could have been a crash somewhere, the functions that call this don't expect null ever. | |||
2015-09-22 | Fix #291, "/msg +#channel incorrectly shows up as Nick:@#channel" | dequis | |
Just passing the full target to the "message irc op_public" signal handler and letting it do the cleanup. The fe_channel_skip_prefix() call in event_privmsg() is kept because recode_in() needs a real channel name, but There was similar code in sig_message_own_wall(), but that one is correct - the /wall command always sends NOTICE @#chan, so I added a comment down there to make it clear. | |||
2015-09-21 | Merge pull request #292 from dequis/mangled-text-paste-fix | ailin-nemui | |
Fix FS#905, mangled text when pasted line length exceeds 400 | |||
2015-09-21 | Fix FS#905, mangled text when pasted line length exceeds 400 | dequis | |
http://bugs.irssi.org/index.php?do=details&task_id=905 Not using the patch from that ticket, the issue turned out to be that (dest - last_lf_pos) returned number of unichr, not bytes, so that's 4 times less than what the size parameter of memmove() should be. | |||
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 | |