summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-11Replace the namedtuple Message with a slotted class and merge ↵Emmanuel Gil Peyrot
TextBuffer.make_message in it.
2016-06-11Replace Line namedtuple with a slotted class.Emmanuel Gil Peyrot
This will be useful to give Cython a way to optimise the storage in that class.
2016-06-11Replace two lists of characters with strings.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2016-06-11Fix /join /nick on non-joined tabsmathieui
(and correct the display on joined tabs)
2016-06-11Fix a refresh bugmathieui
On xmltab and listtab, the help text would be displayed in the input after closing the tab.
2016-06-05Comment most options by default in the config filemathieui
It’s a bit late for that, but we have to do this in order to ensure new setting values will be used after an update if the user didn’t willingly change them.
2016-06-05Set "show_useless_separator" to true by defaultmathieui
For consistency
2016-06-05Add a manual CSI pluginmathieui
2016-06-05Enable message carbons by defaultmathieui
2016-06-05Enable XEP-0319 and use it instead of 0012mathieui
(it does both by default, and is better)
2016-06-05Update the XEP listmathieui
2016-06-05Fix #3184 (remove upper limit for infowin)mathieui
also, typo
2016-06-04Make CSI use in the screen plugin configurablemathieui
And false by default, as it might reduce the user experience in chatrooms.
2016-06-04Fix #3114 (implement CSI in the tmux/screen plugin)mathieui
2016-06-04Enable CSI by defaultmathieui
(but don’t do anything with it, leave that to plugins)
2016-06-04Enable XEP-0198 (stream management)mathieui
2016-06-04Use message processing hints in the OTR pluginmathieui
2016-05-23change muc_list delimiter from comma to colon in simple_notifyLasse Aagren
2016-05-23fix simple_notify to not notify one messages from yourself in MUCsLasse Aagren
2016-05-22add optional muc_list to configuration of simple_notify, as a whitelist of ↵Lasse Aagren
MUCs you want to be notified from.
2016-05-17Lower the priority of the “joined” tab to be lower than the ↵louiz’
“message” ones fix #3192
2016-05-10Fix a crash in the marquee pluginmathieui
xml does not like ascii control chars.
2016-05-06Fix #3169 (use correct egg name for potr)mathieui
2016-05-06Fix #3176 (timestamp corrections properly)mathieui
2016-05-06Fix #3172 - Marquee plugin has a non-issuemathieui
2016-04-09Fix #3182 (/xhtml should send message with type=chat)mathieui
2016-04-05Fix handling of the jid-multi data form fieldmathieui
2016-04-01Fix #3181 (make /marquee work in all chat tabs)mathieui
Detecting errors would be a pain though
2016-03-09Update a few url to use https, or even a few old poezio.eu referenceslouiz’
2016-03-09Document the affiliation and roles commandsFlorent Le Coz
2016-03-09Added ability to notify new messages in MUCsFrédéric Meynadier
2016-03-08Add a plugin api.get_status methodmathieui
2016-03-08Fix the test pluginmathieui
(broken since slix)
2016-03-08Update api docmathieui
It was missing the highlight event
2016-02-13Fix tab-specific options in the OTR pluginmathieui
(specifically, require_encryption and log)
2016-02-02Fix #3150 (otr and require_encryption)mathieui
the require_encryption option would not be honored when opening a new tab with a bare JID.
2015-12-29update.sh: Only allow fast-forwardsNicolas Braud-Santoni
2015-12-29Remove a newly-added unused importmathieui
2015-12-29muctab: Cleanup the /names implementationNicolas Braud-Santoni
2015-12-04Fix a wrong text offsetmathieui
(caused text to align left if the message was multiline and the first line was out of screen)
2015-11-29Handle nick-less message properlymathieui
2015-11-23Fix nick-less message timestampsmathieui
(broken in previous commit)
2015-11-11Clean up the refresh a bitmathieui
It should be around 25/30% faster (according to basic profiling) due to looping only once, and also be easier to read.
2015-11-11Use the command_args_parser in the tell pluginmathieui
2015-11-11Use the command_args_parser in the send_delayed pluginmathieui
2015-11-04Don’t refresh everything uselessy on a correctionmathieui
(refresh will be triggered by the caller if needed)
2015-11-04Fix #3113 (show outgoing invitations to the log)mathieui
2015-11-04Don’t always reset the completion on command executionmathieui
e.g. if there is nothing to reset
2015-10-08Fix a display issue with the contact info winmathieui
(the line above was never used and could contain garbage from elsewhere) TODO: fix the way we arrange information inside it to fit more stuff