summaryrefslogtreecommitdiff
path: root/src/mod_stats.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add config validation at startupEvgeniy Khramtsov2015-06-011-1/+5
|
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
| | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
* Accumulated patch to binarize and indent codeBadlop2013-03-141-175/+189
|
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
|
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
|
* Remove useless case clauseEvgeniy Khramtsov2011-09-051-6/+1
|
* Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)Badlop2011-08-161-1/+6
|
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
|
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
| | | | SVN Revision: 2891
* * doc/guide.tex: Fix some English strings: JID -> Jabber ID;Badlop2009-01-121-2/+2
| | | | | | | | | jabberd 1.4 -> jabberd14; commited -> committed * src/*/*.erl: Likewise * src/msgs/*.msg: Likewise * src/msgs/*.po: Likewise SVN Revision: 1810
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* * applied copyright patch 2.Mickaël Rémond2007-12-241-5/+23
| | | | SVN Revision: 1112
* * src/mod_caps.erl: Fix compilation warnings: Part 2 (EJAB-290)Badlop2007-12-071-17/+17
| | | | | | | | | | | * src/mod_configure.erl: * src/mod_configure2.erl: * src/mod_offline_odbc.erl: * src/mod_shared_roster.erl: * src/mod_stats.erl: * src/mod_version.erl: SVN Revision: 1046
* * src/acl.erl and other 64 files: Remove Erlang module attributeBadlop2007-12-061-1/+0
| | | | | | | 'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044
* * src/mod_stats.erl: UpdatedAlexey Shchepin2007-05-121-3/+3
| | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 767
* * (all): Enhanced virtual hosting supportAlexey Shchepin2005-06-201-6/+6
| | | | SVN Revision: 370
* Merged the Process One contributions ( Virtual Hosting )tmallard2005-04-171-17/+34
| | | | SVN Revision: 307
* * src/mod_stats.erl: Minor optimizationsAlexey Shchepin2004-12-121-4/+4
| | | | SVN Revision: 291
* * src/mod_muc/mod_muc_room.erl: Support for history managementAlexey Shchepin2004-02-151-1/+1
| | | | | | | | | | | | | | (thanks to Sergei Golovan) * src/mod_stats.erl: Updated error codes (thanks to Sergei Golovan) * src/mod_irc/mod_irc.erl: Likewise * src/mod_configure.erl: "jabber:iq:data" replaced with "ejabber:config" namespace (thanks to Sergei Golovan) * src/mod_disco.erl: Likewise SVN Revision: 204
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-171-6/+8
| | | | | | * (all): Updated to use "iq" record SVN Revision: 186
* * src/ejabberd_local.erl: Updated missed errors to new styleAlexey Shchepin2003-05-091-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * src/mod_register.erl: Likewise * src/mod_version.erl: Likewise * src/mod_time.erl: Likewise * src/mod_stats.erl: Likewise * src/mod_register.erl: Likewise * src/mod_private.erl: Likewise * src/mod_configure.erl: Likewise * src/ejabberd_sm.erl: Likewise * src/ejabberd_service.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_muc/mod_muc.erl: Added vcard to mod_muc module * src/ejabberd_app.erl: Dump list of opened ports every hour * src/ejabberd.hrl: Added INFO_MSG macros, ERROR_LOG_PATH renamed to LOG_PATH SVN Revision: 106
* * src/cyrsasl*.erl: SASL support (currently support only PLAINAlexey Shchepin2003-03-091-6/+4
| | | | | | | | | | | mechanism) * src/ejabberd_c2s.erl: Likewise (all): Support for new-style error elements (except old errors "Not Acceptable", "Not Found", "Invalid Namespace" and "Server Connect Failed", so ejabberd may work unstable) SVN Revision: 86
* *** empty log message ***Alexey Shchepin2003-01-291-1/+42
| | | | SVN Revision: 53
* *** empty log message ***Alexey Shchepin2003-01-241-2/+5
| | | | SVN Revision: 49
* *** empty log message ***Alexey Shchepin2003-01-221-3/+4
| | | | SVN Revision: 47
* *** empty log message ***Alexey Shchepin2003-01-181-68/+88
| | | | SVN Revision: 43
* *** empty log message ***Alexey Shchepin2003-01-111-0/+154
SVN Revision: 37