~singpolyma/biboumi

35fc5d6f — louiz’ 6 years ago
Some little style/typo fixes
93ebf45f — louiz’ 6 years ago
Make history messages work with fixed_irc_server

fix #3209
f8112468 — louiz’ 6 years ago
make dist creates the archive with the current time, not the git time
aaa2ca67 — louiz’ 6 years ago
Fix the parse_datetime by using %Z instead of %z

If anybody knows why fedora accepts both, but it only works with %z on
debian, please tell me.
a8d28a38 — louiz’ 6 years ago
In the debian docker, install aiodns from source instead of pip

Because, I don’t know why but, this doesn’t work.
06d36ccd — louiz’ 6 years ago
Remove a useless line in the COPYING file
4e5734b7 — louiz’ 6 years ago
Trivial doc fixes
71607311 — louiz’ 6 years ago
Add some configuration example
0a8bddf0 — louiz’ 6 years ago
Didn’t I fix that typo 12 times already?
009512f6 — louiz’ 6 years ago
Fix a trivial formatting issue in the doc
44bc0495 — louiz’ 6 years ago
Improve the documentation for the archives
2c6132f3 — louiz’ 6 years ago
Add 2 missing namespaces in our disco#info result
3047bd41 — louiz’ 6 years ago
MAM results can be filtered by start and end dates
1140db3b — louiz’ 6 years ago
Add parse_datetime
2a4905df — louiz’ 6 years ago
Fix to_string(time_t) and write a unit test for it
9727f4cf — louiz’ 6 years ago
Add the missing includes back
aae2d512 — louiz’ 6 years ago
Add zlib to the debian dockerfile, to build charybdis properly
7536a1b3 — louiz’ 6 years ago
Respond to MAM requests on a channel JID

At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
b59fc2a8 — louiz’ 6 years ago
Use Z instead of z in the timestamp format
a195939c — louiz’ 6 years ago
Don't use put_time() because it’s not in gcc 4.9, in shitty-debian “stable”

Use strftime instead
Next