Shokara Kou
cd892cc132
fix unicode support
6 months ago
Shokara Kou
e65d0f7310
install help docs alongside mcabber
...
Courtesy of Aoi Koizumi
6 months ago
Shokara Kou
c9c13f899e
append /share to DATA_DIR so that /help works again
6 months ago
Shokara Kou
a8f581ebf1
revert changes to makefile
6 months ago
Shokara Kou
43bde47b17
update README
6 months ago
Shokara Kou
da9fbe4cdb
update README to reflect move from autotools
6 months ago
Shokara Kou
c301cd49fb
move files to repository root folder
6 months ago
Shokara Kou
265c6d66e8
remove automakefiles from doc/
6 months ago
Shokara Kou
08ae96a788
remove modules and aspell/enchant
6 months ago
Shokara Kou
f35cbce7f0
replace autotools with a plain makefile
6 months ago
Shokara Kou
189c7e8c11
remove modules
6 months ago
Shokara Kou
48baedc834
remove hgcset
6 months ago
Shokara Kou
3924eb281c
remove mercurial files
6 months ago
Shokara Kou
4bff1451e2
replace .gitignore symlink with original .hgignore
6 months ago
Shokara Kou
cd799ce460
add pledge(2) if on openbsd
...
Taken from OpenBSD's /usr/ports/net/mcabber/patches/patch-mcabber_main_c
6 months ago
Mikael Berthe
87964c375c
Switch website URLs to HTTPS
2 years ago
Mikael Berthe
5a0893d690
Fix format-security warnings
...
This patch should fix the FTBFS report in Debian sid (bug 997162): the format
string was omitted when displaying the message prefix and the mcabber version.
2 years ago
Mikael Berthe
2b36b2e783
Documentation: Fix missing .png extension in \includegraphics
...
Patch from the Debian package.
2 years ago
Mikael Berthe
211bcea633
Fix typo in documentation
...
Fix seen in Debian package patches...
2 years ago
Mikael Berthe
c64c000bdc
Fix disco issue reported by Sam Whited
...
IQ namespace is incorrect when responding to a disco#items request
on the commands node.
2 years ago
Mikael Berthe
d906077428
MUC: Don't send empty body when setting room topic
...
Thanks to Minoru for the report.
2 years ago
Holger Weiß
6391ff7bd8
Don't crash on presence from bare room JID
...
While handling MUC presence, check whether it was sent from the bare
room JID before assuming a non-NULL resource name. These days, some
servers send presence from the bare room JID to handle MUC avatars.
4 years ago
Mikael Berthe
812bbdee84
Post-1.1.2 changes
3 years ago
Mikael Berthe
fa4764cfad
Added signature for changeset 83a50c3b808e
3 years ago
Mikael Berthe
707792cb9b
Added tag 1.1.2 for changeset 83a50c3b808e
3 years ago
Mikael Berthe
282b29a9c0
Release 1.1.2
3 years ago
Frank Zschockelt
50f687f3f5
Fix display when sending message to a full JID
...
This path fixes a regression in mcabber 1.1.1.
The message was shown as if it was a MUC private message.
Thanks to Minoru for the report.
3 years ago
Mikael Berthe
4126743fd7
Post-1.1.1 changes
3 years ago
Mikael Berthe
84577a6d24
Added signature for changeset b951567c78bf
3 years ago
Mikael Berthe
d2ca8db7b1
Added tag 1.1.1 for changeset b951567c78bf
3 years ago
Mikael Berthe
0bb57daadb
Release 1.1.1
3 years ago
Mikael Berthe
14fc8ddfdf
Refactor carbon message handling (franky)
...
Send MDR for forwarded messages when a bare JID is used.
3 years ago
Frank Zschockelt
4a17bb79f7
Reordered some lines of code for clarity
4 years ago
Frank Zschockelt
5956046e0a
Implemented another helper function jid_get_resource_name
4 years ago
Frank Zschockelt
17864d2ecf
Try to simplify handle_messages()
4 years ago
Frank Zschockelt
7bd702244b
Simplify Log_Win_Height calculation
4 years ago
Frank Zschockelt
fa7dd66fe1
Hide the log window when log_win_height <= 0
4 years ago
Frank Zschockelt
25fc3b8dd8
Do not include status lines in Log_Win_Height
4 years ago
Frank Zschockelt
ae259a2439
Don't remove otr policies if they match the default policy
...
This was not neither obvious to the user nor documented.
4 years ago
Frank Zschockelt
cd0099733b
Do also free pgp/otr settings
4 years ago
Frank Zschockelt
e7e9379926
Implemented settings_free()
...
This removes many leaked memory messages from valgrind and thus makes
it easier to read its output.
4 years ago
Frank Zschockelt
1038dbff1a
Don't try to inline public functions
4 years ago
Frank Zschockelt
2233f1b879
Defined types shall end with "_t"
4 years ago
Frank Zschockelt
f4f975a1dc
Remove support for libotr 3.x
...
libotr 4.0.0 was released in 2012...
There should be no distribution with a support lifecycle
left that only packages libotr 3.x
4 years ago
Frank Zschockelt
7ef571d2e6
Fix a typo
4 years ago
Andrey Utkin
610bfe8238
Fix multiple declarations issue with vi_mode
...
This fails compilation with GCC 10 or -fno-common in CFLAGS.
Link: https://bugs.gentoo.org/707418
3 years ago
Andrey Utkin
8238f36e94
Fix multiple declarations issue with COLOR_ATTRIB
...
This fails compilation with GCC 10 or -fno-common in CFLAGS.
Link: https://bugs.gentoo.org/707418
3 years ago
Frank Zschockelt
faca7e1a7d
Link against tinfo _or_ tinfow
...
When linking againt libraries for wide characters, only libtinfow should be
linked.
4 years ago
Jonas Jared Jacek
f49dd72b72
Add colorcli theme
4 years ago
Frank Zschockelt
cee039a61a
Check setting disable_random_resource correctly
4 years ago