summaryrefslogtreecommitdiff
path: root/src/net/manaserv/connection.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-03-07Fixed GeneralHandler deletion when switching server typesThorbjørn Lindeijer1-2/+3
When switching between tmwAthena and Manaserv the GeneralHandler was not getting deleted, resulting in crashes later on when the still around instance (or one of its child handlers) would try to respond to events it was listening to.
2024-03-02Added support for -y / --server-type parameterThorbjørn Lindeijer1-1/+1
Usually this would be guessed correctly by the port, but now it is also possible to just specify the server type and the port will be derived from there, unless a default port is given in the branding file. Closes #56
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer1-2/+1
This patch is not exhaustive.
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-04-16Removed ENet version checks since only 1.3 should be used anywayThorbjørn Lindeijer1-4/+0
Reviewed-by: Stefan Dombrowski
2010-08-09Fix enet version check *again*Jared Adams1-1/+1
Reviewed-by: Chuck Miller
2010-08-08Do proper checks on the ENet versionThorbjørn Lindeijer1-1/+1
The previous check broke compilation against ENet 1.2.2, which does define the version macros but does not have the API changes.
2010-08-02Fix enet version checkJared Adams1-5/+3
Tested-by: BaseBallBoy
2010-08-02Add support for enet 1.3Jared Adams1-0/+6
Reviewed-by: Yohann Ferreira
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-12Standardize header orderJared Adams1-2/+2
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-10/+14
2009-10-24REplace instances of TMW with ManaJared Adams1-0/+105