Commit graph

24 commits

Author SHA1 Message Date
Alistair Riddoch
845e0a1f8d Clean up formatting. 2013-02-09 00:33:47 +00:00
Alistair Riddoch
aff184b32b Remove duplicate doc strings 2013-02-09 00:29:03 +00:00
Alistair Riddoch
db4486da4e De-duplicate actual removal 2013-02-09 00:25:33 +00:00
Alistair Riddoch
0ee3c8efb2 Remove return status from function that cannot fail 2013-02-09 00:23:20 +00:00
Alistair Riddoch
d82acb170d Remove a check that is never required 2013-02-09 00:21:03 +00:00
Alistair Riddoch
d8542f314b Make internal function protected 2013-02-08 23:38:32 +00:00
Alistair Riddoch
3a68f60b7a Replace obsolete null checks with asserts 2013-02-08 23:22:30 +00:00
Alistair Riddoch
ea59cd043c Checks and balances
Always check for null when allocating, and use insert instead of operator[]
2013-02-08 23:18:59 +00:00
Alistair Riddoch
4c3465155c This function should be const 2013-02-08 23:13:46 +00:00
Alistair Riddoch
4a9c7078f7 Refactor to use LocatedEntity as base class
All IG code should use the interface of LocatedEntity when dealing
with any entity, rather than sometimes requiring Entity. Add virtual
functions to the interface where required, and modify all other interfaces
to stop them using Entity. This makes the code way cleaner, and much better
de-coupled.
2013-01-17 10:17:07 +00:00
Erik Hjortsberg
e0b9c7eeda Correctly format log messages. 2011-04-24 23:18:34 +02:00
Alistair Riddoch
fdd5cc1864 Clean up headers 2010-11-26 11:18:06 +00:00
Manohar Vanga
2b641ca443 Removed debug cout from TeleportAuthenticator.cpp 2010-08-17 11:58:23 +05:30
Manohar Vanga
1be380dd96 Added stubs to TeleportAuthenticatortest. Fixed functionality 2010-08-17 11:58:21 +05:30
Manohar Vanga
6f71415b5d Optimized TeleportAuthenticator class to prevent double lookups 2010-08-17 11:58:20 +05:30
Manohar Vanga
1bb7d3c23d Made some more changes based on feedback 2010-08-17 11:58:20 +05:30
Manohar Vanga
0d9dcfc984 Added some explanatory comments in TeleportAuthenticator::authenticateTeleport() 2010-08-17 11:58:20 +05:30
Manohar Vanga
96a583ceaa Removed redundant code from TeleportAuthenticator class 2010-08-17 11:58:20 +05:30
Manohar Vanga
9318f9a4f9 Fixed removal of teleport authentication entry to include failed connectCharacter calls 2010-08-17 11:58:20 +05:30
Manohar Vanga
eefac05f4d Fixed doxygen comments to link correctly 2010-08-17 11:58:20 +05:30
Manohar Vanga
439b10754d Made changes in TeleportAuthenticator class 2010-08-17 11:58:20 +05:30
Manohar Vanga
a413ca166f Removed use of account ID to place restrictions. Map in TeleportAuthenticator now uses entity ID 2010-08-17 11:58:19 +05:30
Manohar Vanga
28e46144e3 Added initialization and deletion calls for TeleportAuthenticator in server.cpp 2010-08-17 11:58:18 +05:30
Manohar Vanga
90c2cf13ee Added TeleportAuthenticator class to hold authenticated states 2010-08-17 11:58:18 +05:30