1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00
irssi/src
2002-01-11 05:47:52 +00:00
..
core When commands were being parsed, the currectly active server should have been referenced, but the code was accidentally in subcommand parser not in the main one.. Also, the connection_lost wasn't checked after parsing the command and might have caused a glib error. 2002-01-11 05:47:52 +00:00
fe-common Actions are now sent in "ctcp action" signal which is never ignored. "ctcp 2002-01-10 18:02:22 +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 swapped dark/bright reds. 2002-01-10 18:55:24 +00:00
irc Purge the commands in queue for channel if you get kicked from there. 2002-01-10 18:39:02 +00:00
lib-config Removed memory debugging code. It's a lot easier to check for buffer 2001-11-19 20:30:19 +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 g_strdup() the error message before emitting "script error" signal, since 2002-01-10 17:36:41 +00:00
.cvsignore Initial revision 1999-09-03 14:27:29 +00:00
common.h Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them. 2001-12-20 02:14:49 +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