Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-13 | Merge pull request #516 from LemonBoy/comp-file | ailin-nemui | |
Fix the tab completion for paths starting with ./ | |||
2016-09-04 | Merge pull request #533 from dequis/statusmess | LemonBoy | |
Set the default STATUSMSG to @ instead of @+ if it's missing | |||
2016-08-24 | Set the default STATUSMSG to @ instead of @+ if it's missing | dequis | |
This fixes two issues: - IRCNet doesn't have STATUSMSG, but it supports +channels, and including + in the default value meant processing those incorrectly - The "bahamut hack", for old servers that support but don't advertise STATUSMSG, didn't work since ischannel_func doesn't use the default. The choice of @ intentionally leaves out support for other STATUSMSG (for example, AzzurraNet's bahamut 1.4 fork seemed to support + and % in any order, contradicting the comment in the code). I think this is a decent tradeoff, given how those servers are uncommon and relying on +# or %# is even less common than @#. Fixes #531 | |||
2016-08-22 | fix nick->host == NULL crash | ailin-nemui | |
2016-07-12 | Minor cosmetic fix in /unignore error message. | LemonBoy | |
Reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577202 | |||
2016-07-12 | Fix the tab completion for paths starting with ./ | LemonBoy | |
2016-06-24 | Merge pull request #496 from ailin-nemui/comp | ailin-nemui | |
completion fixes | |||
2016-06-21 | Merge pull request #498 from vague666/add_modify_functions | LemonBoy | |
Add modify to /channel, /server and /network | |||
2016-06-21 | use TRUE/FALSE in if statements for gboolean | Jari Matilainen | |
2016-06-19 | Fix minor nits | Jari Matilainen | |
2016-06-18 | Add command_set_options for modify commands to allow completion | Jari Matilainen | |
2016-06-18 | Let ADD still work as modify | Jari Matilainen | |
2016-06-18 | Add /server modify SYNTAX | Jari Matilainen | |
2016-06-18 | Add /network modify | Jari Matilainen | |
2016-06-18 | Add /server modify | Jari Matilainen | |
2016-06-18 | Add /channel modify | Jari Matilainen | |
2016-06-16 | completion fixes | ailin-nemui | |
2016-06-14 | Merge pull request #422 from LemonBoy/misc-cleanup | ailin-nemui | |
Clean up misc.c | |||
2016-06-13 | Add a completion_match_case setting. | LemonBoy | |
2016-06-13 | Be smart about case-matching the nicks. | LemonBoy | |
If the prefix contains an uppercase letter then don't use the case-insensitive search functions. | |||
2016-06-13 | Add a space after the comma when listing the options. | LemonBoy | |
2016-06-13 | Move the validation of the CHOICE setting value | LemonBoy | |
Also, use a FORMAT to show the error message. | |||
2016-06-12 | Strip the surrounding whitespace. | LemonBoy | |
2016-06-12 | Sort the completion results | LemonBoy | |
Make sure the current option is shown first. | |||
2016-06-12 | Add a CHOICE type to the settings system. | LemonBoy | |
This is useful to let the user choose an option between a finite set of valid alternatives. | |||
2016-06-05 | Factor out some redundant code and remove hashtable_get_keys | LemonBoy | |
2016-06-05 | Replace strarray_length with g_strv_length | LemonBoy | |
2016-06-05 | Replace mkpath with g_mkdir_with_parents | LemonBoy | |
2016-05-18 | Merge pull request #480 from xavierog/handle-utf8-nicks-with-mk_wcwidth | ailin-nemui | |
Handle utf8 nicks with mk_wcwidth() | |||
2016-05-13 | Improve UTF-8 handling in display_sorted_nicks(). | Xavier G | |
2016-05-13 | Fix indentation of display_sorted_nicks(). | Xavier G | |
This was done assuming an "indent with tab, align with spaces" approach. get_alignment also benefited from a minor indentation fix. | |||
2016-05-13 | Leverage string_policy(). | Xavier G | |
2016-05-13 | Rename advance() into string_advance(). | Xavier G | |
2016-05-13 | Move advance() from fe-common/core to core. | Xavier G | |
2016-05-13 | Move utf8.{h,c} from fe-common/core to core. | Xavier G | |
2016-05-03 | Fix some ANSI C issues. | pisculichi | |
2016-04-30 | Increased ABI version | isundil | |
2016-04-29 | Added case-sensitive regexp matching for hilights | isundil | |
2016-04-29 | changed command-line -case to -matchcase | B Thibault | |
2016-04-29 | Ref #421 (Add an option to make /hilight case sensitive) | B Thibault | |
Allow use of /hilight -case exAMPle (compatible with other options) Added matchcase to hilight config file (exemple: { text = exAMPle; matchcase = yes; } ) | |||
2016-04-29 | retab | B Thibault | |
2016-03-22 | Merge pull request #443 from LemonBoy/chatnet | ailin-nemui | |
Throw an error when a chatnet has no available url | |||
2016-03-22 | Merge pull request #446 from ailin-nemui/fix_445 | ailin-nemui | |
strip less whitespace from commands | |||
2016-03-20 | strip less whitespace from commands | ailin-nemui | |
fixes #445 | |||
2016-03-19 | Throw an error when a chatnet has no available url | LemonBoy | |
If you type /connect <CN> and the chatnet <CN> has no url available let's just throw an error instead of trying to process <CN> as a url. | |||
2016-03-17 | Don't use glob matching, just regular string comparisons | Jari Matilainen | |
2016-03-14 | Use glob matching for activity_hide_targets | Jari Matilainen | |
spaces vs tabs! strarray_find* needs to return -1 if no index found | |||
2016-01-29 | completion: Fix crash when the complist provided by a script has nulls | dequis | |
Can be reproduced with aspell_complete.pl 1.00 by setting an invalid dictionary with "/set spell_dict a" | |||
2016-01-25 | Serialize the 'name' attribute of the CHANNEL_REC. | LemonBoy | |
This way the code doing the serialization in 'sig_layout_save_item' is now symmetric with the loading code loading the data in 'sig_layout_restore'. | |||
2016-01-11 | Merge pull request #393 from ailin-nemui/moduleversion-perl | ailin-nemui | |
forward ABI to perl modules |