Directory src/util/network/

Total Files:
8
Deleted Files:
19
Lines of Code:
2754

[root]/src/util/network
                Folder removed from repo curl (0 files, 0 lines)
                    Folder removed from repo include (0 files, 0 lines)
                        Folder removed from repo curl (0 files, 0 lines)
                    Folder removed from repo lib (0 files, 0 lines)
                directory in repo hawknl (2 files, 70 lines)
                    directory in repo hawknl (6 files, 1094 lines)
                    directory in repo src (12 files, 8377 lines)
                Folder removed from repo zeromq (0 files, 0 lines)
                    Folder removed from repo include (0 files, 0 lines)
                    Folder removed from repo src (0 files, 0 lines)

Lines of Code

src/util/network/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 144 (100.0%) 3369 (100.0%) 23.3
juvinious 69 (47.9%) 2734 (81.2%) 39.6
kazzmir 75 (52.1%) 635 (18.8%) 8.4

Most Recent Commits

kazzmir 2014-03-18 22:21 Rev.: 8218

use normal c++ cast operator instead of an explicit function for the pointer class

20 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+20 -20)
juvinious 2014-01-05 04:19 Rev.: 8116

[platformer] Added fill-color option. [editor] Added color chooser for world fill color. Added color chooser for tile grid. Added ability to create collision map areas with the mouse.

50 lines of code changed in 3 files:

  • src/util/network: irc-client.cpp (new 30), irc-client.h (new 13), irc.cpp (+7 -15)
juvinious 2013-05-10 11:04 Rev.: 7914

[util] Update user lists on join/part messages.

39 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+38 -1), irc.h (+1)
juvinious 2013-05-09 14:27 Rev.: 7912

[util] Add extra handling for irc commands. Make SimpleList sorted.

108 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+104 -15), irc.h (+4)
juvinious 2013-05-03 11:11 Rev.: 7906

[util] Create example for game in irc test.

13 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+9 -4), irc.h (+4 -2)
juvinious 2013-05-01 14:10 Rev.: 7902

[util] Make ChatInterface update tabs that aren't active if privmsg is received.

4 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+4 -4)
juvinious 2013-05-01 13:51 Rev.: 7901

[util] Display user list.

101 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+93 -6), irc.h (+8)
juvinious 2013-05-01 11:09 Rev.: 7900

[util] Don't draw if screen has resized.

7 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+7 -5)
juvinious 2013-05-01 10:50 Rev.: 7898

[util] Do not re-add server tab on dimension changes. Add ListInterface.

4 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+4 -2)
juvinious 2013-05-01 09:53 Rev.: 7895

[util] Move drawBox from TabContainer to Widget. Make ChatInterface size dynamic.

44 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+39 -24), irc.h (+5)
juvinious 2013-04-30 21:53 Rev.: 7894

[utils] Add getters for TabContainer.

1 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+1 -1)
juvinious 2013-04-30 21:14 Rev.: 7893

[util] Jump to tab on join.

13 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+12), irc.h (+1)
juvinious 2013-04-30 20:57 Rev.: 7892

[util] Add events for remote commands. Begin testing ctcp traffic for game specific use.

77 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+56 -13), irc.h (+21 -10)
kazzmir 2013-04-30 12:55 Rev.: 7889

load the configuration if required

1 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+1 -1)
kazzmir 2013-04-30 09:14 Rev.: 7888

helper class to check timings

2 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+2)
juvinious 2013-04-27 12:45 Rev.: 7886

[util] Cleanup network/irc test.

0 lines of code changed in 1 file:

  • src/util/network: irc.cpp (-2)
juvinious 2013-04-27 12:35 Rev.: 7885

[util] Get tabs connected to channels and route messages appropriately.

171 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+156 -61), irc.h (+15 -1)
juvinious 2013-04-26 17:06 Rev.: 7884

[util] Start implementing messaging interfaces.

158 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+104 -6), irc.h (+54)
juvinious 2013-04-26 11:32 Rev.: 7883

[util] Get preliminary server data to display in tab.

208 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+202 -6), irc.h (+6)
juvinious 2013-04-25 20:19 Rev.: 7881

