citadel.git
12 years agoMore license declaration changes which omit the bit about getting in touch with confi...
Art Cancro [Thu, 15 Mar 2012 18:46:50 +0000 (14:46 -0400)]
More license declaration changes which omit the bit about getting in touch with confirmed communist Richard Stallman and his GNU/Nazi foundation.

12 years agoupdated copyright notice in webcit.c and cleaned up some indents
Art Cancro [Thu, 15 Mar 2012 18:30:54 +0000 (14:30 -0400)]
updated copyright notice in webcit.c and cleaned up some indents

12 years agoadd newline to cmd_cull
Art Cancro [Thu, 15 Mar 2012 02:14:48 +0000 (22:14 -0400)]
add newline to cmd_cull

12 years agoall ImportantMessage deliveries are now done through trailing.html
Art Cancro [Tue, 13 Mar 2012 18:37:45 +0000 (14:37 -0400)]
all ImportantMessage deliveries are now done through trailing.html

12 years agoCitadel Networker: after calling sub-writers we need to rewind the state.
Wilfried Goesgens [Sun, 11 Mar 2012 22:10:12 +0000 (23:10 +0100)]
Citadel Networker: after calling sub-writers we need to rewind the state.

12 years agoEvent-client: in sort of uncasual timeout use our regular timeout handler instead...
Wilfried Goesgens [Sun, 11 Mar 2012 22:09:01 +0000 (23:09 +0100)]
Event-client: in sort of uncasual timeout use our regular timeout handler instead of doing it again on our own.

12 years agoImplement sending of files without splice() for elderly linux and *bse
Wilfried Goesgens [Sun, 11 Mar 2012 22:07:29 +0000 (23:07 +0100)]
Implement sending of files without splice() for elderly linux and *bse

12 years agoCitodel Networking: fix removeal of netshare rooms
Wilfried Goesgens [Sat, 10 Mar 2012 12:40:23 +0000 (13:40 +0100)]
Citodel Networking: fix removeal of netshare rooms

12 years agoNetworker: fix error message generation.
Wilfried Goesgens [Sat, 10 Mar 2012 12:01:38 +0000 (13:01 +0100)]
Networker: fix error message generation.

12 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Thu, 8 Mar 2012 22:37:00 +0000 (23:37 +0100)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

12 years agoEVENT: if we connect a remote port and have ipv4 bind socket, set this as our outboun...
Wilfried Goesgens [Thu, 8 Mar 2012 22:35:54 +0000 (23:35 +0100)]
EVENT: if we connect a remote port and have ipv4 bind socket, set this as our outbound IP.

12 years agoRemove 'wtf' comment from template
Art Cancro [Thu, 8 Mar 2012 18:42:40 +0000 (13:42 -0500)]
Remove 'wtf' comment from template

12 years agomoved a comment up to the top
Art Cancro [Thu, 8 Mar 2012 18:33:24 +0000 (13:33 -0500)]
moved a comment up to the top

12 years agoRepaired several logic issues in sieve.c that were causing the various screens to...
Art Cancro [Thu, 8 Mar 2012 17:07:20 +0000 (12:07 -0500)]
Repaired several logic issues in sieve.c that were causing the various screens to not appear and/or throwing suppenkaspar alerts

12 years agosilence compiler warning with variable no longer used
Art Cancro [Thu, 8 Mar 2012 16:20:48 +0000 (11:20 -0500)]
silence compiler warning with variable no longer used

12 years agomini rfc2047 decoder for the text client
Art Cancro [Wed, 7 Mar 2012 22:23:38 +0000 (17:23 -0500)]
mini rfc2047 decoder for the text client

12 years agoRestored the 'Delete' button to the add/delete scripts panel
Art Cancro [Tue, 6 Mar 2012 23:23:11 +0000 (18:23 -0500)]
Restored the 'Delete' button to the add/delete scripts panel

12 years agoSMTP-Client: more timeout situations where we're in the data timeout situation.
Wilfried Goesgens [Tue, 6 Mar 2012 21:58:31 +0000 (22:58 +0100)]
SMTP-Client: more timeout situations where we're in the data timeout situation.

12 years agoSMTP-Bounce-Message: separate mime header by \r\n
Wilfried Goesgens [Tue, 6 Mar 2012 21:53:37 +0000 (22:53 +0100)]
SMTP-Bounce-Message: separate mime header by \r\n

