citadel.git
2012-08-06 Wilfried GoesgensRSSClient: send flood protected errormessage if we...
2012-08-06 Wilfried GoesgensAdd aide message functionality that uses the UT table...
2012-08-06 Wilfried GoesgensRemove deprecated function.
2012-08-06 Wilfried GoesgensIconbarlist: fix embedded who is online list
2012-08-05 Wilfried GoesgensRSS-Client: check whether this message is new to us...
2012-08-05 Wilfried GoesgensRSS-CLIENT: remember checksum for whole feed, so we...
2012-08-05 Wilfried Goesgensscancpp points out we need to initialize this var befor...
2012-08-05 Wilfried GoesgensSMTP-Client: first evaluate the recipients, so we have...
2012-08-05 Wilfried GoesgensSMTPClient: free Author / Sender on error too.
2012-08-05 Wilfried Goesgensqp_encode_email_addrs(): only backtrace if message...
2012-08-05 Wilfried GoesgensSMTP-Client: use the right pointer to destruct the...
2012-08-05 Wilfried GoesgensSMTP-Sessions: fix conditionals allowing to kill a...
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-08-05 Wilfried GoesgensFix some issues reported by cppcheck
2012-07-31 Art CancroWhen using the Linux kernel UUID generator, null terminate
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
2012-07-30 Wilfried GoesgensSMTPClient: when relaying with users/email addresses...
2012-07-30 Wilfried GoesgensSMTP-Client: when relaying failed also notify aide...
2012-07-30 Wilfried GoesgensSMTP-Client: fix trigger when to send bounce messages
2012-07-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-07-27 Wilfried GoesgensInetconf: allow longer relay URRLs
2012-07-27 Wilfried GoesgensSMTP-Queue View: also offer the possibility to kill...
2012-07-27 Wilfried GoesgensInetconf: correct warnings from tidy
2012-07-25 Wilfried GoesgensSiteconfig: flip smtp relay access options so they...
2012-07-25 Art CancroChanged the CFG_SMTP_FROM_ configuration descriptions
2012-07-25 Wilfried GoesgensSiteconfig: regroup settings
2012-07-24 Wilfried GoesgensTEXTCLIENT: getutline also belongs to the textclient...
2012-07-24 Wilfried GoesgensSystem config: add missing closing DIV
2012-07-24 Wilfried GoesgensSMTP-Relay: add other ways of filtering
2012-07-24 Wilfried GoesgensMacOS-X Port: oops, we didn't go the way of including...
2012-07-24 Wilfried GoesgensMacOSX compatibility: check whether memcpy is a macro...
2012-07-23 Art CancroChanged the behavior introduced in commit fb862a2894f01...
2012-07-23 Wilfried Goesgenscmd_TERM: also kill AsyncIO contexts
2012-07-23 Wilfried Goesgenscmd_TERM: oops, non aides may kill their own sessions.
2012-07-23 Wilfried Goesgenscmd_TERM: only aides may kill other sessions.
2012-07-23 Wilfried GoesgensEVENT-Q: the IO eventqueue also needs to check the...
2012-07-23 Wilfried GoesgensSMTP-Client: on termination we need to determine whethe...
2012-07-23 Wilfried GoesgensGuest-login: always check the servinfo pointer before...
2012-07-23 Wilfried GoesgensNetworkClient: realy choose our own name.
2012-07-23 Wilfried GoesgensNetworker: don't override the other macro, declare...
2012-07-23 Wilfried GoesgensWHO: if we're aide, offer to edit that users config...
2012-07-20 Wilfried Goesgensremove library version from the package version string
2012-07-20 Wilfried GoesgensMessage composing: add text plain downmix for VIEW_JSON...
2012-07-19 Wilfried Goesgensuser info page: fix typos in links
2012-07-19 the_mgtSame penultimo fixed for blog_view as in stable-81x...
2012-07-19 Wilfried GoesgensSMTP-Server: check whether the user is allowed to use...
2012-07-19 Wilfried GoesgensEditing: remember room on hidden input field
2012-07-19 Wilfried GoesgensURL-Parser: as pointed out by Bernds scan-build, we...
2012-07-19 Wilfried Goesgensfix false positive from scan-build: url->User is NULLed...
2012-07-19 Wilfried Goesgensas pointed out by Julien Cristau we changed parts of...
2012-07-19 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-19 Wilfried GoesgensText client split: remove targets from makefile
2012-07-18 the_mgtadded blog.css and readded view_blog/post.html ...
2012-07-18 the_mgtAdded layout/css for blog view
2012-07-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried GoesgensFix messages of unfound tokens
2012-07-18 Wilfried GoesgensCapitalize token name, since we're uppercase everywhere.
2012-07-18 the_mgtHopefully this commits the correct fixes to the blogpos...
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 the_mgtIndented and added a missing </div> in order to display...
2012-07-18 Wilfried GoesgensSUBST: complain about unknown tokens while parsing
2012-07-18 Wilfried GoesgensReply logic: handle reply to appropriate.
2012-07-18 Wilfried Goesgensclient-move: remove duplicate tokens from webcit.h
2012-07-18 Wilfried Goesgensclient-move: edits to finish this.
2012-07-17 Wilfried GoesgensCitadel Client: move into its own directory
2012-07-17 Wilfried GoesgensUser Biography display: remove call, do through templat...
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-07-17 Wilfried GoesgensUSER:BIO: add linebreaks while loading the users biogra...
2012-07-17 the_mgtJust some simple css spelling corrections on colors...
2012-07-17 ichMoved modal div above iconbar and everything else,...
2012-07-17 ichOne id too many: the summary page was already displayed...
2012-07-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-16 Wilfried GoesgensBuildpackgaes: more files to ignore for the distributio...
2012-07-16 Art CancroVersion number to 8.13 for upcoming release. v8.13
2012-07-16 Wilfried GoesgensTHISROOM ROOM:INFO:PRINT_NAME ROOMNAME - all are now...
2012-07-16 Wilfried GoesgensITERATE:THISROOM:GNET: fix memory leak.
2012-07-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-14 Wilfried GoesgensSMTP-Client: add documentation on how the logic of...
2012-07-13 Art Cancroupdate comments in serv_test.c
2012-07-13 Art Cancroserv_checkpoint needs no db headers
2012-07-13 Art Cancroremove empty module
2012-07-13 Wilfried GoesgensDOC: overal explanation of our queue + IO architecture.
2012-07-13 Wilfried GoesgensURL-Handling: de-Url-Escapify username and Passwords.
2012-07-12 Wilfried GoesgensSMTP-Client: first add backups, then Relays, since...
2012-07-12 Wilfried GoesgensSMTPClient: Relaying: add safeguard we don't try to...
2012-07-12 Wilfried GoesgensURL-Handling: bugfixes
2012-07-12 Wilfried GoesgensURL-Parser: fix parsing of Usernames with @
2012-07-12 Wilfried GoesgensNetworker: remove duplicate colon from generated URL.
2012-07-12 Wilfried GoesgensSMTP-Queue: add information about currently processed...
2012-07-12 Wilfried GoesgensWHOLIST: add the possibility to filter the wholist...
2012-07-09 Wilfried GoesgensWHQ: templatize editing of user; fix handling of output...
2012-07-09 Wilfried GoesgensMailQ: fix template.
2012-07-09 Wilfried GoesgensSMTP-Queue: streamline redisplaying
2012-07-08 Wilfried GoesgensImportantMessage: flush on session detach, not on first...
2012-07-08 Wilfried Goesgensfix comment tag
2012-07-08 Wilfried GoesgensWHO: style cleanup; add missing divs.
2012-07-08 Wilfried Goesgenswho's online display: fix periodical updates
2012-07-08 Wilfried GoesgensNETWORKER: don't report an error if the rome site tells...
2012-07-04 Art Cancronew server command 'stat' to return name and mtime...
next