Skip to content
Snippets Groups Projects
  1. Sep 06, 2021
  2. Sep 05, 2021
  3. Sep 03, 2021
  4. Sep 02, 2021
  5. Jan 27, 2021
    • DebXWoody's avatar
      Compile error src/mode/roster.c:66 · 73d9c97e
      DebXWoody authored
      src/mode/roster.c:66:19: error: implicit conversion from enumeration type 'enum mode' to different enumeration type 'CommandType' (aka 'enum commandTyp') [-Werror,-Wenum-conversion]
        command->type = UNKOWN;
                      ~ ^~~~~~
      Fixed by using the correct enum definition.
      
      Issue: #21
      73d9c97e
  6. Dec 21, 2020
  7. Nov 24, 2020
    • jubalh's avatar
      Several changes (#18) · 0c12189d
      jubalh authored
      
      Show help if no argument is provided
      
      In case someone calls `xmppc` assume that he doesn't know how to use it.
      Which means he might even not be aware of `-h`.
      So let's print the help in case no argument is provided instead of
      connecting, then discoverin that no mode is selected and disconnecting
      again.
      
      Fix segfault when not roster subcommand is provided
      
      _roster_parse_command() segfaults since it assumes there is an argv[0].
      Let's test the number of arguments.
      
      Since we are already connected xmpp_connect_client() will wait for a
      disconnect. So I introduce a teardown function that is called in both
      the error case and the succesful case.
      
      Now _roster_send_query() doesn't disconnect anymore.
      
      Set to development by default
      
      Only set to release when a new release is tagged.
      Like this not every developer needs to change the code.
      And it's git aka development anyways.
      
      Don't mix german and english
      
      Co-authored-by: default avatarMichael Vetter <jubalh@iodoru.org>
      Reviewed-on: https://codeberg.org/Anoxinon_e.V./xmppc/pulls/18
      0c12189d
  8. Aug 15, 2020
  9. Jun 11, 2020
  10. Jun 06, 2020
  11. May 16, 2020
  12. May 02, 2020
  13. Apr 29, 2020
    • DebXWoody's avatar
      Makefile.am - manpage · 7bbd51ef
      DebXWoody authored
      Added manpage to Makefile.am
      7bbd51ef
    • DebXWoody's avatar
      manpage for xmppc · b9dc2680
      DebXWoody authored
      xmppc.1.txt is the manpage in asciidoc format. It can be converted to docbook /
      html with asciidoc and a2x to manpage.
      
      	asciidoc -b docbook $(TXT_FILE)
      	asciidoc -b html $(TXT_FILE)
      	a2x --doctype manpage --format manpage $(TXT_FILE)
      
      Issue: #6
      b9dc2680
  14. Apr 25, 2020
  15. Apr 24, 2020
  16. Apr 23, 2020
  17. Apr 21, 2020
  18. Apr 19, 2020
Loading