Age | Commit message (Expand) | Author |
2008-09-01 | separate out presence from connection, send different presence types from que... | Evan Prodromou |
2008-08-31 | halt sending HTML in Jabber | Evan Prodromou |
2008-08-30 | add some sanity-check stuff for long-running daemons | Evan Prodromou |
2008-08-30 | add initialization info to the queue handlers | Evan Prodromou |
2008-08-30 | public queue handler and xmpp confirm handler service their message queues | Evan Prodromou |
2008-08-30 | better check for ready state on connection | Evan Prodromou |
2008-08-30 | check the state of the queue before diving in to process it | Evan Prodromou |
2008-08-30 | forgot to use the array for avoiding dupes | Evan Prodromou |
2008-08-30 | use priority in connection | Evan Prodromou |
2008-08-30 | make XMPP take a priority for presence | Evan Prodromou |
2008-08-30 | eliminate loops in forwarding | Evan Prodromou |
2008-08-30 | check for self in forwards, too | Evan Prodromou |
2008-08-30 | get rid of Laconica_XMPP and ignore priority | Evan Prodromou |
2008-08-30 | some fixes from on the jabber server | evan |
2008-08-30 | forgot to get the profile in public queue handler | Evan Prodromou |
2008-08-30 | sms handler was handling omb wrongly | Evan Prodromou |
2008-08-30 | require mail for sms, not omb | Evan Prodromou |
2008-08-30 | don't clear old claims | Evan Prodromou |
2008-08-30 | less sleeping, slightly | Evan Prodromou |
2008-08-30 | correctly use attrs array rather than nonexistent attunction | Evan Prodromou |
2008-08-30 | log fetch | Evan Prodromou |
2008-08-30 | debug xml input | Evan Prodromou |
2008-08-30 | better debugging output for forwarded messages | Evan Prodromou |
2008-08-30 | get address from addresses | Evan Prodromou |
2008-08-30 | better logging in ombqueuehandler | Evan Prodromou |
2008-08-30 | log transport when claiming a notice | Evan Prodromou |
2008-08-30 | use common log in error handler rather than echo | Evan Prodromou |
2008-08-30 | typo preventing detection of addresses | Evan Prodromou |
2008-08-30 | strtolower jids for comparison | Evan Prodromou |
2008-08-30 | forward messages from queuehandler to listener | Evan Prodromou |
2008-08-29 | add 'raw' to payload to allow getting to the raw xml | Evan Prodromou |
2008-08-29 | strip script ending from end of xmppdaemon | Evan Prodromou |
2008-08-29 | lost $sent_to in jabber_public_notice | Evan Prodromou |
2008-08-29 | many jabber queue management changes | Evan Prodromou |
2008-08-29 | a little more robust confirm handler | Evan Prodromou |
2008-08-29 | fix name of instantiated class | Evan Prodromou |
2008-08-29 | split public stream to its own queue handler | Evan Prodromou |
2008-08-29 | harmonize csrf and queues | Evan Prodromou |
2008-08-28 | add a script to stop daemons, too | Evan Prodromou |
2008-08-28 | add a bash script to start all the daemons | Evan Prodromou |
2008-08-27 | return results of broadcasting by sms | Evan Prodromou |
2008-08-27 | misprint of omb as oms | Evan Prodromou |
2008-08-27 | return correct values for success in handling messages | Evan Prodromou |
2008-08-27 | $this->log to common_log in Queue_item | Evan Prodromou |
2008-08-27 | XmppQueueHandler extends QueueHandler too | Evan Prodromou |
2008-08-27 | extend QueueHandler | Evan Prodromou |
2008-08-27 | correct return values from start() in queue handlers | Evan Prodromou |
2008-08-27 | don't clear claims immediately | Evan Prodromou |
2008-08-27 | correct presence in jabber function | Evan Prodromou |
2008-08-27 | change return in queue function | Evan Prodromou |