Age | Commit message (Expand) | Author |
2011-11-12 | Two missing words. | Florent Le Coz |
2011-11-12 | Add a doc page for the GPG plugin. | Florent Le Coz |
2011-11-12 | When we receive a message, open a tab with the concerned FULL jid. | Florent Le Coz |
2011-11-12 | Fix an tb because the get_jid method was changed. | Florent Le Coz |
2011-11-12 | Add a gpg command, doesn’t work yet. | Florent Le Coz |
2011-11-12 | a plugin can now add informations in ConversationTab’s InfoWin. And the GPG... | Florent Le Coz |
2011-11-12 | GPG now only send the encrypted data, not the full headers things. And it add... | Florent Le Coz |
2011-11-12 | GPG: encrypt and decrypt messages when possible. | Florent Le Coz |
2011-11-12 | Add three new events to modify a message JUST before we send it. It is NOT sa... | Florent Le Coz |
2011-11-12 | Gpg module: send signed presences, and verify the signature in received prese... | Florent Le Coz |
2011-11-12 | Do not ignore presence coming from a JID not in our roster. | Florent Le Coz |
2011-11-12 | Put SleekXMPP events at the end of the plugins doc. | Florent Le Coz |
2011-11-12 | Doc for the new event | Florent Le Coz |
2011-11-12 | New event: send_normal_presence | Florent Le Coz |
2011-11-12 | Merge branch 'master' of https://git.louiz.org/poezio | Florent Le Coz |
2011-11-12 | Doc for /xhtml | mathieui |
2011-11-12 | /xhtml command, Fixes #2237 | mathieui |
2011-11-11 | Fix the xhtml parser (do not add wrong colors) | mathieui |
2011-11-11 | Fix an issue with python3.2 (byte vs string) in gnupg module. | Florent Le Coz |
2011-11-11 | Create an empty gpg plugin, including a gnupg wrapper. | Florent Le Coz |
2011-11-11 | Doc for /rawxml | mathieui |
2011-11-11 | /rawxml command | mathieui |
2011-11-11 | Fix a refresh issue in the ConversationTab on status change | mathieui |
2011-11-11 | Also the doc | mathieui |
2011-11-11 | Modify /presence | mathieui |
2011-11-11 | Doc for /presence | mathieui |
2011-11-11 | Add a /presence command for directed presences | mathieui |
2011-11-11 | Fix a (possible) traceback on /remove | mathieui |
2011-11-11 | Fixes presence handhake | mathieui |
2011-11-11 | Fix a little error in the plugins doc | Florent Le Coz |
2011-11-11 | Add the table of content in the documentation xhtml pages. | Florent Le Coz |
2011-11-10 | Fixes #2271 | mathieui |
2011-11-10 | Fixes #2231 | mathieui |
2011-11-10 | Doc for custom_host and custom_port (config file and asciidoc) | mathieui |
2011-11-10 | Make custom_host and custom_port work better | mathieui |
2011-11-10 | Autoload plugins in session_start instead of core.__init__ | mathieui |
2011-11-10 | Also, do not crash when receiving a message from someone who is not a | mathieui |
2011-11-10 | Also in the DataFormTab | mathieui |
2011-11-10 | Doc for the new API function | mathieui |
2011-11-10 | Add per_tab_type commands for the plugins | mathieui |
2011-11-10 | typo | mathieui |
2011-11-10 | Forgotten changes | mathieui |
2011-11-10 | Exec plugin now executes the command in sh -c, allowing us to do some shell t... | Florent Le Coz |
2011-11-09 | Add messages on plugin load/unload | mathieui |
2011-11-09 | Doc for the new events | mathieui |
2011-11-09 | New events in the plugins API | mathieui |
2011-11-09 | Do not send chatstates when the contact is offline | mathieui |
2011-11-09 | Plugin options in the config file | mathieui |
2011-11-09 | -get -set +@property +@property.setter | mathieui |
2011-11-09 | Do not display an empty message when only a chatstate is received | mathieui |