Age | Commit message (Expand) | Author |
2016-03-14 | Return -1 from null-test to comply with the rest of strarray_find | Jari Matilainen |
2015-12-09 | Remove all WIN32 ifdefs (unifdef -UWIN32) | dequis |
2015-11-09 | strsplit_len: make it look more like the original version | dequis |
2015-11-09 | strsplit_len: use strlen() directly instead of a remaining_len variable | dequis |
2015-10-23 | Fix invalid reads in strsplit_len when splitting on spaces | dequis |
2015-09-02 | Fix two minor issues outlined in the PR#222 | LemonBoy |
2015-05-05 | Implement support for IRCv3.1 CAP negotiation | LemonBoy |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-10-19 | Try to split long lines on spaces | Sebastian Thorarensen |
2014-07-07 | Fix Clang warnings | Alexander Færøy |
2014-07-06 | Fix minor coding style issues in message splitting | Sebastian Thorarensen |
2014-07-06 | Properly split long IRC messages | Sebastian Thorarensen |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2010-11-17 | Do not go beyond the end of the string when processing an octal escape. | Jilles Tjoelker |
2010-04-03 | deprecated glib strup/down fixes from exg. | Alexander Færøy |
2009-04-03 | Make the time duration parser stricter. | Jilles Tjoelker |
2008-04-25 | Refactor code to create a watcher for an fd into a function. | Emanuele Giaquinta |
2008-03-29 | Remove unneeded includes. | Emanuele Giaquinta |
2008-03-28 | Make strstr_full_case internal. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-03 | Rename some variables. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-09-10 | Make parse_time_interval recognize negative times. Patch by Danijel Tasov and... | Wouter Coekaerts |
2004-11-04 | Fixed bug with time settings where hours actually returned 60*hours | Valentin Batz |
2004-03-23 | added strocpy() | Timo Sirainen |
2003-11-16 | parse_time_interval: x days were actually returned as hours. weeks were | Timo Sirainen |
2003-11-16 | Time parsing: allow omitting time unit without warning for backwards | Timo Sirainen |
2003-01-31 | Removed execute(), not used. | Timo Sirainen |
2003-01-08 | parse_time_interval() fallbacked to milliseconds, not seconds. some code | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-28 | fix compiler warnings | Timo Sirainen |
2002-11-21 | Irssi now uses 64bit file offets if it's only supported by system. Also did | Timo Sirainen |
2002-10-19 | Handle correctly g_get_home_dir() returning NULL, assume it's the current | Timo Sirainen |
2002-07-16 | '\' characters in nicks were skipped when sending messages in queries. | Timo Sirainen |
2002-02-12 | missed isxdigit() -> i_isxdigit() change | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-04 | moved the two { chars inside #ifdef #else #endif to one { outside it, so it w... | Timo Sirainen |
2001-08-08 | Added function expand_escapes() which handles now escaping /EVAL and input | Timo Sirainen |
2001-06-11 | get_max_column_count() didn't work properly if items had wider items than | Timo Sirainen |
2001-05-21 | get_max_column_count() didn't return correct value in save_column_widths | Timo Sirainen |
2001-03-03 | Make sure there's always at least one column even if there's items | Timo Sirainen |
2001-03-03 | Added strstr_full() and strstr_full_case() | Timo Sirainen |
2001-02-10 | /SET names_max_columns, /SET names_max_width: Limit width of /NAMES list. | Timo Sirainen |
2001-02-02 | get_max_column_count(), columns_sort_list(): fixed to work properly | Timo Sirainen |
2001-01-28 | get_max_column_count() didn't work properly when there was only one item | Timo Sirainen |
2001-01-28 | get_max_column_count(): we didn't handle correctly a situation where | Timo Sirainen |
2001-01-28 | get_max_column_count(), columns_sort_list(): helper functions for | Timo Sirainen |
2001-01-14 | Added my_asctime() | Timo Sirainen |
2000-12-04 | Use GIOChannel instead of sockets directly. Helps porting to win32 :) | Timo Sirainen |