12 years agoCtdlSaveMsgPointersInRoom() also call AdjRefCountList() once instead of AdjRefCount...
Wilfried Goesgens [Mon, 5 Mar 2012 23:14:34 +0000 (00:14 +0100)]
CtdlSaveMsgPointersInRoom() also call AdjRefCountList() once instead of AdjRefCount() n times

12 years agoAdjRefCountList(): we de/increase the refcount of a number of messages at once.
Wilfried Goesgens [Mon, 5 Mar 2012 22:53:29 +0000 (23:53 +0100)]
AdjRefCountList(): we de/increase the refcount of a number of messages at once.

12 years agoCtdlDeleteMessages(): deploy smarter logic to check which messages are to be deleted
Wilfried Goesgens [Mon, 5 Mar 2012 21:35:18 +0000 (22:35 +0100)]
CtdlDeleteMessages(): deploy smarter logic to check which messages are to be deleted

  - sort the to be deleted message list before starting to search them inside of the list of messages in this room
  - before: compare each in the roomlist to each in the delete list.
  - after: fast forward over the room-messagelist while the message id is smaller than the currently to be checked delete message ID.

12 years agoDVCA: init string literals to empty just to be shure. hopefully silences valgrind...
Wilfried Goesgens [Mon, 5 Mar 2012 18:46:26 +0000 (19:46 +0100)]
DVCA: init string literals to empty just to be shure. hopefully silences valgrind warning.

12 years agoMoved important_message to a more visible location and brightened its text color
Art Cancro [Sat, 3 Mar 2012 23:34:42 +0000 (18:34 -0500)]
Moved important_message to a more visible location and brightened its text color

12 years agowtf? huge pieces of this are either missing or broken
Art Cancro [Sat, 3 Mar 2012 23:25:50 +0000 (18:25 -0500)]
wtf? huge pieces of this are either missing or broken

12 years agoRemoved obsolete declarations
Art Cancro [Sat, 3 Mar 2012 20:38:03 +0000 (15:38 -0500)]
Removed obsolete declarations

12 years agoFlipped a conditional that was causing the sieve script panel to not display, there...
Art Cancro [Sat, 3 Mar 2012 20:29:19 +0000 (15:29 -0500)]
Flipped a conditional that was causing the sieve script panel to not display, there is no way this was tested when it was templatized. Still some other problems I'm figuring out now...

12 years agoRemoved the commented-out code in sieve.c
Art Cancro [Sat, 3 Mar 2012 16:40:27 +0000 (11:40 -0500)]
Removed the commented-out code in sieve.c

12 years agocheck for null
Art Cancro [Fri, 2 Mar 2012 17:05:20 +0000 (12:05 -0500)]
check for null

12 years agoRemove base64 encoding of feed links
Art Cancro [Fri, 2 Mar 2012 03:13:49 +0000 (22:13 -0500)]
Remove base64 encoding of feed links

12 years agoRemove base64-encoding of message permalinks.
Art Cancro [Fri, 2 Mar 2012 03:13:08 +0000 (22:13 -0500)]
Remove base64-encoding of message permalinks.

12 years agoMailQView: fix display
Wilfried Goesgens [Thu, 1 Mar 2012 23:20:44 +0000 (00:20 +0100)]
MailQView: fix display

  - use right value to display
  - rename column to 'next' instead of last.

12 years agoSMTPQ: don't multiplay the value for displaying it.
Wilfried Goesgens [Thu, 1 Mar 2012 23:20:08 +0000 (00:20 +0100)]
SMTPQ: don't multiplay the value for displaying it.

12 years agoSMTP-Client: seems as if libev timestamps are not what we want; disabling.
Wilfried Goesgens [Thu, 1 Mar 2012 23:17:52 +0000 (00:17 +0100)]
SMTP-Client: seems as if libev timestamps are not what we want; disabling.

12 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Tue, 28 Feb 2012 20:49:14 +0000 (21:49 +0100)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

12 years agoDon't put functionpointer into the hash directly, some gcc warninglevels don't like...
Wilfried Goesgens [Tue, 28 Feb 2012 20:44:32 +0000 (21:44 +0100)]
Don't put functionpointer into the hash directly, some gcc warninglevels don't like this.

