summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05perl 5.10 fixailin-nemui
2016-06-03silent make perlailin-nemui
2016-06-01Merge pull request #484 from LemonBoy/sasl-misc-adjailin-nemui
Correct the name of the emitted signal.
2016-06-01Correct the name of the emitted signal.LemonBoy
There's a typo in 'sasl_fail', the signal that's emitted should be 'server sasl failure' and not 'server sasl fail'.
2016-05-18Merge pull request #482 from ailin-nemui/travis-test-distailin-nemui
test make dist in travis
2016-05-18fix dist compilation failureailin-nemui
remove illegal wcwidth.c include and compile wcwidth.c correct #include in wcwidth.c fallout from #480
2016-05-18test make dist in travisailin-nemui
2016-05-18Merge pull request #481 from ailin-nemui/masterailin-nemui
Missing ABI update and NEWS update
2016-05-18update news and authorsailin-nemui
2016-05-18abi increase for #480ailin-nemui
2016-05-18update news and authorsailin-nemui
2016-05-18Merge pull request #480 from xavierog/handle-utf8-nicks-with-mk_wcwidthailin-nemui
Handle utf8 nicks with mk_wcwidth()
2016-05-17Merge pull request #479 from ailin-nemui/improve-perl-libailin-nemui
improve perl @INC detection
2016-05-13Convert string policies from #define to enum.Xavier G
2016-05-13Adjust some conditions.Xavier G
2016-05-13Simplify scrlen_str() using string_width().Xavier G
2016-05-13Improve UTF-8 handling in display_sorted_nicks().Xavier G
2016-05-13Make get_alignment() available outside special-vars.cXavier G
2016-05-13get_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-13Fix 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-13Introduce string_chars_for_width().Xavier G
2016-05-13Introduce string_length() and string_width().Xavier G
2016-05-13Leverage string_policy().Xavier G
2016-05-13Introduce string_policy().Xavier G
2016-05-13Rename advance() into string_advance().Xavier G
2016-05-13Move advance() from fe-common/core to core.Xavier G
2016-05-13Move utf8.{h,c} from fe-common/core to core.Xavier G
2016-05-11add silent flag to make, should stop GNU make from turning on -wailin-nemui
2016-05-09improve perl @INC detectionailin-nemui
2016-05-03Merge pull request #478 from pisculichi/fix-ansic-issuesailin-nemui
Fix some ANSI-C issues
2016-05-03Fix some ANSI C issues.pisculichi
2016-04-30Merge pull request #476 from isundil/masterailin-nemui
Add an option to make /hilight case sensitive
2016-04-30Increased ABI versionisundil
2016-04-30Merge pull request #477 from dennisschagt/masterailin-nemui
Correct error/typo "You"->"Your" in help message
2016-04-30Correct error/typo "You"->"Your" in help messagedennisschagt
2016-04-29Added case-sensitive regexp matching for hilightsisundil
2016-04-29changed command-line -case to -matchcaseB Thibault
2016-04-29Ref #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-29retabB Thibault
2016-04-07Merge pull request #467 from dequis/EAI_SYSTEMailin-nemui
net_gethosterror: Handle EAI_SYSTEM ("System error") properly
2016-04-07net_gethosterror: Handle EAI_SYSTEM ("System error") properlydequis
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-05Merge pull request #453 from LemonBoy/dcc-quoteailin-nemui
Support quoted filenames in some /DCC commands
2016-03-31Merge pull request #455 from ailin-nemui/cutbufferailin-nemui
improved cutbuffer handling
2016-03-29Merge pull request #461 from ailin-nemui/fix_squeryailin-nemui
Revert "Removed the obsolete SQUERY and SERVLIST commands"
2016-03-29Revert "Removed the obsolete SQUERY and SERVLIST commands"ailin-nemui
This reverts commit 4beebe3238dda96efd4c3a0a6f6002ad5afc96e7.
2016-03-29Improve cutbuffer handlingailin-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