Commit graph

317 commits

Author SHA1 Message Date
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
3a66bc99e3 update thanks 2010-10-12 23:23:06 +00:00
mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13
1c32d1f847 2010-10-11 23:20:31 +00:00
mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13
63bc5a2a2f remove the old /me verif because it's not useful anymore 2010-10-11 23:09:16 +00:00
mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13
eb528eb9ae fixed #1925 2010-10-11 22:57:21 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2102085f9e fix a bug on /bookmark when there's only one bookmark 2010-10-05 21:28:11 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
e59da58dd8 :^) 2010-10-05 20:01:07 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
c9f4370598 Remove a typo 2010-10-05 00:37:52 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
8caf7651a9 C-w go to previous tab. M-r go to roster. That's awesome 2010-10-05 00:36:43 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
01e5856162 if we receive an unavailable presence from our nick (in a muc), disconnect from the muc 2010-10-05 00:22:18 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
896fa313d2 fix a crash on a kick with no reason. Also little cleanup 2010-10-05 00:19:48 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
0dfd8366e1 use a timer to refresh only after a short delay. Limit the useless software refresh. 2010-10-05 00:14:13 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
53a5536cf1 addstr is now safe, avoid some length calculation that are totally useless, so: fix some crash 2010-10-04 23:59:03 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
0c254bc915 use 'with' context manager for the locks 2010-10-04 19:50:15 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d4e3e51c1f update e-mail address and README 2010-10-04 01:45:16 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d6bb19572e contact information buffer in the roster tab (yet empty) 2010-10-04 00:27:40 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
3ea295f8c7 avoid a crash when receiving a message from someone not in our roster 2010-09-27 22:53:25 +00:00
mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13
d94efc30cc Permissions fix 2010-09-27 16:16:58 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
696deb5d82 fix a size of the info buffer in private and conversation tabs + Do not focus the tabs on bookmark-join 2010-09-27 02:00:49 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
7453b87f30 fold groups, display-name, focus the tab if user tries to open an already opened conversation (on /join too !), and nicer roster 2010-09-27 01:40:34 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
27938ecf1e group 'none' doesn't need to be created 2010-09-26 18:36:09 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
b7b6889d4e open conversation only if a message has a body. And use the group 'none' for contacts in no groups 2010-09-26 18:35:22 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
390e952829 Basic implementation of the roster and one to one conversations 2010-09-26 18:01:38 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
c486b78bbd too much debug 2010-09-20 23:38:19 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d2158ba093 Fix the nick change of private tabs. fixed #1845 2010-09-20 23:35:07 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
c536649112 fix the shlex fail. Colors are disabled on too long elements 2010-09-16 20:19:31 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f638427afc LALALALALALALALALA 2010-09-16 17:57:27 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
0d6c7276b1 fixes a crash on shlex. 2010-09-16 17:55:38 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
6018d243fb fixes some crashes, and stuff 2010-09-15 19:05:20 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
cdcfddcb2e avoid some crashes. Also fixes the line separator on new messages 2010-09-14 22:59:40 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
534b39ae8d fix the resize of PrivateTab 2010-09-14 02:24:04 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
33f197b4ab complete refactoring of the ui. Everything is now very modulable. Little info win added at the bottom. Roster is ready to be implemented. 2010-09-14 02:11:07 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
29e5250904 don't crash on dev version (with debug()s), by writting debug in /tmp/ 2010-09-12 16:57:46 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
e5f82cdacd last words are collected in the last 40 messages 2010-09-11 22:26:19 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
ad33a28e28 ctrl+v moves the new-messages separator at the bottom. fixed #1831 2010-09-11 20:07:50 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
c2ca295747 recolor command. fixed #1830 2010-09-11 19:48:28 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
508bf5d561 don't add the ',' after a last-word completion. 2010-09-11 15:45:28 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
374ab23b42 fixed #1767 2010-09-11 04:24:09 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
efc7b22bdb You can now kick ANYONE (even with a space), and have a space in your nick. fixed #1803 2010-09-11 04:07:04 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2a5635c677 (almost) fixed #1783 2010-09-11 03:26:26 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
118a4c9b95 this time it should be ok :^) 2010-09-11 02:12:52 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
dc13b82bd4 only have 64 colours, so everything works fine on every terminal, even on tmux. Fixed #1824 2010-09-11 01:50:18 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
92d155acf5 fixed #1825 2010-09-10 22:34:21 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
22e05a229a fixed #1821, also try to fixe #1825 2010-09-10 22:32:31 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
945dc664d8 fix some ncurses crash. fixed #1817 2010-09-10 21:51:13 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
77df6feb97 remove one more possible ncurses glitch by using a muttex. Also correctly receive the error messages. And little cleanup 2010-09-08 23:00:55 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
007466f6aa fix last talked completion order. fixed #1805 2010-09-08 00:04:48 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f1226c1bc9 fix colors in tmux or screen, fix the themes_dir config option 2010-09-07 23:59:35 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f8ab739a36 do not require argparse anymore, chmod in the directory in the python process directly, fix a little bit the Mafile 2010-09-07 23:36:57 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
7d7f585ed6 fixes directionnal keys on some systems 2010-09-03 23:52:06 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
27b5bcfe5e fixed #1796 2010-09-03 19:05:19 +00:00