index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
misc.c
Age
Commit message (
Expand
)
Author
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
2000-11-30
added g_timeval_cmp()
Timo Sirainen
2000-11-30
stristr() and stristr_full() didn't work correctly with empty needle
Timo Sirainen
2000-11-25
mkpath() crashed with paths that didn't start with /
Timo Sirainen
2000-11-23
s/enum GInputCondition/int/ - enums aren't supposed to orred together i
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-11-07
Updated stristr() and stristr_full() to be a bit faster.
Timo Sirainen
2000-10-26
Some fixes for compiling with Win32 :)
Timo Sirainen
2000-10-13
match_wildcards() failed if there was * at the end of the mask but
Timo Sirainen
2000-10-01
Keyboard should never get stuck again when receiving huge amounts of
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-15
Some changes handling g_input_add() - maybe this helps to problems
Timo Sirainen
2000-08-12
mkpath() - behaves like mkdir -p. Autologging now uses it to create
Timo Sirainen
2000-07-23
is_numeric() returns now FALSE if it was given empty string.
Timo Sirainen
2000-07-16
Cleaned up code.
Timo Sirainen
2000-07-10
Enabled lots of GCC warnings, fixed those that were easy to fix.
Timo Sirainen
2000-06-30
If joined channel had some low-ascii (color codes), they were displayed
Timo Sirainen
2000-06-18
Changed option handling in /commands. Irssi will now complain about
Timo Sirainen
2000-06-17
Completion list is now sorted.
Timo Sirainen
2000-06-01
match_wildcards() didn't work right if data contained '*' characters and
Timo Sirainen
2000-05-25
Added bot plugin, it also has almost-functional botnet.
Timo Sirainen
2000-05-09
- Compiling fixes
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen