citadel.git
11 years agoICAL-SUBST: work on viewing
Wilfried Goesgens [Sat, 27 Oct 2012 18:09:52 +0000 (20:09 +0200)]
ICAL-SUBST: work on viewing

  - flip stacking of contexts - won't work the other way around.
  - add missing bstrs for the template
  - fix copying of icaltimetype struct.

11 years agoSUBST: fix conditionals creating sub-contexts
Wilfried Goesgens [Sat, 27 Oct 2012 18:02:22 +0000 (20:02 +0200)]
SUBST: fix conditionals creating sub-contexts

  - conditionals now return 0 for error, n for conditional start, or -n for conditional end.
  - if the current context has the same n as -n from the token, the dynamic sub context is to be removed.

11 years agoBSTR: add method to run-time add numbers
Wilfried Goesgens [Sat, 27 Oct 2012 11:37:02 +0000 (13:37 +0200)]
BSTR: add method to run-time add numbers

  - fix format warnings about wrong size of long

11 years agoURL-Parsing: fix off by one when checking the length of URL params
Wilfried Goesgens [Sun, 21 Oct 2012 22:16:47 +0000 (00:16 +0200)]
URL-Parsing: fix off by one when checking the length of URL params

11 years agovnote: replace st00pid uses of strcpy
Wilfried Goesgens [Sun, 21 Oct 2012 20:59:29 +0000 (22:59 +0200)]
vnote: replace st00pid uses of strcpy

11 years agotools: replace st00pid uses of strcpy
Wilfried Goesgens [Sun, 21 Oct 2012 20:57:22 +0000 (22:57 +0200)]
tools: replace st00pid uses of strcpy

11 years agomimeparser: replace st00pid uses of strcpy
Wilfried Goesgens [Sun, 21 Oct 2012 20:53:24 +0000 (22:53 +0200)]
mimeparser: replace st00pid uses of strcpy

11 years agoVCARD: in case of OOM, don't loose more memory.
Wilfried Goesgens [Sun, 21 Oct 2012 20:43:55 +0000 (22:43 +0200)]
VCARD: in case of OOM, don't loose more memory.

11 years agoVNOTE: rather use memcpy if we know the length to copy anyways.
Wilfried Goesgens [Sun, 21 Oct 2012 20:28:42 +0000 (22:28 +0200)]
VNOTE: rather use memcpy if we know the length to copy anyways.

11 years agoSTRBUF: handle more OOM strbuf places.
Wilfried Goesgens [Sun, 21 Oct 2012 19:20:35 +0000 (21:20 +0200)]
STRBUF: handle more OOM strbuf places.

11 years agoHASH: sanitase edge cases of OOM
Wilfried Goesgens [Sun, 21 Oct 2012 18:45:55 +0000 (20:45 +0200)]
HASH: sanitase edge cases of OOM

11 years agoSTRBUF: fix sanity check when resetting the buffer pointer.
Wilfried Goesgens [Sun, 21 Oct 2012 17:52:09 +0000 (19:52 +0200)]
STRBUF: fix sanity check when resetting the buffer pointer.

11 years agoSTRBUF: evaluate fails to increase the buffer
Wilfried Goesgens [Sun, 21 Oct 2012 17:47:40 +0000 (19:47 +0200)]
STRBUF: evaluate fails to increase the buffer

11 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Thu, 18 Oct 2012 18:12:17 +0000 (20:12 +0200)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

11 years agoTEMPLATING: add possibility to stack another context inbetween conditional tags
Wilfried Goesgens [Thu, 18 Oct 2012 18:11:00 +0000 (20:11 +0200)]
TEMPLATING: add possibility to stack another context inbetween conditional tags

11 years agoICAL Templating: work on porting the display of events in the mail view.
Wilfried Goesgens [Thu, 18 Oct 2012 18:10:25 +0000 (20:10 +0200)]
ICAL Templating: work on porting the display of events in the mail view.

11 years agoBootstrapping
Wilfried Goesgens [Thu, 18 Oct 2012 18:08:56 +0000 (20:08 +0200)]
Bootstrapping

  - move scripts into their own directories like in citserver
  - add automatic grabbing of all libical enums

11 years agofix spelling error
Art Cancro [Mon, 15 Oct 2012 02:40:20 +0000 (22:40 -0400)]
fix spelling error

11 years agoEVENT_CLIENT: to ease debugging put the function names in the log line; else we may...
Wilfried Goesgens [Thu, 11 Oct 2012 15:05:14 +0000 (17:05 +0200)]
EVENT_CLIENT: to ease debugging put the function names in the log line; else we may have problems with the post mortem analysis to find out which path we went.

11 years agoEVENT_CLIENT: we settled for 0 being the invalid FD.
Wilfried Goesgens [Thu, 11 Oct 2012 15:00:06 +0000 (17:00 +0200)]
EVENT_CLIENT: we settled for 0 being the invalid FD.

11 years agoEVENT: while abusing the timeout trigger for aborting the session we need to specify...
Wilfried Goesgens [Thu, 11 Oct 2012 14:59:13 +0000 (16:59 +0200)]
EVENT: while abusing the timeout trigger for aborting the session we need to specify a timeout > 0; else the abort might not work.

11 years agoCtdlTerminateOtherSession(): fix evaluation whether we may kill this session or not.
Wilfried Goesgens [Thu, 11 Oct 2012 14:57:32 +0000 (16:57 +0200)]
CtdlTerminateOtherSession(): fix evaluation whether we may kill this session or not.

11 years agoadd missing changes for libcitadel-4
Wilfried Goesgens [Sat, 29 Sep 2012 20:39:38 +0000 (22:39 +0200)]
add missing changes for libcitadel-4

11 years agomake git compileable again. more work on this topic needed.
Wilfried Goesgens [Sun, 23 Sep 2012 14:19:47 +0000 (16:19 +0200)]
make git compileable again. more work on this topic needed.

11 years agofix debian compile of new libcitadel version
Wilfried Goesgens [Sat, 22 Sep 2012 18:46:46 +0000 (20:46 +0200)]
fix debian compile of new libcitadel version

11 years agoUpsie, usleep is 10^6 times smaller than sleep
Wilfried Goesgens [Sun, 16 Sep 2012 14:59:36 +0000 (16:59 +0200)]
Upsie, usleep is 10^6 times smaller than sleep

11 years agoFDIOBuffer: wrong member type; thus we need increase the library version again.
Wilfried Goesgens [Thu, 13 Sep 2012 19:25:50 +0000 (21:25 +0200)]
FDIOBuffer: wrong member type; thus we need increase the library version again.

11 years agoICAL: some work on adding ical items into templates
Wilfried Goesgens [Mon, 3 Sep 2012 21:26:51 +0000 (23:26 +0200)]
ICAL: some work on adding ical items into templates

11 years agoSUBST: add a way to post plain char* strings into template strings in a formated way
Wilfried Goesgens [Mon, 3 Sep 2012 21:24:59 +0000 (23:24 +0200)]
SUBST: add a way to post plain char* strings into template strings in a formated way

11 years agowebcit_fmt_date: return length of generated string
Wilfried Goesgens [Mon, 3 Sep 2012 21:24:25 +0000 (23:24 +0200)]
webcit_fmt_date: return length of generated string

11 years agoDOC: add some explanations about the way we log
Wilfried Goesgens [Mon, 3 Sep 2012 21:23:03 +0000 (23:23 +0200)]
DOC: add some explanations about the way we log

11 years agoLOGGING: add name to pop3 logging & message writing
Wilfried Goesgens [Mon, 3 Sep 2012 21:22:22 +0000 (23:22 +0200)]
LOGGING: add name to pop3 logging & message writing

11 years agoWhen logging an invalid url_key include the browser host in the message, allowing...
Art Cancro [Sat, 25 Aug 2012 20:06:15 +0000 (16:06 -0400)]
When logging an invalid url_key include the browser host in the message, allowing fail2ban to work

11 years agoURL-Parsing: abort on error.
Wilfried Goesgens [Sat, 25 Aug 2012 07:27:56 +0000 (09:27 +0200)]
URL-Parsing: abort on error.

11 years agoADDRESSBOOK POPUP: templatize.
Wilfried Goesgens [Fri, 24 Aug 2012 15:34:07 +0000 (17:34 +0200)]
ADDRESSBOOK POPUP: templatize.

11 years agoPARAMHANDLING: add parser for paired lists; which then can be rendered into a template.
Wilfried Goesgens [Fri, 24 Aug 2012 15:32:18 +0000 (17:32 +0200)]
PARAMHANDLING: add parser for paired lists; which then can be rendered into a template.

