citadel.git
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...
2012-07-03 Wilfried GoesgensCall libcitadel init
2012-07-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-03 Wilfried GoesgensEVENT-Client: fix the abort routines when we wake up...
2012-07-03 Art CancroClarified an unclear warning message
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Wilfried GoesgensNetspool: fix implementation specific details
2012-07-02 Wilfried GoesgensFDIO: make splice runtime optional
2012-07-02 Art CancroInclude QRmtime in the list of values returned by GOTO
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-07-02 Art Cancrostyle
2012-07-02 Wilfried GoesgensPOP3Client: Log the Hostname, not sensitive information.
2012-07-02 Wilfried GoesgensPOP3Client: Check pointer before accessing it
2012-07-01 Wilfried GoesgensSharing: add NSYN
2012-07-01 Wilfried GoesgensAdd null-check before access.
2012-07-01 Wilfried GoesgensSharing: swap sequence to reduce warnings.
2012-07-01 Wilfried GoesgensRoom Edit: add missing closing div
2012-07-01 Wilfried GoesgensTidy: remove trailing / which makes all the rest barf
2012-07-01 Wilfried GoesgensRoomedit - Sharing: remove lines unneeded
2012-07-01 Wilfried GoesgensRoomedit - Sharing: swap layout
2012-07-01 Wilfried GoesgensQueueView: use right end conditional
2012-06-30 Wilfried GoesgensImportant message: remove debug blurb
2012-06-30 Wilfried GoesgensSMTPQueue: add ability to rerun the queue
2012-06-30 Wilfried GoesgensSMTPQueue: fix layout, add missing /div
2012-06-30 Wilfried GoesgensLayout: allways add div for important message
2012-06-30 Wilfried GoesgensAdd define for mailq-view
2012-06-26 Art Cancrochanging internal version number to 8.12 v8.12
2012-06-24 Wilfried GoesgensNetQueue: make logging runtime configurable; add context.
2012-06-23 Wilfried GoesgensNSYN: fix choosing of remote party.
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-22 Wilfried GoesgensNetworkClient: fix filedescriptor leaks
2012-06-19 Wilfried GoesgensEVENT Client: parametrize when to close the fd on detac...
2012-06-19 Wilfried GoesgensPOP3Client: fix logging
2012-06-16 Wilfried GoesgensEVENT-Client: don't call the timeout function directly
2012-06-15 Wilfried GoesgensEVENTClient: rather use the FD found on our internal...
2012-06-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-14 Wilfried Goesgensserv_read_binary(): abort if the server status returns...
2012-06-14 Wilfried Goesgenscmd_read(): fseek just returns 0 on success, not the...
2012-06-14 Art Cancroremove duplicate definition in it.po
2012-06-13 Wilfried GoesgensNSYN: adjust to new semantics
2012-06-13 Wilfried GoesgensNetworkespool: use FileMoveChunked(); since the others...
2012-06-13 Wilfried GoesgensAdd FileMoveChunked(); which can read and write with...
2012-06-12 Wilfried GoesgensEVENT: when handling errors EAGAIN isn't fatal.
2012-06-12 Wilfried GoesgensCURL: just call init once.
2012-06-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-11 Wilfried GoesgensSMTP-Client: fix target port handling for relay & fallb...
2012-06-11 Wilfried GoesgensUse right size value as input for splice.
2012-06-10 Wilfried GoesgensNetworkclient: opend spoolfile with proper flags for...
2012-06-10 Wilfried GoesgensFileSendChunked(): replace sendfile by splice()
2012-06-10 Wilfried GoesgensNETP: extract password string when we need it. else...
2012-06-10 Wilfried Goesgensnetworker: use the right char buffer for the password.
2012-06-10 Wilfried GoesgensNetworker: Follow changes of networking infrastructure...
2012-06-10 Wilfried GoesgensNetworker: also register STOP hook, so if sessions...
2012-06-10 Wilfried GoesgensRework networker
2012-06-10 Wilfried GoesgensStrBufExtract_tokenFromStr: add wrapper around StrBufEx...
2012-06-09 Wilfried GoesgensREAD: sanitize values & output errors on invalid parame...
2012-06-09 Wilfried GoesgensWRIT: catch silly send size values.
2012-06-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-06 Art CancroField 'K' is now 'rep2=' in the citadel headers
2012-06-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-05 Wilfried GoesgensSMTP-Client: Remove concurrency check; its done in...
2012-06-05 Wilfried Goesgenshousekeeping: time() is expensive. don't use it inside...
2012-06-05 Art CancroUpdated the comments in serv_smtp.c to reflect that...
2012-06-04 Art CancroAdded an IDEN code for our z-push backend
2012-06-04 Wilfried GoesgensResync with launchpad translations
2012-06-04 Wilfried Goesgensupdate french translation for setup as proposed by...
2012-06-04 Wilfried Goesgensconfigure: check for splice() system call; sendfile...
2012-06-04 Wilfried GoesgensMessageView: don't expose the user to json syntax.
2012-06-03 Wilfried GoesgensRSSClient: stop curl watchers on emergency shutdown.
2012-06-03 Wilfried GoesgensDeleteSmtpOutMsg(): we don't have a Queu-Item anymore...
2012-06-03 Wilfried Goesgensone more null-check
2012-06-01 Wilfried Goesgensfix networker hickup
2012-05-31 Wilfried Goesgensremove unneeded assignment
2012-05-31 Wilfried Goesgensfix the rest of the unregister functions
next