summaryrefslogtreecommitdiff
path: root/src/tabs/muctab.py
AgeCommit message (Expand)Author
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-10-12Output the result of the /info command in the MUC windowmathieui
2014-10-10Fix /me display in delayed messagesmathieui
2014-07-06Fix #2534 (display who changed the topic)mathieui
2014-05-06Provide our own (non-blocking) wrappers for room configuration functionsmathieui
2014-05-05Revert "Fix #2072 (only resize a tab if the size changed since the last displ...mathieui
2014-05-03Fix #2072 (only resize a tab if the size changed since the last display)mathieui
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
2014-04-29Fix a traceback in /topic (with no argument)mathieui
2014-04-29Fix most UI issues with introduced in 0caf941mathieui
2014-04-28Update CHANGELOGmathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-2680-columns wrap for MucTab and fix some completionsmathieui
2014-04-26Document /recolor random with /help toomathieui
2014-04-17Log part messages and show a leave message on /cyclemathieui
2014-04-16Change the formatting of join/part messagesmathieui
2014-04-14Fix the color of the message with /partmathieui
2014-04-12Only highlight the nick if it is not inside a wordmathieui
2014-04-11Fix #2428 (complete fulljids on /version in MUCs)mathieui
2014-04-07Fix #2354 (logs are badly colored with xhtml history)mathieui
2014-04-04Remove unused importsmathieui
2014-04-02Fix #2340 (change tab priority when the input is not empty)mathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
2014-03-19split the "tabs" module into separate filesmathieui