]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2009-06-25 BadlopDon't use lists:keyfind/3 bcause it was introduced...
2009-06-25 BadlopImprove explanation about SSL for port 5223 and its...
2009-06-25 BadlopAdd note about PAM configuration for pam_winbind (thank...
2009-06-23 BadlopImprovements in the WebAdmin browsing menus.
2009-06-23 BadlopAdd Vim folding
2009-06-23 BadlopChange some translatable strings.
2009-06-22 BadlopDetect auth errors and report in log file. Support...
2009-06-17 BadlopAdd forgotten optional requirement: Imagemagick's Convert.
2009-06-16 BadlopAdd permanent section about HTTP Bind module to the...
2009-06-16 BadlopAdd unit test script for http-bind service (thanks...
2009-06-16 BadlopAdd forgotten copyright and license notices.
2009-06-16 BadlopEasier debugging (EJAB-936)(thanks to Michael Remond)
2009-06-16 BadlopCode clean-up (EJAB-936)(thanks to Michael Remond)
2009-06-16 BadlopStarted code clean-up (EJAB-936)(thanks to Michael...
2009-06-16 BadlopReplaced sha1 to hexadecimal transformation with sha...
2009-06-16 BadlopReplace TYPE/1 with is_TYPE/1 (EJAB-922)
2009-06-16 BadlopSimplified code.(thanks to Michael Remond)
2009-06-16 BadlopProperly warn user and admin when mod_http_bind is...
2009-06-16 BadlopDo not clear input when dispatching a get when we have...
2009-06-16 BadlopChanged the place where database is created(thanks...
2009-06-16 BadlopFix remote-stream-error stanzas
2009-06-16 BadlopNew option max_inactivity to configure maximum inactivi...
2009-06-16 BadlopFix warning of unused Host variable
2009-06-16 BadlopInclude condition in http-bind terminate body when...
2009-06-16 BadlopFix unknown rid error (thanks to Jerome Sautret)
2009-06-16 BadlopImplement packets reordering to avoid race conditions...
2009-06-16 BadlopUpdated IP retrieving (thanks to Alexey Shchepin)
2009-06-16 BadlopImprove ip fetching patch (thanks to Christohpe Romain)
2009-06-16 BadlopRetrieve correct IP from http connection (thanks to...
2009-06-16 BadlopFix syntax error. (thanks to Jerome Sautret)
2009-06-16 BadlopRemoved HTTP bind session count. Removed the 'sponsored...
2009-06-16 BadlopDo not display error message when starting several...
2009-06-16 BadlopProvide explanation in error message when module is...
2009-06-16 BadlopRemoved small warning
2009-06-16 BadlopBugfixes (thanks to Alexey Shchepin)
2009-06-16 BadlopRemoved receive_loop (thanks to Alexey Shchepin)
2009-06-16 BadlopRemove Erlang module attribute 'vsn' because it does...
2009-06-16 BadlopBugfix when table does not exist (thanks to Justin...
2009-06-16 BadlopMigration code for people using previous version of...
2009-06-16 BadlopDo not overwrite the stanza namespace (thanks to Anasta...
2009-06-16 BadlopSupport for c2s ACL access, max_stanza and shaper on...
2009-06-16 BadlopThe Erlang/OTP function httpd_util:to_lower/1 is deprec...
2009-06-16 BadlopUse DEBUG instead of INFO_MSG to keep log files small...
2009-06-16 BadlopForgot keyword 'catch' when doing list_to_float on...
2009-06-16 BadlopFixes for pausing sessions; did not parse 'pause' attri...
2009-06-16 BadlopSupport pausing sessions (thanks to Stefan Strigler...
2009-06-16 BadlopComment-header: talk about xmpp over bosh rather than...
2009-06-16 BadlopRemoved debugging stuff. Removed error condition (thank...
2009-06-16 BadlopCode cleanup. Code reorganization. Store version of...
2009-06-16 BadlopStore version as float (thanks to Stefan Strigler)
2009-06-16 BadlopSave bosh version with session (thanks to Stefan Strigler)
2009-06-16 BadlopCode rearranged (thanks to Stefan Strigler)
2009-06-16 BadlopMake use of macros for namespaces. Some code cleanup...
2009-06-16 BadlopFix for 'terminate' in request, send empty body instead...
2009-06-16 BadlopDisabled debugging (thanks to Stefan Strigler)
2009-06-16 BadlopSome code cleanup (thanks to Stefan Strigler)
2009-06-16 BadlopBosh compliance: honor xmpp:version (thanks to Stefan...
2009-06-16 BadlopRestore ejabberd directory structure (src/web) for...
2009-06-16 BadlopWe do not send a 'version' attribute at the stream...
2009-06-16 BadlopPrepare_response: fixed a dbg message. Changed http...
2009-06-16 BadlopImplements sockname and peername for compatibility...
2009-06-16 BadlopReverted to r76 as 97 is completely broken and should...
2009-06-16 BadlopMinor changes (thanks to Stefan Strigler)
2009-06-16 BadlopDisabled debug (thanks to Stefan Strigler)
2009-06-16 BadlopDeal with return values from starting/terminating super...
2009-06-16 BadlopDisabled debug (thanks to Stefan Strigler)
2009-06-16 BadlopRemoved my own supervisor (thanks to Stefan Strigler)
2009-06-16 BadlopRenamed some vars for (thanks to Stefan Strigler)
2009-06-16 BadlopStart supervisor here (thanks to Stefan Strigler)
2009-06-16 BadlopMake use of new api for plugable http based services...
2009-06-16 BadlopInitial commit of HTTP-Bind source code (thanks to...
2009-06-16 BadlopAdd permanent section about mod_http_fileserver to...
2009-06-16 BadlopAdd forgotten copyright and license notices.
2009-06-16 BadlopNew option directory_indices, and improve logging ...
2009-06-16 BadlopFix capitalization of HTTP headers (thanks to Brian...
2009-06-16 BadlopConverted to gen_server behaviour (EJAB-561). Use the...
2009-06-16 BadlopFix ip source to comply with new ip storage into ejabbe...
2009-06-16 BadlopUse httpd_util:to_lower when not compiling with Erlang...
2009-06-16 BadlopAdded JavaScript content type
2009-06-16 BadlopInclude Last-Modified HTTP header in responses to allow...
2009-06-16 BadlopFix error creating ETS table if enabled in several...
2009-06-16 BadlopRemove Erlang module attribute 'vsn' because it doesn...
2009-06-16 BadlopThe Erlang/OTP function httpd_util:to_lower/1 is deprec...
2009-06-16 BadlopSmall change in accesslog file format; fix bug when...
2009-06-16 BadlopAdded accesslog parameter to record requests log in...
2009-06-16 BadlopInitial commit of mod_http_fileserver (thanks to Massim...
2009-06-16 Mickaël RémondFix syntax error in config file.
2009-06-15 BadlopAd-hoc commands to join IRC channel, set nickname and...
2009-06-15 BadlopAdd option to restrict max offline messages by Access...
2009-06-15 BadlopReplace TYPE/1 with is_TYPE/1 (EJAB-922)
2009-06-15 Christophe... add greetings to Brian Cully for pubsub contribs
2009-06-15 Christophe... experimental patch including XEP-248 (thanks to Brian...
2009-06-11 BadlopPrevent process crash if the IP and port of a connectio...
2009-06-09 BadlopWhen client is closed, include the Reason in the stream...
2009-06-09 BadlopAdd forgotten copyright and license notices. Fix blacks...
2009-06-09 Evgeniy Khramtsovfixes typo in Russian translation
2009-06-09 Evgeniy KhramtsovMalformed CAPTCHA response may crash a room. This is...
2009-06-05 BadlopUpdate Spanish translation
2009-06-05 BadlopUpdate French translation (thanks to Nicolas Vérité)
2009-06-03 BadlopUpdate Russian translation (thanks to Evgeniy Khramtsov)
next