ailin-nemui
|
97e9347ee7
|
Merge pull request #485 from ailin-nemui/bdo826525
Do not crash on OPTCHAN when item has no server
|
2016-06-07 02:51:14 +02:00 |
|
ailin-nemui
|
6e13862cfe
|
Merge pull request #485 from ailin-nemui/bdo826525
Do not crash on OPTCHAN when item has no server
|
2016-06-07 02:47:57 +02:00 |
|
ailin-nemui
|
d6d74c0da9
|
Do not crash on OPTCHAN when item has no server
May fix bugs.debian.org#826525
|
2016-06-06 16:58:40 +02:00 |
|
LemonBoy
|
9fd286fed8
|
Bump the ABI
|
2016-06-05 22:47:29 +02:00 |
|
LemonBoy
|
98fce5f807
|
Deprecate net_connect()
|
2016-06-05 22:47:04 +02:00 |
|
LemonBoy
|
0060f682c2
|
Factor out some redundant code and remove hashtable_get_keys
|
2016-06-05 17:24:27 +02:00 |
|
LemonBoy
|
2e8744319d
|
str_to_uofft is a tiny wrapper over strtoul{,l}
|
2016-06-05 16:54:20 +02:00 |
|
LemonBoy
|
cc70e8c581
|
Clean up some GTimeVal juggling
|
2016-06-05 16:48:27 +02:00 |
|
LemonBoy
|
e0b290c34f
|
Update the g_istr_hash function to use the djb hash
|
2016-06-05 16:24:55 +02:00 |
|
LemonBoy
|
0f9d2b3570
|
Remove unused regexp_match
|
2016-06-05 16:24:55 +02:00 |
|
LemonBoy
|
7a3c6fe86c
|
Replace strarray_length with g_strv_length
|
2016-06-05 16:24:55 +02:00 |
|
LemonBoy
|
72712a0c62
|
Replace strocpy with g_strlcpy
The only difference was that the former returned 1 if the buffer was
overflown, but the return value was never checked.
|
2016-06-05 16:24:55 +02:00 |
|
LemonBoy
|
8289f36075
|
Check the return value of open() in rawlog.c
|
2016-06-05 16:24:55 +02:00 |
|
LemonBoy
|
bb190be0bf
|
Replace mkpath with g_mkdir_with_parents
|
2016-06-05 16:24:55 +02:00 |
|
ailin-nemui
|
e0c8a9f398
|
perl 5.10 fix
|
2016-06-05 11:36:13 +02:00 |
|
ailin-nemui
|
03aec7d3b3
|
silent make perl
|
2016-06-03 13:55:13 +02:00 |
|
ailin-nemui
|
f72608ba24
|
Merge pull request #484 from LemonBoy/sasl-misc-adj
Correct the name of the emitted signal.
|
2016-06-01 22:56:26 +02:00 |
|
LemonBoy
|
f1d0c8ff99
|
Correct the name of the emitted signal.
There's a typo in 'sasl_fail', the signal that's emitted should be
'server sasl failure' and not 'server sasl fail'.
|
2016-06-01 22:29:13 +02:00 |
|
ailin-nemui
|
1a6ec1b0b6
|
Merge pull request #482 from ailin-nemui/travis-test-dist
test make dist in travis
|
2016-05-18 16:57:47 +02:00 |
|
ailin-nemui
|
02221eae37
|
fix dist compilation failure
remove illegal wcwidth.c include and compile wcwidth.c
correct #include in wcwidth.c
fallout from #480
|
2016-05-18 16:50:41 +02:00 |
|
ailin-nemui
|
36beddc64f
|
test make dist in travis
|
2016-05-18 16:50:41 +02:00 |
|
ailin-nemui
|
f43040b926
|
Merge pull request #481 from ailin-nemui/master
Missing ABI update and NEWS update
|
2016-05-18 14:49:50 +02:00 |
|
ailin-nemui
|
8d5edff515
|
update news and authors
|
2016-05-18 14:43:54 +02:00 |
|
ailin-nemui
|
5995c0619d
|
abi increase for #480
|
2016-05-18 14:39:52 +02:00 |
|
ailin-nemui
|
8b847034ef
|
update news and authors
|
2016-05-18 14:39:13 +02:00 |
|
ailin-nemui
|
74d38683bf
|
Merge pull request #480 from xavierog/handle-utf8-nicks-with-mk_wcwidth
Handle utf8 nicks with mk_wcwidth()
|
2016-05-18 09:18:21 +02:00 |
|
ailin-nemui
|
5564f85041
|
Merge pull request #479 from ailin-nemui/improve-perl-lib
improve perl @INC detection
|
2016-05-17 16:15:06 +02:00 |
|
Xavier G
|
5d69b4c4a7
|
Convert string policies from #define to enum.
|
2016-05-13 17:35:47 +02:00 |
|
Xavier G
|
a26a387545
|
Adjust some conditions.
|
2016-05-13 17:31:11 +02:00 |
|
Xavier G
|
72064de9fe
|
Simplify scrlen_str() using string_width().
|
2016-05-13 04:19:38 +02:00 |
|
Xavier G
|
29beafcf6f
|
Improve UTF-8 handling in display_sorted_nicks().
|
2016-05-13 04:08:15 +02:00 |
|
Xavier G
|
f1b5b515b9
|
Make get_alignment() available outside special-vars.c
|
2016-05-13 03:51:48 +02:00 |
|
Xavier G
|
97a4ee78fd
|
get_alignment: handle UTF-8 strings.
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 03:42:56 +02:00 |
|
Xavier G
|
09ca3ad48f
|
Fix indentation of display_sorted_nicks().
This was done assuming an "indent with tab, align with spaces" approach.
get_alignment also benefited from a minor indentation fix.
|
2016-05-13 03:31:23 +02:00 |
|
Xavier G
|
719efc44a3
|
Introduce string_chars_for_width().
|
2016-05-13 03:04:08 +02:00 |
|
Xavier G
|
35b3ccc6a4
|
Introduce string_length() and string_width().
|
2016-05-13 02:47:26 +02:00 |
|
Xavier G
|
21c07c0060
|
Leverage string_policy().
|
2016-05-13 02:27:19 +02:00 |
|
Xavier G
|
2c8648a9c8
|
Introduce string_policy().
|
2016-05-13 02:10:02 +02:00 |
|
Xavier G
|
b0afcc96db
|
Rename advance() into string_advance().
|
2016-05-13 01:52:37 +02:00 |
|
Xavier G
|
5c74a3bb88
|
Move advance() from fe-common/core to core.
|
2016-05-13 01:39:14 +02:00 |
|
Xavier G
|
5538578820
|
Move utf8.{h,c} from fe-common/core to core.
|
2016-05-13 01:26:33 +02:00 |
|
ailin-nemui
|
affbf71f10
|
add silent flag to make, should stop GNU make from turning on -w
|
2016-05-11 11:43:08 +02:00 |
|
ailin-nemui
|
3376d324e1
|
improve perl @INC detection
|
2016-05-09 16:55:35 +02:00 |
|
ailin-nemui
|
1cfec5f63d
|
Merge pull request #478 from pisculichi/fix-ansic-issues
Fix some ANSI-C issues
|
2016-05-03 20:58:23 +02:00 |
|
pisculichi
|
47e792da05
|
Fix some ANSI C issues.
|
2016-05-03 15:28:20 +00:00 |
|
ailin-nemui
|
cf98260ede
|
Merge pull request #476 from isundil/master
Add an option to make /hilight case sensitive
|
2016-04-30 21:46:18 +02:00 |
|
isundil
|
b63339af89
|
Increased ABI version
|
2016-04-30 18:26:26 +00:00 |
|
ailin-nemui
|
907a8ce8ab
|
Merge pull request #477 from dennisschagt/master
Correct error/typo "You"->"Your" in help message
|
2016-04-30 10:19:57 +02:00 |
|
dennisschagt
|
b24921db7a
|
Correct error/typo "You"->"Your" in help message
|
2016-04-30 09:44:26 +02:00 |
|
isundil
|
e7a18759ec
|
Added case-sensitive regexp matching for hilights
|
2016-04-29 22:17:51 +00:00 |
|