gozerdev

log

age author description
3 months bart branch mergedefault tip
3 months bart add --nossl option to disable ssl
3 months bart it's os._exit()
4 months bart reconnect on IOError (irc) .. add --port and --ssl option
4 months bart check if --to option exists
4 months bart add event.isctcp and use copy.deepcopy in plugins.clonedevent()
4 months bart properly copy over the event.options dict
4 months bart implement a --to option which can be used to set the target
4 months bart put at loglevel 0
4 months bart silence setting jid and topic logging to loglevel 0
4 months bart check myplugs directory for plugins to enable
4 months bart implement unset properly
4 months bart add auto_register option
4 months bart move throttle to the base .. make auto_register (config) use it
4 months bart update FAQ and README
4 months bart branch merge
4 months bart fix permoverload thnx to starzinger
5 months bart move gozerbot-server.py into the bin directory
5 months bart enable running gozerbot as a windows service
5 months bart branch merge
5 months bart document gozerbot.xmpp.bot
5 months bart document gozerbot.xmpp.core
5 months bart branch merge
5 months bart dont let failed logging fail the bot
5 months bart remove second clause from LICENSE
5 months bart seperate out INSTALL.txt
5 months bart update index.txt
5 months bart adapt README to 0.9.2
5 months bart update README.txt
5 months bart revert
5 months bart write Irc._connect in a try: finally:
5 months bart branch merge
5 months bart use query() in Users.names()
5 months bart branch merge
5 months bart fix joining channel with password
5 months bart update to 0.9.2
5 months bart don't use commit() the Session is autocommitting
5 months bart add rlockmanager
5 months bart revamp output buffering so we can introduce config['floodallow']
5 months bart allow upgrading of myplugs plugins
5 months bart raise an exception if Plugins.unload is looping (same dirname as plugin
5 months bart silence loading of eggs (its at loglevel 3 now) .. fix gozerbot-udp to use
5 months bart try some more alchemy locking .. default message type to 'chat'
5 months bart its DbUsers
5 months bart fix dotchars
5 months bart use aliasset .. other fixes
5 months bart use onlyqueues in Fleet.cmnd()
5 months bart autocommit is needed
5 months bart session.commit is necessary
5 months bart use autoflush=True autocommit=True .. remove old own commit crap
5 months bart branch merge
5 months bart this is 0.9.2 DEVELOPMENT
5 months bart branch merge
5 months bart check if gozernest dir exists when setuptools is not installed
5 months bart use the sessionlock
5 months bart update changelog
5 months bart Added tag 0.9.1.2 for changeset 6b8b3af3258d
5 months bart prepare for 0.9.1.2 .. use config['dotchars'] thnx to Michael Jahn0.9.1.2
5 months bart fix tests and add a --plug option to tests-runthread
5 months bart fix tell