11 years agoROOMHANDLING: add conditional which can compare the roomname to another string.
Wilfried Goesgens [Fri, 24 Aug 2012 15:31:36 +0000 (17:31 +0200)]
ROOMHANDLING: add conditional which can compare the roomname to another string.

11 years agoSUBST: add method to retrieve room preferences from a token
Wilfried Goesgens [Fri, 24 Aug 2012 13:31:41 +0000 (15:31 +0200)]
SUBST: add method to retrieve room preferences from a token

  - when specifying a template string you now can use ."roompreference" similar to :"preference"

11 years agoAdressbook-popup: set link using the template.
Wilfried Goesgens [Fri, 24 Aug 2012 12:06:23 +0000 (14:06 +0200)]
Adressbook-popup: set link using the template.

11 years agoLISTSUSB: finalize templating.
Wilfried Goesgens [Fri, 24 Aug 2012 11:48:39 +0000 (13:48 +0200)]
LISTSUSB: finalize templating.

11 years agoSUBST: Dynamicaly generate contexts
Wilfried Goesgens [Fri, 24 Aug 2012 10:37:43 +0000 (12:37 +0200)]
SUBST: Dynamicaly generate contexts

  - so far we needed to add contexts to subst.h + subst.c; Now we simply register new ones before registering tokens using them.
  - RegisterCTX is duplicate safe, so you can call it several times for the same context. That way you can make shure the context is there before registering handlers in several .c files.

11 years agoEVENT-CLIENT: fix potential compile problems with older compilers
Wilfried Goesgens [Thu, 23 Aug 2012 21:59:58 +0000 (23:59 +0200)]
EVENT-CLIENT: fix potential compile problems with older compilers

  - forward declarations of structs musntn't duplicate. use the cpp to circumvent this.

 tnx the_mgt for reporting this.

11 years agoDnD-Move: remove debug log.
Wilfried Goesgens [Tue, 21 Aug 2012 22:40:57 +0000 (00:40 +0200)]
DnD-Move: remove debug log.

11 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Tue, 21 Aug 2012 22:13:45 +0000 (00:13 +0200)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

11 years agoDrag+Drop move: propperly escape the roomname so + and friends in roomnames remain...
Wilfried Goesgens [Tue, 21 Aug 2012 22:12:51 +0000 (00:12 +0200)]
Drag+Drop move: propperly escape the roomname so + and friends in roomnames remain intact.

11 years agoRemoved borders around blockquotes and adapted margins to the normal messageview...
Stefan Garthe [Tue, 21 Aug 2012 15:07:21 +0000 (17:07 +0200)]
Removed borders around blockquotes and adapted margins to the normal messageview styles

11 years agoBeautified the margins on the nested blockquotes in the message view
Stefan Garthe [Tue, 21 Aug 2012 12:03:28 +0000 (14:03 +0200)]
Beautified the margins on the nested blockquotes in the message view

This makes emails with lots of quotes inside of quotes more legible

11 years agoICONTHEME: add a way to store a selected icontheme in the users preferences.
Wilfried Goesgens [Mon, 20 Aug 2012 19:39:29 +0000 (21:39 +0200)]
ICONTHEME: add a way to store a selected icontheme in the users preferences.

  - add the 'icontheme' setting
  - crawl all icon themes, remember it.
  - check which theme was selected (if) or choose a default theme.
  - add template token ICONTHEME to output the prefered icontheme or the default
  - add iterator PREF:VALID:THEME to output a list of available icon themes
  - add selector to the users preferences to choose the available icontheme.

11 years agoSMTP-Client: add the current hostname we're talking to to the status.
Wilfried Goesgens [Sun, 19 Aug 2012 16:45:33 +0000 (18:45 +0200)]
SMTP-Client: add the current hostname we're talking to to the status.

11 years agoSMTP-Queue display: wrap lines after ; so we get one line per error message.
Wilfried Goesgens [Sun, 19 Aug 2012 15:26:34 +0000 (17:26 +0200)]
SMTP-Queue display: wrap lines after ; so we get one line per error message.

11 years agoC-Ares: add the query data to the errormessage, so the user can evaluate this informa...
Wilfried Goesgens [Sun, 19 Aug 2012 14:57:59 +0000 (16:57 +0200)]
C-Ares: add the query data to the errormessage, so the user can evaluate this information.

11 years agoSMTP-Client: add the stati of all delivery attempts to the status messages.
Wilfried Goesgens [Sun, 19 Aug 2012 14:13:16 +0000 (16:13 +0200)]
SMTP-Client: add the stati of all delivery attempts to the status messages.

11 years agoC-Ares: fix debug logging
Wilfried Goesgens [Sun, 19 Aug 2012 14:12:48 +0000 (16:12 +0200)]
C-Ares: fix debug logging

11 years agoWhen logging invalid url_key, do not include the attempted key
Art Cancro [Wed, 8 Aug 2012 22:14:21 +0000 (18:14 -0400)]
When logging invalid url_key, do not include the attempted key

11 years agoNetworker: set state
Wilfried Goesgens [Tue, 7 Aug 2012 22:03:01 +0000 (00:03 +0200)]
Networker: set state

11 years agoSMTP-Queue: display the SMTP-State
Wilfried Goesgens [Tue, 7 Aug 2012 20:34:57 +0000 (22:34 +0200)]
SMTP-Queue: display the SMTP-State

11 years agoSMTP-Client: output our current state on the useragent; since we're internal only.
Wilfried Goesgens [Tue, 7 Aug 2012 20:34:16 +0000 (22:34 +0200)]
SMTP-Client: output our current state on the useragent; since we're internal only.

11 years agoEVENT: output the FD number in the debug log once we know it
Wilfried Goesgens [Tue, 7 Aug 2012 19:07:07 +0000 (21:07 +0200)]
EVENT: output the FD number in the debug log once we know it

11 years agoNetworker: when a remote host fails to connect successfully add floodprotection.
Wilfried Goesgens [Mon, 6 Aug 2012 23:32:35 +0000 (01:32 +0200)]
Networker: when a remote host fails to connect successfully add floodprotection.

11 years agoNetworker: send fail message in DB queue; add flood protection.
Wilfried Goesgens [Mon, 6 Aug 2012 23:17:29 +0000 (01:17 +0200)]
Networker: send fail message in DB queue; add flood protection.

11 years agoRSSClient: send flood protected errormessage if we fail to retrieve the feed.
Wilfried Goesgens [Mon, 6 Aug 2012 21:32:55 +0000 (23:32 +0200)]
RSSClient: send flood protected errormessage if we fail to retrieve the feed.

11 years agoAdd aide message functionality that uses the UT table to protect the user from an...
Wilfried Goesgens [Mon, 6 Aug 2012 21:31:59 +0000 (23:31 +0200)]
Add aide message functionality that uses the UT table to protect the user from an error message flood from repetive tasks.

11 years agoRemove deprecated function.
Wilfried Goesgens [Mon, 6 Aug 2012 19:21:17 +0000 (21:21 +0200)]
Remove deprecated function.

11 years agoIconbarlist: fix embedded who is online list
Wilfried Goesgens [Mon, 6 Aug 2012 18:51:29 +0000 (20:51 +0200)]
Iconbarlist: fix embedded who is online list

  - use ?% conditional which probably didn't exist when this template was created
  - for some reason mixing ' and " worked before, but not anymore. fix it.

11 years agoRSS-Client: check whether this message is new to us before parsing it to save computi...
Wilfried Goesgens [Sun, 5 Aug 2012 18:05:52 +0000 (20:05 +0200)]
RSS-Client: check whether this message is new to us before parsing it to save computing power.

11 years agoRSS-CLIENT: remember checksum for whole feed, so we can save parsing work if we know...
Wilfried Goesgens [Sun, 5 Aug 2012 17:13:35 +0000 (19:13 +0200)]
RSS-CLIENT: remember checksum for whole feed, so we can save parsing work if we know that content.

11 years agoscancpp points out we need to initialize this var before using it in all cases.
Wilfried Goesgens [Sun, 5 Aug 2012 13:22:58 +0000 (15:22 +0200)]
scancpp points out we need to initialize this var before using it in all cases.

11 years agoSMTP-Client: first evaluate the recipients, so we have them set properly on bail...
Wilfried Goesgens [Sun, 5 Aug 2012 13:18:30 +0000 (15:18 +0200)]
SMTP-Client: first evaluate the recipients, so we have them set properly on bail out.

11 years agoSMTPClient: free Author / Sender on error too.
Wilfried Goesgens [Sun, 5 Aug 2012 13:17:29 +0000 (15:17 +0200)]
SMTPClient: free Author / Sender on error too.

11 years agoqp_encode_email_addrs(): only backtrace if message debug log enabled.
Wilfried Goesgens [Sun, 5 Aug 2012 13:02:18 +0000 (15:02 +0200)]
qp_encode_email_addrs(): only backtrace if message debug log enabled.

11 years agoSMTP-Client: use the right pointer to destruct the message.
Wilfried Goesgens [Sun, 5 Aug 2012 12:50:40 +0000 (14:50 +0200)]
SMTP-Client: use the right pointer to destruct the message.

11 years agoSMTP-Sessions: fix conditionals allowing to kill a SMTP-Session
Wilfried Goesgens [Sun, 5 Aug 2012 11:59:34 +0000 (13:59 +0200)]
SMTP-Sessions: fix conditionals allowing to kill a SMTP-Session

11 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Sun, 5 Aug 2012 11:51:00 +0000 (13:51 +0200)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

11 years agoFix some issues reported by cppcheck
Wilfried Goesgens [Sun, 5 Aug 2012 11:50:45 +0000 (13:50 +0200)]
Fix some issues reported by cppcheck

11 years agoWhen using the Linux kernel UUID generator, null terminate
Art Cancro [Tue, 31 Jul 2012 21:36:53 +0000 (17:36 -0400)]
When using the Linux kernel UUID generator, null terminate

11 years agoChanging the name of the 'Aide' access level to 'Admin'
Art Cancro [Tue, 31 Jul 2012 15:10:38 +0000 (11:10 -0400)]
Changing the name of the 'Aide' access level to 'Admin'

11 years agoChanging the name of the 'Aide' access level to 'Admin'
Art Cancro [Tue, 31 Jul 2012 14:56:09 +0000 (10:56 -0400)]
Changing the name of the 'Aide' access level to 'Admin'

11 years agoSMTPClient: when relaying with users/email addresses fail with an aidemessage if...
Wilfried Goesgens [Mon, 30 Jul 2012 22:58:46 +0000 (00:58 +0200)]
SMTPClient: when relaying with users/email addresses fail with an aidemessage if none found valid

11 years agoSMTP-Client: when relaying failed also notify aide that somethings broken.
Wilfried Goesgens [Mon, 30 Jul 2012 21:50:42 +0000 (23:50 +0200)]
SMTP-Client: when relaying failed also notify aide that somethings broken.

