Age | Commit message (Expand) | Author |
2008-09-04 | add some processTime() to the send loops to avoid filling the buffer | Evan Prodromou |
2008-09-04 | better logging for confirm handler update | Evan Prodromou |
2008-09-04 | require xmppqueuehandler in jabberqueuehandler | Evan Prodromou |
2008-09-04 | change xmppqueuedaemon to jabberqueuedaemon in startdaemons | Evan Prodromou |
2008-09-04 | abstract XMPP-related queue handling to a common superclass | Evan Prodromou |
2008-09-04 | make confirmhandler a subclass of queuehandler | Evan Prodromou |
2008-09-04 | better feedback when starting daemons | Evan Prodromou |
2008-09-04 | new format for startdaemons; not sure how to do stopdaemons so punting | Evan Prodromou |
2008-09-04 | add newline at the end of pidfile | Evan Prodromou |
2008-09-04 | more robust code for setting daemon uid/gid | Evan Prodromou |
2008-09-04 | add .pid to pidfile names | Evan Prodromou |
2008-09-04 | scripts daemonize themselves | Evan Prodromou |
2008-09-04 | Fix typo in finishremotesubscribe | CiaranG |
2008-09-04 | fix bad args in postnotice for new notices | Evan Prodromou |
2008-09-02 | Some Notice::saveNew cleanups. | Ori Avtalion |
2008-09-04 | Fix typo in presence message (x3) | CiaranG |
2008-09-04 | Resolve remote subscribe and omb problems with quotes (Tickets #604 and #567) | CiaranG |
2008-08-30 | RequirePassword | Garret Buell |
2008-08-31 | Elide_Tags | Garret Buell |
2008-08-31 | Allow_multicase_tags | Garret Buell |
2008-08-31 | Tags_without_fancy | Garret Buell |
2008-08-28 | move broadcast in OMB postnotice for bad case | Evan Prodromou |
2008-08-26 | try to make the reply button do the right thing if there's no notification box. | Evan Prodromou |
2008-08-26 | license block on util.js | Evan Prodromou |
2008-09-02 | reconnect timeout | Evan Prodromou |
2008-09-02 | variable name conflict on reconnect | Evan Prodromou |
2008-09-02 | set the reconnect timeout | Evan Prodromou |
2008-09-02 | better connection handling in scripts | Evan Prodromou |
2008-09-02 | add reconnect handlers to main XMPP-handling scripts | Evan Prodromou |
2008-09-02 | use updated xmpphp library | Evan Prodromou |
2008-08-30 | slightly better int math | Evan Prodromou |
2008-08-30 | int div games | Evan Prodromou |
2008-08-30 | floor | Evan Prodromou |
2008-08-30 | debug logging in __process | Evan Prodromou |
2008-08-30 | switch around how XMLStream does processing | Evan Prodromou |
2008-09-01 | dnd -> available, just looks bad as dns | Evan Prodromou |
2008-09-01 | restore HTML in output, remove rump pubsub event code | Evan Prodromou |
2008-09-01 | slightly more robust connection code | Evan Prodromou |
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 |