cyphesis/server
2013-03-09 19:23:26 +00:00
..
Account.cpp Stop using OpNo here too 2013-02-28 15:39:59 +00:00
Account.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Admin.cpp Remove unneeded Entity.h 2013-01-18 19:41:16 +00:00
Admin.h Make Admin test a friend 2012-09-18 08:47:49 +01:00
ArithmeticBuilder.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
ArithmeticBuilder.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
CommAdminClient.cpp Add a new class for cleaner local clients 2012-07-31 23:42:35 +01:00
CommAdminClient.h Add a new class for cleaner local clients 2012-07-31 23:42:35 +01:00
CommClient.cpp Move the template implentations into headers 2012-07-31 22:48:22 +01:00
CommClient.h Re-name variable to disambiguate 2012-08-13 19:54:25 +01:00
CommClient_impl.h Modify externalOperation to include Link 2012-12-04 20:39:35 +00:00
CommClientFactory.cpp Move specific factories into their own files 2012-03-05 14:19:21 +00:00
CommClientFactory.h Make template more flexible 2012-07-31 23:32:22 +01:00
CommClientFactory_impl.h Make template more flexible 2012-07-31 23:32:22 +01:00
CommClientKit.cpp Untable these factory classes for cleaner linking 2012-03-05 00:12:17 +00:00
CommClientKit.h Move CommClient to being a template - final changes 2012-07-31 20:21:58 +01:00
CommHttpClient.cpp Make base stream class a template. 2012-07-30 19:18:18 +01:00
CommHttpClient.h Make base stream class a template. 2012-07-30 19:18:18 +01:00
CommHttpClientFactory.cpp Add explicit destructor 2012-08-06 18:32:01 +01:00
CommHttpClientFactory.h Add explicit destructor 2012-08-06 18:32:01 +01:00
CommMaster.cpp 2009-01-28 Al Riddoch <alriddoch@googlemail.com> 2009-01-28 02:48:34 +00:00
CommMaster.h 2009-01-28 Al Riddoch <alriddoch@googlemail.com> 2009-01-28 02:48:34 +00:00
CommMDNSPublisher.cpp Fix optional avahi code 2012-11-30 11:27:37 +00:00
CommMDNSPublisher.h Fix optional avahi code 2012-11-30 11:27:37 +00:00
CommMetaClient.cpp Make CommSocket fully abstract 2012-11-22 23:19:55 +00:00
CommMetaClient.h Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
CommPeer.cpp Re-name variable to disambiguate 2012-08-13 19:54:25 +01:00
CommPeer.h Move CommClient to being a template - final changes 2012-07-31 20:21:58 +01:00
CommPSQLSocket.cpp Make CommSocket fully abstract 2012-11-22 23:19:55 +00:00
CommPSQLSocket.h Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
CommPythonClient.cpp Make base stream class a template. 2012-07-30 19:18:18 +01:00
CommPythonClient.h Make base stream class a template. 2012-07-30 19:18:18 +01:00
CommPythonClientFactory.cpp Add explicit destructor 2012-08-06 18:32:01 +01:00
CommPythonClientFactory.h Add explicit destructor 2012-08-06 18:32:01 +01:00
CommServer.cpp Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
CommServer.h Ensure socket objects can't be copied. 2013-01-22 17:44:29 +00:00
CommStreamClient.cpp Move the template implentations into headers 2012-07-31 22:48:22 +01:00
CommStreamClient.h Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
CommStreamClient_impl.h It's simpler to call flush() directly 2012-08-07 21:42:00 +01:00
CommStreamListener.cpp Move template implementation into a header for reuse 2012-07-23 22:50:55 +01:00
CommStreamListener.h Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
CommStreamListener_impl.h Make CommSocket fully abstract 2012-11-22 23:19:55 +00:00
CommTCPListener.cpp Stop using socket linger everywhere 2012-07-27 12:40:17 +01:00
CommTCPListener.h Switch to shared_ptr so listeners can share factories 2012-07-24 08:35:33 +01:00
CommUnixListener.cpp Switch to shared_ptr so listeners can share factories 2012-07-24 08:35:33 +01:00
CommUnixListener.h Switch to shared_ptr so listeners can share factories 2012-07-24 08:35:33 +01:00
CommUserClient.cpp Move the template implentations into headers 2012-07-31 22:48:22 +01:00
CommUserClient.h Move CommClient to being a template - final changes 2012-07-31 20:21:58 +01:00
ConnectableRouter.cpp Rename ConnectedRouter to ConnectableRouter 2012-11-13 00:09:05 +00:00
ConnectableRouter.h Fix the header guards 2013-01-09 22:23:35 +00:00
Connection.cpp Stop using OpNo here too 2013-02-28 15:39:59 +00:00
Connection.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Connection_methods.h Move CommClient to being a template - final changes 2012-07-31 20:21:58 +01:00
CorePropertyManager.cpp Add to property factory to allow scripting 2013-03-09 19:23:26 +00:00
CorePropertyManager.h Correct the name of the template param 2013-02-23 01:01:21 +00:00
EntityBuilder.cpp Use insert instead of [] 2013-03-03 23:37:30 +00:00
EntityBuilder.h Make the test a friend, removing test subclass 2013-03-03 22:48:04 +00:00
EntityFactory.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
EntityFactory.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
EntityFactory_impl.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
EntityRuleHandler.cpp Fail cleanly if a type exists 2013-02-21 21:53:11 +00:00
EntityRuleHandler.h Remove unused unimplemented method 2011-09-18 01:46:45 +01:00
frontend.cpp Add an experiment 2012-03-05 00:45:43 +00:00
HttpCache.cpp 2008-08-29 Al Riddoch <alriddoch@googlemail.com> 2008-08-30 16:29:11 +00:00
HttpCache.h NULL HttpCacha singleton pointer on delete 2010-07-30 15:51:23 +01:00
Idle.cpp Update IDs 2009-04-09 12:42:44 +01:00
Idle.h Update IDs 2009-04-09 12:42:44 +01:00
IdleConnector.cpp Update IDs 2009-04-09 12:42:44 +01:00
IdleConnector.h Update IDs 2009-04-09 12:42:44 +01:00
IdlePSQLConnector.cpp Update IDs 2009-04-09 12:42:44 +01:00
IdlePSQLConnector.h Update IDs 2009-04-09 12:42:44 +01:00
Juncture.cpp Stop using OpNo here too 2013-02-28 15:39:59 +00:00
Juncture.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Lobby.cpp Modify externalOperation to include Link 2012-12-04 20:39:35 +00:00
Lobby.h Modify externalOperation to include Link 2012-12-04 20:39:35 +00:00
Makefile.am Remove moved files 2013-01-11 23:12:29 +00:00
Master.cpp 2009-02-02 Al Riddoch <alriddoch@googlemail.com> 2009-02-02 02:28:45 +00:00
Master.h Update all the Ids 2009-03-24 15:09:42 +00:00
OpRuleHandler.cpp Remove opInstall 2013-02-27 22:21:36 +00:00
OpRuleHandler.h More header cleanups 2011-09-18 17:49:10 +01:00
Peer.cpp Stop using OpNo here too 2013-02-28 15:39:59 +00:00
Peer.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
PendingTeleport.cpp Inline the accessors 2010-11-25 19:06:30 +00:00
PendingTeleport.h Update close of guards for convention 2011-09-05 17:34:58 +01:00
Persistence.cpp Remove unneeded Entity.h include 2013-01-18 19:47:11 +00:00
Persistence.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
Player.cpp Fix up return values for characterError 2012-12-11 08:47:45 +00:00
Player.h Cover Player 2012-09-12 18:16:26 +01:00
PropertyRuleHandler.cpp Add to property factory to allow scripting 2013-03-09 19:23:26 +00:00
PropertyRuleHandler.h Add basics of rule handler for properties 2013-01-08 23:33:19 +00:00
RuleHandler.cpp Add a virtual destructor as required 2012-09-26 21:41:19 +01:00
RuleHandler.h Add a virtual destructor as required 2012-09-26 21:41:19 +01:00
Ruleset.cpp Hook in handler for property rules 2013-02-15 23:00:22 +00:00
Ruleset.h Hook in handler for property rules 2013-02-15 23:00:22 +00:00
server.cpp Remove unused Entity.h include 2013-01-18 19:50:49 +00:00
server.h Update all the Ids 2009-03-24 15:09:42 +00:00
ServerAccount.cpp Remove unneeded Entity.h include 2013-01-18 19:49:50 +00:00
ServerAccount.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
ServerRouting.cpp Modify externalOperation to include Link 2012-12-04 20:39:35 +00:00
ServerRouting.h Modify externalOperation to include Link 2012-12-04 20:39:35 +00:00
slave.cpp Update all the Ids 2009-03-24 15:09:42 +00:00
SlaveClientConnection.cpp Move CommClient to being a template - final changes 2012-07-31 20:21:58 +01:00
SlaveClientConnection.h Move CommSocket and Link classes into common 2012-11-23 11:05:59 +00:00
Spawn.cpp Add concept classes for handling spawn points. 2009-12-30 01:32:31 +00:00
Spawn.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
SpawnEntity.cpp Remove unneeded Entity.h include 2013-01-18 19:52:04 +00:00
SpawnEntity.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
StorageManager.cpp Modify Property install method to take name 2013-02-13 00:45:36 +00:00
StorageManager.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
SystemAccount.cpp Add an explicit virtual destructor for SystemAccount 2012-09-13 23:46:19 +01:00
SystemAccount.h Add an explicit virtual destructor for SystemAccount 2012-09-13 23:46:19 +01:00
TaskFactory.cpp Move the abstract Task factory into common 2011-12-20 15:10:06 +00:00
TaskFactory.h Move the abstract Task factory into common 2011-12-20 15:10:06 +00:00
TaskRuleHandler.cpp Remove unused include 2011-12-21 00:20:29 +00:00
TaskRuleHandler.h More header cleanups 2011-09-18 17:49:10 +01:00
TCPListenFactory.cpp Move code for listening into a factory class 2012-07-24 16:51:12 +01:00
TCPListenFactory.h Move code for listening into a factory class 2012-07-24 16:51:12 +01:00
TeleportAuthenticator.cpp Clean up formatting. 2013-02-09 00:33:47 +00:00
TeleportAuthenticator.h Remove duplicate doc strings 2013-02-09 00:29:03 +00:00
TeleportProperty.cpp Update BurnSpeed and Teleport properties to use delegate 2013-02-13 21:24:18 +00:00
TeleportProperty.h Update BurnSpeed and Teleport properties to use delegate 2013-02-13 21:24:18 +00:00
TeleportState.cpp Remove redundant flag. Was can tell by if it has a key 2010-11-25 14:28:47 +00:00
TeleportState.h Add extra stubbing as this code has changed 2011-10-31 19:33:42 +00:00
TrustedConnection.cpp Add explicit destructor 2012-08-06 18:32:01 +01:00
TrustedConnection.h Add explicit destructor 2012-08-06 18:32:01 +01:00
UpdateTester.cpp Remove obsolete reference to ServerRouting from CommServer 2011-10-31 13:13:52 +01:00
UpdateTester.h 2009-01-12 Al Riddoch <alriddoch@googlemail.com> 2009-01-15 18:46:38 +00:00
WorldRouter.cpp Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00
WorldRouter.h Refactor to use LocatedEntity as base class 2013-01-17 10:17:07 +00:00