summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2014-04-05Split the Core classmathieui
2014-04-05Improve /bookmark *mathieui
2014-04-04Fix a hidden traceback on groupchat messagesmathieui
2014-04-04Do not log correction errors in the error log anymoremathieui
2014-04-04Remove unused importsmathieui
2014-04-02Fix #1998, #2439 (reset chat state status)mathieui
2014-04-02Fix #2377 (send back unavailable presence on message from unknown room)mathieui
2014-04-02Fix #2323 (implement XEP-0012 last activity)mathieui
2014-04-01Fix activation of mood/activity which was invertedmathieui
2014-03-31Fix a traceback with broken roster itemsmathieui
2014-03-28Fix #2493 (private tab displaying a join on /nick)mathieui
2014-03-28Improve dynamic conversation tabsmathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-03-23Allow opening a static conversation even when a (dynamic) conversation with t...mathieui
2014-03-23Add jid info to the unlock messagesmathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
2014-03-19small refactormathieui
2014-02-22Remove the dependency on poezio from xhtml.pyEmmanuel Gil Peyrot
2014-02-20Fix #2470 (server_cycle joining the wrong room with domain-only muc)mathieui
2014-02-14Call on_gain_focus on the new current tab after closing a tabmathieui
2014-02-13Fix #2407 (unencrypted connections)mathieui
2014-02-12Fix #2458 (correctly display non-groupchat room messages)mathieui
2014-02-03Do not unlock a tab when receiving a presence from the same resourcemathieui
2014-02-01Fix #2441 (don’t send chatstates in a non-chatstate conv)mathieui
2014-02-01Fix #2437 (show version in /self)mathieui
2014-02-01Fix #2443 (:)Mathieu Pasquet
2014-01-30Fix the nickname with carbonsMathieu Pasquet
2014-01-28Provide a more standardized fingerprint representationMathieu Pasquet
2013-12-28Previous commit with get/setmathieui
2013-12-28Fix #2281 (display iq results when sent with /rawxml)mathieui
2013-12-04Handle signals differently than /quitMathieu Pasquet
2013-11-26refactor the texts in core to be more readable and fix some typosMathieu Pasquet
2013-10-06Give help about tab-specific command first in /helpMathieu Pasquet
2013-10-06Fix #2373 (/message creates duplicate tabs)Mathieu Pasquet
2013-09-19Fix #2372 (traceback on space in roster after disconnect)Mathieu Pasquet
2013-08-10Fix #2337 (search the themes the same way than plugins)mathieui
2013-08-04Fix some refresh quirksmathieui
2013-08-04If plugins removed the message body in a callback, don’t send itmathieui
2013-08-03Logs errors by default, in a dedicated filemathieui
2013-08-02Fix #2317 (/join completion is broken)mathieui
2013-08-01Fix #2049 (get the current completed argument)mathieui
2013-08-01ref #2318 (fix correction when the server doesn’t send back the same ids)mathieui
2013-07-30Fix #2341 (/message <bare/resource> doesn’t open a new tab…)mathieui
2013-07-29Fix #2335 (crash on /cycle with room without userpart)mathieui
2013-06-26Ignore errors on PEP publishing (fix #2322)mathieui
2013-06-24Fix /w completionmathieui
2013-06-22Fix #2294 (fix /w priority)mathieui
2013-06-18Add config_change handlers for the two keepalive optionsFlorent Le Coz
2013-06-18Trigger config_change handlers when the config has changed using a USR1 signalFlorent Le Coz
2013-06-18Add the possibility to watch the changes of a config valueFlorent Le Coz