Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-06 | Remove unreachable code. | Emmanuel Gil Peyrot | |
2015-05-06 | Add a missing “return logs” in PrivateTab while loading the logs. | Emmanuel Gil Peyrot | |
2015-04-14 | Fix #2714 (make bare /bookmark use the current room password if there is one) | mathieui | |
2015-04-13 | Display error messages inside a conversation | mathieui | |
if the error has the same id as a sent message, it will be displayed with a cross where there is usually a checkmark (ack), and the received error will be appended to the message, in red. if it does not have a know id, it will be added as another message to the conversation, without a nick, and in red. | |||
2015-04-12 | Fix #3029 (reset completion when a command is executed) | mathieui | |
2015-02-09 | Add a bookmarkstab (fixes #2004) | mathieui | |
now we can edit stuff, save or cancel those modifications, and change the chose storage easily | |||
2015-02-03 | Add a random arg to /color | Eijebong | |
2015-01-28 | Minor fixes to the certificate warning prompt (#2949) | mathieui | |
- slightly lower the CPU usage (callback instead of active waiting w/ sleep) - make the terminal beep so the user knows something happened - prevent the user “escaping” the prompt by pressing /, s, or S | |||
2015-01-08 | Remove the annoying (and pretty useless) warning about psi+ users | Florent Le Coz | |
2015-01-04 | Fix #2578 (disable roster features with anonymous connections) | mathieui | |
2014-12-30 | Update color in all tabs with /color | Célestin Matte | |
2014-12-30 | Only graphically ack a message if it was sent by us | mathieui | |
2014-12-24 | Make it possible to change the nick of a user not in the room, and change ↵ | Célestin Matte | |
color of its aliases | |||
2014-12-24 | Add nick_color_aliases (default: true), to look for color of aliases | Célestin Matte | |
2014-12-24 | Unset color with /color <nick> unset | Célestin Matte | |
2014-12-24 | Add a muc_color section in the config file to permanently fix a color to a nick | Célestin Matte | |
2014-12-24 | Add a /color command to fix color for a nick | Célestin Matte | |
2014-12-20 | Add a deterministic_nick_colors option (default: true) | mathieui | |
2014-12-19 | Do not assign the result of get_room_form because it does not return anything | mathieui | |
2014-12-19 | Fix /info (9/78) | mathieui | |
2014-12-19 | Fix a traceback in /role | mathieui | |
2014-12-19 | Fix /last_activity (8/78) | mathieui | |
2014-12-19 | Fix #2861 (fix /ignore and /unignore (5/78)) | mathieui | |
2014-12-17 | Add completions for /cert_add and /cert_fetch | mathieui | |
2014-12-17 | Fix the file (/import & /export) completion on the roster tab | mathieui | |
2014-12-11 | Fix #2847 (SASL External support) | mathieui | |
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process | |||
2014-12-10 | Fix command_name’s arguments | Florent Le Coz | |
2014-12-08 | Fix #2754 (make /xhtml send a message with receipts, chatstates and display ↵ | mathieui | |
it properly) (also make the message appear in PrivateTabs) | |||
2014-12-08 | Add a visual “feature check” for chat states too | mathieui | |
2014-12-08 | Fix /filter_xmlmask | mathieui | |
2014-12-07 | Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting) | mathieui | |
Also add /filter_from and /filter_to, and allow chaining filters. | |||
2014-12-04 | fix wrong argument name (2/78) | Florent Le Coz | |
2014-11-29 | Fix /name | mathieui | |
2014-11-25 | fix wrong argument name (1/78) | Florent Le Coz | |
2014-11-25 | Parse command arguments using a decorator and make things more consistent | Florent Le Coz | |
Avoid surprises with some commands accepting quoted arguments and some other not. fix #2555 | |||
2014-11-13 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
2014-11-13 | Fix a typo in /unlock help | mathieui | |
2014-11-12 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
2014-11-12 | Don’t display a feature check of the remote party if it doesn’t support ↵ | mathieui | |
anything it’s confusing. | |||
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-30 | Use a space instead of a cross while checking features | mathieui | |
2014-10-25 | Make the features disco in chat more user-friendly | mathieui | |
2014-10-22 | Typo | mathieui | |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui | |
2014-10-20 | Change the API of Config.get_by_tabname | mathieui | |
Make the "default" parameter optional and thus move it to the end of the command with the other optional parameters. And change all the calls. | |||
2014-10-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/core/handlers.py src/tabs/xmltab.py | |||
2014-10-12 | Color the JID in locking/unlocking messages | mathieui | |
2014-10-12 | Output the result of the /info command in the MUC window | mathieui | |
and not the global info buffer | |||
2014-10-11 | Add a /dump <filename> command to the XML tab | mathieui | |
2014-10-10 | Fix /me display in delayed messages | mathieui | |