summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-04remove curses terminal and ncurses macroailin-nemui
2016-07-17Merge pull request #518 from vague666/hilight_helpdx
Wrong order in the arguments in /hilight example, -mask doesn't take …
2016-07-17Wrong order in the arguments in /hilight example, -mask doesn't take a parameterJari Matilainen
2016-07-13Merge pull request #517 from LemonBoy/unignoreailin-nemui
Minor cosmetic fix in /unignore error message.
2016-07-12Minor cosmetic fix in /unignore error message.LemonBoy
Reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577202
2016-07-12Merge pull request #512 from LemonBoy/coderefailin-nemui
Allow Irssi::signal_remove to work properly with coderefs
2016-07-12Merge pull request #515 from LemonBoy/signal-protoailin-nemui
Correct the prototype for the 'message private' signal.
2016-07-12Correct the prototype for the 'message private' signal.LemonBoy
2016-07-12Allow Irssi::signal_remove to work properly with coderefsTom Feist
2016-06-26Merge pull request #501 from ailin-nemui/more-crashLemonBoy
check for NULL in statusbar_more_updated
2016-06-25check for NULL in statusbar_more_updatedailin-nemui
fixes crash due to invalid access of active_win members when the more indicator is triggered without an active window
2016-06-24Merge pull request #496 from ailin-nemui/compailin-nemui
completion fixes
2016-06-21Merge pull request #498 from vague666/add_modify_functionsLemonBoy
Add modify to /channel, /server and /network
2016-06-21use TRUE/FALSE in if statements for gbooleanJari Matilainen
2016-06-19Fix minor nitsJari Matilainen
2016-06-18Add command_set_options for modify commands to allow completionJari Matilainen
2016-06-18Let ADD still work as modifyJari Matilainen
2016-06-18Add info about MODIFY to help filesJari Matilainen
2016-06-18Add /server modify SYNTAXJari Matilainen
2016-06-18Add /network modifyJari Matilainen
2016-06-18Add /server modifyJari Matilainen
2016-06-18Add /channel modifyJari Matilainen
2016-06-16completion fixesailin-nemui
2016-06-14Merge pull request #422 from LemonBoy/misc-cleanupailin-nemui
Clean up misc.c
2016-06-14Merge pull request #488 from LemonBoy/completion_smartailin-nemui
Be smart about case-matching the nicks.
2016-06-13Don't crash when the key isn't found.LemonBoy
2016-06-13Add a completion_match_case setting.LemonBoy
2016-06-13Be 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-13Merge pull request #492 from LemonBoy/enumailin-nemui
Enum setting implementation
2016-06-13Add a space after the comma when listing the options.LemonBoy
2016-06-13Use ; as separator instead of ,LemonBoy
2016-06-13Move the validation of the CHOICE setting valueLemonBoy
Also, use a FORMAT to show the error message.
2016-06-13Merge pull request #493 from dequis/unix-reconnectailin-nemui
servers-reconnect: pass unix_socket attribute to new connection
2016-06-12servers-reconnect: pass unix_socket attribute to new connectiondequis
Trying to /reconnect unix sockets turned them into inet.
2016-06-12Strip the surrounding whitespace.LemonBoy
2016-06-12Sort the completion resultsLemonBoy
Make sure the current option is shown first.
2016-06-12Use strarray_find instead of g_strv_containsLemonBoy
2016-06-12Make rejoin_channels_mode of type CHOICELemonBoy
2016-06-12Add 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-09Merge pull request #352 from ailin-nemui/silent_perlailin-nemui
silent make perl
2016-06-07Merge pull request #485 from ailin-nemui/bdo826525ailin-nemui
Do not crash on OPTCHAN when item has no server
2016-06-06Do not crash on OPTCHAN when item has no serverailin-nemui
May fix bugs.debian.org#826525
2016-06-05Bump the ABILemonBoy
2016-06-05Deprecate net_connect()LemonBoy
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy
2016-06-05str_to_uofft is a tiny wrapper over strtoul{,l}LemonBoy
2016-06-05Clean up some GTimeVal jugglingLemonBoy
2016-06-05Update the g_istr_hash function to use the djb hashLemonBoy
2016-06-05Remove unused regexp_matchLemonBoy
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy