citadel.git
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-09 Art CancroIMAP server: suppress untagged 'EXISTS' and 'EXPUNGE...
2007-12-08 Michael HamptonMove misplaced #ifdef to fix compile error
2007-12-07 Dave WestCtdlThreadSelect no longer needs to be told which threa...
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-07 Dave WestEXTREMELY EXPERIMENTAL
2007-12-07 Wilfried Göesgens* simplify structs so we don't need to type struct...
2007-12-06 Dave WestA couple of clean up functions to help valgrind.
2007-12-06 Art CancroThis implementation of non-SASL Jabber authentication
2007-12-06 Dave WestAdded the functions to allow scheduling of a thread...
2007-12-06 Art CancroRequire <bind> tag for bind attempts.
2007-12-06 Art CancroDon't allow an XMPP session to transmit instant messages
2007-12-06 Art CancroBacked out previous change
2007-12-06 Art CancroAdded a SHA1 function to the build. I need it for...
2007-12-06 Art CancroBegan (but did not complete) implementation
2007-12-06 Art CancroChange around the order of features offered as
2007-12-05 Dave WestPrevent an ocassional segflt on exit.
2007-12-05 Dave WestPrevent the creation of new threads if system load...
2007-12-05 Dave WestThe thread doing housekeeping now changes its name...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-12-04 Dave WestChanged the way we name threads. Now we use a const...
2007-12-03 Wilfried Göesgens* applied Patrick Colemans patch
2007-12-03 Dave WestAdded an entry point to the modules init stuff.
2007-12-03 Art CancroEscape characters being transmitted by the instant...
2007-12-03 Art CancroSite config protocol and UI for XMPP port numbers
2007-12-03 Art CancroOnly send presence notifications when the first
2007-12-03 Art CancroInitial XMPP STARTTLS code; commented out because it...
2007-12-03 Art CancroHandle <message> stanzas with no body by clearing out
2007-12-03 Art CancroJabber chat is now working in both directions
2007-12-03 Art CancroReceiving Jabber messages now works correctly, with
2007-12-03 Art CancroInstant messages now carry the email address or JID...
2007-12-03 Art CancroUnsolicited XMPP presence pushes are now working
2007-12-03 Art CancroUpdated roster push technique
2007-12-03 Art CancroGot the unsolicited roster pushes working.
2007-12-03 Art Cancro* WebCit now clarifies, using a localized message ...
2007-12-03 Art CancroSupply a more informative error message when an adminis...
2007-12-02 Wilfried Göesgens* missing translation.
2007-12-02 Art CancroUnsolicited presence push. Still doesn't seem to work.
2007-12-01 Art Cancromore xmpp presence stuff
2007-12-01 Dave WestUpdate the ignored stuff for svn. I'm fed up looking...
2007-12-01 Dave WestA thread based version of the Auto Purger.
2007-12-01 Dave WestTry to rationalise the mutex lock/unlock sequence....
2007-12-01 Wilfried Göesgens* since we now require a new libical version, remove...
2007-12-01 Wilfried Göesgens* free timezone after using it.
2007-11-30 Dave WestRemoved defunct semaphore S_WORKER_LIST
2007-11-30 Dave WestRemoved the PushName and PopName debugging macros that...
2007-11-30 Art CancroLogin and logout queue events are processed
2007-11-30 Dave WestClean up in sysdep_decls.h
2007-11-30 Dave WestFixed up a comment.
2007-11-30 Dave WestChanged the way we create aditional threads. One for...
2007-11-30 Dave WestNow we reduce the number of threads if the load conditi...
2007-11-30 Dave WestNow check for scheduled shutdown in garbage collector.
2007-11-30 Dave WestMoved the garbage collection and threding init stuff...
2007-11-30 Art CancroDefine an XMPP queue...
2007-11-30 Dave WestRemoved a spurios CtdlThreadPopName()
2007-11-30 Dave WestAdd prototype for CtdlThreadGetWorkers()
2007-11-30 Dave WestNow signals will stop the server again.
2007-11-30 Dave WestClose a window that allowed a new thread to be created...
2007-11-30 Dave WestDon't queue up all the worker threads waiting for the...
2007-11-30 Dave WestA mismatch of the worker thread counts is a critical...
2007-11-30 Dave WestDon't do a CtdlThreadStopAll() within a critical_sectio...
2007-11-30 Dave WestSmall optimisation for CtdlThreadSelect(). Now takes...
2007-11-30 Dave Westctdl_thread_internal_gc() now follows rule for critical...
2007-11-30 Dave WestCalls to ctdl_thread_internal_* meed to be inside a...
2007-11-30 Wilfried Göesgens* include system headers first.
2007-11-30 Dave WestFake a lower load average of new threads. When starting...
2007-11-30 Dave WestLock the state change on exiting a thread.
2007-11-30 Dave WestAdded a macro to get a threads structure.
2007-11-30 Dave WestTo lock or not to lock before signalling a condition?
2007-11-30 Dave WestMinor optimisation to calculation of load averages.
2007-11-30 Dave WestAdd a function try_critical_section()
2007-11-30 Dave WestSignals can't call thread functions so don't do CtdlThr...
2007-11-30 Art CancroStrip leading and trailing whitespace from instant...
2007-11-29 Art CancroInitial code to output any instant messages which
2007-11-29 Art CancroXMPP presence dump of wholist
2007-11-29 Art CancroSlight change to the way we offer XMPP stream features.
2007-11-28 Art Cancroid keyword
2007-11-28 Art Cancrosvn propset
2007-11-28 Art CancroDeliver a reply to a Jabber 'roster' query.
2007-11-28 Art Cancrowe have the iq-query-xmlns nonsense all framed up
2007-11-28 Art CancroMinor xml fix to xmpp server
2007-11-27 Art Cancrocomments change
2007-11-27 Art CancroWhen restarting the XMPP stream after a successful
2007-11-27 Art Cancroxmpp sasl hacks
2007-11-27 Dave WestAdded --with-threadlog. Use this if you want the thread...
2007-11-27 Art CancroAdded SASL PLAIN auth to jabber service.
2007-11-27 Art CancroAdded SASL PLAIN auth to jabber service.
2007-11-27 Art CancroChecked in my initial work on an XMPP (Jabber) service.
2007-11-27 Dave WestOoops, A little buglet with SIGPIPE, my fault.
2007-11-27 Dave WestDebug code to show thread table is now back in. Thiss...
2007-11-27 Dave WestNow do garbage collection every second.
2007-11-27 Dave WestCreate all worker threads with the name "Worker Thread"
2007-11-26 Dave WestThreads now have load averages of sorts.
2007-11-26 Dave WestNow we have a thread state for blocked. Only works...
2007-11-26 Dave WestPrevent CtdlThreadCancel on garbage collector.
2007-11-26 Dave WestNow the garbage collection thread is in the thread...
2007-11-26 Art CancroFixed bug 301. /listsub operations do not require a
2007-11-26 Dave WestFixed the clean up of Contexts when we exit.
2007-11-25 Dave WestHere it is, the new thread interface.
next