Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-31 | Basic search in the roster (based on contact JIDs) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-27 | Command mode in roster tab, toggle offline contacts with 'o' and sort ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
contacts by show | |||
2010-10-17 | Multi-resource. Handling <presence /> stanzas. But the normal conversation ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
window is broken :^). Fixed #1888 | |||
2010-10-17 | yet better refresh | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-17 | refresh optimization by limiting the .refresh() calls at the STRICT minimum | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-16 | fix Makefile again | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-04 | addstr is now safe, avoid some length calculation that are totally useless, ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
so: fix some crash | |||
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-10-04 | contact information buffer in the roster tab (yet empty) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-27 | avoid a crash when receiving a message from someone not in our roster | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-27 | fold groups, display-name, focus the tab if user tries to open an already ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
opened conversation (on /join too !), and nicer roster | |||
2010-09-26 | Basic implementation of the roster and one to one conversations | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-16 | fix the shlex fail. Colors are disabled on too long elements | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-16 | fixes a crash on shlex. | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-15 | fixes some crashes, and stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | avoid some crashes. Also fixes the line separator on new messages | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | fix the resize of PrivateTab | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | complete refactoring of the ui. Everything is now very modulable. Little ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
info win added at the bottom. Roster is ready to be implemented. | |||
2010-09-11 | don't add the ',' after a last-word completion. | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-11 | fixed #1767 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-11 | only have 64 colours, so everything works fine on every terminal, even on ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
tmux. Fixed #1824 | |||
2010-09-10 | fix some ncurses crash. fixed #1817 | 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-07 | do not require argparse anymore, chmod in the directory in the python ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
process directly, fix a little bit the Mafile | |||
2010-09-03 | python 3 only. Fixes all EncodingError bugs :)))) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-22 | Mor colored information message, also finish the theme 'engine'. fixed #1537 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-22 | Themes working | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-20 | Themes are working, need a little polishing and documentation | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-19 | A tentative to fix the 'glitch' bug due to both thread writing on the screen | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-14 | fix a crash on completion, fixed #1722 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-10 | Fix Link Mauve completion bug | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-09 | Print a line separator to indicate the new messages. fixed #1487 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-07 | completion is now sorted by last_talked. fixed #1712 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-05 | fixed #1679 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-05 | fix the vertical line color (cyon->blue) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-05 | Our own is ALWAYS white and other nicks are NEVER white. Also reset MAGENTA ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
for information messages | |||
2010-08-04 | indicates the number of available lines to be scrolled down fixed #1674 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-04 | fix the scroll again. The scroll size is now a page - 1 and it handles the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
multiline message perfectly | |||
2010-08-04 | fix ctrl+x, automatic-completion. Add auto-rejoin (fixed #1662) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-26 | fixed #1665 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-26 | Display the time of the message only once, fixed #1675 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-22 | remove useless shebangs. Fixed 1669 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-20 | Fix some color thing/STUFF | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-19 | fixes some stuff. Also fixed #1617 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-14 | Verbose result for /bookmark command. fixed #1614 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-14 | fix a typo | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-12 | fix crash on ctrl+y with utf-8 in clipboard, also fixed #1528 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-08 | Shift+TAB is used to complete recently said words. fixed #1563 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-08 | when tab is pressed when nothing is in the input, complete to the last ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
nickname who spole. fixed #1566 |