dev/0.9

log

age author description
35 hours bart move feedparser and simplejson back into the gozernestdefault tip
6 days bart use ievent.userhost with auto_register if its a groupchat
6 days bart als remove the channel from bot.state['joinedchannels'] in the delchan
6 days bart default the xmpp host config var to "" so host can be taken from bot JID
10 days bart set xmpp Presence type to available if not unavailable
4 weeks bart branch merge
4 weeks bart don't throttle OPERs
4 weeks bart makedirs in bin/gozerbot-test
5 weeks bart startmaindb() on mysql timeout
5 weeks bart make sure pool_recycle gets set
5 weeks bart catch rollback needed on query() .. properly sleep in BotBase.runforever()
5 weeks bart remove closes and replace them with rollback
5 weeks bart fix bruut bug
5 weeks bart reshuffle getuser()
5 weeks bart move refresh before the commit
5 weeks bart put pool_recycle at 15 minutes
6 weeks bart add isrelay to EventBase
6 weeks bart add support for gozernet .. json over xmpp
6 weeks bart fix mysql timeout exception thnx to snore
7 weeks bart fix mysql keep alive
7 weeks bart add mysqlkeepalive
7 weeks bart add threadsleeper
7 weeks bart tune
7 weeks bart restore 0.9.1 alchemy module
7 weeks bart set event.target to event.printto (channel on default)
7 weeks bart close on rollback
8 weeks bart stringify
8 weeks bart make reload command threaded .. remove some locks
8 weeks bart make eventnet work
8 weeks bart initialize to LazyDict
8 weeks bart fix EventBase.fromjson() and rename it to fromjsonstring()
8 weeks bart add EventBase.cbtype
2 months bart fix EventBase.to/fromjson
2 months bart dont close session in transaction
2 months bart always lowercase userhost
2 months bart always use lowercase names
2 months bart fix typoo
2 months bart make usernames case sensitive
2 months bart check if user record already exists
2 months bart readd commits
2 months bart add missing commit
2 months bart add resource config variable
2 months bart allow xmpp resource to be set in config file .. thnx to Roman Vorobets
2 months bart check if plugin is already in Plugins.avail
2 months bart remove autocommit .. we need to commit outselves to determine the index nr
2 months bart unload plugin before reloading it
2 months bart fix importing .. remove logging of temp unavail sockets .. sleep 0.5 sec
2 months bart fix
2 months bart unbreak
2 months bart load throttle plugin on default
2 months bart remove GAE stuff .. there is GOZERWAVE for that now
3 months bart fix disconnect bug thnx to Konstantin Mochalov
3 months bart adapt to wave
3 months bart add waveapi
3 months bart Plugins.clonedevent() is not setting userhost properly .. set it explicitly
3 months bart send empty input to the help command
3 months bart plugin loading on demand part 2 .. fix help
3 months bart add admin module
3 months bart turn of debug
3 months bart implement plugin loading on demand step 1