Commit graph

1094 commits

Author SHA1 Message Date
Matthew Wild
1bcc76adf7 Finally add README and INSTALL files 2009-05-22 13:34:47 +01:00
Matthew Wild
b724cfa46f stanza_router: Fix for subscriptions to users on components [0.4 branch only] 2009-05-21 16:06:50 +01:00
Matthew Wild
4c6d6e419f mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working 2009-05-18 04:48:35 +01:00
Matthew Wild
482dc64bc9 stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error 2009-05-13 16:54:46 +01:00
Matthew Wild
95040378fd util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks macaronyde!) 2009-05-06 21:45:02 +01:00
Matthew Wild
7c445f3308 Tagging 0.4.1 2009-05-05 18:08:33 +01:00
Matthew Wild
fefd7ac17a util.serialization: Write nil for non-serializable data types, and bump the log level to 'error' 2009-05-05 18:07:13 +01:00
Waqas Hussain
1bb376c786 tools/ejabberd2prosody: Fixed private storage export 2009-05-05 21:13:09 +05:00
Matthew Wild
ceb73bd435 prosodyctl: Add message for unable-to-save-data error 2009-05-05 16:37:43 +01:00
Matthew Wild
6b739c8d9a util.prosodyctl: Return success status of usermanager.create_user() 2009-05-05 16:37:17 +01:00
Matthew Wild
b504f873e7 prosodyctl: Reformat note to fit in small-width terminals 2009-05-05 16:25:13 +01:00
Matthew Wild
6556394e75 prosodyctl: Use correct path for the data directory 2009-05-05 15:47:34 +01:00
Matthew Wild
a4afb37265 mod_posix: Reload the config and reopen log files on SIGHUP 2009-05-05 14:19:45 +01:00
Matthew Wild
7f04c5117e loggingmanager: File log sinks react to reopen-log-files event 2009-05-05 14:19:20 +01:00
Matthew Wild
bff3101d36 prosody: Add functions to reload the config and re-open log files 2009-05-05 14:17:06 +01:00
Matthew Wild
264c83dbd9 prosodyctl: status: Show warning if we can't find a running Prosody, and we didn't switch user 2009-05-05 13:24:17 +01:00
Matthew Wild
b84c790f0b prosodyctl: Switch to Prosody user before attempting to do anything 2009-05-05 13:23:46 +01:00
Matthew Wild
964ee27096 net.httpserver: Fix for urlencoding to always produce 2 digits 2009-05-04 20:35:44 +01:00
Matthew Wild
ef5e994b1f net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes) 2009-05-04 19:53:31 +01:00
Matthew Wild
b46533a889 net.httpserver: Fix potential nil access 2009-04-22 20:31:45 +01:00
Matthew Wild
42d08e3e93 mod_bosh: Give BOSH sessions a logger (thanks Florob) 2009-05-04 19:38:21 +01:00
Matthew Wild
504822ae14 mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener 2009-05-04 19:36:16 +01:00
Matthew Wild
7229cd0025 util.serialization: Log a warning when trying to serialize something we can't 2009-05-04 19:35:29 +01:00
Matthew Wild
21c08d9f27 prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections 2009-05-04 19:28:16 +01:00
Matthew Wild
4366e348c5 modulemanager: No need for print() 2009-05-04 19:08:55 +01:00
Matthew Wild
1f45b979b1 util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback 2009-05-04 19:06:31 +01:00
Matthew Wild
cb501db20e prosodyctl: Hide ejabberd compatibility commands from command listing 2009-05-03 17:24:35 +01:00
Matthew Wild
690c501c98 loggingmanager: Support for specifying a single sink with *sinkname (*syslog should now work) 2009-05-03 17:13:43 +01:00
Matthew Wild
7be3d9f227 net.connlisteners: Lower log level of multiple listeners warning (not interesting to end-users) 2009-05-03 01:10:49 +01:00
Matthew Wild
c017eb2325 net.server: Add getserver() method to find the server listening on the specified port 2009-05-03 01:09:57 +01:00
Matthew Wild
6026cb4616 util.datamanager: Lower log level of 'Setting data path' to 'debug' 2009-05-02 22:04:21 +01:00
Matthew Wild
f28e5c887c componentmanager: Reduce log output at startup to 'debug' 2009-05-02 22:03:44 +01:00
Matthew Wild
de88c377e1 hostmanager: Reduce log output at startup to 'debug' 2009-05-02 22:02:43 +01:00
Matthew Wild
dda93565fe modulemanager: Don't load modules when modules_enable is false 2009-05-02 22:01:22 +01:00
Matthew Wild
d3d75a6983 prosody: Less verbose logging during shutdown sequence 2009-05-02 20:36:20 +01:00
Matthew Wild
a073502b27 mod_posix: Don't let the server run as root without the magic run_as_root in config 2009-05-02 20:32:43 +01:00
Matthew Wild
cdefe72144 prosody: Define prosody_shutdown() before emitting the server-starting event 2009-05-02 20:32:17 +01:00
Matthew Wild
3163adb138 Makefile: Process and install prosodyctl 2009-05-02 20:30:50 +01:00
Matthew Wild
c2ca2940ee prosodyctl: Multiple fixes for start/status/stop 2009-05-02 17:48:28 +01:00
Matthew Wild
2fb13bad65 prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers 2009-05-02 17:03:19 +01:00
Matthew Wild
2ced82baee prosody: Add log messages during shutdown sequence to indicate progress 2009-05-02 17:01:21 +01:00
Matthew Wild
ce1be686ab mod_console: Add s2s:show() command to list s2s connections 2009-05-02 16:59:37 +01:00
Matthew Wild
50945d24e0 prosody: Don't require console_enabled option anymore 2009-05-02 16:58:40 +01:00
Matthew Wild
b835db8db7 Word-wrap HACKERS file 2009-05-01 20:34:25 +01:00
Matthew Wild
ef775d52e4 configure: Change --data-dir to --datadir to make consistent with help and other dir flags 2009-05-01 19:25:03 +01:00
Matthew Wild
0e0ebb78ff loggingmanager: Add a comment about 'nowhere' sink type 2009-04-30 14:35:43 +01:00
Matthew Wild
a1a1fd2213 loggingmanager: Support prepending timestamps in file/console/stdout log sinks 2009-04-30 03:05:26 +01:00
Matthew Wild
26e6087e32 mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 2009-04-30 02:45:33 +01:00
Matthew Wild
18b7e2867c sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 2009-04-30 02:45:10 +01:00
Matthew Wild
8f3b27b822 s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 2009-04-30 02:43:12 +01:00