gozerdev

log

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