summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-15config file can now have various sectionlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fix the issue of first private message receivedlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fixed #2037louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15do not complete our own nickname. fixed #2061louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fixed #2058louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fix print_scroll_position for private and conversation tabslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fix the /recolor commandlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fix the ---- that I just brokelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15HUGE performance improvement on refresh. fixed #1855louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07enter in MucListTab does like 'j'louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07fix 'j' on MucListTab when row number 0 is selectedlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07fixed #2036 (ctrl+l)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07(link mauve) fixed #2041 use JID class everywherelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07/list command, can join the room with J (cannot sort, search or filter yet, a...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-06fix default config pathlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-29can now complete with NOTHING in the nodelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-29completion of the jid's node when doing /join ro@some.server.fr/[TAB](it comp...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-27fix last_words_completionlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-25fix //louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-25command completion. Also completion for command's arguments. (try it to compl...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-24fix the comment, toolouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-24error are also displayed in non-muc rooms. fixed #2028louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-24Global commands AND tab-specific commands. fixed #2027louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-23fix ctrl+F on rosterlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-23fasten the refresh of Private and Normal tabs, on inputlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22fix the crash on '/' in the rosterlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22re-use the resize_timer and better handle the size of the term to decide if w...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22Clean a lot the __init__ of Winslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22\t does not complete anymorelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22ChatTab, for derived tab containg a chat.louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22rename again buffers→windows and Alt+←→ to switch tabslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-19do not pass stdscr everywhere. Fix crashes on F7-8louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-19Recent-completion now uses emacs keyboard shortcutlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-19better use sleekxmpp in muc.pylouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15remove some debuglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15Do not refresh the screen on each inputlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15a few renamings, and some other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11Inputs are more modulable (they also have a common history and clipboard). Se...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11roster search now uses diffliblouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11fix the new-subject message and the /part commandlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11Better choose the tab to use when receiving a normal message. Better closing ...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11fix some issues with recent-words completion, make the ConversationTabs closa...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11add M-i shortcut for completionlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-10ConversationTab interfacelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09correctly receive the subjects from the MUCslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09fix some little issues. Rename gui to core, use logging lib instead of the cu...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-08use custom_port and custom_host if advanced configuration is needed. Else it ...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-31link mauve (and me): use // to send a message beginning be '/'louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-31link mauve: fix a incoherence on '/help show' messagelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-31link mauve: Fixed a crash on /help help helplouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13