Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / netconfig.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-06 Art Cancrorandom acts of style cleanup
2021-02-16 Art Cancrogetmx() now uses our array class
2021-02-10 Art CancroWrite lastsent back to netconfig after sending list...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2021-01-30 Art Cancrowar on lfhs continues ... what a mess
2018-03-02 Art CancroRemoved some more ignet cruft
2018-01-24 Art Cancromore trimming away of ignet stuffs
2017-04-09 Art CancroMoar cleanup
2017-04-09 Art CancroFixed BPB bug: GNET command cuts off at 1024 characters
2017-03-12 Art CancroRemoved race condition from CheckIfAlreadySeen()
2017-02-26 Art CancroCompleted the greatly-simplified RSS feed reader
2016-04-01 Art CancroUse a tokenizer for ParseRoomNetConfigFile() because...
2016-01-23 Art Cancrocloser...
2016-01-18 Art CancroHandle zero-length legacy netconfig files correctly...
2016-01-03 Art Cancromore progress on callers
2016-01-03 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2016-01-03 Art CancroRemoved the caching of netconfig entries. The caching...
2016-01-02 Art CancroI should drink more while writing this
2016-01-02 Art CancroConvert netconfigs to configdb entries at startup.
2016-01-01 Art Cancronetconfig.c: Remove unnecessary newlines from syslog
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-04-20 Art Cancroctdluid is now specified on the command line with the...
2015-01-01 Wilfried GoesgensFix size calculation. thanks clang.
2013-10-07 Wilfried Goesgensfix dnamlen, they missed the e, so we need to follow.
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-06-10 Wilfried GoesgensNETCFG: make shure files exist with proper permissions.
2013-06-08 Wilfried GoesgensRNCFG: protect deletion of configs
2013-05-16 Wilfried GoesgensNETCFG: first free the configs, then the infrastructure...
2013-04-13 Wilfried GoesgensNETCFG: increment loop counter.
2013-03-31 Wilfried GoesgensNETCFG: oops, we need to add CCID to the CtdlAideFPMess...
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2013-02-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-24 Wilfried GoesgensLists: don't overwrite from: header. this only needs...
2013-02-17 Wilfried GoesgensRNCFG: implement missing handler for room aliases.
2013-02-17 Wilfried GoesgensNETCFG: cleanup & memleaks fixed.
2013-02-10 Wilfried GoesgensRNCFG: add forward declaration missing in last commit.
2013-02-10 Wilfried GoesgensRNCFG: if we are going to overwrite the contents of...
2013-02-09 Wilfried GoesgensRNCFG: fix room access check function for posters;...
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-27 Wilfried GoesgensNETCFG: fix leaks & oddities
2013-01-26 Wilfried GoesgensNETCFG: migrate list subscription to the new room facility
2013-01-22 Wilfried GoesgensRNCFG: fix destructing, implement reloading on SNET
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-15 Wilfried GoesgensWhen loading the netmap always create a hash. else...
2013-01-12 Wilfried GoesgensNETCFG: reimplement network_sync_to using the new api
2013-01-09 Wilfried GoesgensROOMS: add foreach handler featuring netconfigs
2013-01-09 Wilfried GoesgensNETCFG: make basic parsing
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.