From 19b1729631284b6cf2c2e79bfbe362734ce8ff77 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 23 Sep 2008 11:32:29 +0000 Subject: Removed the 'upnp' plugin (see bugreport:1000). Original files can be found in Celest's /devel subdirectory. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13233 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/plugins/Makefile.in | 6 +----- src/plugins/upnp.txt | 31 ------------------------------- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 src/plugins/upnp.txt (limited to 'src/plugins') diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index c21bcd7d9..a16083981 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -5,7 +5,7 @@ COMMON_H = ../common/plugin.h ../common/cbasetypes.h \ ../common/showmsg.h ../common/utils.h ../common/strlib.h \ ../common/malloc.h -PLUGINS = sample sig pid gui upnp console +PLUGINS = sample sig pid gui console @SET_MAKE@ @@ -22,8 +22,6 @@ pid: pid@DLLEXT@ gui: gui@DLLEXT@ -upnp: upnp@DLLEXT@ - console: console@DLLEXT@ clean: @@ -35,7 +33,6 @@ help: @echo "'sig' - signal handler plugin" @echo "'pid' - process id plugin" @echo "'gui' - gui plugin" - @echo "'upnp' - upnp plugin" @echo "'console' - console plugin" @echo "'all' - builds all above targets" @echo "'clean' - cleans builds and objects" @@ -47,7 +44,6 @@ help: @CC@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -shared -o ../../plugins/$@ $< gui@DLLEXT@: ../../plugins/gui.conf -upnp@DLLEXT@: ../../plugins/upnp.conf sig@DLLEXT@: sig.c $(COMMON_OBJ) @CC@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -shared -o ../../plugins/$@ $< $(COMMON_OBJ) diff --git a/src/plugins/upnp.txt b/src/plugins/upnp.txt deleted file mode 100644 index eb3f955cb..000000000 --- a/src/plugins/upnp.txt +++ /dev/null @@ -1,31 +0,0 @@ -// -// UPnP Plugin Configuration -// - -// Enable UPnP -enable_upnp: 1 - -// Remove mapped router ports when shutting down -release_mappings: 1 - -// Close opened firewall ports when shutting down -close_ports: 1 - -// -// You can set these if necessary -// login server port -//login_port: 6900 -// -// char server port -//char_port: 6121 -// -// map server port -//map_port: 5121 -// -// NAT IP address to map your ports to -//nat_ip: 192.168.0.1 - - -// Note: This plugin only works on Windows XP or higher -// For more info on UPnP try here: -// http://www.google.com/search?q=what+is+upnp -- cgit v1.2.3-60-g2f50