(we don't need to do that if the message was sent via a room and the bounce will end up in the aide room anyways)

11 years agoSMTP-Client: fix trigger when to send bounce messages
Wilfried Goesgens [Mon, 30 Jul 2012 20:35:53 +0000 (22:35 +0200)]
SMTP-Client: fix trigger when to send bounce messages

  - our trigger to evaluate whether to bounce a message used to be whether its still active. Instead that it has to be whether it was active and isn't active anymore.

11 years agoSMTP-Relaying: implement a method to choose a relay by sender email address or username
Wilfried Goesgens [Fri, 27 Jul 2012 12:08:11 +0000 (14:08 +0200)]
SMTP-Relaying: implement a method to choose a relay by sender email address or username

11 years agoInetconf: allow longer relay URRLs
Wilfried Goesgens [Fri, 27 Jul 2012 12:06:58 +0000 (14:06 +0200)]
Inetconf: allow longer relay URRLs

11 years agoSMTP-Queue View: also offer the possibility to kill that session.
Wilfried Goesgens [Fri, 27 Jul 2012 12:05:49 +0000 (14:05 +0200)]
SMTP-Queue View: also offer the possibility to kill that session.

11 years agoInetconf: correct warnings from tidy
Wilfried Goesgens [Fri, 27 Jul 2012 11:23:09 +0000 (13:23 +0200)]
Inetconf: correct warnings from tidy

11 years agoSiteconfig: flip smtp relay access options so they are escalating from none to reject
Wilfried Goesgens [Wed, 25 Jul 2012 15:19:35 +0000 (17:19 +0200)]
Siteconfig: flip smtp relay access options so they are escalating from none to reject

11 years agoChanged the CFG_SMTP_FROM_ configuration descriptions
Art Cancro [Wed, 25 Jul 2012 15:02:10 +0000 (11:02 -0400)]
Changed the CFG_SMTP_FROM_ configuration descriptions

11 years agoSiteconfig: regroup settings
Wilfried Goesgens [Wed, 25 Jul 2012 12:55:19 +0000 (14:55 +0200)]
Siteconfig: regroup settings

11 years agoTEXTCLIENT: getutline also belongs to the textclient. Tnx to Lightspeed for pointing...
Wilfried Goesgens [Tue, 24 Jul 2012 19:50:39 +0000 (21:50 +0200)]
TEXTCLIENT: getutline also belongs to the textclient. Tnx to Lightspeed for pointing this out.

11 years agoSystem config: add missing closing DIV
Wilfried Goesgens [Tue, 24 Jul 2012 19:04:14 +0000 (21:04 +0200)]
System config: add missing closing DIV

11 years agoSMTP-Relay: add other ways of filtering
Wilfried Goesgens [Tue, 24 Jul 2012 19:01:33 +0000 (21:01 +0200)]
SMTP-Relay: add other ways of filtering

  - FROM is changed in all cases (as it was before...)
  - FROM isn't evaluated at all (as it was before)
  - FROM is looked up in the list of available email addresses, and corrected if not found.
  - FROM is looked up in the list of available email addresses, and if not found, relay access is denied.

11 years agoMacOS-X Port: oops, we didn't go the way of including some sub-macro...
Wilfried Goesgens [Tue, 24 Jul 2012 17:25:52 +0000 (19:25 +0200)]
MacOS-X Port: oops, we didn't go the way of including some sub-macro...

11 years agoMacOSX compatibility: check whether memcpy is a macro, and if #undef it to get the...
Wilfried Goesgens [Tue, 24 Jul 2012 07:49:44 +0000 (09:49 +0200)]
MacOSX compatibility: check whether memcpy is a macro, and if #undef it to get the original function.

11 years agoChanged the behavior introduced in commit fb862a2894f01c5fb6144ec781f188445c13c7f1...
Art Cancro [Mon, 23 Jul 2012 15:16:52 +0000 (11:16 -0400)]
Changed the behavior introduced in commit fb862a2894f01c5fb6144ec781f188445c13c7f1 to a compile-time option.  We know of too many existing installations where this would break a lot of legitimate users.

11 years agocmd_TERM: also kill AsyncIO contexts
Wilfried Goesgens [Mon, 23 Jul 2012 14:26:35 +0000 (16:26 +0200)]
cmd_TERM: also kill AsyncIO contexts

  - the next_pid var has to be global, so we have a uniq source of session numbers.
  - during cloning sessions, cached_msglist and CIT_ICAL mustn't be copied.
  - FreeAsyncIOContents(): NULL pointer to context after flagging it for deletion.
  - InitIOStruct() / InitcURLIOStruct(): IO and CC are now doublepointered, know each others.
  - KillAsyncIOContext () detect in which event-queue the context is running
  - Join that queue, and call the terminator hook of the other session.
  - self-terminate afterwards.

11 years agocmd_TERM: oops, non aides may kill their own sessions.
Wilfried Goesgens [Mon, 23 Jul 2012 14:24:26 +0000 (16:24 +0200)]
cmd_TERM: oops, non aides may kill their own sessions.

11 years agocmd_TERM: only aides may kill other sessions.
Wilfried Goesgens [Mon, 23 Jul 2012 13:45:27 +0000 (15:45 +0200)]
cmd_TERM: only aides may kill other sessions.

11 years agoEVENT-Q: the IO eventqueue also needs to check the reply of the attach function for...
Wilfried Goesgens [Mon, 23 Jul 2012 13:44:27 +0000 (15:44 +0200)]
EVENT-Q: the IO eventqueue also needs to check the reply of the attach function for terminate situations.

11 years agoSMTP-Client: on termination we need to determine whether we're in DB-IO or Socket...
Wilfried Goesgens [Mon, 23 Jul 2012 13:43:31 +0000 (15:43 +0200)]
SMTP-Client: on termination we need to determine whether we're in DB-IO or Socket operation state

11 years agoGuest-login: always check the servinfo pointer before accesssing it.
Wilfried Goesgens [Mon, 23 Jul 2012 12:17:30 +0000 (14:17 +0200)]
Guest-login: always check the servinfo pointer before accesssing it.

11 years agoNetworkClient: realy choose our own name.
Wilfried Goesgens [Mon, 23 Jul 2012 11:16:34 +0000 (13:16 +0200)]
NetworkClient: realy choose our own name.