3333fe125e 
							
						 
					 
					
						
						
							
							Revert "fix the cheap unicode escapes in GoogleTranslate"  
						
						... 
						
						
						
						unicode-escape appears to do bad things to hiragana and probably
all unicode characters that are not unicode escaped. ultimately
it seems that google's responses are not consistent.
back to the drawing board.
This reverts commit 40888869b09524255c6cd9eae55c9eb316785eb2. 
						
						
					 
					
						2011-01-07 17:11:00 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							02b3266b46 
							
						 
					 
					
						
						
							
							give MegaHAL priority 95 (which is low priority, which always confuses me)  
						
						
						
						
					 
					
						2011-01-07 11:24:38 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b4f1c5facd 
							
						 
					 
					
						
						
							
							MegaHAL: docstring stuff  
						
						
						
						
					 
					
						2011-01-07 11:23:46 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b7ce4b6dcc 
							
						 
					 
					
						
						
							
							add Alias at priority 1 (so that it is handled first)  
						
						
						
						
					 
					
						2011-01-07 01:11:35 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							de3f9d9ae7 
							
						 
					 
					
						
						
							
							provide a priority (default 50) to add_global_handler  
						
						
						
						
					 
					
						2011-01-07 01:10:52 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8bbda8b575 
							
						 
					 
					
						
						
							
							if we add the module to the autoload list on a load, we should remove it on unload  
						
						
						
						
					 
					
						2011-01-06 23:29:51 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a3d30daacb 
							
						 
					 
					
						
						
							
							given how we load modules now, we don't need modules/__init__.py  
						
						
						
						
					 
					
						2011-01-06 23:27:52 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							acca8723b3 
							
						 
					 
					
						
						
							
							convert to/standardize docstrings a bit.  
						
						... 
						
						
						
						this got boring fast, so it's only half done 
						
						
					 
					
						2011-01-06 23:25:46 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							247719814e 
							
						 
					 
					
						
						
							
							magic 8-ball module.  
						
						... 
						
						
						
						this could have been done with Facts, but for people who aren't
loading that, here's an alternative 
						
						
					 
					
						2011-01-06 23:08:33 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							40888869b0 
							
						 
					 
					
						
						
							
							fix the cheap unicode escapes in GoogleTranslate  
						
						
						
						
					 
					
						2011-01-06 22:53:21 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							85c5c69cb9 
							
						 
					 
					
						
						
							
							weird megahal corruption strikes again.  
						
						... 
						
						
						
						i should probably work this out one of these times rather than just
doing random hacks to dodge it 
						
						
					 
					
						2011-01-06 22:26:24 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							bd95764f9f 
							
						 
					 
					
						
						
							
							cleanup the sentence feedback  
						
						
						
						
					 
					
						2011-01-06 22:12:19 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5293e8dc24 
							
						 
					 
					
						
						
							
							add support for listing one alias via list, which shows the value  
						
						
						
						
					 
					
						2011-01-06 22:08:23 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5913e0b183 
							
						 
					 
					
						
						
							
							remove MegaHAL's nullifying of reload() since it's obsolete.  
						
						... 
						
						
						
						note that the new module appears to support unload properly via shutdown() 
						
						
					 
					
						2011-01-06 19:58:58 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ea0fd9d509 
							
						 
					 
					
						
						
							
							small but significant unload/reload changes.  
						
						... 
						
						
						
						IrcAdmin:
* have sub_unload_module() call the module's shutdown() before deleting stuff
* sub_unload_module() needs to delete the sys.modules entry too
* slightly more verbose output in sub_unload_module()
* sub_reload_module() now does a self.sub_unload_module() + self.sub_load_module()
Module:
* remove reload() --- modules must now safely handle shutdown 
						
						
					 
					
						2011-01-06 19:54:16 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9c5d78891c 
							
						 
					 
					
						
						
							
							make a deep copy of the string to feed to mh_python.  
						
						... 
						
						
						
						we were passing the same string everything else uses for input (by
reference), and it appears mh_python does some uppercasing 
						
						
					 
					
						2011-01-06 17:15:57 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0878c8809d 
							
						 
					 
					
						
						
							
							implement a save() for modules, use it in MegaHAL to sync brain to disk  
						
						
						
						
					 
					
						2011-01-06 00:28:50 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5c0323fc26 
							
						 
					 
					
						
						
							
							Merge branch 'master' of ayu.incorporeal.org:dr.botzo  
						
						
						
						
					 
					
						2011-01-06 00:18:37 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9732ed2f34 
							
						 
					 
					
						
						
							
							use a different megahal implementation, which seems to be better at saving the brain.  
						
						... 
						
						
						
						note that nothing megahal is shipped with the bot now, including
