summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-10-05Get rid of the muc_history_length optionmathieui
It hasn’t worked for more than two years and no one complained. Furthermore, poezio tries to be smart and request messages based on previous activity, and not raw numbers.
2015-10-05Fix #3130 (self-ping & /cycle not using known room password)mathieui
2015-09-30Fix the plugins_dir documentationmathieui
2015-09-30Update dependencies in the documentationmathieui
(and fix missing words and typos)
2015-09-24Exit if the eval_password command returns a non-zero status codemathieui
2015-09-23Fix various roster count issuesmathieui
disconnections not clearing the number of connected contacts, leading to an ever-increasing count, and roster count not always being setup
2015-09-19Do not traceback when displaying a data form with 0 inputFlorent Le Coz
2015-09-14Require aiodns and pycares 1.0mathieui
2015-09-06Add a plugin sending Bits of Binary (XEP-0231) images.Emmanuel Gil Peyrot
2015-09-05Use the right text color in /infomathieui
2015-09-05Remove pygments from requirements.txt, and update docmathieui
Normal users don’t need pygments, and cython is slow to build
2015-09-05Make the venv use system resources as wellmathieui
(workaround https://bugs.python.org/issue24875) and fix aiodns since the interface will change due to the new pycares version.
2015-09-04Fix the pycares version for nowmathieui
1.0 was just released and it breaks the aiodns interface
2015-09-04Enable XEP-0054 by defaultmathieui
2015-08-31Fix the join message where a space was colored while it should not beFlorent Le Coz
2015-08-31Reset the bold and underline attribute when absent, in addstr_coloredFlorent Le Coz
2015-08-31Add a COLOR_TIME_STRING theming optionFlorent Le Coz
2015-08-31Remove 3 unused color options (COLOR_TIME_…)Florent Le Coz
2015-08-27Fix the timing of the marquee pluginmathieui
2015-08-27Add a marquee pluginmathieui
Using the power of last message corrections
2015-08-19Remove a wrong assertmathieui
That would cause a crash when the input contained characters taking 0 spaces.
2015-08-16Add an 'eval_password' optionmathieui
to read the password from a secrets store
2015-08-14Make sure the default config copy is writeablemathieui
(benefits nixos and possibly other distributions’ packaging)