1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/src
Timo Sirainen 99a6a85b85 Chat protocol ID was assumed to be 8bit or less, this may not be so since
the ID is taken from generic unique ID-pool which grows fast.. Now the we'll
divide the 32bit number to 16bit chat protocol ID and 16bit object ID. They
might not fit either, so I think I'll need to rewrite this part of code some
day :)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2091 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-11-19 18:46:40 +00:00
..
core get_argument() - allow arglist to be NULL, just assume that there's no 2001-11-19 14:17:16 +00:00
fe-common Don't add space after tab-completed nicks. 2001-11-19 18:06:15 +00:00
fe-none 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
fe-text moved the dirty_check() before fe_common_core_finish_init() so that if 2001-11-19 17:31:33 +00:00
irc /UPGRADE now remembers user mode, patch by lam@e-gate.pl 2001-11-19 15:45:40 +00:00
lib-config 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
lib-popt 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
perl Chat protocol ID was assumed to be 8bit or less, this may not be so since 2001-11-19 18:46:40 +00:00
.cvsignore Initial revision 1999-09-03 14:27:29 +00:00
common.h Added --home and --config command line parameters to irssi to specify 2001-07-15 00:39:48 +00:00
Makefile.am Getting rid of gettext, moved some _(..) texts to themes and left some error 2001-05-17 20:13:59 +00:00