mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
commit
e4ada15f21
8
COPYING
8
COPYING
@ -1,7 +1,7 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
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
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
@ -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,
|
||||
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
|
||||
<http://www.gnu.org/licenses/>.
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
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
|
||||
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>.
|
||||
|
@ -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)
|
||||
|
||||
* 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)
|
||||
`./profanity docgen`
|
||||
@ -64,7 +64,7 @@ make dist-zip
|
||||
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"
|
||||
@ -76,6 +76,6 @@ PACKAGE_STATUS="development"
|
||||
* Push
|
||||
|
||||
## 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
|
||||
* Update profanity_version.txt
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
./configure --enable-python-plugins --enable-c-plugins CFLAGS='-g -O0' CXXFLAGS='-g -O0'
|
||||
|
||||
|
@ -74,5 +74,3 @@ related to gnupg itself.
|
||||
## Appendix
|
||||
|
||||
* https://xmpp.org/extensions/xep-0373.html - 0.4.0 (2018-07-30)
|
||||
|
||||
|
||||
|
@ -4,4 +4,3 @@ void send_disable_carbons(void **state);
|
||||
void receive_carbon(void **state);
|
||||
void receive_self_carbon(void **state);
|
||||
void receive_private_carbon(void **state);
|
||||
|
||||
|
@ -4,4 +4,3 @@ void sends_message_to_fulljid_when_received_from_fulljid(void **state);
|
||||
void sends_subsequent_messages_to_fulljid(void **state);
|
||||
void resets_to_barejid_after_presence_received(void **state);
|
||||
void new_session_when_message_received_from_different_fulljid(void **state);
|
||||
|
||||
|
@ -3,4 +3,3 @@ void connect_jid_sends_presence_after_receiving_roster(void **state);
|
||||
void connect_jid_requests_bookmarks(void **state);
|
||||
void connect_bad_password(void **state);
|
||||
void connect_shows_presence_updates(void **state);
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
void does_not_send_receipt_request_to_barejid(void **state);
|
||||
void send_receipt_request(void **state);
|
||||
void send_receipt_on_request(void **state);
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
void rooms_query(void **state);
|
||||
|
||||
|
@ -4,4 +4,3 @@ void shows_message_when_software_version_error(void **state);
|
||||
void display_software_version_result_when_from_domainpart(void **state);
|
||||
void show_message_in_chat_window_when_no_resource(void **state);
|
||||
void display_software_version_result_in_chat(void **state);
|
||||
|
||||
|
@ -153,4 +153,3 @@ statusbar.tablen=7
|
||||
statusbar.show.name=true
|
||||
statusbar.show.number=true
|
||||
correction.char=+
|
||||
|
||||
|
@ -144,4 +144,3 @@ titlebar.position=1
|
||||
mainwin.position=2
|
||||
statusbar.position=3
|
||||
inputwin.position=4
|
||||
|
||||
|
@ -140,4 +140,3 @@ titlebar.position=1
|
||||
mainwin.position=2
|
||||
statusbar.position=3
|
||||
inputwin.position=4
|
||||
|
||||
|
@ -62,4 +62,3 @@ titlebar.position=1
|
||||
mainwin.position=2
|
||||
statusbar.position=3
|
||||
inputwin.position=4
|
||||
|
||||
|
@ -78,4 +78,3 @@ roster.room.mention=bold_green
|
||||
roster.room.trigger=bold_green
|
||||
occupants.header=bold_green
|
||||
receipt.sent=bold_black
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user