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
/
nicklist.c
Age
Commit message (
Expand
)
Author
2008-11-28
Allow storing multiple "other" prefixes such as +q and +a.
Jilles Tjoelker
2008-02-04
Remove trailing whitespace.
Emanuele Giaquinta
2007-05-20
Farewell glib-1.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2006-08-20
compile with glib1 again
Wouter Coekaerts
2006-02-20
sort nicks with custom prefix by the order defined in isupport in /NAMES
Wouter Coekaerts
2004-01-20
isupport patch by David Leadbeater
Timo Sirainen
2002-03-13
Set ownnick to channel->NULL when the nick record is destroyed. Should fix
Timo Sirainen
2002-01-27
toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some
Timo Sirainen
2002-01-15
Removed module_data from NICK_REC. It's not used for anything and just takes ...
Timo Sirainen
2001-12-31
Accidentally had committed a debug thing.
Timo Sirainen
2001-12-20
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....
Timo Sirainen
2001-12-09
Better support for halfops, patch by yathen@web.de
Timo Sirainen
2001-10-14
Fixed some memory leaks.
Timo Sirainen
2001-03-10
buggy fix, fixed :)
Timo Sirainen
2001-03-10
nick_hash_remove(): GLIB didn't change the hash table key like I thought, so
Timo Sirainen
2001-03-07
removing second last unique nick didn't work properly
Timo Sirainen
2001-03-04
added server_change_nick() function for servers.[ch]. Lots of fixes for
Timo Sirainen
2001-02-28
functions returning void shouldn't do return xx
Timo Sirainen
2001-02-23
nick_nfind(): gets stuck to endless loop if there's multiple identical
Timo Sirainen
2001-02-23
crashfix
Timo Sirainen
2001-02-18
Support for multiple identical nicknames.
Timo Sirainen
2001-02-17
Support for multiple identically named nicks.
Timo Sirainen
2001-02-02
Nicklist updates so that protocol specific xxx_NICK_REC can be used
Timo Sirainen
2001-01-28
nicklist_find() now finds only full nicks, nicklist_find_mask() finds
Timo Sirainen
2001-01-21
nickliset_set_host() for setting host, sends signal "nicklist host changed".
Timo Sirainen
2001-01-14
Added nicklist_rename()
Timo Sirainen
2001-01-11
Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32
Timo Sirainen
2001-01-06
nick_match_msg() : check was case sensitive
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-17
Improved nick_match_msg() - it shouldn't give wrong matches as easily
Timo Sirainen
2000-12-06
NICK_REC can be now inherited
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen