summaryrefslogtreecommitdiff
path: root/src/connection.py
AgeCommit message (Collapse)Author
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-06Change license to MITFlorent Le Coz
2011-06-20First pubsub browser iteration: can list root nodes, create an item and ↵Florent Le Coz
receive items
2011-03-29Convert html markup received in xhtml_im elements to poezio colorsFlorent Le Coz
and use that as the body
2011-03-05Kind 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-24In normal conversations: Send composing and active chat statesFlorent Le Coz
and display the state of the remote contact
2011-02-09update version to 0.7.5-dev and remove some debugFlorent Le Coz
2011-02-02Update to 0.7.1Florent Le Coz
2011-01-21Data 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-13Version 0.7Florent Le Coz
2011-01-13Prompt password if no password is provided in config fileFlorent Le Coz
2011-01-11/accept and /deny commandsFlorent Le Coz
User can now decide to accept or deny a subscription, in the roster
2011-01-10Do not automatically reconnect. EverFlorent Le Coz
2011-01-09restaure software version and local timelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-08Handle authentication and connection errors. fixed #1994louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-29completion 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-15Do not refresh the screen on each inputlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09fix 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-08use 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-16fix how we get the domain to connect tolouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-16remove 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-04use 'with' context manager for the lockslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-04update e-mail address and READMElouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-08remove 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-03python 3 only. Fixes all EncodingError bugs :))))louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-31Switch to Sleekxmpp. fixed #1768louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-22Themes workinglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-14Fix a little bug on completion due to the separating linelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-10Fix Link Mauve completion buglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-09Fix 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-09Writing to file doesn't remove comments. fixed #1713louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-07Begin of a /whois command. Also, ALSMO fixed 1710louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-22remove useless shebangs. Fixed 1669louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20fix backspace key, error messages not displayed, and other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20fix <x/> tag handlinglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-19fixed #1587louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-19fixes some stuff. Also fixed #1617louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-01server on /join can be omitted, fixed #1525 Also reorganize various ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
functions in common.py and update CHANGELOG
2010-06-13enable the tracebackslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13code cleanup before 0.6 betalouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13/quit can have a message. fixed #1488louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13/me now is sent like a normal messagelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13Private messages! fixed #1077louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-05-21remove debuglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-05-21non-anonymous authentication, fixed #1185louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-05-18pylint cleaning part1louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-05-11Fix the resize bug and avoid some blinking on resize \o/ fixed #1153louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-03-24fixed #1140 (Display the error messages correctly. And also we can provide a ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
password when joining a room)
2010-03-24fixed #1235 (affiche un message si la connexion echoue)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13