Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-14 | Merge pull request #526 from ailin-nemui/ax-dummy | ailin-nemui | |
remove broken dummy mode | |||
2016-08-12 | remove broken dummy mode | ailin-nemui | |
2016-08-12 | fix use after free in expando error | ailin-nemui | |
2016-08-04 | remove curses terminal and ncurses macro | ailin-nemui | |
2016-07-13 | Merge pull request #517 from LemonBoy/unignore | ailin-nemui | |
Minor cosmetic fix in /unignore error message. | |||
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-07-12 | Allow Irssi::signal_remove to work properly with coderefs | Tom Feist | |
2016-06-26 | Such draft. Very wow. | LemonBoy | |
2016-06-26 | Avoid entering an endless loop while traversing the channel list | LemonBoy | |
2016-06-26 | Some small adjustments to the netsplit code. | LemonBoy | |
By making the signal handler hooked to the "print starting" event smarter we can avoid dumping the whole netsplit stats for every server/channel when a message arrives. Issue #420 | |||
2016-06-25 | check for NULL in statusbar_more_updated | ailin-nemui | |
fixes crash due to invalid access of active_win members when the more indicator is triggered without an active window | |||
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 | Don't crash when the key isn't found. | LemonBoy | |
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 | Merge pull request #492 from LemonBoy/enum | ailin-nemui | |
Enum setting implementation | |||
2016-06-13 | Add a space after the comma when listing the options. | LemonBoy | |
2016-06-13 | Use ; as separator instead of , | 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 | servers-reconnect: pass unix_socket attribute to new connection | dequis | |
Trying to /reconnect unix sockets turned them into inet. | |||
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 | Use strarray_find instead of g_strv_contains | LemonBoy | |
2016-06-12 | Make rejoin_channels_mode of type CHOICE | LemonBoy | |
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-09 | Merge pull request #352 from ailin-nemui/silent_perl | ailin-nemui | |
silent make perl | |||
2016-06-06 | Do not crash on OPTCHAN when item has no server | ailin-nemui | |
May fix bugs.debian.org#826525 | |||
2016-06-05 | Bump the ABI | LemonBoy | |
2016-06-05 | Deprecate net_connect() | LemonBoy | |
2016-06-05 | Factor out some redundant code and remove hashtable_get_keys | LemonBoy | |
2016-06-05 | str_to_uofft is a tiny wrapper over strtoul{,l} | LemonBoy | |
2016-06-05 | Clean up some GTimeVal juggling | LemonBoy | |
2016-06-05 | Update the g_istr_hash function to use the djb hash | LemonBoy | |
2016-06-05 | Remove unused regexp_match | LemonBoy | |
2016-06-05 | Replace strarray_length with g_strv_length | LemonBoy | |
2016-06-05 | Replace strocpy with g_strlcpy | LemonBoy | |
The only difference was that the former returned 1 if the buffer was overflown, but the return value was never checked. | |||
2016-06-05 | Check the return value of open() in rawlog.c | LemonBoy | |
2016-06-05 | Replace mkpath with g_mkdir_with_parents | LemonBoy | |