Some little style/typo fixes
Make history messages work with fixed_irc_server
fix #3209
make dist creates the archive with the current time, not the git time
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.
In the debian docker, install aiodns from source instead of pip
Because, I don’t know why but, this doesn’t work.
Remove a useless line in the COPYING file
Add some configuration example
Didn’t I fix that typo 12 times already?
Fix a trivial formatting issue in the doc
Improve the documentation for the archives
Add 2 missing namespaces in our disco#info result
MAM results can be filtered by start and end dates
Fix to_string(time_t) and write a unit test for it
Add the missing includes back
Add zlib to the debian dockerfile, to build charybdis properly
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.
Use Z instead of z in the timestamp format
Don't use put_time() because it’s not in gcc 4.9, in shitty-debian “stable”
Use strftime instead