train files. this bot will expect a ./megahal.trn, and will write
to ./megahal.brn (in addition to a slew of other ./megahal.*
files).
implementation is from http://megahal.alioth.debian.org/  
						
						
					 
					
						2011-01-06 00:14:16 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							157d1145ea 
							
						 
					 
					
						
						
							
							specify ellipses continuation as a python string  
						
						
						
						
					 
					
						2011-01-05 09:34:19 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4241071b7e 
							
						 
					 
					
						
						
							
							print tweet id when printing tweets.  
						
						... 
						
						
						
						will be necessary if we ever implement any kind of reply-to-id replying 
						
						
					 
					
						2011-01-03 00:31:23 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b748d43bbd 
							
						 
					 
					
						
						
							
							have SIGINT handler call modules' shutdown()  
						
						
						
						
					 
					
						2010-12-24 13:46:48 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							63a85fba3f 
							
						 
					 
					
						
						
							
							Merge remote branch 'origin/mjb/fix_init'  
						
						
						
						
					 
					
						2010-12-24 13:27:33 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0e7e2bf50c 
							
						 
					 
					
						
						
							
							add tweet subcommand to twitter, to send tweets.  
						
						... 
						
						
						
						needs admin, until i figure out if i want more authentication for it 
						
						
					 
					
						2010-12-24 13:19:50 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d9b85f4364 
							
						 
					 
					
						
						
							
							track whether or not the twitter module has been authenticated  
						
						
						
						
					 
					
						2010-12-24 13:19:11 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							41a5c43284 
							
						 
					 
					
						
						
							
							use the right signature for Module.reload()  
						
						
						
						
					 
					
						2010-12-24 13:18:23 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f590daf5cd 
							
						 
					 
					
						
						
							
							have all modules run a shutdown() when quitting, use it to have MegaHAL close the brain  
						
						
						
						
					 
					
						2010-12-24 10:41:12 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0ff44e1a47 
							
						 
					 
					
						
						
							
							don't have megahal learn internal commands  
						
						
						
						
					 
					
						2010-12-24 09:48:04 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9ed1586783 
							
						 
					 
					
						
						
							
							shouldn't need this unicode workaround anymore (fingers crossed)  
						
						
						
						
					 
					
						2010-12-24 09:42:49 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c513a0bebc 
							
						 
					 
					
						
						
							
							extlib/megahal.py: don't crash when the input string ends in '  
						
						
						
						
					 
					
						2010-12-23 10:01:11 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ae6eda2c6a 
							
						 
					 
					
						
						
							
							encode facts coming out of Facts to python string  
						
						
						
						
					 
					
						2010-12-20 22:22:37 -06:00 
						 
				 
			
				
					
						
							
							
								Mike Bloy 
							
						 
					 
					
						
						
						
						
							
						
						
							8ffcecdff0 
							
						 
					 
					
						
						
							
							hacked out loading of all modules from __init__  
						
						... 
						
						
						
						Discussion with bss implies that this is no longer needed, now that
the dynamic loader and unload is in place.
empirical testing seems to confirm this 
						
						
					 
					
						2010-12-17 22:52:53 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							107b754a0d 
							
						 
					 
					
						
						
							
							move recursion scan after alias setup, and do another after alias replace  
						
						
						
						
					 
					
						2010-12-17 16:12:45 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1fe9575502 
							
						 
					 
					
						
						
							
							move recursion stuff out of Module.py and into modules/Alias.py  
						
						... 
						
						
						
						this comes with a recursion rewrite and simplification; it works