[util] Remove hooks from inside ChatInterface make user settable.

0 lines of code changed in 1 file:

  • src/util/network: irc.cpp (-12)
juvinious 2013-04-25 14:06 Rev.: 7880

[util] Get tab placement correct and render tab contents to main panel.

26 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+23 -1), irc.h (+3)
juvinious 2013-04-24 11:28 Rev.: 7878

[util] More additions to TabContainer.

6 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+6 -4)
juvinious 2013-04-22 11:26 Rev.: 7877

[util] Switch TabbedBox to TabContainer in ChatInterface.

6 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+4 -3), irc.h (+2 -2)
juvinious 2013-04-19 15:15 Rev.: 7875

Fix placement of chat/input panels for irc interface.

15 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+11 -1), irc.h (+4)
juvinious 2013-04-19 13:29 Rev.: 7873

[util] Refactor LineEdit to conform with text-input.

32 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+22 -15), irc.h (+10)
juvinious 2013-04-19 09:54 Rev.: 7871

[util] Fixed issue with ContextBox drawing -x2 or -y2.

25 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+22 -4), irc.h (+3 -1)
juvinious 2013-04-18 13:44 Rev.: 7869

[util] Handle multiple channels. Begin to implement client interface with TabbedBox.

99 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+65 -3), irc.h (+34 -2)
kazzmir 2013-01-28 15:17 Rev.: 7786

[mugen] send udp packet in one go. allow client to specify host

8 lines of code changed in 2 files:

  • src/util/network: network.cpp (+7), network.h (+1)
kazzmir 2013-01-26 16:50 Rev.: 7777

[mugen] send client inputs over udp

21 lines of code changed in 2 files:

  • src/util/network: network.cpp (+15), network.h (+6)
kazzmir 2013-01-25 16:14 Rev.: 7773

[mugen] re-use sockets for now. serialize map keys

11 lines of code changed in 2 files:

  • src/util/network: network.cpp (+8), network.h (+3)
kazzmir 2013-01-23 23:37 Rev.: 7772

[mugen] set up udp connection

1 lines of code changed in 1 file:

  • src/util/network: network.cpp (+1 -1)
kazzmir 2013-01-23 12:22 Rev.: 7771

add network test for unreliable sockets

2 lines of code changed in 2 files:

  • src/util/network: network.cpp (+1 -1), network.h (+1 -1)
kazzmir 2013-01-23 00:26 Rev.: 7769

add unreliable network connect

21 lines of code changed in 3 files:

  • src/util/network: irc.cpp (+1 -1), network.cpp (+18 -1), network.h (+2 -1)
kazzmir 2013-01-21 23:14 Rev.: 7768

add unreliable sockets

32 lines of code changed in 3 files:

  • src/util/network: chat.cpp (+1 -1), network.cpp (+28 -6), network.h (+3 -2)
juvinious 2013-01-21 13:19 Rev.: 7765

[util] Update irc to handle multiple channels.

70 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+57 -17), irc.h (+13 -4)
kazzmir 2012-12-22 13:19 Rev.: 7690

remove another globals.h

0 lines of code changed in 1 file:

  • src/util/network: network.cpp (-1)
kazzmir 2012-10-12 15:27 Rev.: 7579

add Regex type to disambiguate raw strings from regeexes

6 lines of code changed in 1 file:

  • src/util/network: irc.cpp (+6 -6)
kazzmir 2012-09-10 09:40 Rev.: 7524

replace condition variables with polling mutexes

10 lines of code changed in 2 files:

  • src/util/network: chat.cpp (+3 -5), irc.cpp (+7 -18)
juvinious 2012-05-10 22:54 Rev.: 7340

Create Channel class and handle more responses/errors.

163 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+115 -8), irc.h (+48 -3)
juvinious 2012-05-09 12:01 Rev.: 7338

[mugen] Split message in ChatPanel if it exceeds the width of the panel. Add more error and reply handlers for irc client.

44 lines of code changed in 2 files:

  • src/util/network: irc.cpp (+29), irc.h (+15)

(33 more)

Generated by StatSVN 0.7.0