summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-10-20Fix #2719 (write/read in the plugin config files even when not loaded)mathieui
2014-10-20Fix #2713 (make /set <option> return the value of the option)mathieui
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-16Extract XHTML-IM inline imags by defaultmathieui
2014-10-16Do not ignore empty topicsFlorent Le Coz
2014-10-12Add an open_all_bookmarks optionmathieui
2014-10-08Use SHA-2 (SHA-512) to store the certificate fingerprint instead of SHA-1mathieui
2014-10-03Fix #2692 (ad-hoc mistakes show /help list)mathieui
2014-07-28Do not traceback when we receive a message from a JID with no resourceFlorent Le Coz
2014-07-06Fix #2534 (display who changed the topic)mathieui
2014-07-01Fix a traceback when we trigger the reload using a signalFlorent Le Coz
2014-05-31get_tab_by_name() should specify a tab type whenever possibleFlorent Le Coz
2014-05-15Make detecting the features supported by the remote entity less awfulmathieui
2014-05-08Add an ugly fix to avoid endless disco#info queries with each message (with r...mathieui
2014-05-08Fix a hidden traceback on error message outside MUCsmathieui
2014-05-06When closing a tab, go to the previous one, and not the one before it in the ...mathieui
2014-05-05Fix a traceback on adhoc errormathieui
2014-05-05Revert "Fix #2072 (only resize a tab if the size changed since the last displ...mathieui
2014-05-04Do not beep in a MUC if we receive a message from one of our resourcesmathieui
2014-05-04Implement the execution of ad-hoc commands (#1832)Florent Le Coz
2014-05-04Add the /ad-hoc <jid> command to list commands of the given jidFlorent Le Coz
2014-05-03Fix #2072 (only resize a tab if the size changed since the last display)mathieui
2014-05-01Move data_forms in the tabs directoryFlorent Le Coz
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
2014-04-30Add a 'tab_change' eventmathieui
2014-04-29Do not ask for receipts in messages without a bodymathieui
2014-04-29Fix most UI issues with introduced in 0caf941mathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-27Provide our own wrapper for checking the host category (ref #2511?)mathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
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-25Fix #2516 (display error with carbons)mathieui
2014-04-20Log exit from signals to the error logmathieui
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-15Fix #2440 (highlight composing tabs)mathieui
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
2014-04-12Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)mathieui
2014-04-11Fix #2428 (complete fulljids on /version in MUCs)mathieui
2014-04-11Fix #2421 (load and unload several plugins)mathieui
2014-04-09Fix #2497/#2498 (/theme should return an error when loading fails)mathieui
2014-04-08Fix a forgotten "self." that caused alt+k to tracebackFlorent Le Coz
2014-04-06fix a wrong naming in the previous commitmathieui
2014-04-06Code cleanupmathieui
2014-04-05Do not instantiate Keyboard at module-levelmathieui
2014-04-05Remove the pubsub-related stuff from the main branchmathieui