12 years agoStop processing if the Sieve script is empty.
Art Cancro [Tue, 28 Feb 2012 16:25:12 +0000 (11:25 -0500)]
Stop processing if the Sieve script is empty.

12 years agoSmall API change to previous commit
Art Cancro [Tue, 28 Feb 2012 16:16:38 +0000 (11:16 -0500)]
Small API change to previous commit

12 years agoSplit out a portion of ctdl_getscript() into a new function get_active_script() becau...
Art Cancro [Tue, 28 Feb 2012 15:37:34 +0000 (10:37 -0500)]
Split out a portion of ctdl_getscript() into a new function get_active_script() because I need it in another place

12 years agoRemove extra newlines
Art Cancro [Tue, 28 Feb 2012 03:50:10 +0000 (22:50 -0500)]
Remove extra newlines

12 years agoSMTP-client: when serializing, make next now+Retry
Wilfried Goesgens [Mon, 27 Feb 2012 23:44:07 +0000 (00:44 +0100)]
SMTP-client: when serializing, make next now+Retry

12 years agoEvent-Client: add wrapper around ev_now()
Wilfried Goesgens [Mon, 27 Feb 2012 23:43:44 +0000 (00:43 +0100)]
Event-Client: add wrapper around ev_now()

12 years agoSMTP-Client: send a message on first failed, or permanently failed attempt & on last...
Wilfried Goesgens [Mon, 27 Feb 2012 22:59:43 +0000 (23:59 +0100)]
SMTP-Client: send a message on first failed, or permanently failed attempt & on last fail.

12 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Mon, 27 Feb 2012 21:52:09 +0000 (22:52 +0100)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

12 years agoSMTP-Client: decide when to send a bounce or not.
Wilfried Goesgens [Mon, 27 Feb 2012 21:50:38 +0000 (22:50 +0100)]
SMTP-Client: decide when to send a bounce or not.

12 years agoShow system contexts when RWHO is run via admin socket
Art Cancro [Mon, 27 Feb 2012 21:40:52 +0000 (16:40 -0500)]
Show system contexts when RWHO is run via admin socket

12 years agoInitialize variables in GetSieveRules() , thanks projectgus
Art Cancro [Mon, 27 Feb 2012 16:58:47 +0000 (11:58 -0500)]
Initialize variables in GetSieveRules() , thanks projectgus

12 years agoAdd ServerShutdownModule_GETTEXT() dummy for non NLS enabled systems
Art Cancro [Sun, 26 Feb 2012 20:28:25 +0000 (15:28 -0500)]
Add ServerShutdownModule_GETTEXT() dummy for non NLS enabled systems

12 years agofml
Art Cancro [Sun, 26 Feb 2012 20:27:04 +0000 (15:27 -0500)]
fml

12 years agoRevert "Call textdomain() and bindtextdomain() at the beginning of initialize_locales...
Art Cancro [Sun, 26 Feb 2012 20:16:07 +0000 (15:16 -0500)]
Revert "Call textdomain() and bindtextdomain() at the beginning of initialize_locales() instead of at the end.  This has not yet solved my binding problem but it's definitely a step that is required."

This reverts commit c68578c522448bdd34cb1d6ded094f25ec0578ff.

12 years agoRevert "man page says that '/locale' will be appended to the path but strace says...
Art Cancro [Sun, 26 Feb 2012 20:16:01 +0000 (15:16 -0500)]
Revert "man page says that '/locale' will be appended to the path but strace says otherwise."

This reverts commit 2231ed4d99d9e8adc745c3b2959d885259931c12.

12 years agoRevert "removed empty_locale and just use wc_locales[0] for this purpose"
Art Cancro [Sun, 26 Feb 2012 20:15:53 +0000 (15:15 -0500)]
Revert "removed empty_locale and just use wc_locales[0] for this purpose"

This reverts commit cb12b5d312998b1d481d80ddd65c9aa7e0cf425e.

12 years agoRevert "Simplified tmplput_offer_languages() behavior on non-locale systems"
Art Cancro [Sun, 26 Feb 2012 20:15:44 +0000 (15:15 -0500)]
Revert "Simplified tmplput_offer_languages() behavior on non-locale systems"

