summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-08c code that doesn’t workFlorent Le Coz
2011-08-21Fix a refresh bug on /query with a messageFlorent Le Coz
2011-08-16Do not print a message on the screen on errorFlorent Le Coz
2011-08-14Show /info in the info window, like /version. Fixes #2225.Emmanuel Gil Peyrot
2011-08-12Display the JID of an error sender. Fixes #2218.Emmanuel Gil Peyrot
2011-08-11Fix a tb on invalid show in presence from a mucFlorent Le Coz
2011-08-04Fix 2 typosFlorent Le Coz
2011-08-01MergeFlorent Le Coz
2011-08-01Fix typos in some command help messages.Florent Le Coz
2011-08-01Deactivate the /info command for private rooms until it’s finishedFlorent Le Coz
2011-07-31Fix the crash on Escape keyFlorent Le Coz
2011-07-18Fix a crash on missing completion for /bindFlorent Le Coz
2011-07-18Fixes #2220 ……mathieui
2011-07-18Fix that correctly :)Florent Le Coz
2011-07-15Fix the size of the text area in ConversationTab. fixed #2193Florent Le Coz
2011-07-11/version doesn’t block anymore waiting for the answer.Florent Le Coz
2011-07-11PUBSUB: publish items on node, with a text editorFlorent Le Coz
2011-07-10Remove useless feedparser importFlorent Le Coz
2011-07-10Pubsub browser can display atom element, etcFlorent Le Coz
2011-07-09[pubsub] use callbacks to make everything non-blocking.Florent Le Coz
2011-07-05Check that all needed config sections are there at startup, and create them i...Florent Le Coz
2011-07-04Merge these forgotten commits as well.Florent Le Coz
2011-07-04Merge that tooFlorent Le Coz
2011-07-04Merge pubsub branch to defaultFlorent Le Coz
2011-07-03Remove useless keyboard shortcutsFlorent Le Coz
2011-07-03/bind commandFlorent Le Coz
2011-07-03Key bindings \o/Florent Le Coz
2011-06-30mergeFlorent Le Coz
2011-06-30Fix the roster erasing in the refresh()Florent Le Coz
2011-06-29Fixes #2220 (that was hard)mathieui
2011-06-27Beep() on highlight/message/private-messages (configurable)Florent Le Coz
2011-06-25Fixed a stupid crash caused by mathieui. Shame on him.Florent Le Coz
2011-06-25Fixed #2190Florent Le Coz
2011-06-23Fixes #1736mathieui
2011-06-23Fix receipt of private message. They were seen as comig from the room.Florent Le Coz
2011-06-21Fix a stupid traceback.Florent Le Coz
2011-06-21/reconnect is too dangerous for retardsmathieui
2011-06-21Enter displays the content of the selected itemFlorent Le Coz
2011-06-21Reset the cursor position from the item list when node changesFlorent Le Coz
2011-06-21Nodes can be scrolled and the item list is updated accordinglyFlorent Le Coz
2011-06-21Meta + up and down scrolls the nodes, up and down scrolls the itemsFlorent Le Coz
2011-06-20First pubsub browser iteration: can list root nodes, create an item and recei...Florent Le Coz
2011-06-20Remove a useless refresh (that would make things a little slower)Florent Le Coz
2011-06-18Fixes bug #2183mathieui
2011-06-18Oups.Florent Le Coz
2011-06-18Fix colors in private quit messagesFlorent Le Coz
2011-06-18Handler error messages even when not comming from a roomFlorent Le Coz
2011-06-18Fixes #2209mathieui
2011-06-18Empty roster on disconnectFlorent Le Coz
2011-06-18Fix /connect (and renamed it to /reconnect)mathieui