[Nrtb-core] [Bug 837090] Re: nrtb::tcp_server_socket_factory randomly crashes on shutdown.

2011-09-09 Thread Rick Stovall
** Branch linked: lp:~fpstovall/nrtb/listener-fix ** Changed in: nrtb Status: Confirmed => In Progress -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/837090 Title: nrtb::tcp_serve

[Nrtb-core] [Bug 837090] Re: nrtb::tcp_server_socket_factory randomly crashes on shutdown.

2011-09-09 Thread Rick Stovall
This has become a critical bug; I'll fix it immediately. ** Changed in: nrtb Assignee: (unassigned) => Rick Stovall (fpstovall) ** Changed in: nrtb Status: Triaged => Confirmed ** Tags removed: beta ** Changed in: nrtb Importance: Medium => Critical -- You received this bug not

[Nrtb-core] [Bug 724666] Re: Todo: Update README file to include new directories

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/724666 Title: Todo: Upda

[Nrtb-core] [Bug 723651] Re: Todo: dbAccess.config needs a copyright banner.

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/723651 Title: Todo: dbAcc

[Nrtb-core] [Bug 722705] Re: Todo: Several dbAccess:: methods improperly return a error flag

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/722705 Title: Todo: Sever

[Nrtb-core] [Bug 722717] Re: Todo: dbAccess.h has a "using namespace" statement in it.

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/722717 Title: Todo: dbAcc

[Nrtb-core] [Bug 720884] Re: Todo: Code data-broker::dbAccess for config file reader use

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/720884 Title: Todo: Code

[Nrtb-core] [Bug 722598] Re: Todo: Copyright banners need to be added to dbAccess_test.cpp

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/722598 Title: Todo: Copyr

[Nrtb-core] [Bug 725095] Re: Todo: Clean up overly complex exception definition in dbAccess.h

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/725095 Title: Todo: Clean

[Nrtb-core] [Bug 725107] Re: Todo: (style) exception usage seems overly complex.

2011-09-09 Thread DougPiranha
** Branch unlinked: lp:~gsjordanc/nrtb/data-broker-dont_use ** Branch linked: lp:~gsjordanc/nrtb/databroker-alpha -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/725107 Title: Todo: (styl

[Nrtb-core] [Bug 846069] Re: old c-style functions in common.cpp

2011-09-09 Thread Rick Stovall
The nrtb::tcp_socket and the nrtb::conf_reader are the primary users of the functions listed above. Oh and for the record these are NOT "C style" functions.. they are in modern in both design and operation. They are type-safe, throw if they have a problem, do not return status flags and use modern

[Nrtb-core] [Bug 846069] Re: old c-style functions in common.cpp

2011-09-09 Thread Rick Stovall
** Changed in: nrtb Status: New => Triaged ** Changed in: nrtb Importance: Low => Wishlist ** Tags added: beta cleanup -- You received this bug notification because you are a member of NRTB Core, which is subscribed to New Real Time Battle. https://bugs.launchpad.net/bugs/846069 Titl

[Nrtb-core] [Bug 846069] [NEW] old c-style functions in common.cpp

2011-09-09 Thread Aron Boyette
Public bug reported: ~/common/common_rl/common.cpp contains various c-style functions. Among them are... changecase upcase downcase gsub split trim The components that call these functions should be modified to call the corresponding methods in the latest string class (which I think is part of