Gerko de Roo 
							
						 
					 
					
						
						
						
						
							
						
						
							0081337a92 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdb-sql.git  
						
						
						
					 
					
						2010-02-01 17:26:24 +01:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							a06aac6da8 
							
						 
					 
					
						
						
							
							correct case in SQL  
						
						
						
					 
					
						2010-02-01 08:22:14 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							9f3c5924b0 
							
						 
					 
					
						
						
							
							oops! missed out SQL.py from last release  
						
						
						
					 
					
						2010-02-01 07:59:09 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							e4c6419074 
							
						 
					 
					
						
						
							
							try to improve tourney handling in filter (now displays buyin, but this is not yet used by playerstats when fetching stats  
						
						
						
					 
					
						2010-02-01 00:17:55 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							264b75b5b0 
							
						 
					 
					
						
						
							
							fix some sqlite and unicode issues (thanks to Gerko)  
						
						
						
					 
					
						2010-01-31 23:46:51 +00:00 
						 
				 
			
				
					
						
							
							
								Gerko de Roo 
							
						 
					 
					
						
						
						
						
							
						
						
							4636e244ea 
							
						 
					 
					
						
						
							
							Codec errors seem to lock up HUD with windows.  
						
						... 
						
						
						
						I've made a trap for each error that I observed.
don't want to halt the program so I return the original string.
The de/recoding is not needed for >95% of the playernames anyway. 
						
					 
					
						2010-01-31 17:58:48 +01:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							002a84ba5a 
							
						 
					 
					
						
						
							
							set rotating logs to max 5 files of 100MB each  
						
						
						
					 
					
						2010-01-31 12:31:49 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							6f0ea2580b 
							
						 
					 
					
						
						
							
							display dialog when .example config has been copied, this could work 'out-of-the-box' if the user already has gtk??  
						
						
						
					 
					
						2010-01-31 12:24:32 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							bbc84fef14 
							
						 
					 
					
						
						
							
							comment out debug message  
						
						
						
					 
					
						2010-01-31 12:22:24 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							f7b402bcdb 
							
						 
					 
					
						
						
							
							remove execute from permissions on some files in last commit  
						
						
						
					 
					
						2010-01-31 11:27:37 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							5e9486aa3d 
							
						 
					 
					
						
						
							
							config changes for logging: logs rotate and go to APPDATA, hud_config now goes in /fpdb/ if they must use it but logging.conf stays in /pyfpdb/.  TODO: Some logging still into /fpdb/log/  
						
						
						
					 
					
						2010-01-31 11:25:24 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							cc5f77e950 
							
						 
					 
					
						
						
							
							fix windows problem starting hud  
						
						
						
					 
					
						2010-01-31 11:16:42 +00:00 
						 
				 
			
				
					
						
							
							
								Gerko de Roo 
							
						 
					 
					
						
						
						
						
							
						
						
							e9f3769cd4 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdb-sql.git  
						
						
						
					 
					
						2010-01-30 14:01:14 +01:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							e61fb7677c 
							
						 
					 
					
						
						
							
							remove unicode test file as error seems to have gone away  
						
						
						
					 
					
						2010-01-30 11:18:10 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							e0c5f52d0f 
							
						 
					 
					
						
						
							
							uncommented sqlite unicode fix (fix only tested on Windows XP, cp1252)  
						
						
						
					 
					
						2010-01-30 11:11:21 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							9932025271 
							
						 
					 
					
						
						
							
							move sqlite charset fix to Configuration.py from Database.py, make separate not_needed variables in Charset.py in case we want to update them separately  
						
						
						
					 
					
						2010-01-30 11:05:34 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							d147187a71 
							
						 
					 
					
						
						
							
							add extra comment/suggestion  
						
						
						
					 
					
						2010-01-29 23:36:39 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							a7d4c6243a 
							
						 
					 
					
						
						
							
							add assignment (but commented out) that fixes unicode probs for me with sqlite  
						
						
						
					 
					
						2010-01-29 23:29:37 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							2e970baa82 
							
						 
					 
					
						
						
							
							remove sqlite specific test to skip unicode encoding  
						
						
						
					 
					
						2010-01-29 22:29:14 +00:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							5982df0b04 
							
						 
					 
					
						
						
							
							add test case that made me add special test for sqlite in insertplayers - can't repeat now so removing test. Error was that a unicode type (name) was encoded to UTF-8 by Charset.to_db_utf8() and then errored when passed to sqlite. sqlite3 can handle unicode types directly so I added a test to skip the to_db_utf8() if using sqlite. Perhaps problem was caused by moving hand history between machines (but shouldn't it still work anyway?)  
						
						
						
					 
					
						2010-01-29 22:15:09 +00:00 
						 
				 
			
				
					
						
							
							
								Gerko de Roo 
							
						 
					 
					
						
						
						
						
							
						
						
							71fc7279ec 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdboz.git  
						
						... 
						
						
						
						Conflicts:
	run_fpdb.py 
						
					 
					
						2010-01-29 20:15:04 +01:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							23e0611978 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdb-sql  
						
						
						
					 
					
						2010-01-29 17:20:57 +08:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							52a176fd0a 
							
						 
					 
					
						
						
							
							tidy up filter, add ability to refresh (eg after importing more gametypes)  
						
						
						
					 
					
						2010-01-29 09:12:08 +00:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							a23d96e85d 
							
						 
					 
					
						
						
							
							Add Carbon back in as default data.  
						
						... 
						
						
						
						Also add PKR 
						
					 
					
						2010-01-29 17:00:37 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							17bc9af88e 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://github.com/kangaderoo/fpdb-kangaderoo  
						
						... 
						
						
						
						Conflicts:
	run_fpdb.py 
						
					 
					
						2010-01-29 13:01:38 +08:00 
						 
				 
			
				
					
						
							
							
								Gerko de Roo 
							
						 
					 
					
						
						
						
						
							
						
						
							bacca69c49 
							
						 
					 
					
						
						
							
							Default graph created for empty data query  
						
						
						
					 
					
						2010-01-29 12:33:15 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							50f5acbf5c 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdb-eric  
						
						
						
					 
					
						2010-01-29 12:21:01 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							df0d019a6d 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/free_poker_tools  
						
						
						
					 
					
						2010-01-29 12:12:24 +08:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							e29491c25c 
							
						 
					 
					
						
						
							
							use getpreferredencoding() instead of getdefaultlocale() to get LOCALE_ENCODING, default to cp1252 if it comes back with US-ASCII (Mac)  
						
						
						
					 
					
						2010-01-28 20:29:43 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							725fb04bb8 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdb-sql.git  
						
						... 
						
						
						
						Conflicts:
	pyfpdb/Configuration.py
	pyfpdb/Database.py 
						
					 
					
						2010-01-28 16:28:23 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							f5d61b5bfc 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/free_poker_tools.git  
						
						
						
					 
					
						2010-01-28 16:25:47 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							8673cc3437 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdboz.git  
						
						
						
					 
					
						2010-01-28 16:25:04 -05:00 
						 
				 
			
				
					
						
							
							
								Eratosthenes 
							
						 
					 
					
						
						
						
						
							
						
						
							7570db60f6 
							
						 
					 
					
						
						
							
							Make the StudMucked not crash with newimport.  
						
						
						
					 
					
						2010-01-28 14:37:45 -05:00 
						 
				 
			
				
					
						
							
							
								Gerko de Roo 
							
						 
					 
					
						
						
						
						
							
						
						
							cfdec93d36 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdboz.git  
						
						
						
					 
					
						2010-01-28 17:59:23 +01:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							28a7d1e353 
							
						 
					 
					
						
						
							
							Hopefully fully fix the FTP playername parsing.  
						
						... 
						
						
						
						Split hand text for FTP, as the regex matches the player names incorrectly, and differentiating the lines is non-trivial.
