aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net.http: Fix potential nil accessMatthew Wild2009-04-221-2/+2
|
* net.server: Fix incorrect parameter passingMatthew Wild2009-04-221-1/+1
|
* net.server: Fix global accessMatthew Wild2009-04-221-1/+1
|
* Merge with 0.4.1Matthew Wild2009-04-225-131/+213
|\
| * mod_posix: Integrate with loggingmanager, register syslog sink, remove ↵Matthew Wild2009-04-221-36/+15
| | | | | | | | redundant logging code
| * mod_posix: Remove pidfile on exitMatthew Wild2009-04-221-1/+16
| |
| * core.loggingmanager: Refactoring, converted to a module. Now possible to ↵Matthew Wild2009-04-221-89/+101
| | | | | | | | register additional sink types (think syslog) from other modules
| * util.set: Add set.xor() to get a set consisting of items not in both setsMatthew Wild2009-04-221-0/+4
| |
| * util.set: Add set:empty() to discover if the set is the empty setMatthew Wild2009-04-221-0/+4
| |
| * util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double ↵Matthew Wild2009-04-221-4/+54
| | | | | | | | as iterators
| * util.array: Add array.collect() to collect results from iterators into an ↵Matthew Wild2009-04-221-1/+14
| | | | | | | | array, and use module() to correctly set the module name
| * prosody: Fire events during server shutdown processMatthew Wild2009-04-211-0/+5
| |
* | Merge with 0.4.1Matthew Wild2009-04-211-3/+11
|\|
| * core.loggingmanager: Add default logging settings (to console) and fill out ↵Matthew Wild2009-04-211-3/+11
| | | | | | | | code for adding sinks which catch all sources
* | mod_presence: Remove some rather drastic debugging codeWaqas Hussain2009-04-221-1/+0
| |
* | Merge with 0.4.1Matthew Wild2009-04-212-22/+137
|\|
| * core.loggingmanager: Filled out most code, and cleaned upMatthew Wild2009-04-211-21/+136
| |
| * util.logger: Fix for attempting to call a tableMatthew Wild2009-04-211-1/+1
| |
* | mod_presence: Fix incorrect internal routing for probes and subscriptionsWaqas Hussain2009-04-211-2/+3
| |
* | Merge with 0.4.1Matthew Wild2009-04-213-31/+143
|\|
| * prosody: Remove logging code and instead load core.loggingmanager to set up ↵Matthew Wild2009-04-211-6/+6
| | | | | | | | logging
| * core.loggingmanager: A new manager (yay!) to manage log outputMatthew Wild2009-04-211-0/+49
| |
| * util.logger: Revamped logger library, but backwards-compatible for users of ↵Matthew Wild2009-04-211-25/+88
| | | | | | | | logger.init()
* | MergeMatthew Wild2009-04-201-1/+40
|\|
| * core.s2smanager: Buffer data sent before connectionMatthew Wild2009-04-201-0/+31
| |
| * core.s2smanager: Logging improvementsMatthew Wild2009-04-201-1/+9
| |
* | Merging stable into unstableMatthew Wild2009-04-206-12/+26
|\|
| * net.adns: Call handler for records already cachedMatthew Wild2009-04-181-5/+9
| |
| * componentmanager: Set host.connected = nil when deregistering a component so ↵Matthew Wild2009-04-181-0/+1
| | | | | | | | that we fully restore it when we reload
| * core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.Matthew Wild2009-04-181-2/+2
| |
| * MergeMatthew Wild2009-04-171-0/+3
| |\
| * | prosody: Simple whitespace fix in error outputMatthew Wild2009-04-171-1/+1
| | |
| * | core.configmanager: Fire event when (re)loading config fileMatthew Wild2009-04-171-0/+5
| | |
| * | net.server: Fix potential nil handler usageMatthew Wild2009-04-171-4/+8
| | |
* | | Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-04-151-0/+3
|\ \ \
| * \ \ Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-04-151-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Allow setting LFLAGS with ./configure --lflags=Matthew Wild2009-04-141-0/+3
| | |/
* | / Stopped using presencemanager in stanza_routerWaqas Hussain2009-04-152-6/+4
|/ /
* | mod_presence: initial commitWaqas Hussain2009-04-151-0/+267
| |
* | core/eventmanager2 - new event managerWaqas Hussain2009-04-152-0/+9
|/
* mod_debug: Set default interface to 127.0.0.1Matthew Wild2009-04-121-1/+1
|
* net.server: Simple logging fixMatthew Wild2009-04-121-1/+1
|
* core.s2smanager: Don't initiate dialback if we don't have a connection yetMatthew Wild2009-04-121-1/+1
|
* net.server: Remove some debug code which slipped throughMatthew Wild2009-04-121-1/+0
|
* Makefiles: Add signal.so to install targetsMatthew Wild2009-04-122-2/+2
|
* prosody: Add prosody_shutdown() function to initiate a server shutdown, add ↵Matthew Wild2009-04-121-18/+53
| | | | code to gracefully close connections before stopping
* mod_posix: Allow logging and pidfile options to take effect without needing ↵Matthew Wild2009-04-121-45/+72
| | | | to daemonize. Add the ability to catch SIGTERM.
* xmppserver_listener: Add session:close() method to outgoing s2s connections tooMatthew Wild2009-04-121-1/+2
|
* net.server: Add server.setquitting() to gracefully quit the socket loopMatthew Wild2009-04-121-2/+11
|
* util.lsignal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-0/+387
|