Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only save max 20 urls | Michael Vetter | 2020-05-20 | 3 | -0/+16 |
| | |||||
* | Build URL ac upon printing of message in window | Michael Vetter | 2020-05-20 | 10 | -51/+73 |
| | |||||
* | Look for URLs via regex | Michael Vetter | 2020-05-20 | 3 | -16/+29 |
| | |||||
* | Actually open the URL | Michael Vetter | 2020-05-20 | 3 | -1/+39 |
| | |||||
* | Start urlopen feature | Michael Vetter | 2020-05-20 | 3 | -0/+39 |
| | | | | Start https://github.com/profanity-im/profanity/issues/1340 | ||||
* | Update copyright in manpage | Michael Vetter | 2020-05-16 | 1 | -1/+2 |
| | |||||
* | Add description of new flags to manpage | Michael Vetter | 2020-05-16 | 1 | -0/+8 |
| | |||||
* | Update mailing list in manpage | toogley | 2020-05-16 | 1 | -7/+1 |
| | |||||
* | Remove autocompletion for unanimous/regular color | Michael Vetter | 2020-05-16 | 1 | -12/+0 |
| | | | | See 85520ecdc5d2e6ac6654817572b8fd99e43e25d9 | ||||
* | xep-0092: make it possible to ask servers or components for software | Michael Vetter | 2020-05-14 | 4 | -17/+65 |
| | | | | | | | | | | | This adds the new `/serversoftware` command. ``` /software user@domain.org/resource /serversoftware domain.org ``` Fix https://github.com/profanity-im/profanity/issues/1338 | ||||
* | Have proper autocompletion for /software in chat window | Michael Vetter | 2020-05-14 | 2 | -17/+60 |
| | | | | | | | | | | | In console autocomplete from roster. In muc autocomplete from occupants lits. In 1:1 regular chat autocomplete from active resources of currently selected user (new). Also give a hint (/help resource) how to set the resource should a user choose that way. Fix https://github.com/profanity-im/profanity/issues/1337 | ||||
* | Fix `/correction` char display | Michael Vetter | 2020-05-06 | 1 | -1/+1 |
| | | | | | https://github.com/profanity-im/profanity/commit/1f8b1eb740391941e79e1004ad041f8178a2b674 made it possible to have utf8 chars as correction chars. So since then prefs_get_correction_char() doesn't return a regular char but a char*. Seems like there was an oversight that we need to use %s then. | ||||
* | Remove unanimous MAM display | Michael Vetter | 2020-04-25 | 9 | -62/+18 |
| | | | | | | For some time users could choose to have the old way "unanimous" where all the MUC history is just grey (or whatever was set). Now it is always just displayed like regular new incoming MUC text. | ||||
* | Merge pull request #1325 from wstrm/docs/improve-correction-help | Michael Vetter | 2020-04-25 | 1 | -3/+5 |
|\ | | | | | Mention the related commands for /correct and /correction | ||||
| * | Mention the related commands for /correct and /correction | William Wennerström | 2020-04-24 | 1 | -3/+5 |
|/ | |||||
* | Merge pull request #1324 from profanity-im/ui-fix | Michael Vetter | 2020-04-23 | 2 | -2/+4 |
|\ | | | | | Fix condition in wins_show_subwin() | ||||
| * | ui: fix condition | Dmitry Podgorny | 2020-04-23 | 2 | -2/+4 |
|/ | | | | | Fix mistake in a condition. Also add sanity check to win_refresh_with_subwin(). | ||||
* | Fixup for bad56b50623837644d0888cf8e5b059111b65ac2 | Michael Vetter | 2020-04-22 | 1 | -1/+1 |
| | | | | sorry.. doing too many things at once.. | ||||
* | wins_show_subwin(): Add windows type test | Michael Vetter | 2020-04-22 | 1 | -0/+6 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1321 | ||||
* | _handle_carbons(): fix potential memleak | Michael Vetter | 2020-04-21 | 1 | -2/+4 |
| | |||||
* | inp_readline() Correct slashguard feature | Michael Vetter | 2020-04-21 | 1 | -4/+6 |
| | | | | Protect against invalid reads by checking the length. | ||||
* | Make compiler happy about win_refresh_without_subwin | Michael Vetter | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | win_refresh_with_subwin() fixup | Michael Vetter | 2020-04-20 | 1 | -2/+1 |
| | | | | Fixup for 86af6925d9fc0b2656eac15b0c8c7aba60589ce5 | ||||
* | _iq_id_handler_free() dont set NULL | Michael Vetter | 2020-04-20 | 1 | -1/+0 |
| | | | | No effect here. | ||||
* | Remove unused func wins_close_current() | Michael Vetter | 2020-04-20 | 2 | -7/+0 |
| | |||||
* | Remove file_getline() declaration | Michael Vetter | 2020-04-20 | 1 | -1/+0 |
| | | | | Follow up for a6fa8e8e0d6b86c669ac2fb2b7be44812604c21f | ||||
* | _destroy_tab() dont set tab to NULL | Michael Vetter | 2020-04-20 | 1 | -1/+0 |
| | | | | | | | Setting the local pointer to NULL has no effect. _destroy_tab() is used for g_hash_table_new_full() so we cant use a ** and set tab to NULL. | ||||
* | Simplify win_refresh_with_subwin() | Michael Vetter | 2020-04-20 | 1 | -6/+5 |
| | |||||
* | _mucwin_print_mention(): No need to assign pos | Michael Vetter | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | ui_room_join() dont get nick twice | Michael Vetter | 2020-04-20 | 1 | -1/+0 |
| | |||||
* | cons_show_aliases() simpify condition | Michael Vetter | 2020-04-20 | 1 | -3/+1 |
| | |||||
* | Fix parsing of alias command | Michael Vetter | 2020-04-20 | 1 | -1/+1 |
| | | | | | This actually only set the local ran pointer to NULL. But we want an effect on the outside variable. | ||||
* | log: don't log dt | Michael Vetter | 2020-04-20 | 1 | -3/+3 |
| | | | | Use another name. | ||||
* | log: Dont shadow logp | Michael Vetter | 2020-04-20 | 1 | -16/+16 |
| | | | | Let's use another name. | ||||
* | Remove unneeded file_getline() | Michael Vetter | 2020-04-20 | 1 | -44/+0 |
| | | | | Not needed anymore since 0942d98c6116dc4b9b608e7483f1d6a8f62c84d7 | ||||
* | Fix potential memleak in stanza_create_caps_from_query_element() | Michael Vetter | 2020-04-20 | 1 | -4/+12 |
| | | | | | Each of those should only occur one time. But let's make sure we only write/alloc one time to be on the safe side. | ||||
* | Merge pull request #1319 from profanity-im/input | Michael Vetter | 2020-04-19 | 1 | -1/+8 |
|\ | | | | | Make _inp_edited() more robust | ||||
| * | Make _inp_edited() more robust | Dmitry Podgorny | 2020-04-19 | 1 | -1/+8 |
|/ | |||||
* | Merge pull request #1318 from DebXWoody/OMEMO-MUC-Device | Michael Vetter | 2020-04-18 | 1 | -4/+6 |
|\ | | | | | OMEMO Device List only for non anonymous MUCs | ||||
| * | OMEMO Device List only for non anonymous MUCs | DebXWoody | 2020-04-17 | 1 | -4/+6 |
| | | | | | | | | | | | | | | Profanity request the OMEMO Device List for all members, also if the MUC is anonymouse. If the user is Admin / Owner, the device list will be requtest. Issue #1315 | ||||
* | | Escape message before adding to SQL backend | Michael Vetter | 2020-04-18 | 1 | -1/+5 |
|/ | |||||
* | Add Fedora travis CI | Michael Vetter | 2020-04-17 | 3 | -4/+70 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1314#issuecomment-614242435 | ||||
* | Fix http_upload stub | Michael Vetter | 2020-04-17 | 1 | -0/+3 |
| | |||||
* | Define lock in profanity.h as extern | Michael Vetter | 2020-04-17 | 2 | -1/+2 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1314 | ||||
* | Don't expose upload_processes | Michael Vetter | 2020-04-17 | 4 | -12/+27 |
| | | | | | | | | That's actually not good practise. Realized this when checking for multiple symbol definition in issue mentioned below. Regards https://github.com/profanity-im/profanity/issues/1314 | ||||
* | Set new mailinglist | Michael Vetter | 2020-04-15 | 1 | -1/+2 |
| | |||||
* | Review logging in iq.c | Michael Vetter | 2020-04-14 | 1 | -27/+39 |
| | |||||
* | Review logging for blocking.c | Michael Vetter | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | Review logging in presence.c | Michael Vetter | 2020-04-14 | 1 | -5/+4 |
| | | | | | Some stuff just floods the log file. We only need this when debugging. Others are useless without more info. | ||||
* | Merge pull request #1313 from profanity-im/memleaks | Michael Vetter | 2020-04-14 | 2 | -2/+5 |
|\ | | | | | Free GError objects |