The split should ensure that only the first version is available 
						
					 
					
						2010-01-28 23:38:52 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							cee610d401 
							
						 
					 
					
						
						
							
							Add Carbon bits to example config file  
						
						
						
					 
					
						2010-01-28 22:11:04 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							ad75bedbf1 
							
						 
					 
					
						
						
							
							CarbonToFpdb.py - Converter for Carbon poker  
						
						... 
						
						
						
						Currently only supports NLHE cash games. Further hand hstories required.
Plugin contributed by Matthew Boss. 
						
					 
					
						2010-01-28 21:36:02 +08:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							3381527afc 
							
						 
					 
					
						
						
							
							raise FpdbHandDuplicate error on duplicate insert attempt, catch it in import_file_dict, increment duplicates count  
						
						
						
					 
					
						2010-01-28 05:56:17 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							d36ac3f927 
							
						 
					 
					
						
						
							
							rename DuplicateError to FpdbHandDuplicate, add matching FpdbHandError and FpdbHandPartial (not sure where to implement catching those though)  
						
						
						
					 
					
						2010-01-28 05:55:06 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							2be8b9d33b 
							
						 
					 
					
						
						
							
							get fpdb icon from absolute path instead of relative to cwd  
						
						
						
					 
					
						2010-01-28 05:19:39 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							997483f909 
							
						 
					 
					
						
						
							
							make import timer work again  
						
						
						
					 
					
						2010-01-28 05:19:19 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							803fcec6dc 
							
						 
					 
					
						
						
							
							make hud_main call with full path in windows, as has been done in unix  
						
						
						
					 
					
						2010-01-28 04:45:33 -05:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							7c90102677 
							
						 
					 
					
						
						
							
							Preliminary Carbon functions.  
						
						... 
						
						
						
						- Add the SITEID for Carbon
