Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix random string generation | Michael Vetter | 2021-04-17 | 1 | -1/+2 |
* | Get rid of asprintf and _GNU_SOURCE define | Michael Vetter | 2021-03-30 | 1 | -4/+3 |
* | Remove "file://" from file names | Maximilian Wuttke | 2021-03-09 | 1 | -0/+3 |
* | Update copyright | Michael Vetter | 2021-01-08 | 1 | -1/+1 |
* | Do not inherit stdin of main process | William Wennerström | 2020-12-15 | 1 | -1/+1 |
* | Refactor call_external | William Wennerström | 2020-12-11 | 1 | -78/+21 |
* | Remove stray +2 for path string in get_expanded_path | William Wennerström | 2020-12-09 | 1 | -6/+6 |
* | Allocate memory for realpath in both cases | Michael Vetter | 2020-12-09 | 1 | -1/+1 |
* | Expand ~ in unique_filename_from_url() | Michael Vetter | 2020-12-09 | 1 | -3/+27 |
* | Rework url to filename | William Wennerström | 2020-12-06 | 1 | -29/+36 |
* | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 1 | -0/+80 |
* | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 1 | -0/+20 |
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -4/+2 |
* | Get rid of str_contains() | Michael Vetter | 2020-11-02 | 1 | -12/+0 |
* | Basic support for building on NetBSD. | nia | 2020-09-04 | 1 | -0/+2 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -91/+86 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -92/+98 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -98/+92 |
* | get_mentions() Use gchar instead of char | Michael Vetter | 2020-07-02 | 1 | -2/+2 |
* | Fix reading/writing linked files | Michael Vetter | 2020-06-13 | 1 | -0/+1 |
* | Get output and error streams from the command spawned by external_call() | Pierre Mazière | 2020-06-03 | 1 | -8/+83 |
* | Create call_external() helper function | Michael Vetter | 2020-05-20 | 1 | -0/+13 |
* | Remove unneeded file_getline() | Michael Vetter | 2020-04-20 | 1 | -44/+0 |
* | Free GError objects | Dmitry Podgorny | 2020-04-14 | 1 | -0/+2 |
* | Put getting mentions in own function | Michael Vetter | 2020-02-20 | 1 | -0/+15 |
* | Update my Copyright to 2020 | Michael Vetter | 2020-01-03 | 1 | -1/+1 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
* | Move code from jid_random_resource() into own function | Michael Vetter | 2019-10-16 | 1 | -0/+20 |
* | Check errors in is_dir() is_regular_file() | Michael Vetter | 2019-10-04 | 1 | -2/+10 |
* | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+1 |
* | Don't call mblen() to not depend on locale | Frank Zschockelt | 2019-05-22 | 1 | -5/+2 |
* | Check for new profanity version using new URL | Michael Vetter | 2019-05-03 | 1 | -1/+1 |
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
* | Merge pull request #1011 from jubalh/sha1 | Michael Vetter | 2018-09-19 | 1 | -17/+0 |
|\ | |||||
| * | Move p_sha1_hash() to stanza.c | Michael Vetter | 2018-09-06 | 1 | -16/+0 |
| * | Use libstrophe sha1 functions | Michael Vetter | 2018-09-05 | 1 | -10/+9 |
* | | Fix extended plugin handling PR | Philip Flohr | 2018-09-06 | 1 | -10/+4 |
* | | use gio functions for file copy | Philip Flohr | 2018-09-06 | 1 | -20/+15 |
|/ | |||||
* | Move ID generation to xmpp folder | Michael Vetter | 2018-08-30 | 1 | -22/+0 |
* | Use uuid in create_unique_id instead of counter | Michael Vetter | 2018-08-14 | 1 | -11/+7 |
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
* | Set locale in unit tests | James Booth | 2017-04-29 | 1 | -2/+2 |
* | Use g_utf8_find_ functions for prof_occurrences | James Booth | 2017-04-28 | 1 | -4/+11 |
* | Update Glib dependency to 2.40 | James Booth | 2017-03-25 | 1 | -48/+0 |
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 1 | -0/+42 |
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
* | Fix multibyte chars in prof_occurrences | James Booth | 2017-01-26 | 1 | -8/+14 |
* | Move window functions to window_list.c | James Booth | 2016-07-24 | 1 | -73/+0 |
* | Move resource conversions | James Booth | 2016-07-24 | 1 | -70/+1 |
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -38/+0 |