This reverts commit 58df800218902d07dcf3b81a28c31354fb1025d2.

12 years agoRevert "Scan for language files during bootstrap instead of using a hard-coded list."
Art Cancro [Sun, 26 Feb 2012 20:15:23 +0000 (15:15 -0500)]
Revert "Scan for language files during bootstrap instead of using a hard-coded list."

This reverts commit 018a1f2aef63580bceba968c91255f7c6aea0c1c.

12 years agoRevert "calling newlocale() with wc_locales[0] as the third argument causes a segfaul...
Art Cancro [Sun, 26 Feb 2012 20:15:17 +0000 (15:15 -0500)]
Revert "calling newlocale() with wc_locales[0] as the third argument causes a segfault; change to NULL"

This reverts commit df417b479cb81f3bc0c042dd6568eca5aa1e684f.

12 years agoRevert "Revert "calling newlocale() with wc_locales[0] as the third argument causes...
Art Cancro [Sun, 26 Feb 2012 20:15:08 +0000 (15:15 -0500)]
Revert "Revert "calling newlocale() with wc_locales[0] as the third argument causes a segfault; change to NULL""

This reverts commit 4eabd9c189662cd5e3222e1aabedcc3f8782450a.

12 years agoRevert "calling newlocale() with wc_locales[0] as the third argument causes a segfaul...
Art Cancro [Sun, 26 Feb 2012 20:11:40 +0000 (15:11 -0500)]
Revert "calling newlocale() with wc_locales[0] as the third argument causes a segfault; change to NULL"

This reverts commit df417b479cb81f3bc0c042dd6568eca5aa1e684f.

12 years agocalling newlocale() with wc_locales[0] as the third argument causes a segfault; chang...
Art Cancro [Sun, 26 Feb 2012 16:17:11 +0000 (11:17 -0500)]
calling newlocale() with wc_locales[0] as the third argument causes a segfault; change to NULL

12 years agobefore reading from the server socket check whether its connected at all.
Wilfried Goesgens [Sun, 26 Feb 2012 12:58:02 +0000 (13:58 +0100)]
before reading from the server socket check whether its connected at all.

12 years agoC-Ares-DNS: when destructing make shure all events are stopped.
Wilfried Goesgens [Sun, 26 Feb 2012 12:54:39 +0000 (13:54 +0100)]
C-Ares-DNS: when destructing make shure all events are stopped.

12 years agoCtdlForEachMessage(): abort when server is sutting down, so we don't create long...
Wilfried Goesgens [Sun, 26 Feb 2012 12:53:11 +0000 (13:53 +0100)]
CtdlForEachMessage(): abort when server is sutting down, so we don't create long running jobs that live past the database closing

12 years agoNetworker: watch out for server shutting down before doing DB-io tasks
Wilfried Goesgens [Sun, 26 Feb 2012 11:41:00 +0000 (12:41 +0100)]
Networker: watch out for server shutting down before doing DB-io tasks

12 years agoRe-Sort Cleanup of event io on shutdown
Wilfried Goesgens [Sun, 26 Feb 2012 11:27:38 +0000 (12:27 +0100)]
Re-Sort Cleanup of event io on shutdown

  - create a new CtdlRegisterEVCleanupHook() for cleanup of event based modules on shutdown
  - move cleanup of eventqueue from general cleanup to the very beginning of the shutdown; else terminate_all_sessions() might steal us memory we still need for ordered shutdown.

12 years ago.debs: remove obsolete programms from install targets.
Wilfried Goesgens [Sat, 25 Feb 2012 22:49:29 +0000 (23:49 +0100)]
.debs: remove obsolete programms from install targets.

12 years agoMailinglists: fix reply-to for local posters
Wilfried Goesgens [Sat, 25 Feb 2012 19:08:43 +0000 (20:08 +0100)]
Mailinglists: fix reply-to for local posters

when posting from a citadel client aka webcit to a room via its email alias set the email address of the room as envelope recipient.
that way we can generate a reply-to headers too for local participants.
This doesn't work for direct posters.

12 years agoMailQ: remember & display the room for mailingilst Queue-Entries
Wilfried Goesgens [Sat, 25 Feb 2012 16:23:31 +0000 (17:23 +0100)]
MailQ: remember & display the room for mailingilst Queue-Entries

