Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-07-19 | fixed #1587 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-19 | fixes some stuff. Also fixed #1617 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-01 | server 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-13 | enable the tracebacks | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | code cleanup before 0.6 beta | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | /quit can have a message. fixed #1488 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | /me now is sent like a normal message | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | Private messages! fixed #1077 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-05-21 | remove debug | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-05-21 | non-anonymous authentication, fixed #1185 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-05-18 | pylint cleaning part1 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-05-11 | Fix the resize bug and avoid some blinking on resize \o/ fixed #1153 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-03-24 | fixed #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-24 | fixed #1235 (affiche un message si la connexion echoue) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-03-19 | fixed #1230 Do not put the 'there is a message' color when the message is ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
from the MUC history | |||
2010-03-18 | fixed #1186 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-16 | fixed #1151 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-14 | fixed #1138 #1111 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-13 | debut de vcard : les avatars | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-11 | fixed #1148 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-10 | little cleanup | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-31 | inclus xmppy0.5-RC1 avec les sources, sinon c'est chiant. | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-31 | cleanup, launch.sh, makefile | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-30 | on peut choisir son nick lors d'un /join machin@truc/NICK | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-29 | gestion de la RECEPTION des kicks | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-27 | corrige la deconnexion sur les conneries du genre ctrl+x. Et desactive C-c ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
en mode pas-debug | |||
2010-01-27 | on PEUT effacer des caractères :o | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-26 | ca fonctionne, ca clignotte, et cest gay | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-26 | nettoyage | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-21 | on peut parler, recevoir des messages, rejoindre des salons (/join), changer ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
de tab (/next, /prev), mais ca blink et c'est nul |