- Add function addAllIn():
"For sites which record "all in" as a special action, which can mean either "calls and is all in" or "raises all in".
" 
						
					 
					
						2010-01-28 15:13:49 +08:00 
						 
				 
			
				
					
						
							
							
								Eratosthenes 
							
						 
					 
					
						
						
						
						
							
						
						
							92e20bcd12 
							
						 
					 
					
						
						
							
							Add more chars to player name in prev commit.  
						
						
						
					 
					
						2010-01-27 23:16:11 -05:00 
						 
				 
			
				
					
						
							
							
								Eratosthenes 
							
						 
					 
					
						
						
						
						
							
						
						
							d50e70fdd4 
							
						 
					 
					
						
						
							
							Another fix of FTP playername reg ex.  
						
						
						
					 
					
						2010-01-27 20:10:07 -05:00 
						 
				 
			
				
					
						
							
							
								sqlcoder 
							
						 
					 
					
						
						
						
						
							
						
						
							1df418c8e4 
							
						 
					 
					
						
						
							
							create fpdb dir if required, improve sqlite performance :-)  
						
						
						
					 
					
						2010-01-27 23:48:39 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							93729a4798 
							
						 
					 
					
						
						
							
							merge  
						
						
						
					 
					
						2010-01-27 13:42:03 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Blade 
							
						 
					 
					
						
						
						
						
							
						
						
							2dd5536d98 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdboz.git  
						
						
						
					 
					
						2010-01-27 13:41:04 -05:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							a9f2a261d4 
							
						 
					 
					
						
						
							
							Regex fix for Fulltilt player names  
						
						... 
						
						
						
						"Seat 7: moletrapper collected ($2.50)"
vs
"Seat 7: moletrapper ($2.50)"
The regex update should match the second and not the first. 
						
					 
					
						2010-01-28 01:44:14 +08:00 
						 
				 
			
				
					
						
							
							
								Gerko de Roo 
							
						 
					 
					
						
						
						
						
							
						
						
							6f78749ebd 
							
						 
					 
					
						
						
							
							Default graph created for empty data query  
						
						
						
					 
					
						2010-01-27 18:37:23 +01:00