Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | Fix bookmarks | mathieui | |
2012-03-13 | Add a whitespace_interval option | mathieui | |
2012-03-09 | Add a ca_cert_path option | mathieui | |
2012-02-13 | Useless option ssl=True (deprecated & unused) | mathieui | |
2012-01-27 | [Link Mauve] Add the ability to send and receive Attention (XEP-0224). | Florent Le Coz | |
2012-01-26 | Add an auto_reconnect option | mathieui | |
2012-01-26 | Add an XML tab (/xml_tab) to view incoming/outgoing stanzas | mathieui | |
Fixes #2074 | |||
2011-11-26 | Load the XEP-0048 plugin on startup | mathieui | |
2011-11-15 | Should avoir connecting on port -1. | mathieui | |
Fixes #2289 | |||
2011-11-10 | Make custom_host and custom_port work better | mathieui | |
2011-11-09 | Set version to 0.7.5 and update the changelog | Florent Le Coz | |
2011-11-08 | Update version to 0.7.2 | Florent Le Coz | |
2011-11-06 | Code cleanup (unused import, variables, undefined names, etc…) | mathieui | |
2011-09-11 | By the way, that’s version 0.7.2 | Florent Le Coz | |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz | |
2011-09-06 | Change license to MIT | Florent Le Coz | |
2011-06-20 | First pubsub browser iteration: can list root nodes, create an item and ↵ | Florent Le Coz | |
receive items | |||
2011-03-29 | Convert html markup received in xhtml_im elements to poezio colors | Florent Le Coz | |
and use that as the body | |||
2011-03-05 | Kind of big cleanup. | Florent Le Coz | |
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods. | |||
2011-02-24 | In normal conversations: Send composing and active chat states | Florent Le Coz | |
and display the state of the remote contact | |||
2011-02-09 | update version to 0.7.5-dev and remove some debug | Florent Le Coz | |
2011-02-02 | Update to 0.7.1 | Florent Le Coz | |
2011-01-21 | Data form support. | Florent Le Coz | |
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works | |||
2011-01-13 | Version 0.7 | Florent Le Coz | |
2011-01-13 | Prompt password if no password is provided in config file | Florent Le Coz | |
2011-01-11 | /accept and /deny commands | Florent Le Coz | |
User can now decide to accept or deny a subscription, in the roster | |||
2011-01-10 | Do not automatically reconnect. Ever | Florent Le Coz | |
2011-01-09 | restaure software version and local time | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-08 | Handle authentication and connection errors. fixed #1994 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-01 | update copyright date | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-29 | completion of the jid's node when doing /join ro@some.server.fr/[TAB](it ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
completes the 'ro' part \o/. Also a begining of /list command, but that does nothing | |||
2010-11-15 | Do not refresh the screen on each input | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-09 | fix some little issues. Rename gui to core, use logging lib instead of the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
custom debug option. Add a -d option | |||
2010-11-08 | use custom_port and custom_host if advanced configuration is needed. Else it ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
will use SRV DNS resolution if dnspython is installed | |||
2010-10-16 | fix how we get the domain to connect to | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-16 | remove the warnings caused by the new version of sleekxmpp, and update the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
connection method (changed also in sleek) | |||
2010-10-04 | use 'with' context manager for the locks | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-04 | update e-mail address and README | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-08 | remove one more possible ncurses glitch by using a muttex. Also correctly ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
receive the error messages. And little cleanup | |||
2010-09-03 | python 3 only. Fixes all EncodingError bugs :)))) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-31 | Switch to Sleekxmpp. fixed #1768 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-22 | Themes working | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-14 | Fix a little bug on completion due to the separating line | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-10 | Fix Link Mauve completion bug | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-09 | Fix a little crash, fix the authentication process (was not working with ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
prosody, because it was wrong), fix the sending of the vcard (was broken too, but ejabberd doesn't complain...) | |||
2010-08-09 | Writing to file doesn't remove comments. fixed #1713 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-07 | Begin of a /whois command. Also, ALSMO fixed 1710 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-22 | remove useless shebangs. Fixed 1669 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-20 | fix backspace key, error messages not displayed, and other stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-20 | fix <x/> tag handling | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |