mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Update profanity repo URL
Move from github.com/boothj5/* to github.com/profanity-im/*
This commit is contained in:
parent
a28f0d9e74
commit
d4892b29c4
@ -19,7 +19,7 @@
|
|||||||
- Support basic ad-hoc commands(xep-0050) (/command)
|
- Support basic ad-hoc commands(xep-0050) (/command)
|
||||||
- Add option to trust server's certificate (/connect, /account)
|
- Add option to trust server's certificate (/connect, /account)
|
||||||
- Add possibility to close windows via prof_win_close inputrc hook
|
- Add possibility to close windows via prof_win_close inputrc hook
|
||||||
- Bug fixes: https://github.com/boothj5/profanity/milestone/16?closed=1
|
- Bug fixes: https://github.com/profanity-im/profanity/milestone/16?closed=1
|
||||||
|
|
||||||
0.5.1
|
0.5.1
|
||||||
=====
|
=====
|
||||||
@ -33,7 +33,7 @@
|
|||||||
- Add encryption settings functions to plugins api
|
- Add encryption settings functions to plugins api
|
||||||
- Allow plugins to block message sending on pre message send hooks
|
- Allow plugins to block message sending on pre message send hooks
|
||||||
- Fix CVE-2017-5592 (incorrect implementation of Message Carbons allowing social engineering attacks)
|
- Fix CVE-2017-5592 (incorrect implementation of Message Carbons allowing social engineering attacks)
|
||||||
- Bug fixes: https://github.com/boothj5/profanity/milestone/15?closed=1
|
- Bug fixes: https://github.com/profanity-im/profanity/milestone/15?closed=1
|
||||||
|
|
||||||
0.5.0
|
0.5.0
|
||||||
=====
|
=====
|
||||||
|
@ -248,9 +248,9 @@ tests_unittests_unittests_SOURCES = $(unittest_sources)
|
|||||||
tests_unittests_unittests_LDADD = -lcmocka
|
tests_unittests_unittests_LDADD = -lcmocka
|
||||||
|
|
||||||
# Functional test were commented out because of:
|
# Functional test were commented out because of:
|
||||||
# https://github.com/boothj5/profanity/pull/1010
|
# https://github.com/profanity-im/profanity/pull/1010
|
||||||
# An issue was raised for stabber:
|
# An issue was raised for stabber:
|
||||||
# https://github.com/boothj5/stabber/issues/5
|
# https://github.com/profanity-im/stabber/issues/5
|
||||||
# Once this issue is resolved functional tests should be enabled again
|
# Once this issue is resolved functional tests should be enabled again
|
||||||
#
|
#
|
||||||
#if HAVE_STABBER
|
#if HAVE_STABBER
|
||||||
|
@ -16,4 +16,4 @@ Mailing List: https://groups.google.com/forum/#!forum/profanitydev
|
|||||||
|
|
||||||
MUC: profanity@rooms.dismail.de
|
MUC: profanity@rooms.dismail.de
|
||||||
|
|
||||||
Plugins repository: https://github.com/boothj5/profanity-plugins
|
Plugins repository: https://github.com/profanity-im/profanity-plugins
|
||||||
|
@ -68,5 +68,5 @@ PACKAGE_STATUS="development"
|
|||||||
|
|
||||||
## Updating website
|
## Updating website
|
||||||
* Make changes to the git repo incuding uploading the new artefacts at:
|
* Make changes to the git repo incuding uploading the new artefacts at:
|
||||||
https://github.com/boothj5/www_profanity_im
|
https://github.com/profanity-im/profanity-im.github.io
|
||||||
* Email boothj5web@gmail.com to get them published to the website
|
* Email boothj5web@gmail.com to get them published to the website
|
||||||
|
@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
AC_CONFIG_SRCDIR([src/main.c])
|
AC_CONFIG_SRCDIR([src/main.c])
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
# TODO Introduce with Ruby plugins, see https://github.com/boothj5/profanity/issues/779
|
# TODO Introduce with Ruby plugins, see https://github.com/profanity-im/profanity/issues/779
|
||||||
#AX_PREFIX_CONFIG_H([src/prof_config.h], [PROF], [src/config.h])
|
#AX_PREFIX_CONFIG_H([src/prof_config.h], [PROF], [src/config.h])
|
||||||
|
|
||||||
### Checks for programs.
|
### Checks for programs.
|
||||||
|
@ -45,7 +45,7 @@ is stored in
|
|||||||
Bugs can either be reported by raising an issue at the Github issue tracker:
|
Bugs can either be reported by raising an issue at the Github issue tracker:
|
||||||
.br
|
.br
|
||||||
.PP
|
.PP
|
||||||
<https://github.com/boothj5/profanity/issues>
|
<https://github.com/profanity-im/profanity/issues>
|
||||||
.br
|
.br
|
||||||
.PP
|
.PP
|
||||||
or to the mailing list at:
|
or to the mailing list at:
|
||||||
@ -68,4 +68,4 @@ There is NO WARRANTY, to the extent permitted by law.
|
|||||||
.B Profanity
|
.B Profanity
|
||||||
was written by James Booth
|
was written by James Booth
|
||||||
.B <boothj5web@gmail.com>
|
.B <boothj5web@gmail.com>
|
||||||
with many contributions from others, see the full list at: <https://github.com/boothj5/profanity/graphs/contributors>
|
with many contributions from others, see the full list at: <https://github.com/profanity-im/profanity/graphs/contributors>
|
||||||
|
Loading…
Reference in New Issue
Block a user