summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Collapse)Author
2011-11-06Smaller means being insane, and even then, it should’nt bug too muchmathieui
Fixes #2259
2011-11-05Things related to priority, fixes #2266 (imo)mathieui
2011-11-05Fix some chat states problems (e.g. /dnd sending inactive)mathieui
2011-11-05Partial fix to #2266 and #2255 (removes the idea of "color state" andmathieui
adds state, that are computed to the current theme color)
2011-10-29Remove aliases to /statusmathieui
2011-10-29Fix the url matching in the link pluginFlorent Le Coz
2011-10-29Merge branch 'master' into pluginsFlorent Le Coz
2011-10-29add get_conversation_messages for the plugin APIFlorent Le Coz
2011-10-29Add a \n when writing the command to the fifoFlorent Le Coz
2011-10-29Remove any mention of “coucou”Florent Le Coz
2011-10-29Remote execution.Florent Le Coz
We can use a fifo to write command, and execute them on the local machine by running a simple daemon.
2011-10-11Fixed some typosmathieui
2011-10-09Fixed #2268mathieui
2011-10-01Added a connect() function to the plugins API, for internal eventmathieui
2011-09-29merge missing changeset from default into plugin, so both branches are up to ↵Florent Le Coz
date
2011-09-27Fix loading already loaded pluginsTodd Eisenberger
2011-09-26Fixes a bug when the user leaves a MucTab, goes to a privatetab and /join ↵mathieui
with no args (it joined the muc, but did not open a new tab)
2011-09-25Add a send_message() function for pluginsFlorent Le Coz
2011-09-25Remove /pubsub commandmathieui
2011-09-25merge default into plugins branch. So that branch is still up to date tooFlorent Le Coz
2011-09-25Default theme is now ok, I thinkFlorent Le Coz
2011-09-25Remove /pubsub command for the time beingmathieui
2011-09-25That.Florent Le Coz
2011-09-25Backed out changeset e811b4e21013Florent Le Coz
2011-09-25Forgot that…Florent Le Coz
2011-09-24Autoload pluginsFlorent Le Coz
2011-09-24Completion for load and unload commandsFlorent Le Coz
2011-09-23make colors work with 3-digits color numbersFlorent Le Coz
2011-09-23Merge branch 256 into masterFlorent Le Coz
2011-09-23[teisenbe] first attempt at a plugin system.Florent Le Coz
2011-09-21Fixes #2251mathieui
2011-09-21Handles 256 colors, easier theming and more flexible way to define colorsFlorent Le Coz
Doesn’t run yet if term doesn’t support 256 colors, I know (thus the branch "256")
2011-09-16Cycle on the disconnected tabs with M-emathieui
2011-09-12Disable the pubsub.louiz.org browsermathieui
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-11mergeFlorent Le Coz
2011-09-11Fix a traceback when a contact not yet accepted goes offlineFlorent Le Coz
2011-09-11Make the roster tab shine when someone added you in her rosterFlorent Le Coz
2011-09-10Added a help message for the first runmathieui
2011-09-10Fixes #2215mathieui
2011-09-09Add (optional) lazy resize, and also fix the screen becoming empty when ↵Florent Le Coz
resizing to a lower width.
2011-09-06Fixes #2235mathieui
2011-09-06Fixed various things regarding privatetabs:mathieui
the room nick is used when it is not defined in the config file (was appearing as a message from the room itself) connections/deconnections are now monitored (→ Fixes #2233, and thus fixes #2211)
2011-09-06An 'inactive' chat state is now sent to the current room when going awaymathieui
2011-09-06Change license to MITFlorent Le Coz
2011-09-06Add the /quit commandFlorent Le Coz
2011-08-12Display the JID of an error sender. Fixes #2218.Emmanuel Gil Peyrot
2011-07-18Fix a crash on missing completion for /bindFlorent Le Coz
2011-07-11PUBSUB: publish items on node, with a text editorFlorent Le Coz
2011-07-09[pubsub] use callbacks to make everything non-blocking.Florent Le Coz
And add an informative message in the top bar to know what just happened