summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-30Set the terminal title to "poezio" by defaultmathieui
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
2014-04-30Add a 'tab_change' eventmathieui
2014-04-30Fix #2447 (OTR & HTML) -- partial WONTFIXmathieui
2014-04-30Fix #2510 (link displayed twice in xhtml-im)mathieui
2014-04-29Do not ask for receipts in messages without a bodymathieui
2014-04-29Fix a traceback in /topic (with no argument)mathieui
2014-04-29Fix most UI issues with introduced in 0caf941mathieui
2014-04-29Add the size manager (forgotten in the previous commits)mathieui
2014-04-28Update CHANGELOGmathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-28Don’t escape backslashes unless we are inside a quoted string and the next ...mathieui
2014-04-27Provide our own wrapper for checking the host category (ref #2511?)mathieui
2014-04-27Fix memleaks in pooptmodule.cut_text (ref #1914)mathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
2014-04-27Fix weird behavior while using the input in the muclisttabmathieui
2014-04-27Fix a resize issue when vertical tab list options are set from the rostermathieui
2014-04-2680-columns wrap for MucTab and fix some completionsmathieui
2014-04-26Document /recolor random with /help toomathieui
2014-04-26Fix #2514 (add a /toggle command)mathieui
2014-04-26Fix #2444 (implement room destroy)mathieui
2014-04-26Fix the nickname of server-generated messagesmathieui
2014-04-26Disable 0198 for now because we will properly implement it latermathieui
2014-04-25Fix #2516 (display error with carbons)mathieui
2014-04-24Fix a traceback when sorting a listwinmathieui
2014-04-24Improve src/theming.py (print the colors and do not pollute the terminal)mathieui
2014-04-24Update the themes dir during execution, and not at module levelmathieui
2014-04-24Make keyboard.py a bit nicer to usemathieui
2014-04-24Fix a bug in the config._parse_file function (traceback when parsing empty fi...mathieui
2014-04-23Wrap yet another curses operation with a lockmathieui
2014-04-23Fix #2450 (redraw top-scrolled tabs properly after resize)mathieui
2014-04-22Map Config.remove_and_save to PluginConfig.removemathieui
2014-04-22Add a way to remove options from the config filemathieui
2014-04-2280-columns wrapping and some docstringsmathieui
2014-04-22Close the file descriptor of the fifo on closingmathieui
2014-04-21Split the config.write_in_file method to be more modular and cleanermathieui
2014-04-20Log exit from signals to the error logmathieui
2014-04-19Keep a file descriptor reading the fifo instead of just opening and closing itmathieui
2014-04-18Same formatting changes in core.commandsmathieui
2014-04-18Mostly line-wrap at 80 chars and add docstringsmathieui
2014-04-18Fix #2297 (crash after resize)mathieui
2014-04-17Do not lock on the “composing” chat state with otrmathieui
2014-04-17Log part messages and show a leave message on /cyclemathieui
2014-04-16Change the formatting of join/part messagesmathieui
2014-04-15Fix #2440 (highlight composing tabs)mathieui
2014-04-14Fix the color of the message with /partmathieui
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
2014-04-14Fix #2422 (traceback in input) (also #2431)mathieui
2014-04-14Fix #2339 (put the more “important” users at the bottom in the userlist w...mathieui
2014-04-13Do not load a plugin if its init() tracebackmathieui