1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge pull request #1593 from a1346054/fixes

Minor cleanup
This commit is contained in:
Michael Vetter 2021-08-26 08:23:48 +02:00 committed by GitHub
commit e4ada15f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 61 additions and 75 deletions

View File

@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007 Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.
@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail. Also add information on how to contact you by electronic and paper mail.
@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school, You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary. if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>. <https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>. <https://www.gnu.org/licenses/why-not-lgpl.html>.

View File

@ -10,7 +10,7 @@ Usually release candidates are tagged 0.6.0.rc1, 0.6.0.rc2 and tested for a week
* Build and simple tests in Virtual machines ideally all dists including OSX and Windows (Cygwin) * Build and simple tests in Virtual machines ideally all dists including OSX and Windows (Cygwin)
* Update Inline command help (./src/command/cmd_defs.c) * Update Inline command help (./src/command/cmd_defs.c)
* Check copright dates in all files (Copywright 2012-2019) * Check copyright dates in all files (Copywright 2012-2019)
* Generate HTML docs (the docgen argument only works when package status is development) * Generate HTML docs (the docgen argument only works when package status is development)
`./profanity docgen` `./profanity docgen`
@ -64,7 +64,7 @@ make dist-zip
AC_INIT([profanity], [0.7.0], [boothj5web@gmail.com]) AC_INIT([profanity], [0.7.0], [boothj5web@gmail.com])
``` ```
* Set the pacakge status back to dev: * Set the package status back to dev:
``` ```
PACKAGE_STATUS="development" PACKAGE_STATUS="development"
@ -76,6 +76,6 @@ PACKAGE_STATUS="development"
* Push * Push
## Updating website ## Updating website
* Make changes to the git repo incuding uploading the new artefacts at: * Make changes to the git repo including uploading the new artefacts at:
https://github.com/profanity-im/profanity-im.github.io https://github.com/profanity-im/profanity-im.github.io
* Update profanity_version.txt * Update profanity_version.txt

View File

@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
./configure --enable-python-plugins --enable-c-plugins CFLAGS='-g -O0' CXXFLAGS='-g -O0' ./configure --enable-python-plugins --enable-c-plugins CFLAGS='-g -O0' CXXFLAGS='-g -O0'

View File

@ -74,5 +74,3 @@ related to gnupg itself.
## Appendix ## Appendix
* https://xmpp.org/extensions/xep-0373.html - 0.4.0 (2018-07-30) * https://xmpp.org/extensions/xep-0373.html - 0.4.0 (2018-07-30)

View File

@ -4,4 +4,3 @@ void send_disable_carbons(void **state);
void receive_carbon(void **state); void receive_carbon(void **state);
void receive_self_carbon(void **state); void receive_self_carbon(void **state);
void receive_private_carbon(void **state); void receive_private_carbon(void **state);

View File

@ -4,4 +4,3 @@ void sends_message_to_fulljid_when_received_from_fulljid(void **state);
void sends_subsequent_messages_to_fulljid(void **state); void sends_subsequent_messages_to_fulljid(void **state);
void resets_to_barejid_after_presence_received(void **state); void resets_to_barejid_after_presence_received(void **state);
void new_session_when_message_received_from_different_fulljid(void **state); void new_session_when_message_received_from_different_fulljid(void **state);

View File

@ -3,4 +3,3 @@ void connect_jid_sends_presence_after_receiving_roster(void **state);
void connect_jid_requests_bookmarks(void **state); void connect_jid_requests_bookmarks(void **state);
void connect_bad_password(void **state); void connect_bad_password(void **state);
void connect_shows_presence_updates(void **state); void connect_shows_presence_updates(void **state);

View File

@ -1,4 +1,3 @@
void does_not_send_receipt_request_to_barejid(void **state); void does_not_send_receipt_request_to_barejid(void **state);
void send_receipt_request(void **state); void send_receipt_request(void **state);
void send_receipt_on_request(void **state); void send_receipt_on_request(void **state);

View File

@ -1,2 +1 @@
void rooms_query(void **state); void rooms_query(void **state);

View File

@ -4,4 +4,3 @@ void shows_message_when_software_version_error(void **state);
void display_software_version_result_when_from_domainpart(void **state); void display_software_version_result_when_from_domainpart(void **state);
void show_message_in_chat_window_when_no_resource(void **state); void show_message_in_chat_window_when_no_resource(void **state);
void display_software_version_result_in_chat(void **state); void display_software_version_result_in_chat(void **state);

View File

@ -153,4 +153,3 @@ statusbar.tablen=7
statusbar.show.name=true statusbar.show.name=true
statusbar.show.number=true statusbar.show.number=true
correction.char=+ correction.char=+

View File

@ -144,4 +144,3 @@ titlebar.position=1
mainwin.position=2 mainwin.position=2
statusbar.position=3 statusbar.position=3
inputwin.position=4 inputwin.position=4

View File

@ -140,4 +140,3 @@ titlebar.position=1
mainwin.position=2 mainwin.position=2
statusbar.position=3 statusbar.position=3
inputwin.position=4 inputwin.position=4

View File

@ -62,4 +62,3 @@ titlebar.position=1
mainwin.position=2 mainwin.position=2
statusbar.position=3 statusbar.position=3
inputwin.position=4 inputwin.position=4

View File

@ -78,4 +78,3 @@ roster.room.mention=bold_green
roster.room.trigger=bold_green roster.room.trigger=bold_green
occupants.header=bold_green occupants.header=bold_green
receipt.sent=bold_black receipt.sent=bold_black