citadel.git
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.

11 years agoNetworker: don't override the other macro, declare our own.
Wilfried Goesgens [Mon, 23 Jul 2012 11:13:02 +0000 (13:13 +0200)]
Networker: don't override the other macro, declare our own.

11 years agoWHO: if we're aide, offer to edit that users config & addressbook entry
Wilfried Goesgens [Mon, 23 Jul 2012 10:54:01 +0000 (12:54 +0200)]
WHO: if we're aide, offer to edit that users config & addressbook entry

11 years agoremove library version from the package version string
Wilfried Goesgens [Fri, 20 Jul 2012 14:47:17 +0000 (16:47 +0200)]
remove library version from the package version string

11 years agoMessage composing: add text plain downmix for VIEW_JSON_LIST
Wilfried Goesgens [Fri, 20 Jul 2012 13:09:52 +0000 (15:09 +0200)]
Message composing: add text plain downmix for VIEW_JSON_LIST

  - we recently changed the view to 'VIEW_JSON_LIST' for rendering the message list. so VIEW_JSON_LIST basicaly equals VIEW_MAILBOX and has to trigger plain texts too.
  - tnx Max Kellermann for pointing me to this.

11 years agouser info page: fix typos in links
Wilfried Goesgens [Thu, 19 Jul 2012 22:35:13 +0000 (00:35 +0200)]
user info page: fix typos in links

11 years agoSame penultimo fixed for blog_view as in stable-81x, but based on the slightly more...
the_mgt [Thu, 19 Jul 2012 21:42:42 +0000 (23:42 +0200)]
Same penultimo fixed for blog_view as in stable-81x, but based on the slightly more advanced webcit.css from master
this will move the "x comments | permalink" into the blog_post div, add a horizontal ruler, indent post.html and comment.html, move the blog_post_header under the blog_content (maybe we should rename it to footer if it we decide to keep it this way) and indents the comment.html, too.
Some text was added to both html file which should become translatable in the future.
And of course it is styled as in stable-81x now

11 years agoSMTP-Server: check whether the user is allowed to use the email address; if not fail...
Wilfried Goesgens [Thu, 19 Jul 2012 21:19:23 +0000 (23:19 +0200)]
SMTP-Server: check whether the user is allowed to use the email address; if not fail (550) completely. and syslog.

11 years agoEditing: remember room on hidden input field
Wilfried Goesgens [Thu, 19 Jul 2012 15:22:00 +0000 (17:22 +0200)]
Editing: remember room on hidden input field

when creating / editing calendar entries / vcards / tasks we now remember the room on the hidden field "go" so we're shure to save the message in the room its been intended for.

11 years agoURL-Parser: as pointed out by Bernds scan-build, we don't use the pointers we put...
Wilfried Goesgens [Thu, 19 Jul 2012 11:03:34 +0000 (13:03 +0200)]
URL-Parser: as pointed out by Bernds scan-build, we don't use the pointers we put into pEndHost

  - limit the scope from pEndHost so its usage is more clear

11 years agofix false positive from scan-build: url->User is NULLed by memset, so puserend wouldn...
Wilfried Goesgens [Thu, 19 Jul 2012 10:56:35 +0000 (12:56 +0200)]
fix false positive from scan-build: url->User is NULLed by memset, so puserend wouldn't be accessed uninitialized.

11 years agoas pointed out by Julien Cristau we changed parts of our ABI and mustn't call us...
Wilfried Goesgens [Thu, 19 Jul 2012 10:39:51 +0000 (12:39 +0200)]
as pointed out by Julien Cristau we changed parts of our ABI and mustn't call us libcitadel2 anymore.

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

11 years agoText client split: remove targets from makefile
Wilfried Goesgens [Thu, 19 Jul 2012 10:18:11 +0000 (12:18 +0200)]
Text client split: remove targets from makefile

11 years agoadded blog.css and readded view_blog/post.html ...
the_mgt [Wed, 18 Jul 2012 16:03:10 +0000 (18:03 +0200)]
added blog.css and readded view_blog/post.html ...

11 years agoAdded layout/css for blog view
the_mgt [Wed, 18 Jul 2012 16:02:11 +0000 (18:02 +0200)]
Added layout/css for blog view

11 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Wed, 18 Jul 2012 15:31:52 +0000 (17:31 +0200)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

11 years agoFix messages of unfound tokens
Wilfried Goesgens [Wed, 18 Jul 2012 15:31:01 +0000 (17:31 +0200)]
Fix messages of unfound tokens

  - remove old rss templates
  - fix token names.

11 years agoCapitalize token name, since we're uppercase everywhere.
Wilfried Goesgens [Wed, 18 Jul 2012 15:30:32 +0000 (17:30 +0200)]
Capitalize token name, since we're uppercase everywhere.

11 years agoHopefully this commits the correct fixes to the blogpost view:
the_mgt [Wed, 18 Jul 2012 15:27:44 +0000 (17:27 +0200)]
Hopefully this commits the correct fixes to the blogpost view:
More indention and adding a closing </div>

11 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
the_mgt [Wed, 18 Jul 2012 15:24:35 +0000 (17:24 +0200)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

Conflicts:
webcit/static/t/view_blog/post.html

11 years agoIndented and added a missing </div> in order to display blogposts properly
the_mgt [Wed, 18 Jul 2012 15:22:53 +0000 (17:22 +0200)]
Indented and added a missing </div> in order to display blogposts properly

11 years agoSUBST: complain about unknown tokens while parsing
Wilfried Goesgens [Wed, 18 Jul 2012 15:19:48 +0000 (17:19 +0200)]
SUBST: complain about unknown tokens while parsing

11 years agoReply logic: handle reply to appropriate.
Wilfried Goesgens [Wed, 18 Jul 2012 15:06:03 +0000 (17:06 +0200)]
Reply logic: handle reply to appropriate.

  - if we're aware of a reply-to header, reply will now prefer this address over all others
  - reply-all & forward will ignore it.

11 years agoclient-move: remove duplicate tokens from webcit.h
Wilfried Goesgens [Wed, 18 Jul 2012 14:37:40 +0000 (16:37 +0200)]
client-move: remove duplicate tokens from webcit.h

  - UA_ISTRASH was there only in webcit; it was abusing the bitflag vectors undefined place. moved it one bit, added to libcitadel.h

11 years agoclient-move: edits to finish this.
Wilfried Goesgens [Wed, 18 Jul 2012 14:24:09 +0000 (16:24 +0200)]
client-move: edits to finish this.

11 years agoCitadel Client: move into its own directory
Wilfried Goesgens [Tue, 17 Jul 2012 23:04:00 +0000 (01:04 +0200)]
Citadel Client: move into its own directory

11 years agoUser Biography display: remove call, do through templates directly.
Wilfried Goesgens [Tue, 17 Jul 2012 18:39:30 +0000 (20:39 +0200)]
User Biography display: remove call, do through templates directly.

11 years agoRework templating context access so contexts can be accessed through several layers
Wilfried Goesgens [Tue, 17 Jul 2012 18:37:51 +0000 (20:37 +0200)]
Rework templating context access so contexts can be accessed through several layers

  - remove now unneeded control context
  - the CTX macro now gets the type of pointer we want to cast later
  - add stack / unstack function that manage the linked list of contexts

11 years agoUSER:BIO: add linebreaks while loading the users biography from the server.
Wilfried Goesgens [Tue, 17 Jul 2012 11:54:34 +0000 (13:54 +0200)]
USER:BIO: add linebreaks while loading the users biography from the server.

11 years agoJust some simple css spelling corrections on colors and other minor things
the_mgt [Tue, 17 Jul 2012 11:45:31 +0000 (13:45 +0200)]
Just some simple css spelling corrections on colors and other minor things

11 years agoMoved modal div above iconbar and everything else, this lets Opera Mobile successfull...
ich [Tue, 17 Jul 2012 11:13:41 +0000 (13:13 +0200)]
Moved modal div above iconbar and everything else, this lets Opera Mobile successfully log in.
It also still works on desktop Opera and Firefox13, but not on Symbian "Internet" Browser

11 years agoOne id too many: the summary page was already displayed in a div marked as id="content"
ich [Tue, 17 Jul 2012 10:55:47 +0000 (12:55 +0200)]
One id too many: the summary page was already displayed in a div marked as id="content"
An id name can only be used once, but the browsers have no problem applying the css twice...

11 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Mon, 16 Jul 2012 16:21:37 +0000 (18:21 +0200)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

11 years agoBuildpackgaes: more files to ignore for the distribution tarballs.
Wilfried Goesgens [Mon, 16 Jul 2012 16:21:11 +0000 (18:21 +0200)]
Buildpackgaes: more files to ignore for the distribution tarballs.

11 years agoVersion number to 8.13 for upcoming release. v8.13
Art Cancro [Mon, 16 Jul 2012 16:14:46 +0000 (12:14 -0400)]
Version number to 8.13 for upcoming release.

11 years agoTHISROOM ROOM:INFO:PRINT_NAME ROOMNAME - all are now THISROOM:NAME; they were all...
Wilfried Goesgens [Mon, 16 Jul 2012 12:56:08 +0000 (14:56 +0200)]
THISROOM ROOM:INFO:PRINT_NAME ROOMNAME - all are now THISROOM:NAME; they were all the same anyways.

11 years agoITERATE:THISROOM:GNET: fix memory leak.
Wilfried Goesgens [Mon, 16 Jul 2012 12:53:44 +0000 (14:53 +0200)]
ITERATE:THISROOM:GNET: fix memory leak.

11 years agoMerge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
Wilfried Goesgens [Sat, 14 Jul 2012 14:51:18 +0000 (16:51 +0200)]
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

ry,

11 years agoSMTP-Client: add documentation on how the logic of the smtp client works.
Wilfried Goesgens [Sat, 14 Jul 2012 14:49:55 +0000 (16:49 +0200)]
SMTP-Client: add documentation on how the logic of the smtp client works.

11 years agoupdate comments in serv_test.c
Art Cancro [Fri, 13 Jul 2012 14:38:36 +0000 (10:38 -0400)]
update comments in serv_test.c

11 years agoserv_checkpoint needs no db headers
Art Cancro [Fri, 13 Jul 2012 14:37:00 +0000 (10:37 -0400)]
serv_checkpoint needs no db headers

11 years agoremove empty module
Art Cancro [Fri, 13 Jul 2012 14:35:17 +0000 (10:35 -0400)]
remove empty module

11 years agoDOC: overal explanation of our queue + IO architecture.
Wilfried Goesgens [Fri, 13 Jul 2012 09:35:32 +0000 (11:35 +0200)]
DOC: overal explanation of our queue + IO architecture.

11 years agoURL-Handling: de-Url-Escapify username and Passwords.
Wilfried Goesgens [Fri, 13 Jul 2012 09:34:02 +0000 (11:34 +0200)]
URL-Handling: de-Url-Escapify username and Passwords.

11 years agoSMTP-Client: first add backups, then Relays, since we want Relays to be attempted...
Wilfried Goesgens [Thu, 12 Jul 2012 21:43:07 +0000 (23:43 +0200)]
SMTP-Client: first add backups, then Relays, since we want Relays to be attempted first.

11 years agoSMTPClient: Relaying: add safeguard we don't try to attempt to deliver directly.
Wilfried Goesgens [Thu, 12 Jul 2012 21:33:07 +0000 (23:33 +0200)]
SMTPClient: Relaying: add safeguard we don't try to attempt to deliver directly.

11 years agoURL-Handling: bugfixes
Wilfried Goesgens [Thu, 12 Jul 2012 20:41:50 +0000 (22:41 +0200)]
URL-Handling: bugfixes

  - add flag for relayisng
  - when *Url is a valid pointer, preserve it to (*URL)->Next

11 years agoURL-Parser: fix parsing of Usernames with @
Wilfried Goesgens [Thu, 12 Jul 2012 20:23:27 +0000 (22:23 +0200)]
URL-Parser: fix parsing of Usernames with @

  - we previously would use strch to find the first @ in the URL
  - when there is an @ inside of the username this one would be hit.
  - since we first search for the end of the host-path, we can search from the right for the last @ to separate the user:auth from the real hostname.

11 years agoNetworker: remove duplicate colon from generated URL.
Wilfried Goesgens [Thu, 12 Jul 2012 20:22:52 +0000 (22:22 +0200)]
Networker: remove duplicate colon from generated URL.

11 years agoSMTP-Queue: add information about currently processed mails
Wilfried Goesgens [Thu, 12 Jul 2012 14:03:16 +0000 (16:03 +0200)]
SMTP-Queue: add information about currently processed mails

  - wrap boxes around the parts of the page
  - add box with a WHOLIST filtered for SYS_SMTP_Send; Now we show a list of currently active outbound SMTP-Connections.

11 years agoWHOLIST: add the possibility to filter the wholist for a user.
Wilfried Goesgens [Thu, 12 Jul 2012 14:00:24 +0000 (16:00 +0200)]
WHOLIST: add the possibility to filter the wholist for a user.

  - add a parameter to the Iterator to specify the filter string
  - set this parameter to 0 in all current templates

11 years agoWHQ: templatize editing of user; fix handling of output after edit.
Wilfried Goesgens [Mon, 9 Jul 2012 18:04:45 +0000 (20:04 +0200)]
WHQ: templatize editing of user; fix handling of output after edit.

11 years agoMailQ: fix template.
Wilfried Goesgens [Mon, 9 Jul 2012 18:04:14 +0000 (20:04 +0200)]
MailQ: fix template.

11 years agoSMTP-Queue: streamline redisplaying
Wilfried Goesgens [Mon, 9 Jul 2012 12:14:41 +0000 (14:14 +0200)]
SMTP-Queue: streamline redisplaying

  - on delete, display important message, and trigger re-display of the queue
  - re-add the refresh button which re-loads the page
  - add ListOnly=yes to output just the table to replace not the full document.

11 years agoImportantMessage: flush on session detach, not on first print; else we might not...
Wilfried Goesgens [Sun, 8 Jul 2012 17:30:11 +0000 (19:30 +0200)]
ImportantMessage: flush on session detach, not on first print; else we might not have it for later use.

11 years agofix comment tag
Wilfried Goesgens [Sun, 8 Jul 2012 17:14:00 +0000 (19:14 +0200)]
fix comment tag

11 years agoWHO: style cleanup; add missing divs.
Wilfried Goesgens [Sun, 8 Jul 2012 16:50:49 +0000 (18:50 +0200)]
WHO: style cleanup; add missing divs.

11 years agowho's online display: fix periodical updates
Wilfried Goesgens [Sun, 8 Jul 2012 16:30:22 +0000 (18:30 +0200)]
who's online display: fix periodical updates

11 years agoNETWORKER: don't report an error if the rome site tells us we're already on their...
Wilfried Goesgens [Sun, 8 Jul 2012 15:02:58 +0000 (17:02 +0200)]
NETWORKER: don't report an error if the rome site tells us we're already on their NTT list.

11 years agonew server command 'stat' to return name and mtime of current room
Art Cancro [Wed, 4 Jul 2012 16:26:39 +0000 (12:26 -0400)]
new server command 'stat' to return name and mtime of current room