1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more code documentation. More... over 15 years ago
Added pyanno annotations for API documentation and run-time type checking. Created a simple debugPrint decorator, for easier debugging of internal functionality. Added some method documentation. Moved command line option parsing code into a utility function. More... over 15 years ago
Minor fix. More... over 15 years ago
Minor fixes. More... over 15 years ago
Updated README with information on the SeenTellPlugin. Updated HelloWorld example with the new self.send_message() method. More... over 15 years ago
logprint is now quiet unless verbose configuration is set to true. Raw xml stanzas received and sent only printed if debug option is set to true. SeenTellPlugin updated with fixes so that it now is usable. Added get_bool() method to Conf class, to get string values as a boolean. Made sure BridgeClass and ObjectFactory are new style python objects. More... over 15 years ago
Added a script to simplify testing of plugins. Renamed bridge module to bridges. More... over 15 years ago
Added first version of SeenTellPlugin, which keeps tracks of users and lets users leave messages to others. More... over 15 years ago
Fixed header. More... over 15 years ago
Added information about command matching. More... over 15 years ago
Updated layout. More... over 15 years ago
README updated with Halibot commands. Added Advanced plugin programming tips in README. !help command is now case insensitive. Removed default handle methods in Plugin class, as they shouldn't be necessary anymore. Updated Plugin.prepend_sender method so that it should work again. Added !flipcoin command to HalibotPlugin. More... over 15 years ago
Added Halibot plugin with some miscellaneous commands like: !help !listcommands !listplugins etc Moved show_text method from MonkeyPlugin to Plugin class. Added method leave_room to XmppBridge. More... over 15 years ago
More ascii art. More... over 15 years ago
More ascii art, mostly variations on current ones. More... over 15 years ago
Added ducks. More... over 15 years ago
Gracefully ignores plugins that couldn't be loaded, prints error message. More... over 15 years ago
Removed fixed todos. More... over 15 years ago
Updated Plugin handling so that methods are only called on specific trigger events and if a command matches. Switched Presence, Iq and Message stanza trigger events to pure xml string instead of domish object, to allow plugins to be generic. A new event, Message, was added that sends a Shout object for messages originating from either XMPP or Shoutbox. All plugins now use the new command handling interface. Updated plugin documentation with plugin handling changes, and added list of available triggers. More... over 15 years ago
Added package init files. More... over 15 years ago
Removed debug messages. Fixed setup.py which now seems to create an egg properly. More... over 15 years ago
Restructured the package. Moved files into sub-packages. Started adding setup.py file for distutils, still not working properly though. More... over 15 years ago
Fixed some characters. More... over 15 years ago
Minor update. More... over 15 years ago
Size matters. More... over 15 years ago
Minor change. More... over 15 years ago
Added some bot ideas. More... over 15 years ago
Modified Dicey instructions again. More... over 15 years ago
Modified Dicey instructions a bit. More... over 15 years ago
Added quotes from Hoahoa Dahlgren. Changed the markdown of the README a bit. More... over 15 years ago