aboutsummaryrefslogtreecommitdiff
path: root/src/web (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-23Improvements in the WebAdmin browsing menus.Badlop1-82/+202
2009-06-23Add Vim foldingBadlop1-6/+34
2009-06-22Detect auth errors and report in log file. Support auth when domain not provi...Badlop1-46/+58
2009-06-16Add forgotten copyright and license notices.Badlop2-4/+40
2009-06-16Easier debugging (EJAB-936)(thanks to Michael Remond)Badlop1-12/+22
2009-06-16Code clean-up (EJAB-936)(thanks to Michael Remond)Badlop1-6/+6
2009-06-16Started code clean-up (EJAB-936)(thanks to Michael Remond)Badlop1-162/+129
2009-06-16Replaced sha1 to hexadecimal transformation with sha:sha/1 call (thanks to Al...Badlop1-14/+2
2009-06-16Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop1-2/+2
2009-06-16Simplified code.(thanks to Michael Remond)Badlop1-14/+5
2009-06-16Properly warn user and admin when mod_http_bind is not started.(thanks to Mic...Badlop1-52/+74
2009-06-16Do not clear input when dispatching a get when we have nothing to output. (th...Badlop1-2/+1
2009-06-16Changed the place where database is created(thanks to Michael Remond)Badlop2-19/+22
2009-06-16Fix remote-stream-error stanzasBadlop1-4/+5
2009-06-16New option max_inactivity to configure maximum inactivity period (EJAB-512)Badlop1-9/+25
2009-06-16Fix warning of unused Host variableBadlop1-2/+2
2009-06-16Include condition in http-bind terminate body when service stops (EJAB-792)Badlop1-1/+3
2009-06-16Fix unknown rid error (thanks to Jerome Sautret)Badlop1-9/+10
2009-06-16Implement packets reordering to avoid race conditions (EJAB-724).(thanks to M...Badlop1-179/+217
2009-06-16Updated IP retrieving (thanks to Alexey Shchepin)Badlop1-26/+22
2009-06-16Improve ip fetching patch (thanks to Christohpe Romain)Badlop1-10/+8
2009-06-16Retrieve correct IP from http connection (thanks to Christohpe Romain)Badlop2-22/+39
2009-06-16Fix syntax error. (thanks to Jerome Sautret)Badlop1-3/+3
2009-06-16Removed HTTP bind session count. Removed the 'sponsored bind session' text. (...Badlop1-9/+2
2009-06-16Do not display error message when starting several hosts (EJAB-571) (thanks t...Badlop1-5/+3
2009-06-16Provide explanation in error message when module is already started for anoth...Badlop1-2/+7
2009-06-16Removed small warningBadlop1-2/+2
2009-06-16Bugfixes (thanks to Alexey Shchepin)Badlop1-28/+90
2009-06-16Removed receive_loop (thanks to Alexey Shchepin)Badlop1-44/+104
2009-06-16Remove Erlang module attribute 'vsn' because it does not provide any worth fe...Badlop2-4/+2
2009-06-16Bugfix when table does not exist (thanks to Justin Kirby)Badlop1-3/+3
2009-06-16Migration code for people using previous version of the HTTP binding module (...Badlop2-6/+20
2009-06-16Do not overwrite the stanza namespace (thanks to Anastasia Gornostaeva)Badlop1-8/+14
2009-06-16Support for c2s ACL access, max_stanza and shaper on http_poll connections (E...Badlop1-3/+11
2009-06-16The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it is recomm...Badlop1-3/+3
2009-06-16Use DEBUG instead of INFO_MSG to keep log files small. Fix parse errors for g...Badlop1-11/+9
2009-06-16Forgot keyword 'catch' when doing list_to_float on bosh version attribute for...Badlop1-3/+4
2009-06-16Fixes for pausing sessions; did not parse 'pause' attribute to int (thanks to...Badlop1-5/+9
2009-06-16Support pausing sessions (thanks to Stefan Strigler) (thanks to Stefan Strigler)Badlop1-16/+44
2009-06-16Comment-header: talk about xmpp over bosh rather than http binding (thanks to...Badlop1-3/+4
2009-06-16Removed debugging stuff. Removed error condition (thanks to Stefan Strigler)Badlop1-27/+14
2009-06-16Code cleanup. Code reorganization. Store version of bosh session. Use bosh ve...Badlop1-152/+164
2009-06-16Store version as float (thanks to Stefan Strigler)Badlop1-3/+7
2009-06-16Save bosh version with session (thanks to Stefan Strigler)Badlop1-5/+5
2009-06-16Code rearranged (thanks to Stefan Strigler)Badlop1-246/+247
2009-06-16Make use of macros for namespaces. Some code cleanup. (thanks to Stefan Strig...Badlop1-70/+100
2009-06-16Fix for 'terminate' in request, send empty body instead of error (thanks to S...Badlop1-4/+9
2009-06-16Disabled debugging (thanks to Stefan Strigler)Badlop1-3/+3
2009-06-16Some code cleanup (thanks to Stefan Strigler)Badlop1-131/+120
2009-06-16Bosh compliance: honor xmpp:version (thanks to Stefan Strigler)Badlop1-114/+133