Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | update news and authors | ailin-nemui | |
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-17 | Merge pull request #479 from ailin-nemui/improve-perl-lib | ailin-nemui | |
improve perl @INC detection | |||
2016-05-13 | Convert string policies from #define to enum. | Xavier G | |
2016-05-13 | Adjust some conditions. | Xavier G | |
2016-05-13 | Simplify scrlen_str() using string_width(). | Xavier G | |
2016-05-13 | Improve UTF-8 handling in display_sorted_nicks(). | Xavier G | |
2016-05-13 | Make get_alignment() available outside special-vars.c | Xavier G | |
2016-05-13 | get_alignment: handle UTF-8 strings. | Xavier G | |
get_alignment now works with columns (width), not bytes, although it is liable to work with bytes if the given text is not a valid UTF-8 string. | |||
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 | Introduce string_chars_for_width(). | Xavier G | |
2016-05-13 | Introduce string_length() and string_width(). | Xavier G | |
2016-05-13 | Leverage string_policy(). | Xavier G | |
2016-05-13 | Introduce 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-11 | add silent flag to make, should stop GNU make from turning on -w | ailin-nemui | |
2016-05-09 | improve perl @INC detection | ailin-nemui | |
2016-05-03 | Merge pull request #478 from pisculichi/fix-ansic-issues | ailin-nemui | |
Fix some ANSI-C issues | |||
2016-05-03 | Fix some ANSI C issues. | pisculichi | |
2016-04-30 | Merge pull request #476 from isundil/master | ailin-nemui | |
Add an option to make /hilight case sensitive | |||
2016-04-30 | Increased ABI version | isundil | |
2016-04-30 | Merge pull request #477 from dennisschagt/master | ailin-nemui | |
Correct error/typo "You"->"Your" in help message | |||
2016-04-30 | Correct error/typo "You"->"Your" in help message | dennisschagt | |
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-04-07 | Merge pull request #467 from dequis/EAI_SYSTEM | ailin-nemui | |
net_gethosterror: Handle EAI_SYSTEM ("System error") properly | |||
2016-04-07 | net_gethosterror: Handle EAI_SYSTEM ("System error") properly | dequis | |
That error code means "check errno". A few users got it and we never figured out what happened - it usually fixed itself after restarting something - so hopefully with this we'll have more information the next time. | |||
2016-04-05 | Merge pull request #453 from LemonBoy/dcc-quote | ailin-nemui | |
Support quoted filenames in some /DCC commands | |||
2016-03-31 | Merge pull request #455 from ailin-nemui/cutbuffer | ailin-nemui | |
improved cutbuffer handling | |||
2016-03-29 | Merge pull request #461 from ailin-nemui/fix_squery | ailin-nemui | |
Revert "Removed the obsolete SQUERY and SERVLIST commands" | |||
2016-03-29 | Revert "Removed the obsolete SQUERY and SERVLIST commands" | ailin-nemui | |
This reverts commit 4beebe3238dda96efd4c3a0a6f6002ad5afc96e7. | |||
2016-03-29 | Improve cutbuffer handling | ailin-nemui | |
* Adds two new keys which you can bind in /bind: yank_next_cutbuffer: Revert to the previous last deleted text append_next_kill: Append next deletion * Consecutive kills are now appended to the current cutbuffer | |||
2016-03-24 | Merge pull request #460 from ailin-nemui/integrate/0.8.19 | ailin-nemui | |
Merge tag '0.8.19' | |||
2016-03-24 | Merge tag '0.8.19' | ailin-nemui | |
2016-03-24 | Merge pull request #459 from ailin-nemui/fix_430 | ailin-nemui | |
Make use of terminal application keys configurable | |||
2016-03-23 | tag as 0.8.19 | ailin-nemui | |
2016-03-23 | Make use of terminal application keys configurable | ailin-nemui | |
adds a new setting term_appkey_mode which can enable or disable the use of keyboard transmit (application keys) mode. Fixes #430 | |||
2016-03-23 | Merge pull request #458 from ailin-nemui/fix_449 | ailin-nemui | |
Properly toggle bracketed paste mode on stop/cont | |||
2016-03-23 | Merge pull request #457 from ailin-nemui/fix_450 | ailin-nemui | |
fix race condition in terminal init | |||
2016-03-23 | Merge pull request #447 from ailin-nemui/fix_dcc_help | ailin-nemui | |
correct quoting in /help dcc | |||
2016-03-23 | Merge pull request #446 from ailin-nemui/fix_445 | ailin-nemui | |
strip less whitespace from commands | |||
2016-03-23 | Merge pull request #442 from LemonBoy/fix-435 | ailin-nemui | |
Do not assume any default value for statusmsg. | |||
2016-03-23 | Merge pull request #444 from LemonBoy/timeout-id | ailin-nemui | |
Use 0 as a sentinel value for sasl_timeout | |||
2016-03-23 | Merge pull request #439 from horgh/ssl-errors | TheLemonMan | |
Clear error queue before SSL I/O operations | |||
2016-03-23 | Merge pull request #438 from dequis/sasl-timeout-disconnect | ailin-nemui | |
Remove sasl timeout source when the server disconnects | |||
2016-03-23 | Merge pull request #432 from grawity/fix-external | Giuseppe | |
fix SASL EXTERNAL |