]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2013-01-24 Alexey ShchepinUpdate copyright dates
2013-01-03 Evgeniy KhramtsovMake sure update_info returns atoms only (EJAB-1595...
2012-12-20 Alexey ShchepinFixed signedness issue in tls_drv GET_DESCRYPTED_INPUT...
2012-12-19 Remco WendtAdded command to list all the vhosts registered in...
2012-12-17 alexeyshchMerge pull request #37 from rraptorr/tls
2012-12-12 Evgeniy KhramtsovFix broken JPEG photo (EJAB-1526)
2012-11-26 BadlopCopy, fix and document export2odbc command from mod_adm...
2012-11-22 Evgeniy KhramtsovMake terms serialization faster
2012-11-09 Alexey ShchepinFixed mod_offline:store_offline_msg argument (EJAB...
2012-10-17 BadlopNew Hebrew translation (thanks to Isratine Citizen)
2012-10-03 BadlopDocument in the guide the db_type modules option (EJAB...
2012-08-27 BadlopLog IP address when auth attempt fails (thanks to Zach...
2012-08-27 BadlopAdd SCRAM and remove MD5 support to ejabberd commands...
2012-08-27 BadlopAdded clause so ejabberdctl number of arguments error...
2012-07-25 BadlopOn shutdown, first stop listeners, then modules (thanks...
2012-07-24 BadlopSend announce Message stanzas as Headline type instead...
2012-07-24 Janusz DziemidowiczDetect OpenSSL version at runtime, not at compile time
2012-07-19 Janusz DziemidowiczEnable DHE key exchange in TLS driver
2012-07-18 Janusz DziemidowiczEnable ECDHE key exchange in TSL driver
2012-07-18 Janusz DziemidowiczDisable old and unsecure ciphers in TLS driver
2012-07-18 Janusz DziemidowiczDisable SSL 2.0 in TLS driver
2012-07-17 Evgeniy KhramtsovFix regression introduced in odbc/mnesia merge
2012-07-09 Janusz DziemidowiczReduce size of XML stream state
2012-07-06 BadlopFix file name of Name Service Switch (thanks to Konstan...
2012-06-27 BadlopAllow multiple fqdn values in configuration (EJAB-1578)
2012-06-08 BadlopCheck node name is available before starting ejabberd...
2012-06-08 BadlopFix MUC start when Mnesia tables don't exist yet
2012-06-06 BadlopFix account registration
2012-05-15 BadlopUpdate Slovak translation (thanks to Marek Bečka)
2012-05-15 BadlopRevert "Update ejabberd version number to 2.1.11"
2012-05-03 Paweł ChmielowskiRepeated http-bind request should abort only requests...
2012-05-03 Paweł ChmielowskiReceiving missing http-bind request shouldn't close...
2012-04-29 Evgeniy KhramtsovFix get_subscription_lists/4
2012-04-27 Paweł ChmielowskiDo not trigger item-not-found errors in mod_http_bind...
2012-04-27 Evgeniy KhramtsovMerge SQL and Mnesia code into one module (EJAB-1560)
2012-04-26 BadlopUpdate ejabberd version number to 2.1.11 v2.1.11
2012-04-26 BadlopAdd ejabberd 2.1.11 release notes
2012-04-26 BadlopRecompile translation files
2012-04-24 BadlopUpdate Italian translation (thanks to Luca Brivio)
2012-04-24 Maxim Ignatenkomod_irc: Make use of MUC password
2012-04-24 BadlopUpdate PO files manually according to the English fix
2012-04-24 BadlopFix English strings (thanks to Andreas van Cranenburgh)
2012-04-24 BadlopUpdate German translation again (thanks to Nikolaus...
2012-04-23 BadlopUpdate Portuguese-Brazil translation (thanks to Otávio...
2012-04-23 BadlopUpdate Polish translation (thanks to Zbyszek Żółkiewski)
2012-04-23 BadlopUpdate Norwegian translation (thanks to Stian B. Barmen)
2012-04-23 BadlopUpdate Catalan translation (thanks to Jan Kusanagi)
2012-04-20 BadlopUpdate Japanese translation (thanks to Mako N)
2012-04-20 BadlopUpdate Greek translation (thanks to James Iakovos Mandelis)
2012-04-20 Evgeniy KhramtsovRemove useless mnesia call
2012-04-18 BadlopUpdate Czech translation (thanks to Jan Pinkas)
2012-04-18 BadlopUpdate Chinese translation (thanks to Shelley Shyan)
2012-04-18 BadlopUpdate Turkish translation (thanks to Doruk Fisek)
2012-04-18 BadlopUpdate Russian translation (thanks to Evgeniy Khramtsov)
2012-04-18 BadlopUpdate Dutch translation (thanks to Andreas van Cranenb...
2012-04-18 BadlopUpdate Esperanto translation (thanks to Andreas van...
2012-04-18 BadlopUpdate German translation (thanks to Nikolaus Polak)
2012-04-18 BadlopExtract new strings
2012-04-17 Evgeniy KhramtsovPerform user part substitution in ldap_rfilter (EJAB...
2012-04-16 BadlopPhotos from LDAP not displayed in some clients, lacking...
2012-04-14 BadlopUpdate Spanish translation
2012-04-14 BadlopExtract new strings
2012-04-14 BadlopFix translation script to use ejabberd_regexp (EJAB...
2012-04-14 BadlopDocument how to provide a long announcement (EJAB-1553)
2012-04-14 BadlopHandle the scenario of disabled mod_muc (EJAB-1553)
2012-04-12 Evgeniy KhramtsovODBC support for mod_blocking
2012-04-11 Paweł ChmielowskiParse and encode https header names like native http...
2012-04-11 Christophe... return user affiliation for a specified node (thanks...
2012-04-11 BadlopAdd comments about Dialyzer warnings
2012-04-09 Evgeniy KhramtsovAdd odbc modules to Makefile.win32
2012-04-09 Evgeniy KhramtsovRemove obsoleted function call
2012-04-06 Paweł ChmielowskiDon't use binary:match to extract lines from binaries
2012-04-06 Paweł ChmielowskiFix makefile rules for building dll-s in Makefile.win32...
2012-04-06 Paweł ChmielowskiParse correctly https request split into multiple packets
2012-04-06 Paweł ChmielowskiMake sure that res is initialized in all cases
2012-04-06 Alexey ShchepinAdded missed tls:recv_data/2
2012-04-06 Paweł ChmielowskiDon't ignore Length parameter in tls:recv
2012-04-06 Alexey ShchepinAvoid quadratic behavior in reading SSL data
2012-04-06 Paweł ChmielowskiProperly handle HEAD request in mod_http_bind (this...
2012-04-06 Evgeniy KhramtsovGet rid of duplicated code
2012-04-04 Evgeniy KhramtsovODBC support for mod_shared_roster
2012-04-03 Evgeniy KhramtsovODBC support for mod_irc
2012-04-02 Evgeniy KhramtsovODBC support for mod_vcard_xupdate
2012-04-02 Evgeniy KhramtsovODBC support for mod_announce
2012-04-02 Evgeniy KhramtsovAdd ODBC exporting function for privacy table
2012-04-02 Evgeniy KhramtsovAdd notes about mod_muc_odbc
2012-03-31 Evgeniy KhramtsovUse proper module name
2012-03-31 Evgeniy KhramtsovODBC support for mod_muc
2012-03-19 Evgeniy KhramtsovChange log level from informational to error
2012-03-16 BadlopRelax digest-uri handling (thanks to Daniel Willmann...
2012-02-28 Evgeniy KhramtsovAssume we have only one CPU when an auto-detection...
2012-02-28 Evgeniy KhramtsovCache caps timestamp before the IQ-request is done
2012-02-23 Alexey ShchepinUpdate copyright dates
2012-02-22 BadlopRecommend Erlang/OTP R13B04 and R14B04
2012-02-22 BadlopFix Enlish in the Guide (thanks to Ludovic Bocquet)
2012-02-20 Christophe... Fix typo in xep number, bosh is xep0206 (thanks to...
2012-02-15 BadlopAdd thanks to Ludovic Bocquet for past Guide contributions
2012-02-14 BadlopWork also with some unicode strings in PgSQL (EJAB...
2012-02-14 BadlopOption default_host for handling HTTP requests with...
2012-02-14 Evgeniy KhramtsovReceiver should not generate an exception
next