Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-29 | Fix some colors, again... | Florent Le Coz | |
2011-03-29 | Fix the color in join message | Florent Le Coz | |
2011-03-29 | Cleanup some code not used anymore | Florent Le Coz | |
2011-03-29 | Change how colors are handled. With \x19x etc | Florent Le Coz | |
Should work like before and be a little lighter on the RA | |||
2011-03-21 | … | Florent Le Coz | |
2011-03-21 | Hix a crash on last word completion | Florent Le Coz | |
2011-03-11 | Send chatstate composing if we are starting our message with // | Florent Le Coz | |
2011-03-10 | Fix the search (the enter key opens the conversation BEFORE restoring the ↵ | Florent Le Coz | |
roster list) | |||
2011-03-09 | little fixes and (very little) optimization | Florent Le Coz | |
2011-03-09 | Some optimizations in build_new_message. Also cleaned up. Added an optimized ↵ | Florent Le Coz | |
way to do "wcswidth(string) > n": wcsislonger. And should use less memory because the dict replacing Message and Lines object stores ONLY the needed attributes. | |||
2011-03-08 | Have a single TextWin in common for each tab, reducing the needed memory, ↵ | Florent Le Coz | |
and simplifying its resize (F7 and F8 stuff) | |||
2011-03-07 | Inputs are garbage collected, making MucListTab collectable. | Florent Le Coz | |
Memory improvement issues. | |||
2011-03-07 | Typo | Florent Le Coz | |
2011-03-07 | very little cleanup | Florent Le Coz | |
2011-03-05 | Move a lot of muc-only-related stuff insid the MucTab class | Florent Le Coz | |
instead of core. May break some stuff, maybe | |||
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-26 | Send chatstates to MUC only if the room is joined | Florent Le Coz | |
2011-02-24 | Display chatstates in the user list in MucTabs | Florent Le Coz | |
2011-02-24 | end and handle chatstates in privateconversations | Florent Le Coz | |
2011-02-24 | Send chat states in muc and private conversations. | Florent Le Coz | |
Also, do not send active/inactive states if we switch tab while we are composing a message | |||
2011-02-24 | Send active/inactive if we are focused on the tab or not. And send | Florent Le Coz | |
"gone" when we close the tab | |||
2011-02-24 | Do not send chat states if send_chat_states = false in config | Florent Le Coz | |
2011-02-24 | Better handle the 'not composing, just typing a command', | Florent Le Coz | |
the user cannot trick the system by doing (e.g), "w, ←, /, ENTER" | |||
2011-02-24 | Do not send the composing chatstate if we are typing a command | Florent Le Coz | |
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-17 | Re-add the /configure command | Florent Le Coz | |
2011-02-16 | Fix the info_win of the InfoTab (anon mode) | Florent Le Coz | |
2011-02-15 | Remove ^J from the shortcuts triggering the Enter event, because | Florent Le Coz | |
we’ll use it to add a (real) \n into the input’s text. Also remove "\n" because it’s useless | |||
2011-02-15 | Ctrl+up and down go to the next/previous group in the roster | Florent Le Coz | |
2011-02-15 | PgUp and PgDown scroll one page in the roster | Florent Le Coz | |
M-u, M-y Moves to the next/previous roster group | |||
2011-02-15 | Make the resize faster by resizing each tab | Florent Le Coz | |
only at its next refresh | |||
2011-02-14 | Make the number of lines and messages kept in memory configurable | Florent Le Coz | |
and lower (a lot) the number of lines kept in the info_win buffers This lower the memory usage. | |||
2011-02-14 | Properly remove the info_win from the list of the | Florent Le Coz | |
global information_buffer to make it Garbage Collected when we close the tab | |||
2011-02-13 | Make the tab collectable by remove self references when closing | Florent Le Coz | |
them. | |||
2011-02-10 | /win completion and fix the return values of other completions | Florent Le Coz | |
2011-02-10 | /unignore completion | Florent Le Coz | |
2011-02-10 | Topic completion | Florent Le Coz | |
2011-02-10 | Make the shell split do a normal split if the syntax is wrong | Florent Le Coz | |
2011-02-02 | euh ok | Florent Le Coz | |
2011-02-02 | Disable /configure while it's broken with sleekxmpp | Florent Le Coz | |
2011-02-02 | fixed #2115 | mathieui | |
2011-01-31 | Avoid crash if info_win_size is over the window height. fixed #2114 | Florent Le Coz | |
2011-01-21 | Fix on_user_join issue, and displays the jid if available on /info | Florent Le Coz | |
2011-01-21 | Avoid traceback when configuration is forbidden… | 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-17 | /info command (to see user's affiliation, role, etc) | Florent Le Coz | |
2011-01-13 | /close command closes MucListTab | Florent Le Coz | |
2011-01-12 | Correctly refresh the screen on ^G on roster commands | Florent Le Coz | |
2011-01-12 | Fix // | Florent Le Coz | |
2011-01-12 | Fix InfoTab | Florent Le Coz | |