]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2015-05-20 Holger WeissFix function specification
2015-05-20 Christophe... Remove obsolete doc and win32 files (EJAB-1738)
2015-05-19 Evgeniy KhramtsovDo not bounce normal messages sent to unavailable resource
2015-05-18 Holger WeissSimplify XEP-0203 (Delayed Delivery) code a bit
2015-05-18 Christophe... Call integer_to_binary using jlib (#554)
2015-05-18 Holger WeissRemove XEP-0091 tags from test suite
2015-05-18 BadlopRemove deprecated XEP-0090 Entity Time and 91 Delayed...
2015-05-17 Holger WeissRevert "Fix EJABBERD_OPTS quoting for Elixir"
2015-05-17 Evgeny KhramtsovMerge pull request #571 from sezuan/fix_export_term
2015-05-17 Matthias Rieberfixed erl_prettypr in encode_term
2015-05-15 BadlopNew command get_room_options (#567)
2015-05-15 Holger WeissFix indentation
2015-05-15 Paweł ChmielowskiLoad config snippets for modules installed with ext_mod...
2015-05-15 Paweł ChmielowskiExport modules_dir/0
2015-05-13 Christophe... Allow run joincluster as non root when ejabberd install...
2015-05-13 Christophe... Merge pull request #503 from weiss/fix-quoting-for...
2015-05-12 BadlopFix setting 'description' with change_room_option comma...
2015-05-12 Mickaël RémondMerge pull request #560 from benlangfeld/feature/dev-vm
2015-05-08 BadlopNew max_users_presence mod_muc option (thanks to anhcoi...
2015-05-08 BadlopFix check_password_hash argument parsing (#559)
2015-05-07 BadlopTry to support access_commands in YAML (ejabberd-contri...
2015-05-07 BadlopRevert "Add private and roster local handlers (EJAB...
2015-05-07 BadlopDon't announce register feature once user is authentica...
2015-05-06 Evgeny KhramtsovMerge pull request #561 from weiss/muc-mark-private
2015-05-05 Holger WeissTag private MUC messages with muc#user namespace
2015-05-05 Ben LangfeldPoint out availability of development environment
2015-05-05 BadlopSimplify internal code of get_last and set_last commands
2015-05-05 BadlopImprove get_last command to provide also last activity...
2015-05-05 BadlopFix set_last command to work with recent ejabberd ...
2015-04-29 Evgeniy KhramtsovRemove duplicated code
2015-04-29 Christophe... Improve module install code, allows better error checking
2015-04-29 BadlopNew command get_user_rooms
2015-04-29 Christophe... Fix fetching from git@github url and allow compilation...
2015-04-28 Christophe... Merge pull request #549 from joudinet/master
2015-04-27 badlopMerge pull request #547 from weiss/fix-account-jid...
2015-04-27 Johan Oudinetejabberdctl: define mnesia options
2015-04-27 BadlopRely on core routine for handling affiliation changes...
2015-04-26 Holger Weissmod_disco: Apply minor readability improvements
2015-04-26 Holger Weissmod_disco: Omit 'roster_get' call if possible
2015-04-26 Holger WeissFix service disco handling for bare account JIDs
2015-04-23 Evgeniy KhramtsovFix validating function for iqdisc
2015-04-23 Christophe... Allow bypassing script interraction (#516) 15.04
2015-04-22 Christophe... Improve purge_offline filter and speed (#543)
2015-04-22 Christophe... Add publish_only to affiliation type spec
2015-04-22 BadlopAdd private and roster local handlers to get listed...
2015-04-22 Christophe... Remove obsolete release notes
2015-04-22 BadlopAllow to modify host when registering account in web...
2015-04-21 Christophe... Add support for publish-only (#30)
2015-04-21 Christophe... Fix typo, oups...
2015-04-21 Christophe... remove deferred Collection shim header
2015-04-21 Christophe... Owner can subscribe to its node (#454)
2015-04-21 Christophe... Fixed node type (thanks to saczawap) (#435)
2015-04-21 Christophe... PubSub improvements
2015-04-21 Christophe... Improve join/leave cluster scripts
2015-04-21 Christophe... Merge pull request #540 from weiss/queue-error-stanza
2015-04-21 Evgeniy KhramtsovFix LDAP substrings filter (EJAB-1715)
2015-04-20 Holger WeissAdd privacy error stanza to XEP-0198 queue
2015-04-20 Alexey ShchepinFixed error replying on blocked messages
2015-04-20 Paweł ChmielowskiMake s2s port configurable in test runner
2015-04-20 BadlopRemove load_config command because is superseded by...
2015-04-18 Evgeny KhramtsovMerge pull request #536 from weiss/fail2ban-whitelist
2015-04-18 Holger Weissmod_fail2ban: Add 'access' option for whitelisting
2015-04-17 Holger Weisscyrsasl_scram: Return user name with error message
2015-04-16 Holger Weissejabberd_s2s_out: Remove Erlang/OTP version check
2015-04-16 Holger WeissCSI test: Simplify and improve readability
2015-04-16 Holger WeissCSI test: Fix race when slave becomes active again
2015-04-15 BadlopUpdate get_password_s description with SCRAM return...
2015-04-15 BadlopRevert "Hook on group message"
2015-04-15 Paweł ChmielowskiMake sure that server processed our inactive request...
2015-04-15 badlopMerge pull request #426 from hairyhum/master
2015-04-15 Paweł ChmielowskiRemove http_poll module
2015-04-15 Paweł ChmielowskiEnable websocket connection in default config file
2015-04-14 Holger WeissDon't forget gen_tcp:listen/2 options
2015-04-14 BadlopFix nick logging in mod_muc_log plaintext (#522)
2015-04-10 BadlopClean multicast routing code detected by xref
2015-04-09 Paweł ChmielowskiAdd ability to configure parameters used by "make test...
2015-04-09 Paweł ChmielowskiGive better error messages for tests failing on #....
2015-04-09 Paweł ChmielowskiShow received input and expected input in ?recv* macros...
2015-04-09 Paweł ChmielowskiFix problem with pushing bufferend #xmlel-s to receiver...
2015-04-08 BadlopFix bug when sorting the list of rooms in WebAdmin
2015-04-08 Evgeniy KhramtsovRemove hack with binary to integer conversion
2015-04-08 Evgeniy KhramtsovMerge branch 'master' of github.com:processone/ejabberd
2015-04-08 Evgeniy KhramtsovAdd virtual host support for SQLite
2015-04-08 BadlopCopy multicast code from ejabberd-contrib to provide...
2015-04-08 Evgeniy KhramtsovAdd SQLite3 library checks at the configure script
2015-04-08 Evgeniy KhramtsovDisable awkward trap_exit flag
2015-04-08 Evgeniy KhramtsovEnable FOREIGN KEYS by default
2015-04-08 Evgeniy KhramtsovMake sure SQLite always returns binaries
2015-04-08 Evgeny KhramtsovMerge pull request #486 from saa/sqlite_support
2015-04-07 Jerome SautretAdd mod_muc_admin contrib.
2015-04-07 Holger Weissejabberd_listener: Remove Erlang/OTP version check
2015-04-07 Evgeny KhramtsovMerge pull request #518 from liudanking/master
2015-04-07 Mickael RemondExplicitly start crypto with start
2015-04-07 liudanfix otp version check in listen_tcp/5
2015-04-06 Holger WeissDon't call send_element/2 if previous call failed
2015-04-06 Paweł ChmielowskiFix problem with c2s buffering on old style websocket...
2015-04-06 Paweł ChmielowskiMerge pull request #513 from weiss/ignore-header-case
2015-04-06 Mickael RemondExplicitely start crypto module
2015-04-06 Mickael RemondFix compilation result for asn1 files
2015-04-06 Mickael RemondRemove unused variable
next