a bit more intuitively, now, but i still haven't figured out what
caused the bug that led me down this rabbit hole.
in any event, Alias now rules the roost when it comes to recursion,
which means it's a bit poorly named, but also means that there
won't (shouldn't) be multiple accidental runs for one output, caused
by multiple modules doing the recursion (despite only one really
having a legitimate reason to) --- a classic case of the intended
use of recursion (including the comment to only recurse when you
*know* the input is for you) being lost and forgotten with time
this also obsoletes meta.skip_recursion_scan. between this commit
and the last, people would be wise to revise their config files 
						
						
					 
					
						2010-12-16 23:43:16 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							bda1eb9560 
							
						 
					 
					
						
						
							
							add uppercase text transform  
						
						
						
						
					 
					
						2010-12-16 20:28:26 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							699f550ba3 
							
						 
					 
					
						
						
							
							change authentication to over IRC process  
						
						
						
						
					 
					
						2010-12-16 20:15:49 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3ba38bd90d 
							
						 
					 
					
						
						
							
							it would help if i got the < vs > right  
						
						
						
						
					 
					
						2010-12-16 15:44:51 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							efafb95f5a 
							
						 
					 
					
						
						
							
							ability to look up tweets for a user, relative to the latest  
						
						
						
						
					 
					
						2010-12-16 15:23:35 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							57ddba744e 
							
						 
					 
					
						
						
							
							optionally print the source of the tweet in question  
						
						... 
						
						
						
						useful if you don't know it, such as if the tweet was specified
by id rather than by user 
						
						
					 
					
						2010-12-16 15:22:34 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a18897fcde 
							
						 
					 
					
						
						
							
							print the native tweet of retweets (rather than the possibly-truncated one)  
						
						... 
						
						
						
						this now depends on a modified twitter.py, although i could probably
send my patch upstream 
						
						
					 
					
						2010-12-16 13:04:58 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1bacfe047e 
							
						 
					 
					
						
						
							
							fix (god i hope fix) unicode in Twitter  
						
						... 
						
						
						
						also remove some unnecessary unicode conversions right before printing?
commented out until i'm convinced there was no need for it.
protip: clearest description i've read to date:
http://stackoverflow.com/questions/368805/python-unicodedecodeerror-am-i-misunderstanding-encode#370199  
						
						
					 
					
						2010-12-16 10:36:50 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							37a677946d 
							
						 
					 
					
						
						
							
							fetch more tweets in case the latest was a RT (which we are filtering)  
						
						... 
						
						
						
						comment about how i'm not really sure about this approach 
						
						
					 
					
						2010-12-15 23:52:59 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7e4e6ab23f 
							
						 
					 
					
						
						
							
							look up most recent tweet by username  
						
						
						
						
					 
					
						2010-12-15 23:31:26 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e4edc7f6f4 
							
						 
					 
					
						
						
							
							first bit of bot twitter functionality  
						
						
						
						
					 
					
						2010-12-15 23:08:08 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ea0f795194 
							
						 
					 
					
						
						
							
							add unload method to IrcAdmin, which unloads a module  
						
						... 
						
						
						
						hopefully this all works right. i remove two known references
to the object, and then call a del for good measure, which i
think covers it? 
						
						
					 
					
						2010-12-15 21:28:57 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2295f524d4 
							
						 
					 
					
						
						
							
							add load command to IrcAdmin, which (naturally) loads a module and adds it to the autoload list  
						
						
						
						
					 
					
						2010-12-15 21:17:24 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							467c72847a 
							
						 
					 
					
						
						
							
							clean up some IrcAdmin output, which i was using to test reloading  
						
						
						
						
					 
					
						2010-12-15 20:58:13 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e0565a9bb1 
							
						 
					 
					
						
						
							
							take a stab at commenting how MegaHAL reload is broken, keep it unimplemented for the moment  
						
						
						
						
					 
					
						2010-12-15 20:55:40 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							22615d7b9a 
							
						 
					 
					
						
						
							
							rewrite reload support, making it an IrcAdmin command  
						
						... 
						
						
						
						only lightly tested for the moment 
						
						
					 
					
						2010-12-15 20:43:14 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d92d60ec7a 
							
						 
					 
					
						
						
							
							don't try to be clever with the +-/-+ commands, since it wasn't doing what I wanted  
						
						... 
						
						
						
						and it wasn't the right thing to do anyway 
						
						
					 
					
						2010-12-15 20:29:25 -06:00