irssi/src/irc/notifylist
Timo Sirainen bd6fe052bc Added time, size and level setting types. Breaks some settings - I'll add
automatic converter to these settings later. Meanwhile you CVS users can
fix your config files yourself :)

Time settings allow using "days", "hours", "minutes", "seconds" and
"milliseconds" or several of their abbreviations. For example "5d 4h
5msecs".

Size settings allow using "gbytes", "mbytes", "kbytes" and "bytes" or their
abbrevations. For example "5MB".

Level settings are currently handled pretty much the way they were before.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3080 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-12-28 17:54:13 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
Makefile.am Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +00:00
module.h Moved rewritten server redirection code from core to irc. This new code 2001-11-11 18:59:19 +00:00
notify-commands.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
notify-ison.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
notify-setup.c Comments are now allowed everywhere in config files. 2002-02-02 17:37:44 +00:00
notify-setup.h ..adding new files.. 2000-04-26 08:03:38 +00:00
notify-whois.c Moved rewritten server redirection code from core to irc. This new code 2001-11-11 18:59:19 +00:00
notifylist.c Fixed a memory leak and a crash when notifylist_check_join() was called with NULL realname. 2001-12-03 19:51:00 +00:00
notifylist.h more changes from int xx:1 to unsigned int xx:1 2000-11-23 22:57:59 +00:00