1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@176 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-04-26 09:43:45 +00:00 committed by cras
parent 9044f31921
commit 2b711f1383
14 changed files with 104 additions and 108 deletions

8
src/core/.cvsignore Normal file
View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

8
src/fe-none/.cvsignore Normal file
View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

8
src/fe-text/.cvsignore Normal file
View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

8
src/irc/.cvsignore Normal file
View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

8
src/irc/core/.cvsignore Normal file
View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

8
src/irc/dcc/.cvsignore Normal file
View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

8
src/irc/flood/.cvsignore Normal file
View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

View File

@ -0,0 +1,8 @@
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations

View File

@ -1,108 +0,0 @@
static PERL_SIGNAL_ARGS_REC perl_signal_args[] =
{
{ -1, "gui channel open", { "CHANNEL_REC", NULL } },
{ -1, "send command", { "string", "SERVER_REC", "CHANNEL_REC", NULL } },
{ -1, "send command", { "string", "SERVER_REC", NULL } },
{ -1, "command ", { "string", "SERVER_REC", "CHANNEL_REC", NULL } },
{ -1, "default command", { "string", "SERVER_REC", "CHANNEL_REC", NULL } },
{ -1, "server event", { "string", "SERVER_REC", "string", "string", NULL } },
{ -1, "event ", { "string", "SERVER_REC", "string", "string", NULL } },
{ -1, "default event", { "string", "SERVER_REC", "string", "string", NULL } },
{ -1, "server incoming", { "SERVER_REC", "string", NULL } },
{ -1, "redir ", { "string", "SERVER_REC", "string", "string", NULL } },
{ -1, "ban new", { "BAN_REC", NULL } },
{ -1, "ban remove", { "BAN_REC", NULL } },
{ -1, "ban exception new", { "BAN_REC", NULL } },
{ -1, "ban exception remove", { "BAN_REC", NULL } },
{ -1, "ban type changed", { "string", NULL } },
{ -1, "commandlist new", { "COMMAND_REC", NULL } },
{ -1, "commandlist remove", { "COMMAND_REC", NULL } },
{ -1, "channel created", { "CHANNEL_REC", NULL } },
{ -1, "channel destroyed", { "CHANNEL_REC", NULL } },
{ -1, "channel name changed", { "CHANNEL_REC", NULL } },
{ -1, "channel topic changed", { "CHANNEL_REC", NULL } },
{ -1, "channel server changed", { "CHANNEL_REC", "Irssi::Server", NULL } },
{ -1, "channel query", { "CHANNEL_REC", NULL } },
{ -1, "channel wholist", { "CHANNEL_REC", NULL } },
{ -1, "channel sync", { "CHANNEL_REC", NULL } },
{ -1, "ctcp msg ", { "string", "SERVER_REC", "string", "string", "string", NULL } },
{ -1, "default ctcp msg", { "string", "SERVER_REC", "string", "string", "string", NULL } },
{ -1, "ctcp reply ", { "string", "SERVER_REC", "string", "string", "string", NULL } },
{ -1, "default ctcp reply", { "string", "SERVER_REC", "string", "string", "string", NULL } },
{ -1, "server lag", { "SERVER_REC", NULL } },
{ -1, "server lag disconnect", { "SERVER_REC", NULL } },
{ -1, "lag", { "string", "int", NULL } },
{ -1, "invitelist new", { "CHANNEL_REC", "string", NULL } },
{ -1, "invitelist remove", { "CHANNEL_REC", "string", NULL } },
{ -1, "channel mode changed", { "CHANNEL_REC", NULL } },
{ -1, "user mode changed", { "SERVER_REC", NULL } },
{ -1, "nick mode changed", { "CHANNEL_REC", "NICK_REC", NULL } },
{ -1, "netsplit add", { "NETSPLIT_REC", NULL } },
{ -1, "netsplit remove", { "NETSPLIT_REC", NULL } },
{ -1, "nicklist new", { "CHANNEL_REC", "NICK_REC", NULL } },
{ -1, "nicklist remove", { "CHANNEL_REC", "NICK_REC", NULL } },
{ -1, "nicklist changed", { "CHANNEL_REC", "NICK_REC", "string", NULL } },
{ -1, "nick gone changed", { "CHANNEL_REC", "NICK_REC", NULL } },
{ -1, "nick ircop changed", { "CHANNEL_REC", "NICK_REC", NULL } },
{ -1, "server nick changed", { "SERVER_REC", NULL } },
{ -1, "massjoin", { "CHANNEL_REC", "gslist_NICK_REC", NULL } },
{ -1, "rawlog", { "SERVER_REC", "string", NULL } },
{ -1, "server connect failed", { "SERVER_REC", NULL } },
{ -1, "server connected", { "SERVER_REC", NULL } },
{ -1, "server connecting", { "SERVER_REC", "ulongptr", NULL } },
{ -1, "server looking", { "SERVER_REC", NULL } },
{ -1, "server disconnected", { "SERVER_REC", NULL } },
{ -1, "event connected", { "SERVER_REC", NULL } },
{ -1, "server reconnect new", { "RECONNECT_REC", NULL } },
{ -1, "server reconnect remove", { "RECONNECT_REC", NULL } },
{ -1, "server reconnect not found", { "string", NULL } },
{ -1, "print text stripped", { "SERVER_REC", "string", "int", "string", NULL } },
{ -1, "dcc ctcp ", { "string", "DCC_REC", NULL } },
{ -1, "default dcc ctcp", { "string", "DCC_REC", NULL } },
{ -1, "dcc unknown ctcp", { "string", "string", "string", NULL } },
{ -1, "dcc reply ", { "string", "DCC_REC", NULL } },
{ -1, "default dcc reply", { "string", "DCC_REC", NULL } },
{ -1, "dcc unknown reply", { "string", "string", "string", NULL } },
{ -1, "dcc chat message", { "DCC_REC", "string", NULL } },
{ -1, "dcc created", { "DCC_REC", NULL } },
{ -1, "dcc destroyed", { "DCC_REC", NULL } },
{ -1, "dcc connected", { "DCC_REC", NULL } },
{ -1, "dcc rejecting", { "DCC_REC", NULL } },
{ -1, "dcc closed", { "DCC_REC", NULL } },
{ -1, "dcc chat message", { "DCC_REC", "string", NULL } },
{ -1, "dcc transfer update", { "DCC_REC", NULL } },
{ -1, "dcc request", { "DCC_REC", NULL } },
{ -1, "dcc get receive", { "DCC_REC", NULL } },
{ -1, "dcc error connect", { "DCC_REC", NULL } },
{ -1, "dcc error file create", { "DCC_REC", "string", NULL } },
{ -1, "dcc error file not found", { "string", "string", NULL } },
{ -1, "dcc error get not found", { "string", NULL } },
{ -1, "dcc error send exists", { "string", "string", NULL } },
{ -1, "dcc error unknown type", { "string", NULL } },
{ -1, "dcc error close not found", { "string", "string", "string", NULL } },
{ -1, "flood", { "SERVER_REC", "string", "string", "string", "string", NULL } },
{ -1, "autoignore new", { "SERVER_REC", "AUTOIGNORE_REC", NULL } },
{ -1, "autoignore remove", { "SERVER_REC", "AUTOIGNORE_REC", NULL } },
{ -1, "log new", { "LOG_REC", NULL } },
{ -1, "log remove", { "LOG_REC", NULL } },
{ -1, "log locked", { "LOG_REC", NULL } },
{ -1, "log started", { "LOG_REC", NULL } },
{ -1, "log stopped", { "LOG_REC", NULL } },
{ -1, "log written", { "LOG_REC", "string", NULL } },
{ -1, "notifylist new", { "NOTIFYLIST_REC", NULL } },
{ -1, "notifylist remove", { "NOTIFYLIST_REC", NULL } },
{ -1, "notifylist joined", { "SERVER_REC", "string", "string", "string", "string", "string", NULL } },
{ -1, "notifylist away changed", { "SERVER_REC", "string", "string", "string", "string", "string", NULL } },
{ -1, "notifylist unidle", { "SERVER_REC", "string", "string", "string", "string", "string", NULL } },
{ -1, "notifylist left", { "SERVER_REC", "string", "string", "string", "string", "string", NULL } },
{ -1, "plugin created", { "PLUGIN_REC", NULL } },
{ -1, "plugin loaded", { "PLUGIN_REC", NULL } },
{ -1, "plugin destroyed", { "PLUGIN_REC", NULL } },
{ -1, "plugin error already loaded", { "string", NULL } },
{ -1, "plugin error invalid", { "string", NULL } },
{ -1, "plugin error load", { "string", "string", NULL } },
{ -1, "plugin error not loaded", { "string", NULL } },
{ -1, "plugin error version", { "string", NULL } },
{ -1, NULL }
};