summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0059
AgeCommit message (Expand)Author
2021-03-09XEP-0313: Fix off-by-one-page RSM fetchingmathieui
2021-03-07tests: enable and fix RSM test for XEP-0030mathieui
2021-03-07XEP-0059: docs and typingmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-12-10docs: update docstrings for sphinx conformitymathieui
2019-09-08Added amount parameter, so that limit on the msgs received per query can be c...root
2019-08-23Assign True to the 'before' tag if it's value is None (eg:at the start no msg...root
2019-08-23Removed assigning 'reverse' value to the 'before' tag (It's value is set in x...root
2019-07-03Added 'reverse' argument.Madhur Garg
2019-07-03Added 'reverse' parameter in mam and rsm pluginsMadhur Garg
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-07-21Update RSM for asynciomathieui
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-09-20ElementBase: Remove deprecated find() and findall() methods.discoEmmanuel Gil Peyrot
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz