# # ChangeLog for branches in orxonox.OLD # # Generated by Trac 1.0.9 # Oct 1, 2024, 12:31:55 AM Thu, 27 Jul 2006 19:59:32 GMT patrick [9531] * branches/proxy/src/lib/network/README.NETWORK (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) found the bug reason: assigning an individual address space for every ... Thu, 27 Jul 2006 19:45:38 GMT patrick [9530] * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) tracing the playable creation missunderstanding Thu, 27 Jul 2006 19:35:23 GMT patrick [9529] * branches/proxy/src/lib/network/message_manager.cc (modified) forgott to enable the relaying. now strange things could happen... Thu, 27 Jul 2006 19:30:14 GMT patrick [9528] * branches/proxy/src/lib/network/message_manager.cc (modified) big error in the recvType checking, now forwarding should be less ... Thu, 27 Jul 2006 19:22:25 GMT patrick [9527] * branches/proxy/src/lib/network/message_manager.cc (modified) forgot to ack the messages forwarded Thu, 27 Jul 2006 19:13:48 GMT patrick [9526] * branches/proxy/src/lib/network/message_manager.cc (modified) relay disabled, more debug Thu, 27 Jul 2006 19:05:12 GMT patrick [9525] * branches/proxy/src/lib/network/message_manager.cc (modified) relay messages is enabled again. checking out Thu, 27 Jul 2006 18:57:19 GMT patrick [9524] * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/message_manager.h (modified) receiver type is transmitted also since it is needed for message relays Thu, 27 Jul 2006 18:37:24 GMT patrick [9523] * branches/proxy/src/lib/network/message_manager.cc (modified) of course clients shouldn't forward any messages. forgot one message ... Thu, 27 Jul 2006 18:29:32 GMT patrick [9522] * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/subprojects/network/network_unit_test.cc (modified) * branches/proxy/src/world_entities/spawning_point.cc (modified) new the message handler is checking, if this message is also for the ... Thu, 27 Jul 2006 17:51:06 GMT patrick [9521] * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/message_manager.h (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/network_game_manager.h (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/player_stats.h (modified) * branches/proxy/src/world_entities/spawning_point.cc (modified) * branches/proxy/src/world_entities/spawning_point.h (modified) extended the callback function for message handlers to match the new ... Thu, 27 Jul 2006 17:40:42 GMT patrick [9520] * branches/proxy/src/lib/network/message_manager.cc (modified) sender now also include the source and destination userId so they can ... Thu, 27 Jul 2006 17:24:41 GMT patrick [9519] * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/message_manager.h (modified) extending the message structure Thu, 27 Jul 2006 16:58:04 GMT bensch [9518] * branches/proxy/src/world_entities/npcs/ground_turret.cc (modified) * branches/proxy/src/world_entities/weapons/aim.cc (modified) * branches/proxy/src/world_entities/weapons/targeting_turret.h (modified) targetting turrets are firing all the time now, but the hack is out :/ Thu, 27 Jul 2006 16:48:47 GMT patrick [9517] * branches/proxy/src/lib/network/message_manager.cc (modified) wrong debug output last time Thu, 27 Jul 2006 16:45:58 GMT bensch [9516] * branches/proxy/src/util/object_manager.cc (modified) * branches/proxy/src/world_entities/projectiles/guided_missile.h (modified) * branches/proxy/src/world_entities/weapons/aim.cc (modified) * branches/proxy/src/world_entities/weapons/aim.h (modified) * branches/proxy/src/world_entities/weapons/targeting_turret.cc (modified) * branches/proxy/src/world_entities/weapons/targeting_turret.h (modified) * branches/proxy/src/world_entities/world_entity.cc (modified) orxonox/proxy: the rockets from the targeting turrets aquire targets ... Thu, 27 Jul 2006 16:15:09 GMT patrick [9515] * branches/proxy/src/lib/network/message_manager.cc (modified) better debug Thu, 27 Jul 2006 16:07:18 GMT patrick [9514] * branches/proxy/src/lib/network/README.NETWORK (modified) * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/message_manager.h (modified) messag reciving debug Thu, 27 Jul 2006 15:38:53 GMT bensch [9513] * branches/proxy/src/lib/network/server_socket.h (modified) * branches/proxy/src/util/object_manager.cc (modified) * branches/proxy/src/util/object_manager.h (modified) * branches/proxy/src/world_entities/npcs/ground_turret.cc (modified) * branches/proxy/src/world_entities/weapons/aim.h (modified) * branches/proxy/src/world_entities/world_entity.cc (modified) * branches/proxy/src/world_entities/world_entity.h (modified) toList editable Thu, 27 Jul 2006 14:07:38 GMT patrick [9512] * branches/proxy/src/lib/network/message_manager.cc (modified) now the proxy server has also special handling for message piping Thu, 27 Jul 2006 14:05:39 GMT patrick [9511] * branches/proxy/src/lib/network/message_manager.cc (modified) produced segfault by double sending messages. fixed Thu, 27 Jul 2006 13:59:25 GMT patrick [9510] * branches/proxy/src/lib/network/message_manager.cc (modified) clients permission correction Thu, 27 Jul 2006 13:55:22 GMT patrick [9509] * branches/proxy/src/lib/network/message_manager.cc (modified) starting special implementation for message forwarding (pipeing) Thu, 27 Jul 2006 13:37:11 GMT patrick [9508] * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/message_manager.h (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/network_game_manager.h (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/player_stats.h (modified) * branches/proxy/src/subprojects/network/network_unit_test.cc (modified) * branches/proxy/src/world_entities/spawning_point.cc (modified) * branches/proxy/src/world_entities/spawning_point.h (modified) message handler: changed some variable names - standardisations to ... Thu, 27 Jul 2006 11:59:30 GMT patrick [9507] * branches/proxy/src/lib/network/message_manager.h (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/player_stats.h (modified) * branches/proxy/src/world_entities/playable.cc (modified) * branches/proxy/src/world_entities/playable.h (modified) * branches/proxy/src/world_entities/space_ships/turbine_hover.cc (modified) the player team change should now work on all clients in the network, ... Thu, 27 Jul 2006 11:30:02 GMT snellen [9506] * branches/proxy/src/world_entities/script_trigger.cc (modified) removed testerror from scripttrigger Thu, 27 Jul 2006 11:00:55 GMT patrick [9505] * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/player_stats.h (modified) changing the team color now works and a little cleanup Thu, 27 Jul 2006 10:54:39 GMT patrick [9504] * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/player_stats.h (modified) * branches/proxy/src/util/multiplayer_team_deathmatch.cc (modified) - removing entities from the network works now also on proxies. - ... Thu, 27 Jul 2006 10:32:50 GMT bensch [9503] * branches/proxy/src/lib/network/network_game_manager.cc (modified) coloring for single-players Thu, 27 Jul 2006 10:30:31 GMT bensch [9502] * branches/proxy/src/lib/particles/particle_system.cc (modified) * branches/proxy/src/lib/particles/quick_animation.cc (modified) * branches/proxy/src/world_entities/space_ships/turbine_hover.cc (modified) coloring works on server Thu, 27 Jul 2006 10:15:55 GMT bensch [9501] * branches/proxy/src/world_entities/playable.h (modified) compiles for real Thu, 27 Jul 2006 10:15:06 GMT bensch [9500] * branches/proxy/src/lib/particles/particle_system.cc (modified) * branches/proxy/src/util/multiplayer_team_deathmatch.cc (modified) * branches/proxy/src/world_entities/playable.cc (modified) * branches/proxy/src/world_entities/playable.h (modified) * branches/proxy/src/world_entities/space_ships/turbine_hover.cc (modified) * branches/proxy/src/world_entities/space_ships/turbine_hover.h (modified) compiles again, the Playables should now be able to choose their ... Thu, 27 Jul 2006 10:10:08 GMT patrick [9499] * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/world_entities/playable.h (modified) team id is supported Thu, 27 Jul 2006 09:57:58 GMT patrick [9498] * branches/proxy/src/util/multiplayer_team_deathmatch.cc (modified) set team id is invoked on team change Thu, 27 Jul 2006 09:20:28 GMT bensch [9497] * branches/proxy/src/lib/particles/particle_system.cc (modified) * branches/proxy/src/lib/particles/particle_system.h (modified) * branches/proxy/src/lib/util/color.h (modified) * branches/proxy/src/world_entities/space_ships/turbine_hover.cc (modified) * branches/proxy/src/world_entities/space_ships/turbine_hover.h (modified) coloring for the hovers Thu, 27 Jul 2006 08:45:35 GMT bensch [9496] * branches/proxy (copied) new copy Thu, 27 Jul 2006 08:45:11 GMT bensch [9495] * branches/proxy (deleted) deleted old version Wed, 26 Jul 2006 13:26:59 GMT patrick [9493] * branches/proxy/src/lib/network/network_game_manager.cc (modified) removing does not yet work. debuging Wed, 26 Jul 2006 13:14:17 GMT patrick [9492] * branches/proxy/src/lib/network/message_manager.h (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/shared_network_data.cc (modified) * branches/proxy/src/lib/network/shared_network_data.h (modified) extended the sharednetworkdata inteface. now synchronizeables should ... Wed, 26 Jul 2006 12:43:26 GMT patrick [9491] * branches/proxy/src/lib/network/message_manager.cc (modified) * branches/proxy/src/lib/network/message_manager.h (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/subprojects/network/network_unit_test.cc (modified) * branches/proxy/src/world_entities/spawning_point.cc (modified) the clients can now connect to the proxy server and get synchronized ... Wed, 26 Jul 2006 11:56:48 GMT patrick [9490] * branches/proxy/src/lib/network/network_stream.cc (modified) redirection is disabled now for network traffic measurement Wed, 26 Jul 2006 09:38:04 GMT patrick [9489] * branches/proxy/src/lib/network/network_stream.cc (modified) only master servers got the right to redirect clients Wed, 26 Jul 2006 09:27:32 GMT patrick [9488] * branches/proxy/src/lib/network/synchronizeable.cc (modified) now clients do also accept proxys as athorities, i hope Wed, 26 Jul 2006 09:02:25 GMT patrick [9487] * branches/proxy/src/lib/network/synchronizeable.cc (modified) stuck in permissions war: something prevents the client from ... Wed, 26 Jul 2006 08:54:34 GMT patrick [9486] * branches/proxy/src/lib/network/README.NETWORK (modified) the clients now almost synchronizes with the proxy :D Wed, 26 Jul 2006 08:51:20 GMT patrick [9485] * branches/proxy/src/lib/network/network_stream.cc (modified) the proxy server receives to force clients creating world entities Wed, 26 Jul 2006 08:42:10 GMT bensch [9484] * branches/proxy/src/lib/network/monitor/network_node.h (modified) typo Wed, 26 Jul 2006 08:41:33 GMT patrick [9483] * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/synchronizeable.cc (modified) giving the proxy server more rights to write the clients Wed, 26 Jul 2006 08:13:48 GMT patrick [9482] * branches/proxy/src/lib/network/network_manager.cc (modified) forgot about this Wed, 26 Jul 2006 08:12:26 GMT patrick [9481] * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) working on the segfault when clients are redirected to a synchronized ... Tue, 25 Jul 2006 21:59:26 GMT patrick [9480] * branches/proxy/src/lib/network/README.NETWORK (modified) big progress today, tomorrow the synchronization of a client-proxy- ... Tue, 25 Jul 2006 21:52:37 GMT patrick [9479] * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/story_entities/multi_player_world_data.cc (modified) proxy server not able to load the world file, some more safty in the ... Tue, 25 Jul 2006 21:45:07 GMT patrick [9478] * branches/proxy/src/lib/network/network_manager.cc (modified) shortly trying the hybrid mode again Tue, 25 Jul 2006 21:37:41 GMT patrick [9477] * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) now the proxy is in client mode again for testing Tue, 25 Jul 2006 21:35:11 GMT patrick [9476] * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/story_entities/multi_player_world_data.cc (modified) now the clients can connect to the proxy servers. => hybrid proxy ... Tue, 25 Jul 2006 21:15:45 GMT patrick [9475] * branches/proxy/src/lib/network/network_manager.cc (modified) proxy server now starts the server socket also Tue, 25 Jul 2006 21:09:28 GMT patrick [9474] * branches/proxy/src/lib/network/README.NETWORK (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/synchronizeable.cc (modified) the hybrid mode should work now in a very closed setup Tue, 25 Jul 2006 20:57:27 GMT patrick [9473] * branches/proxy/src/lib/network/handshake.cc (modified) * branches/proxy/src/lib/network/netdefs.h (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) letting proxys handshakes handling again Tue, 25 Jul 2006 20:44:54 GMT patrick [9472] * branches/proxy/src/lib/network/network_stream.cc (modified) switching to hybrind, so far so good Tue, 25 Jul 2006 20:35:06 GMT patrick [9471] * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) better now, a proxy server connected to the master server for the ... Tue, 25 Jul 2006 20:23:17 GMT patrick [9470] * branches/proxy/src/lib/collision_detection/aabb_tree_node.cc (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/peer_info.cc (modified) * branches/proxy/src/lib/network/shared_network_data.h (modified) * branches/proxy/src/util/game_rules.cc (modified) * branches/proxy/src/util/multiplayer_team_deathmatch.cc (modified) * branches/proxy/src/world_entities/creatures/fps_player.cc (modified) * branches/proxy/src/world_entities/space_ships/space_ship.cc (modified) * branches/proxy/src/world_entities/world_entity.cc (modified) heavy permissions fight: no node was ever thought to be client and ... Tue, 25 Jul 2006 18:48:18 GMT patrick [9469] * branches/proxy/src/lib/network/synchronizeable.cc (modified) permission changed: proxy cannot override in the way the master ... Tue, 25 Jul 2006 18:45:18 GMT patrick [9468] * branches/proxy/src/lib/network/network_stream.cc (modified) assertion failure, becaus the proxy tried to accept the own connection Tue, 25 Jul 2006 18:37:01 GMT patrick [9467] * branches/proxy/src/lib/network/network_manager.cc (modified) not creating the network game manager, since it is created by the ... Tue, 25 Jul 2006 18:30:40 GMT patrick [9466] * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/synchronizeable.cc (modified) * branches/proxy/src/story_entities/multi_player_world_data.cc (modified) * branches/proxy/src/world_entities/spawning_point.cc (modified) testing around with permissions: proxy should be able to handle a ... Tue, 25 Jul 2006 18:17:29 GMT patrick [9465] * branches/proxy/src/lib/network/network_stream.cc (modified) added more secure implementation of connection update Tue, 25 Jul 2006 18:10:18 GMT patrick [9464] * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/network_stream.h (modified) proxy server should now be accepted Tue, 25 Jul 2006 17:29:31 GMT patrick [9463] * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/network_stream.h (modified) * branches/proxy/src/lib/network/udp_server_socket.cc (modified) the proxy network interface is started Tue, 25 Jul 2006 16:01:47 GMT patrick [9462] * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/server_socket.h (modified) * branches/proxy/src/lib/network/tcp_server_socket.cc (modified) * branches/proxy/src/lib/network/tcp_server_socket.h (modified) * branches/proxy/src/lib/network/udp_server_socket.cc (modified) * branches/proxy/src/lib/network/udp_server_socket.h (modified) * branches/proxy/src/subprojects/network/network_unit_test.cc (modified) proxy server connections: listening on a seperate server socket, ... Tue, 25 Jul 2006 15:39:49 GMT patrick [9461] * branches/proxy/src/lib/network/udp_server_socket.cc (modified) * branches/proxy/src/lib/network/udp_server_socket.h (modified) working on a dual connection server socket Tue, 25 Jul 2006 15:14:53 GMT patrick [9460] * branches/proxy/src/lib/network/tcp_server_socket.cc (modified) * branches/proxy/src/lib/network/tcp_server_socket.h (modified) * branches/proxy/src/lib/network/udp_server_socket.cc (modified) * branches/proxy/src/lib/network/udp_server_socket.h (modified) working on proxy server connection acception Tue, 25 Jul 2006 15:07:38 GMT patrick [9459] * branches/proxy/src/lib/network/README.NETWORK (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/network_stream.h (modified) * branches/proxy/src/lib/network/server_socket.h (modified) * branches/proxy/src/lib/network/synchronizeable.cc (modified) * branches/proxy/src/lib/network/tcp_server_socket.cc (modified) * branches/proxy/src/lib/network/tcp_server_socket.h (modified) * branches/proxy/src/lib/network/udp_server_socket.cc (modified) * branches/proxy/src/lib/network/udp_server_socket.h (modified) * branches/proxy/src/subprojects/network/network_unit_test.cc (modified) deep framework switch to enable differentiation of proxy/client ... Tue, 25 Jul 2006 14:28:08 GMT patrick [9458] * branches/proxy/src/lib/network/netdefs.h (modified) * branches/proxy/src/lib/network/nettypes.h (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_manager.h (modified) * branches/proxy/src/lib/network/synchronizeable.cc (modified) * branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_var.h (modified) switching to new permission system, first step Tue, 25 Jul 2006 13:56:30 GMT bensch [9457] * branches/proxy/src/world_entities/space_ships/turbine_hover.cc (modified) fixing pnode better now Tue, 25 Jul 2006 13:36:43 GMT bensch [9456] * branches/proxy/src/world_entities/space_ships/turbine_hover.cc (modified) TurbineHover Syncable... the camera was the evil force here Tue, 25 Jul 2006 12:16:40 GMT bensch [9455] * branches/proxy/src/util/multiplayer_team_deathmatch.cc (modified) * branches/proxy/src/world_entities/spawning_point.cc (modified) * branches/proxy/src/world_entities/spawning_point.h (modified) high dynamic loading of network entities improoved Tue, 25 Jul 2006 09:27:48 GMT bensch [9454] * branches/proxy/src/lib/network/handshake.h (modified) * branches/proxy/src/lib/network/message_manager.h (modified) * branches/proxy/src/lib/network/monitor/connection_monitor.cc (modified) * branches/proxy/src/lib/network/monitor/connection_monitor.h (modified) * branches/proxy/src/lib/network/proxy/network_settings.h (modified) some consts added Tue, 25 Jul 2006 09:12:44 GMT patrick [9453] * branches/proxy/src/lib/network/network_stream.h (modified) * branches/proxy/src/lib/network/synchronizeable.cc (modified) another framework switch Tue, 25 Jul 2006 08:52:37 GMT patrick [9452] * branches/proxy/src/lib/network/monitor/network_monitor.cc (modified) * branches/proxy/src/lib/network/network_game_manager.cc (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/network_stream.h (modified) * branches/proxy/src/lib/network/peer_info.h (modified) * branches/proxy/src/lib/network/player_stats.cc (modified) * branches/proxy/src/lib/network/shared_network_data.h (modified) * branches/proxy/src/lib/network/synchronizeable.cc (modified) * branches/proxy/src/story_entities/multi_player_world_data.cc (modified) * branches/proxy/src/world_entities/creatures/fps_player.cc (modified) * branches/proxy/src/world_entities/space_ships/space_ship.cc (modified) * branches/proxy/src/world_entities/spawning_point.cc (modified) switched another interface funciton Tue, 25 Jul 2006 08:39:29 GMT bensch [9451] * branches/proxy/src/lib/network/monitor/network_monitor.cc (modified) * branches/proxy/src/lib/network/monitor/network_monitor.h (modified) * branches/proxy/src/lib/network/monitor/network_node.cc (modified) * branches/proxy/src/lib/network/monitor/network_node.h (modified) consts Tue, 25 Jul 2006 08:34:28 GMT patrick [9450] * branches/proxy/src/lib/network/README.NETWORK (modified) * branches/proxy/src/lib/network/netdefs.h (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/network_stream.h (modified) using the new id scheme Tue, 25 Jul 2006 08:15:18 GMT patrick [9449] * branches/proxy/src/lib/network/README.NETWORK (modified) * branches/proxy/src/lib/network/netdefs.h (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/network_stream.h (modified) making the node id system as consistant as possible Tue, 25 Jul 2006 07:42:01 GMT patrick [9448] * branches/proxy/src/lib/network/ip.cc (modified) * branches/proxy/src/lib/network/network_manager.cc (modified) now comes the synchronization process from master server to proxy ... Tue, 25 Jul 2006 07:35:22 GMT patrick [9447] * branches/proxy/src/lib/network/network_stream.cc (modified) yea finaly the redirection algorithm realy works (testedsvn diff) Tue, 25 Jul 2006 07:31:01 GMT patrick [9446] * branches/proxy/src/lib/network/network_stream.cc (modified) cleanup of the code Tue, 25 Jul 2006 06:24:21 GMT bensch [9445] * branches/proxy/src/lib/network/monitor/network_monitor.cc (modified) * branches/proxy/src/lib/network/monitor/network_monitor.h (modified) * branches/proxy/src/lib/network/peer_info.cc (modified) * branches/proxy/src/lib/network/peer_info.h (modified) some more const's Tue, 25 Jul 2006 06:15:01 GMT bensch [9444] * branches/proxy/src/lib/network/monitor/network_stats_widget.cc (modified) * branches/proxy/src/lib/network/peer_info.cc (modified) * branches/proxy/src/lib/network/peer_info.h (modified) * branches/proxy/src/lib/network/zip.h (modified) some cleanup Mon, 24 Jul 2006 15:47:06 GMT bensch [9443] * branches/proxy/src/lib/network/ip.cc (modified) * branches/proxy/src/lib/network/monitor/network_stats_widget.cc (modified) ip-bug fixed Mon, 24 Jul 2006 15:42:16 GMT bensch [9442] * branches/proxy/src/lib/network/monitor/network_monitor.h (modified) * branches/proxy/src/lib/network/monitor/network_stats_widget.cc (modified) better checks Mon, 24 Jul 2006 15:39:17 GMT patrick [9441] * branches/proxy/src/lib/network/ip.cc (modified) * branches/proxy/src/lib/network/network_stream.cc (modified) reconnection does not segfault anymore now! betta Mon, 24 Jul 2006 15:28:15 GMT patrick [9440] * branches/proxy/src/lib/network/network_stream.cc (modified) peers get deleted correctly now Mon, 24 Jul 2006 15:26:34 GMT bensch [9439] * branches/proxy/src/lib/network/monitor/network_monitor.cc (modified) * branches/proxy/src/lib/network/monitor/network_stats_widget.cc (modified) * branches/proxy/src/lib/network/monitor/network_stats_widget.h (modified) more gui Mon, 24 Jul 2006 15:07:55 GMT bensch [9438] * branches/proxy/src/lib/network/monitor/network_monitor.cc (modified) * branches/proxy/src/lib/network/monitor/network_monitor.h (modified) * branches/proxy/src/lib/network/monitor/network_stats_widget.cc (modified) * branches/proxy/src/lib/network/monitor/network_stats_widget.h (modified) more gui Mon, 24 Jul 2006 14:55:41 GMT bensch [9437] * branches/proxy/src/lib/network/Makefile.am (modified) * branches/proxy/src/lib/network/monitor/network_stats_widget.cc (moved) * branches/proxy/src/lib/network/monitor/network_stats_widget.h (moved) * branches/proxy/src/util/Makefile.am (modified) movements Mon, 24 Jul 2006 14:50:38 GMT patrick [9436] * branches/proxy/src/lib/network/network_stream.cc (modified) the server does not segfault anymore on client disconnect, but the ... Mon, 24 Jul 2006 14:45:01 GMT bensch [9435] * branches/proxy/src/lib/network/peer_info.h (modified) * branches/proxy/src/util/network_stats_widget.cc (modified) * branches/proxy/src/util/network_stats_widget.h (modified) more about the widget Mon, 24 Jul 2006 14:38:38 GMT patrick [9434] * branches/proxy/src/lib/network/network_stream.cc (modified) the disconnect process works better, now comes the hard part: reinit ... Mon, 24 Jul 2006 14:36:28 GMT patrick [9433] * branches/proxy/src/lib/network/network_stream.cc (modified) * branches/proxy/src/lib/network/network_stream.h (modified) new approach: the reconnection is handled from a different point in ... Mon, 24 Jul 2006 14:19:17 GMT bensch [9432] * branches/proxy/src/lib/network/peer_info.h (modified) more peer info Mon, 24 Jul 2006 14:13:04 GMT bensch [9431] * branches/proxy/src/lib/network/monitor/connection_monitor.h (modified) * branches/proxy/src/lib/network/monitor/network_monitor.cc (modified) * branches/proxy/src/lib/network/monitor/network_monitor.h (modified) * branches/proxy/src/util/network_stats_widget.h (modified) getBandwidth's