~singpolyma/biboumi

ref: 7ca95a09740297ae9c041c5f8ae4caa0a57a149a biboumi/src/xmpp/biboumi_component.cpp -rw-r--r-- 34.7 KiB
8cf0b833 — louiz’ 5 years ago
Make the IRC channel configuration form available from the MUC config

fix #3250
984d7183 — louiz’ 5 years ago
Limit the number of rooms sent by default in the disco#items response

fix #3219
47ff1cd3 — louiz 5 years ago
Merge branch 'mam_default_limit' into 'master'

Limit of 100 MAM messages, if no other limit has been set by the client

Closes #3256

See merge request !9
54fa739d — louiz’ 5 years ago
Limit of 100 MAM messages, if no other limit has been set by the client

fix #3256
3a8203c3 — louiz’ 5 years ago
Handle the RSM "max" value in the MAM requests

fix #3255
5402a256 — louiz’ 5 years ago
Apply all the clang-tidy modernize-* fixes
e4cc6960 — louiz’ 5 years ago
Handle some iq of type='error' as valid ping response

fix #3251
1a09c965 — louiz’ 5 years ago
Remove two sneaky log_debug
52b795d1 — louiz’ 5 years ago
Add a missing namespace in the server disco#info response
ce2daa5e — louiz’ 5 years ago
Respond to disco#info on MUC JIDs

Otherwise, some client won’t do MAM, since they don’t know biboumi supports
it.
e8ccfe97 — louiz’ 5 years ago
Add a missing “pass by reference”
0ab40dc1 — louiz’ 6 years ago
Refactoring louloulibs and cmake

Use OBJECT libraries
Remove the louloulibs directory
Write FOUND variables in the cache
f0bc6c83 — louiz’ 6 years ago
Pass the shared_ptr by reference, to avoid useless copies
d81c3ad5 — louiz’ 6 years ago
Fix the order of from and to address in muc traffic info reply

And add a test for it.

fix #3238
3a288340 — louiz’ 6 years ago
Fix the previous commit

fix #3231
8b2f748b — louiz’ 6 years ago
Do not send a not-connected error, on "unavailable" presences

fix #3231
e31ff3e9 — louiz’ 6 years ago
Fix some issues found by sonar cube
e397fc83 — louiz’ 6 years ago
Send iq error/result when the user changed a MODE command  with an iq

And add tests for all the mode changes
5a5bb7f6 — louiz’ 6 years ago
Introduce a XmlSubNode class that automatically adds itself into its parent
35e11552 — louiz’ 6 years ago
Remove a line from a WIP that should not have been added
Next