12 years agoSMTP-QView Rework: set the right subject when re-saving the message for the next...
Wilfried Goesgens [Sat, 25 Feb 2012 16:20:15 +0000 (17:20 +0100)]
SMTP-QView Rework: set the right subject when re-saving the message for the next reattempt.

12 years agoReinstated the defunct 'whobbs' utility as a function of ctdlsh
Art Cancro [Thu, 23 Feb 2012 17:10:23 +0000 (12:10 -0500)]
Reinstated the defunct 'whobbs' utility as a function of ctdlsh

12 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Art Cancro [Thu, 23 Feb 2012 16:32:23 +0000 (11:32 -0500)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

12 years agoCleanup and added funny joke haha
Art Cancro [Thu, 23 Feb 2012 16:31:46 +0000 (11:31 -0500)]
Cleanup and added funny joke haha

12 years agoNo need to declare INADDR_NONE here, it's a unix domain socket.
Art Cancro [Thu, 23 Feb 2012 16:26:32 +0000 (11:26 -0500)]
No need to declare INADDR_NONE here, it's a unix domain socket.

12 years agoUpdate license declaration on ctdlsh startup
Art Cancro [Thu, 23 Feb 2012 16:16:01 +0000 (11:16 -0500)]
Update license declaration on ctdlsh startup

12 years agoUpdate license declaration on ctdlsh startup
Art Cancro [Thu, 23 Feb 2012 16:12:39 +0000 (11:12 -0500)]
Update license declaration on ctdlsh startup

12 years agoctdlsh: if 'passwd' entered without arguments, ask for an account name
Art Cancro [Thu, 23 Feb 2012 16:08:16 +0000 (11:08 -0500)]
ctdlsh: if 'passwd' entered without arguments, ask for an account name

12 years agoReworked ctdlsh to use the new admin socket instead of ipgm
Art Cancro [Thu, 23 Feb 2012 16:05:52 +0000 (11:05 -0500)]
Reworked ctdlsh to use the new admin socket instead of ipgm

12 years agoScan for language files during bootstrap instead of using a hard-coded list.
Art Cancro [Thu, 23 Feb 2012 05:31:41 +0000 (00:31 -0500)]
Scan for language files during bootstrap instead of using a hard-coded list.

12 years agoRemoved spurious protocol output in RWHO command when not logged in; fixes suppenkasp...
Art Cancro [Thu, 23 Feb 2012 00:38:20 +0000 (19:38 -0500)]
Removed spurious protocol output in RWHO command when not logged in; fixes suppenkasper alert in webcit summary screen

12 years agoRevert "Remove ENABLE_NLS definition. Either we HAVE_USELOCALE or we don't translate...
Art Cancro [Wed, 22 Feb 2012 23:22:25 +0000 (18:22 -0500)]
Revert "Remove ENABLE_NLS definition.  Either we HAVE_USELOCALE or we don't translate at all."

This reverts commit 898bab06ba7d6cf04a9b5e41bfcc6319ff3bb8de.

12 years agoRemove ENABLE_NLS definition. Either we HAVE_USELOCALE or we don't translate at...
Art Cancro [Wed, 22 Feb 2012 00:20:26 +0000 (19:20 -0500)]
Remove ENABLE_NLS definition.  Either we HAVE_USELOCALE or we don't translate at all.

12 years agoSimplified tmplput_offer_languages() behavior on non-locale systems
Art Cancro [Tue, 21 Feb 2012 23:44:40 +0000 (18:44 -0500)]
Simplified tmplput_offer_languages() behavior on non-locale systems

12 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Tue, 21 Feb 2012 22:47:25 +0000 (23:47 +0100)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

12 years agosleep() isn't defined to be per thread; use usleep() instead which is.
Wilfried Goesgens [Tue, 21 Feb 2012 22:46:41 +0000 (23:46 +0100)]
sleep() isn't defined to be per thread; use usleep() instead which is.

12 years agoSMTP-Client: implement tactics not to overload our peers
Wilfried Goesgens [Tue, 21 Feb 2012 22:42:09 +0000 (23:42 +0100)]
SMTP-Client: implement tactics not to overload our peers

  - local context overload protection: try not to exceed our session limit (not possible if more mailinglist recipients than contexts)
  - rate limiting to reduce threat on DNS and Peers

12 years agoChange the license declaration in the startup messages to our version
Art Cancro [Sun, 19 Feb 2012 23:10:00 +0000 (18:10 -0500)]
Change the license declaration in the startup messages to our version

12 years agoremoved empty_locale and just use wc_locales[0] for this purpose
Art Cancro [Sun, 19 Feb 2012 23:07:25 +0000 (18:07 -0500)]
removed empty_locale and just use wc_locales[0] for this purpose

12 years agoman page says that '/locale' will be appended to the path but strace says otherwise.
Art Cancro [Sun, 19 Feb 2012 23:00:43 +0000 (18:00 -0500)]
man page says that '/locale' will be appended to the path but strace says otherwise.

12 years agoCall textdomain() and bindtextdomain() at the beginning of initialize_locales() inste...
Art Cancro [Sun, 19 Feb 2012 22:47:30 +0000 (17:47 -0500)]
Call textdomain() and bindtextdomain() at the beginning of initialize_locales() instead of at the end.  This has not yet solved my binding problem but it's definitely a step that is required.

12 years agoRemoved duplicate msgstr so et.po compiles
Art Cancro [Sun, 19 Feb 2012 16:29:33 +0000 (11:29 -0500)]
Removed duplicate msgstr so et.po compiles

12 years agoresync translations with launchpad; add czec strings.
Wilfried Goesgens [Sat, 18 Feb 2012 18:33:36 +0000 (19:33 +0100)]
resync translations with launchpad; add czec strings.

12 years agoSMTP-Queue-View: templatize
Wilfried Goesgens [Sat, 18 Feb 2012 17:35:59 +0000 (18:35 +0100)]
SMTP-Queue-View: templatize

register a view for the mailq. its not supporting a separate js for reloading, since the original didn't also.

12 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Sat, 18 Feb 2012 16:25:23 +0000 (17:25 +0100)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

12 years agoReadloop remove special cases
Wilfried Goesgens [Sat, 18 Feb 2012 16:21:44 +0000 (17:21 +0100)]
Readloop remove special cases

  - add handler for initializing the page
  - add parameter to handler GetParamsGetServerCall() so clients can register a list filter to MSG4
  - Json-view: use new initialisation handler to output the headers for the JSon-reply
  - Json-view: don't need the extra member on the session anymore.
  - Json-View: split functions into wrapper page and json list
  - wiki-view: register empty header output handler, since the sub-calls do this later.
  - wiki-view: use the GetParamsGetServerCall()-Callback to hook in our logic instead of tainting readloop() with special code.

12 years agoC-Ares: stop timer for timeouts in all cases.
Wilfried Goesgens [Sat, 18 Feb 2012 16:08:50 +0000 (17:08 +0100)]
C-Ares: stop timer for timeouts in all cases.

12 years agoStyle cleanup in preparation for changes to this module
Art Cancro [Thu, 16 Feb 2012 17:43:33 +0000 (12:43 -0500)]
Style cleanup in preparation for changes to this module

12 years agoRemoved obsolete header file ctdlsalearn.h
Art Cancro [Tue, 14 Feb 2012 22:24:57 +0000 (17:24 -0500)]
Removed obsolete header file ctdlsalearn.h

12 years agoupdates to ctdlsalearn to handle the new admin socket
Art Cancro [Tue, 14 Feb 2012 19:16:24 +0000 (14:16 -0500)]
updates to ctdlsalearn to handle the new admin socket

12 years agoUpdated ctdlsalearn to work with citadel-admin.socket
Art Cancro [Sun, 12 Feb 2012 20:06:57 +0000 (15:06 -0500)]
Updated ctdlsalearn to work with citadel-admin.socket

12 years agoI think this restores the previous REST-like behavior of the landing page
Art Cancro [Sat, 11 Feb 2012 23:39:25 +0000 (18:39 -0500)]
I think this restores the previous REST-like behavior of the landing page

12 years agoSMTP-Client: fix MX sorting in.
Wilfried Goesgens [Fri, 10 Feb 2012 08:44:49 +0000 (09:44 +0100)]
SMTP-Client: fix MX sorting in.

12 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Thu, 9 Feb 2012 21:51:16 +0000 (22:51 +0100)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel