Skip to content

Commit

Permalink
ACE realmd, drop sockets library use.
Browse files Browse the repository at this point in the history
(based on commit 6fa7fbe)
(based on commit 7b44fea)
(based on commit a4b82a6)
(based on commit a1ae6a4)
(based on commit 14d59aa)
  • Loading branch information
derex authored and VladimirMangos committed May 20, 2010
1 parent 968dfa2 commit 2a985c6
Show file tree
Hide file tree
Showing 69 changed files with 882 additions and 15,884 deletions.
13 changes: 10 additions & 3 deletions NEWS
Expand Up @@ -13,9 +13,16 @@ http://getmangos.com/community/
Please submit bug reports at:
http://mangos.lighthouseapp.com/

Version 0.13
* Under discussion.
* Upgrade to client version 3.0.3 (build 9183).
In branch

* OpenSSL lib upgrade to OpenSSL 1.0.0.
* Sockets lib use dropped.
* Implement AV battleground.
* Implement new DB-based gossip system for creatures/gameobjects.
* Implement realmd support realms for different client versions.
* New memory allocator for MaNGOS, based on Intel Threading Building Blocks library.
* DB-based store battleground gameobjects/creatures.
* Map search/loading improvements

Version 0.12
* Migrate from SVN to GIT.
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -281,7 +281,6 @@ AC_CONFIG_FILES([
dep/lib/Makefile
dep/src/Makefile
dep/src/g3dlite/Makefile
dep/src/sockets/Makefile
dep/src/zlib/Makefile
dep/src/gsoap/Makefile
dep/Makefile
Expand Down
28 changes: 0 additions & 28 deletions dep/include/Makefile.am
Expand Up @@ -160,34 +160,6 @@ EXTRA_DIST += \
postgre/pg_type.h \
postgre/postgres_ext.h

# Sockets header files for Win32 builds
EXTRA_DIST += \
sockets\Base64.h \
sockets\CircularBuffer.h \
sockets\IFile.h \
sockets\Ipv4Address.h \
sockets\Ipv6Address.h \
sockets\ISocketHandler.h \
sockets\ListenSocket.h \
sockets\Mutex.h \
sockets\Parse.h \
sockets\RandomNumber.h \
sockets\ResolvServer.h \
sockets\ResolvSocket.h \
sockets\SctpSocket.h \
sockets\Socket.h \
sockets\socket_include.h \
sockets\SocketAddress.h \
sockets\SocketHandler.h \
sockets\sockets-config.h \
sockets\StdLog.h \
sockets\StdoutLog.h \
sockets\TcpSocket.h \
sockets\Thread.h \
sockets\UdpSocket.h \
sockets\Uid.h \
sockets\Utility.h

# VLD header files for Win32 builds
EXTRA_DIST += \
vld/vld.h
Expand Down
77 changes: 0 additions & 77 deletions dep/include/sockets/Base64.h

This file was deleted.

58 changes: 0 additions & 58 deletions dep/include/sockets/Exception.h

This file was deleted.

84 changes: 0 additions & 84 deletions dep/include/sockets/File.h

This file was deleted.

71 changes: 0 additions & 71 deletions dep/include/sockets/IFile.h

This file was deleted.

0 comments on commit 2a985c6

Please sign in to comment.