citadel.git
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.
2007-11-22 Wilfried Göesgens* now the deb-version is right. the debs should work...
2007-11-21 Art CancroChanged the column headers in the user list to
2007-11-21 Art Cancrostruct CitContext no longer contains separate module...
2007-11-21 Dave WestBegun implimentation of a really good thread control...
2007-11-20 Wilfried Göesgens* apache proxies and listsub/ don't play well.
2007-11-20 Wilfried Göesgens* purge remaining libnetfilter strings
2007-11-20 Wilfried Göesgens* fix locale compile support.
2007-11-20 Wilfried Göesgens* search absolute for the images on the server.
2007-11-20 Dave WestSource clean up.
2007-11-19 Wilfried Göesgens* add a script that tries to migrate the systems /etc...
2007-11-19 Wilfried Göesgens* depend to libcitadel.
2007-11-19 Wilfried Göesgens* depend to libcitadel
2007-11-19 Art Cancroooops... ascmonths[] was in use in imap_tools.c .....
2007-11-19 Art CancroRemoved the 'ascmonths' global declaration from libCitadel.
2007-11-19 Art CancroRemoved the 'ascmonths' global declaration from libCitadel.
2007-11-18 Wilfried Göesgens* create .pc file, seems to be a good thing to do.
2007-11-18 Art CancroAdd 'datarootdir' variable to Makefile.in
2007-11-16 Art CancroCommented out some lprintf() calls that appear in libci...
2007-11-16 Art Cancro(no commit message)
2007-11-16 Art CancroAdded COPYING and README.txt to libcitadel
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-16 Art CancroWhen opening the Berkeley DB environment, step
next