IRC log for #brlcad on 20101215

02:09.45 *** join/#brlcad crazy_im1 (~mj@a89-182-212-18.net-htp.de)
02:49.53 *** join/#brlcad PrezKennedy (MK@whitecalf.net)
04:07.37 *** join/#brlcad pacman87 (~Timothy@208-191-158-89.lightspeed.austtx.sbcglobal.net)
07:46.34 *** join/#brlcad yukonbob (~bch@20-144.wireless.kamloops.net)
09:08.46 *** join/#brlcad IriX64 (~kvirc@bas2-sudbury98-1177879178.dsl.bell.ca)
10:25.33 *** join/#brlcad mafm (~mafm@193.153.53.14)
10:50.33 *** join/#brlcad merzo (~merzo@193.254.217.44)
12:05.54 DaveLo mernin all!
12:16.25 *** join/#brlcad mafm (~mafm@193.153.53.14)
12:19.08 CIA-35 BRL-CAD: 03davidloman * r41609 10/rt^3/trunk/src/GS/ (geoserv.config geoserve.config): Renamed config file for name consistency.
12:52.01 starseeker cjdevlin: where did you stumble onto 7.0??
12:53.20 starseeker brlcad: should we mark rtg3 and burst in the deprecation file, or wait until we have a clear path to migrate the pattern logic to librt?
12:58.27 starseeker woot - that's why I like Amazon (if this is for real)
12:58.59 starseeker $99 list price, copy available for $7 (including shipping)
13:09.33 DaveLo what's on sale for $7 ?
13:13.17 starseeker Shape Interrogation for Computer Aided Design and Manufacturing
13:13.44 DaveLo book?
13:13.48 starseeker yep
13:13.52 starseeker http://www.amazon.com/gp/product/3540424547/
13:13.53 DaveLo nice :)
13:14.13 starseeker (I already got the cheapest one :-P)
13:14.39 starseeker if it's for real - when it's that inexpensive you always wonder
13:16.35 *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de)
13:18.37 CIA-35 BRL-CAD: 03davidloman * r41610 10/rt^3/trunk/src/GS/geoserv.cxx: Fixed bug. When config::loadFile was returning false, the gs boot code was processing the false incorrectly and continuing to boot.
13:41.23 CIA-35 BRL-CAD: 03davidloman * r41611 10/rt^3/trunk/src/utility/Config.cxx: Cleaned up logging a bit in the Config::loadFile() method. Also added dedicated check for file existance.
13:43.48 DaveLo starseeker: I can login to kinetic fine. I don't have a home dir nor write perms anywhere though.
14:18.49 CIA-35 BRL-CAD: 03davidloman * r41612 10/rt^3/trunk/src/GS/geoserv.cxx: Rename expected config file in code.
14:33.24 CIA-35 BRL-CAD: 03davidloman * r41613 10/rt^3/trunk/ (include/GeometryService.h src/GS/GeometryService.cxx): Expanded some two letter field names into something a bit more readable.
14:39.39 brlcad starseeker: mark 'em
14:44.19 brlcad DaveLo: kinetic fixed
14:51.24 DaveLo as in I have a home now?
14:54.49 CIA-35 BRL-CAD: 03davidloman * r41614 10/rt^3/trunk/ (include/Portal.h src/libNet/Portal.cxx): Put in a 'send then disconnect' function. Reduces repetitive code in many areas.
15:16.14 ``Erik_ huh. http://marc.info/?l=openbsd-tech&m=129236621626462&w=2
15:24.42 *** join/#brlcad pacman87 (~Timothy@208-191-158-89.lightspeed.austtx.sbcglobal.net)
15:44.40 *** join/#brlcad merzo (~merzo@193.254.217.44)
15:53.38 DaveLo that's a helluva link ``Erik :/
16:02.57 CIA-35 BRL-CAD: 03davidloman * r41615 10/rt^3/trunk/ (include/Account.h src/GS/AccountManager.cxx): Implemented the ability to logout/remove accounts
16:08.48 CIA-35 BRL-CAD: 03davidloman * r41616 10/rt^3/trunk/src/utility/Config.cxx: Config::loadFile() should return true on success.
17:05.07 CIA-35 BRL-CAD: 03davidloman * r41617 10/rt^3/trunk/src/libNet/PortalManager.cxx: Simplify selector loop timeout time calc a bit. Un-hotwire the readyRead bool value. The underlying read issue is fixed.
17:17.39 CIA-35 BRL-CAD: 03davidloman * r41618 10/rt^3/trunk/src/GS/SessionManager.cxx: Add in a slew of needed null checks, c++->C comment conversions and disconnect() on failure calls.
17:19.10 CIA-35 BRL-CAD: 03davidloman * r41619 10/rt^3/trunk/include/AccountManager.h: Implemented the ability to logout/remove accounts
17:40.22 CIA-35 BRL-CAD: 03davidloman * r41620 10/rt^3/trunk/src/GS/AccountManager.cxx: Fixed an index checking bug.
17:44.36 CIA-35 BRL-CAD: 03davidloman * r41621 10/rt^3/trunk/src/libNet/NetMsgFactory.cxx: Make NetMsgFactory print received NetMsg type in hex
17:47.56 CIA-35 BRL-CAD: 03davidloman * r41622 10/rt^3/trunk/src/libNet/ (NetMsgRouter.cxx Portal.cxx): Make NetMsfRouter and Portal print received NetMsg type in hex also.
17:59.31 starseeker ``Erik: http://bsd.slashdot.org/comments.pl?sid=1910704&cid=34559172
18:00.43 CIA-35 BRL-CAD: 03davidloman * r41623 10/rt^3/trunk/src/libNet/NetMsgRouter.cxx:
18:00.43 CIA-35 BRL-CAD: Change NetMsgRouter over to logging an unroutable msg (for now) rather than
18:00.43 CIA-35 BRL-CAD: replying with a FailureMsg. If both sides fail to route the FailureMsg, the two
18:00.43 CIA-35 BRL-CAD: sides will continually send FailureMsg's to each other. Funny, but not what we
18:00.43 CIA-35 BRL-CAD: want.
18:07.15 CIA-35 BRL-CAD: 03davidloman * r41624 10/rt^3/trunk/src/GS/SessionManager.cxx: Added some more logging points for debugging. Also enabled account validation from the SessionManager.
18:11.47 CIA-35 BRL-CAD: 03davidloman * r41625 10/rt^3/trunk/src/GS/GeometryService.cxx: Dropped routing for incoming SessionInfoMsg's cause it doesn't make sense. Also put in a call to PortalManager->Shutdown() from GeometryService's Shutdown.
18:16.56 CIA-35 BRL-CAD: 03davidloman * r41626 10/rt^3/trunk/src/GS/SessionManager.cxx: SessionManager should be sending FailureMsg types on authentication failure.
18:21.46 CIA-35 BRL-CAD: 03davidloman * r41627 10/rt^3/trunk/src/GS/geoclient.cxx: Slew of test client updates
18:25.31 CIA-35 BRL-CAD: 03davidloman * r41628 10/rt^3/trunk/src/libNet/PortalManager.cxx: Comment out some selector status printing logs.
18:33.28 CIA-35 BRL-CAD: 03davidloman * r41629 10/rt^3/trunk/src/GS/cmds/: Stub in cmds dir for upcoming client cmd classes.
18:36.23 CIA-35 BRL-CAD: 03davidloman * r41630 10/rt^3/trunk/src/GS/ (CMakeLists.txt GSClient.cxx GSClient.h): Stub in GSClient. Will be the fancy new formalized class for all the ad-hoc code in geoclient.cxx will go.
18:38.37 CIA-35 BRL-CAD: 03davidloman * r41631 10/rt^3/trunk/src/GS/GSClient.h: Tweak header define to be in line with that of the rest of the project
19:16.02 CIA-35 BRL-CAD: 03davidloman * r41632 10/rt^3/trunk/src/GS/ (6 files in 2 dirs): Stub in AbstractClientCmd, a base class for all client commands to be derived from, and ClientCmdRegistry, a centralized manager for maintaining references to previously mentioned commands.
19:31.46 CIA-35 BRL-CAD: 03davidloman * r41633 10/rt^3/trunk/ (5 files in 3 dirs): Make ClientCmd related headers public headers
19:32.05 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
19:33.19 CIA-35 BRL-CAD: 03davidloman * r41634 10/rt^3/trunk/ (2 files in 2 dirs): Remove ClientCmdRegistry's internal registration fn until we need one.
20:00.08 CIA-35 BRL-CAD: 03davidloman * r41635 10/rt^3/trunk/ (4 files in 3 dirs): Convert from using QString[] to QStringList. Add in cin parsing.
20:19.15 CIA-35 BRL-CAD: 03davidloman * r41636 10/rt^3/trunk/ (3 files in 3 dirs): More work on ShutdownCmd. Not fully functional yet.
20:19.38 CIA-35 BRL-CAD: 03davidloman * r41637 10/rt^3/trunk/ (2 files in 2 dirs): Add in logger field to AbstractClientCmd for all subclasses.
21:56.35 *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.