summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-30new tabs: apply reviewnew-tabsmathieui
2018-06-29Add tests for the new tabs modulemathieui
2018-06-29Update poezio for the new tabs modulemathieui
2018-06-29Add a tabs management modulemathieui
2018-06-28Factorise code in logger.Emmanuel Gil Peyrot
2018-06-28Reintroduce the concept of resource, but named device_id and generated.Emmanuel Gil Peyrot
2018-06-28Replace the '%s' % var pattern with str(var).Emmanuel Gil Peyrot
2018-06-07Add a check for Unicode support.Emmanuel Gil Peyrot
2018-05-31MUC-PM: bare-JID messages can't be PMsGeorg Lukas
2018-05-30disco plugin: Allow any dataform to be displayed.Emmanuel Gil Peyrot
2018-05-23Merge remote-tracking branch 'lab/master'louiz’
2018-05-23Merge branch 'config_data_dir' into 'master'louiz’
2018-05-22Fix traceback introduced in aa816640a8531889e5ee2dac14ccb8dad5cbc055.Emmanuel Gil Peyrot
2018-05-16Cancel a paused chatstate after 30s.Emmanuel Gil Peyrot
2018-05-16doc: Add documentation for the new embed plugin.Emmanuel Gil Peyrot
2018-05-16Initial start with the embed commandSeve
2018-05-14config: Add DATA_DIR global constantMaxime “pep” Buquet
2018-05-14config: Reject relative XDG basedir paths.Emmanuel Gil Peyrot
2018-05-14config: Use lowercase for local variables.Emmanuel Gil Peyrot
2018-04-25Fetch all MUC history on first joinMaxime “pep” Buquet
2018-04-01Sent Carbon: handle MUC-PMs properly. Fix #3294Georg Lukas
2018-04-01MUC-PM handler: support 'sent' messages (for Carbons)Georg Lukas
2018-03-31Partially revert a9008d38365c79deef74c3322b152dbedc193fd0, stop pinning slixmpp.Emmanuel Gil Peyrot
2018-03-31Import TemporaryFile in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the subprocess module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the os module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Return 2 on exit when Python.h is missing.Emmanuel Gil Peyrot
2018-03-31Abort if Python.h isn’t found.Emmanuel Gil Peyrot
2018-03-31Remove unused import.Emmanuel Gil Peyrot
2018-03-31Use slixmpp’s new cache module for avatars too.Emmanuel Gil Peyrot
2018-03-31Use the new slixmpp filesystem cache to store caps.Emmanuel Gil Peyrot
2018-03-14Factorise the /version callback and make it handle errorsEmmanuel Gil Peyrot
2018-03-12Add a “name” column to /bookmarks.Emmanuel Gil Peyrot
2018-03-11upload plugin: Don’t insert invalid URL after HTTP upload failed.Emmanuel Gil Peyrot
2018-03-09Add a check for slixmpp xep_0363 plugin.Emmanuel Gil Peyrot
2018-03-08Add HTTP File Upload support.Emmanuel Gil Peyrot
2018-02-20Update documentation (& formatting)mathieui
2018-02-11Fix the nick conflict codemathieui
2018-02-11Remove the """smart""" command completionmathieui
2018-01-25Use refresh_input in core.information() to avoid traceback.Emmanuel Gil Peyrot
2018-01-25Fix typography in the default config.Emmanuel Gil Peyrot
2018-01-25Check that avatar sha1 is consistent with the hash.Emmanuel Gil Peyrot
2018-01-25Fix caching newer avatars.Emmanuel Gil Peyrot
2018-01-25Optimise the half-block codepath slightly.Emmanuel Gil Peyrot
2018-01-25Fix blinking in ImageWin.Emmanuel Gil Peyrot
2018-01-25Use full-blocks by default for images.Emmanuel Gil Peyrot
2018-01-16Use refresh_input in process_presence_buffer to avoid tracebackMaxime “pep” Buquet
2018-01-16yapf -ripmathieui
2018-01-16Include the yapf diff in gitlab-ci outputmathieui
2018-01-16Current tab input is refreshed on kick/ban even when it does not existmathieui